oota-llvm.git
2014-11-19 Matthias BraunAdd a print and verify pass after the RegisterCoalescer
2014-11-19 Matthias BraunMachineVerifier: Report register for bad liveranges
2014-11-19 Matthias BraunIntroduce register dump helper
2014-11-19 David MajnemerAliasSet: Simplify mergeSetIn
2014-11-19 Andrea Di Biagio[X86] Improved lowering of v4x32 build_vector dag nodes.
2014-11-19 Lang Hames[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd...
2014-11-19 Colin LeMahieu[llvm-readobj][NFC]
2014-11-19 Tom StellardR600/SI: Make SIInstrInfo::isOperandLegal() more strict
2014-11-19 Zoran Jovanovic[mips][micromips] Implement SWM32 and LWM32 instructions
2014-11-19 Suyog SardaVectorize a reduction chain feeding into a 'return...
2014-11-19 Jozef Kolek[mips][microMIPS] Fix opcodes of MFHC1 and MTHC1 instru...
2014-11-19 Arnaud A. de... Fix tail recursion elimination
2014-11-19 Jozef Kolek[mips][microMIPS] Implement CodeGen support for 16...
2014-11-19 Jozef Kolek[mips][microMIPS] Implement CodeGen support for ADDIUS5...
2014-11-19 Jozef Kolek[mips][microMIPS] Add disassembler tests for new microM...
2014-11-19 Jozef Kolek[mips][microMIPS] Implement LWXS instruction.
2014-11-19 Jozef Kolek[mips][microMIPS] Implement SDBBP and RDHWR instructions.
2014-11-19 Evgeniy StepanovUse ninja pools to limit the number of concurrent compi...
2014-11-19 Simon Pilgrim[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
2014-11-19 David MajnemerAliasSetTracker: UnknownInsts should contribute to...
2014-11-19 David BlaikieAdd missing header
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 Hao Liu[AArch64] Disable useAA for Cortex-A57.
2014-11-19 Hao Liu[AArch64] Enable SeparateConstOffsetFromGEP, EarlyCSE...
2014-11-19 Hao Liu[SeparateConstOffsetFromGEP] Allow SeparateConstOffsetF...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-19 Peter CollingbourneTeach llvm-build to avoid touching LibraryDependencies...
2014-11-19 Peter CollingbourneExpose LLVM version string via macro in llvm-config...
2014-11-19 David BlaikieMake StringSet::insert return pair<iterator, bool>...
2014-11-19 Rui Ueyamallvm-readobj: fix off-by-one error in COFFDumper
2014-11-19 Rafael EspindolaUse a memcpy so that type based alias analysis sees...
2014-11-19 Weiming Zhao[Aarch64] Customer lowering of CTPOP to SIMD should...
2014-11-19 Kostya Serebryany[asan] add experimental basic-block tracing to asan...
2014-11-19 Rui Ueyamallvm-readobj: teach it how to dump COFF base relocation...
2014-11-19 Kostya SerebryanyIntroduce llvm::SplitAllCriticalEdges
2014-11-19 Manman RenRevert r222039 because of bot failure.
2014-11-19 Matt ArsenaultR600/SI: Implement areMemAccessesTriviallyDisjoint
2014-11-18 Matt ArsenaultR600/SI: Set hasSideEffects = 0 on load and store instr...
2014-11-18 Simon Pilgrim[X86][AVX] 256-bit vector stack unaligned load/stores...
2014-11-18 Colin LeMahieu[Hexagon] Adding A2_and instruction.
2014-11-18 Chad Rosier[FastISel][AArch64] Also allow folding of sign-/zero...
2014-11-18 Chad Rosier[FastISel][AArch64] Also allow folding of sign-/zero...
2014-11-18 Justin BognerFix an inaccurate comment
2014-11-18 David MajnemerInstCombine: Fix another infinite loop caused by visitF...
2014-11-18 Colin LeMahieu[Hexagon] Adding A2_sub instruction
2014-11-18 David MajnemerRevert "Revert r222040 because of bot failure."
2014-11-18 Eric FiselierAdd support for LLVM_USE_SANITIZER=Thread
2014-11-18 Juergen Ributzka[FastISel][AArch64] Follow-up fix for "Fix shift-immedi...
2014-11-18 Matt ArsenaultR600/SI: Move SIFixSGPRCopies to inst selector passes
2014-11-18 Juergen Ributzka[AArch64] Don't optimize all compare instructions.
2014-11-18 Owen AndersonFix an incorrect chain operand when expanding INSERT_VE...
2014-11-18 Tom StellardR600/SI: Make sure resource descriptors are always...
2014-11-18 Chad Rosier[Reassociate] Use test cases that can actually be optim...
2014-11-18 Colin LeMahieu[Hexagon] Converting from ADD_rr to A2_add which has...
2014-11-18 Chad Rosier[Reassociate] Rename local variable to not use same...
2014-11-18 Juergen Ributzka[FastISel][AArch64] Fix shift-immediate emission for...
2014-11-18 Jozef KolekTest commit to verify that commit access works.
2014-11-18 Philip ReamesTweak EarlyCSE to recognize series of dead stores
2014-11-18 Manman RenRemove triple in testing case to recover an arm bot.
2014-11-18 NAKAMURA TakumiCallGraphTest.cpp: Remove invalid tests. ++S might...
2014-11-18 David MajnemerInstCombine: Fold away tautological masked compares
2014-11-18 David MajnemerInstCombine: Clean up foldLogOpOfMaskedICmps
2014-11-18 Justin Bognerdocs: Modernize some examples in WritingAnLLVMPass
2014-11-18 Justin Bognerdocs: Fix a couple of typo-ish errors in WritingAnLLVMPass
2014-11-18 Frederic RissAllow DwarfCompileUnit::constructImportedEntityDIE...
2014-11-18 David Majnemerllvm-readobj: Don't print the Characteristics field...
2014-11-18 Hans WennborgSimplifyCFG: Range'ify some for-loops. No functional...
2014-11-18 David MajnemerIndVarSimplify: Allow LFTR to fire more often
2014-11-18 Duncan P. N... IR: Sink MDNode::Hash down to GenericMDNode::Hash
2014-11-18 Duncan P. N... IR: Move MDNode operands from the back to the front
2014-11-18 Manman RenUpdate testing case that was accidently duplicated.
2014-11-18 Michael J.... Fix covered switch warning
2014-11-18 Michael J.... Support ELF files of unknown type.
2014-11-18 Duncan P. N... IR: Split MDNode into GenericMDNode and MDNodeFwdDecl
2014-11-18 Manman RenRevert r222040 because of bot failure.
2014-11-18 Manman RenDebug Info: In DIBuilder, the context field of a global...
2014-11-17 Duncan P. N... IR: Simplify uniquing for MDNode
2014-11-17 Reid KlecknerRevert "ADT: correctly report isMSVCEnvironment for...
2014-11-17 David BlaikieRevert "Improve memory ownership/management in TableGen...
2014-11-17 David BlaikieImprove memory ownership/management in TableGen by...
2014-11-17 Peter CollingbourneCMake: Use the new USES_TERMINAL option for test suite...
2014-11-17 Saleem AbdulrasoolADT: correctly report isMSVCEnvironment for windows...
2014-11-17 Matt ArsenaultR600/SI: Don't copy flags when extracting subreg
2014-11-17 Matt ArsenaultR600/SI: Assume SIFixSGPRCopies makes changes
2014-11-17 Rafael EspindolaFix the autoconf build.
2014-11-17 Rafael EspindolaFactor common code it Linker::init.
2014-11-17 Rafael EspindolaPass a reference to ValueEnumerator.
2014-11-17 Juergen Ributzka[SimplifyCFG] Make the value type of the hole check...
2014-11-17 Rafael EspindolaRevert commits r222146 and r222137.
2014-11-17 Rafael EspindolaFix GraphTraits for "const CallGraphNode *" and "const...
2014-11-17 Rafael EspindolaAvoid undefined behavior by masking the shift amount.
2014-11-17 Chad Rosier[Reassociate] As the expression tree is rewritten make...
2014-11-17 Alexey Volkov[X86] Use ADD/SUB instead of INC/DEC for Haswell and...
2014-11-17 Chad Rosier[Reassociate] Canonicalize constants to RHS operand.
2014-11-17 Rafael EspindolaUse a more canonical way of computing a mask with N...
2014-11-17 Renato GolinFix ARM triple parsing
2014-11-17 David MajnemerScalarEvolution: Construct SCEVDivision's Derived type...
2014-11-17 Oliver Stannard[Thumb1] Re-write emitThumbRegPlusImmediate
2014-11-17 David MajnemerObject, COFF: Tighten the object file parser
2014-11-17 Oliver StannardFix optimisations of SELECT_CC which assumed result...
next