]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/shortlog
opencl/llvm.git
2015-01-12 Duncan P. N... AsmParser: Use normal references for metadata attachmen...
2015-01-12 Duncan P. N... IR: Prepare for a new UniquableMDNode subclass, NFC
2015-01-12 Duncan P. N... IR: Stop erasing MDNodes from uniquing sets during...
2015-01-12 Bill SchmidtFirst crack at PowerPC 3.6 release notes
2015-01-12 Eric Fiselier[LIT] Remove string decoding in gtest discovery code...
2015-01-12 Ahmed Bougacha[X86] Also create+widen FMIN/FMAX nodes for v2f32.
2015-01-12 Duncan P. N... IR: Move creation logic to MDNodeFwdDecl, NFC
2015-01-12 Duncan P. N... IR: Make MDNodeFwdDecl destructor public
2015-01-12 Ahmed Bougacha[X86] Make SSE min/max testcases more explicit. NFC.
2015-01-12 Duncan P. N... IR: Move creation logic down to MDTuple, NFC
2015-01-12 Duncan P. N... IR: Push storeDistinctInContext() down to UniquableMDNo...
2015-01-12 Duncan P. N... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2015-01-12 Eric Fiselier[LIT] Decode string result in lit.util.capture
2015-01-12 Duncan P. N... IR: Invert logic to simplify control flow, NFC
2015-01-12 Duncan P. N... IR: Separate out decrementUnresolvedOperandCount()...
2015-01-12 Duncan P. N... IR: Prevent handleChangedOperand() recursion
2015-01-12 Tom StellardR600/SI: Use RegisterOperands to specify which operands...
2015-01-12 Tom StellardTarget: Allow target specific operand types
2015-01-12 Sanjay PatelGVN: propagate equalities for floating point compares
2015-01-12 Duncan P. N... IR: Add test for handleChangedOperand() recursion
2015-01-12 Duncan P. N... IR: Separate out recalculateHash(), NFC
2015-01-12 Duncan P. N... IR: Separate out helper: resolveAfterOperandChange...
2015-01-12 Duncan P. N... IR: Use SubclassData32 directly, NFC
2015-01-12 Matthias BraunRegisterCoalescer: Turn some impossible conditions...
2015-01-12 Duncan P. N... IR: Don't allow operands to become unresolved
2015-01-12 Duncan P. N... IR: Remove redundant comment, NFC
2015-01-12 Duncan P. N... IR: Simplify code, NFC
2015-01-12 Duncan P. N... IR: Make temporary nodes distinct
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-12 Duncan P. N... IR: Simplify replaceOperandWith(), NFC
2015-01-12 Duncan P. N... IR: Remove redundant calls to MDNode::setHash(), NFC
2015-01-12 Timur Iskhodzhanov[ASan] Move the shadow on Windows 32-bit from 0x2000000...
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out fortified libcall handling.
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out str/mem libcall optimizat...
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out signature checks for...
2015-01-12 Jozef Kolek[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
2015-01-12 Richard SmithPut this test's input in the Inputs directory where...
2015-01-12 Chandler CarruthAdd a new utility script that helps update very simple...
2015-01-12 Hal Finkel[PowerPC] Fix calls to non-function objects
2015-01-11 Simon Pilgrim[X86][SSE] Minor fix to VPBLENDW AVX2 commutation.
2015-01-11 Daniel SandersFix silly mistake in release notes for Mips.
2015-01-11 Daniel SandersAdded release notes for the Mips target.
2015-01-11 David MajnemerRevert most of r225597
2015-01-11 David MajnemerX86: Properly decode shuffle masks when the constant...
2015-01-11 Saleem AbdulrasoolX86: teach X86TargetLowering about L,M,O constraints
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
2015-01-11 Chandler Carruth[x86] Remove some windows line endings that snuck into...
2015-01-11 Chandler Carruth[ADT] Remove the unused default constructor for iterato...
2015-01-10 Sanjoy DasFix PR22179.
2015-01-10 Joerg SonnenbergerRevert r225500, it leads to infinite loops.
2015-01-10 Simon Pilgrim[X86][SSE] Improved (v)insertps shuffle matching
2015-01-10 Ramkumar Ramachandra.gitignore: add some rules for tagging programs
2015-01-10 Hal Finkel[PowerPC] Mark zext of a small scalar load as free
2015-01-10 Justin HibbitsRemove some whitespace.
2015-01-10 Dmitri GribenkoConvertUTFTest: fix misleading empty line
2015-01-10 Saleem Abdulrasooltests: fix previous commit
2015-01-10 Saleem Abdulrasooltest: merge ARM relocations test
2015-01-10 Saleem Abdulrasooltests: convert a couple of ARM relocation tests to...
2015-01-10 Justin HibbitsFully fix Bug #22115.
2015-01-10 Alexey SamsonovFix undefined behavior (shift of negative value) in...
2015-01-10 Hal Finkel[PowerPC] Readjust the loop unrolling threshold
2015-01-10 Hal Finkel[LoopUnroll] Fix the partial unrolling threshold for...
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-09 Alexey SamsonovFix UBSan error reports in ValueMapCallbackVH and Asser...
2015-01-09 Alexey SamsonovDisable Go bindings test under UBSan.
2015-01-09 Andrew KaylorFix the JIT event listeners and replace the associated...
2015-01-09 Michael ZolotukhinUpdate comment.
2015-01-09 Hans WennborgSimplifyCFG: check uses of constant-foldable instrs...
2015-01-09 Simon Pilgrim[X86][SSE] Avoid vector byte shuffles with zero by...
2015-01-09 Kevin EnderbyFix an ASAN failure introduced with r225537 (adding...
2015-01-09 Rafael EspindolaAdd a testcase of llvm-lto error handling.
2015-01-09 Michael ZolotukhinRemove duplicating code. NFC.
2015-01-09 Kevin EnderbyAdd the option, -universal-headers, used with -macho...
2015-01-09 Tim NorthoverRe-reapply r221924: "[GVN] Perform Scalar PRE on gep...
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-09 Duncan P. N... Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC...
2015-01-09 Daniel Sanders[mips] Add support for accessing $gp as a named register.
2015-01-09 Sanjay Patelfix typos; remove names from comments; NFC
2015-01-09 Sanjay Patelremove names from comments; NFC
2015-01-09 Sanjay Patelfix typos; NFC
2015-01-09 Sanjay Patelfix typo; NFC
2015-01-09 Sanjay Patelmore efficient use of a dyn_cast; no functional change...
2015-01-09 Hal Finkel[PowerPC] Enable late partial unrolling on the POWER7
2015-01-09 Toma Tabacu[mips] Add comment which explains why we need to change...
2015-01-09 Suyog SardaAssumption that "VectorizedValue" will always be an...
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS16
2015-01-09 Saleem Abdulrasooltest: add additional test for SVN r225507
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS8 relocations
2015-01-09 Matthias BraunRegisterCoalescer: Fix removeCopyByCommutingDef with...
2015-01-09 Matthias BraunRegisterCoalescer: Some cleanup in removeCopyByCommutin...
2015-01-09 Matthias BraunRegisterCoalescer: No need to set kill flags, they...
2015-01-09 Matthias BraunRegisterCoalescer: Turn some impossible conditions...
2015-01-09 Duncan P. N... Bitcode: Share logic for last instruction, NFC
2015-01-09 Duncan P. N... Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
2015-01-09 Hal Finkel[PowerPC] Add a flag for experimenting with subreg...
2015-01-09 Hal Finkel[PowerPC] Fold [sz]ext with fp_to_int lowering where...
2015-01-09 Hal Finkel[DAGCombine] Remainder of fix to r225380 (More FMA...
2015-01-09 Chandler Carruth[x86] Add a flag to control the vector shuffle legality...
2015-01-09 Chandler CarruthCleaup ValueHandle to no longer keep a PointerIntPair...
2015-01-09 Hal FinkelPartial fix to r225380 (More FMA folding opportunities)
next