]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/shortlog
opencl/llvm.git
2015-01-21 Colin LeMahieu[Hexagon] Converting multiply and accumulate with immed...
2015-01-21 Ahmed Bougacha[X86] Declare SSE4.1/AVX2 vector extloads covered by...
2015-01-21 Eric Fiselier[lit] Format JSONMetricValue strings better.
2015-01-21 George Burgess IVFixed a bug with how we determine bitset indices.
2015-01-21 Yaron KerenAdd missing include guards to WindowsSupport.h.
2015-01-21 Tim NorthoverRevert "DAGCombine: fold (or (and X, M), (and X, N...
2015-01-21 Tim NorthoverAArch64: add backend option to reserve x18 (platform...
2015-01-21 Tim NorthoverDAGCombine: fold (or (and X, M), (and X, N)) -> (and...
2015-01-21 Michael Kuperstein[x32] Fast ISel should use LEA64_32r instead of LEA32r...
2015-01-21 Alexander PotapenkoUse a smaller pragma unroll threshold to reduce test...
2015-01-21 Evgeniy Stepanov[msan] Update origin for the entire destination range...
2015-01-21 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-21 Jozef Kolek[mips][microMIPS] Implement ADDIUPC instruction
2015-01-21 Chandler Carruth[PM] Refactor the InstCombiner interface to use an...
2015-01-21 Chandler Carruth[PM] Simplify (ha! ha!) the way that instcombine calls the
2015-01-21 Vladimir Medic[Mips][Disassembler]When disassembler meets load/store...
2015-01-21 Craig Topper[x86] Remove some unnecessary and slightly confusing...
2015-01-21 Craig Topper[X86] Convert all the i8imm used by AVX512 and MMX...
2015-01-21 Craig Topper[X86] Convert all the i8imm used by SSE and AVX instruc...
2015-01-21 Craig Topper[x86] Add assembly parser bounds checking to the immedi...
2015-01-21 Chandler Carruth[PM] Replace an abuse of inheritance to override a...
2015-01-21 Adrian PrantlMake DIExpression::Verify() stricter by checking that...
2015-01-21 Simon Pilgrim[X86][AVX] Simplified diff between AVX1 and SSE42 fp...
2015-01-20 Simon Pilgrim[X86][SSE] Added SSE/AVX1 integer stack folding tests.
2015-01-20 Simon Pilgrim[X86][SSE] Added SSE fp stack folding tests.
2015-01-20 Simon Pilgrim[X86][AVX] Renamed AVX1 fp stack folding tests. NFC.
2015-01-20 Chandler Carruth[PM] Separate the InstCombiner from its pass.
2015-01-20 Adrian PrantlDebugLocs without a scope should fail the verification.
2015-01-20 Rafael EspindolaDon't pass -Wl,z,defs for now.
2015-01-20 Kevin EnderbyFor llvm-objdump, hook up existing options to work...
2015-01-20 Rafael EspindolaUse -Wl,defs when linking.
2015-01-20 Chandler Carruth[PM] Reformat this code with clang-format so that subse...
2015-01-20 Colin LeMahieu[Hexagon] Adding intrinsics for doubleword ALU operations.
2015-01-20 Colin LeMahieu[Hexagon] Removing unnecessary clutter in intrinsic...
2015-01-20 Daniel JasperPrevent binary-tree deterioration in sparse switch...
2015-01-20 Ramkumar Ramachandra[GC] Verify-pass void vararg functions in gc.statepoint
2015-01-20 Adrian PrantlReapply: Teach SROA how to update debug info for fragme...
2015-01-20 Tom StellardR600/SI: Add subtarget feature to enable VGPR spilling...
2015-01-20 Tom StellardR600/SI: Fix simple-loop.ll test
2015-01-20 Jozef KolekReverted revision 226577.
2015-01-20 Chandler Carruth[PM] Clean up a bunch of the doxygen / API docs on...
2015-01-20 Manman Ren[llvm link] Destroy ConstantArrays in LLVMContext if...
2015-01-20 Tom StellardR600/SI: Remove stray debugging code from r226586
2015-01-20 Chandler Carruth[PM] Don't spend time making self moves no-ops. They...
2015-01-20 Adrian PrantlAdd an assertion and prefer a crash over an infinite...
2015-01-20 Tom StellardR600/SI: Use external symbols for scratch buffer
2015-01-20 Tom StellardR600/SI: Add kill flag when copying scratch offset...
2015-01-20 Tom StellardR600/SI: Don't store scratch buffer frame index in...
2015-01-20 Tom StellardR600/SI: Update SIInstrInfo:verifyInstruction() after...
2015-01-20 Aaron BallmanSilencing a -Wunused-variable warning in non-asserts...
2015-01-20 Duncan P. N... Revert "IR: Specify underlying type instead of r226570...
2015-01-20 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-20 Kai Nacke[mips] Add registers and ALL check prefix to octeon...
2015-01-20 Kai Nacke[mips] Add octeon branch instructions bbit0/bbit032...
2015-01-20 Duncan P. N... IR: Specify underlying type instead of r226570, NFC
2015-01-20 Duncan P. N... IR: Store StorageType as an unsigned bitfield
2015-01-20 Evgeniy Stepanov[msan] Optimize -msan-check-constant-shadow.
2015-01-20 Mohit K. Bhakkad[MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
2015-01-20 Craig Topper[x86] Add some mayLoad/hasSideEffects flags. Remove...
2015-01-20 Chandler Carruth[PM] Port LoopInfo to the new pass manager, adding...
2015-01-20 Chandler Carruth[PM] Make the LoopInfoBase and LoopInfo objects movable...
2015-01-20 Chandler Carruth[PM] Fix a moderately scary typo in the deleted copy...
2015-01-20 Chandler Carruth[PM] Use range-based for and auto to clean up some...
2015-01-20 Daniel JasperFactor out a splitSwitchCase() function so that it...
2015-01-20 Chandler Carruth[PM] Move the LoopInfo analysis pointer into the InstCo...
2015-01-20 Karthik BhatFix Operandreorder logic in SLPVectorizer to generate...
2015-01-20 David MajnemerBitcode: Don't create comdats when autoupgrading macho...
2015-01-20 Duncan P. N... Reapply "IR: Simplify DIBuilder's HeaderBuilder API...
2015-01-20 Duncan P. N... Revert "IR: Simplify DIBuilder's HeaderBuilder API...
2015-01-20 Duncan P. N... IR: Move MDNode clone() methods from ValueMapper to...
2015-01-20 Duncan P. N... IR: Simplify DIBuilder's HeaderBuilder API, NFC
2015-01-20 Duncan P. N... AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFC
2015-01-20 Duncan P. N... AsmParser: Refactor duplicate code, NFC
2015-01-20 Chandler Carruth[PM] Replace the Pass argument in MergeBasicBlockIntoOn...
2015-01-20 Duncan P. N... IR: Delete GenericDwarfNode during teardown
2015-01-20 Duncan P. N... Bitcode: Simplify MDNode subclass dispatch, NFC
2015-01-20 Duncan P. N... Bitcode: WriteMDNode() => WriteMDTuple(), NFC
2015-01-20 Duncan P. N... Bitcode: Add ValueEnumerator::getMetadataOrNullID(...
2015-01-20 Duncan P. N... IR: Canonicalize GenericDwarfNode empty headers to...
2015-01-20 Duncan P. N... IR: Detect whether to call recalculateHash() via SFINAE...
2015-01-20 Duncan P. N... IR: Introduce GenericDwarfNode
2015-01-19 Duncan P. N... AsmParser: Abstract more of MDLocation parser, NFC
2015-01-19 Duncan P. N... AsmParser: Split up ParseMDFieldsImpl(), NFC
2015-01-19 Frederic Riss[dsymutil] Add the detected target triple to the debug...
2015-01-19 Duncan P. N... AsmParser: Fix error location for missing fields
2015-01-19 Duncan P. N... IR: Cleanup MDNode field use, NFC
2015-01-19 Duncan P. N... IR: Move replaceWithUniqued(), etc., to source file...
2015-01-19 Duncan P. N... IR: Cleanup MDNode::MDNode(), NFC
2015-01-19 Duncan P. N... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N... IR: Extract MDNodeOpsKey, NFC
2015-01-19 Duncan P. N... IR: Simplify uniquifyImpl(), NFC
2015-01-19 Duncan P. N... IR: Simplify erasing from uniquing store, NFC
2015-01-19 Duncan P. N... Remove dead code, NFC
2015-01-19 Duncan P. N... Utils: Simplify MapMetadata(), NFC
2015-01-19 Duncan P. N... Skip upcast, NFC
2015-01-19 Simon Pilgrim[X86][AVX] Missing AVX1 memory folding float instructions
2015-01-19 Duncan P. N... Fix whitespace, NFC
2015-01-19 Duncan P. N... Utils: Simplify MapMetadata(), NFC
2015-01-19 Duncan P. N... IR: Allow temporary nodes to become uniqued or distinct
2015-01-19 Duncan P. N... IR: Remove templates from TempMDNodeDeleter, NFC
next