Reinstate "Nuke the old JIT."
[oota-llvm.git] / lib /
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Hal Finkel[CFLAA] LLVM_CONSTEXPR -> const
2014-09-02 Robin Morisset[X86] Allow atomic operations using immediates to avoid...
2014-09-02 Hal Finkel[CFLAA] constexpr -> LLVM_CONSTEXPR
2014-09-02 Hal FinkelAdd pass-manager flags to use CFL AA
2014-09-02 Kostya Serebryany[asan] Assign a low branch weight to ASan's slow path...
2014-09-02 Hal FinkelAdd a CFL Alias Analysis implementation
2014-09-02 Juergen Ributzka[FastISel][AArch64] Move over to target-dependent instr...
2014-09-02 Juergen Ributzka[FastISel] Provide the option to skip target-independen...
2014-09-02 Yi JiangGenerate extract for in-tree uses if the use is scalar...
2014-09-02 Sanjay PatelRefactor LowerFABS and LowerFNEG into one function...
2014-09-02 Robin MorissetFix MemoryDependenceAnalysis in cases where QueryInstr...
2014-09-02 Sanjay PatelFix a logic bug when copying fast-math flags.
2014-09-02 Matt ArsenaultFix interference caused by fmul 2, x -> fadd x, x
2014-09-02 Nick KledzikCode review tweaks
2014-09-02 Reid KlecknerCodeGen: Handle va_start in the entry block
2014-09-02 Matt ArsenaultFix comment and unnecessary check for FP build_vectors.
2014-09-02 David Blaikieunique_ptrify LTOCodeGenerator::NativeObjectFile
2014-09-02 David Blaikieunique_ptrify the result of SpecialCaseList::create
2014-09-02 David Blaikieunique_ptrify FileOutputBuffer::FileOutputBuffer
2014-09-02 Alexey SamsonovFix left shifts of negative values in MipsDisassembler.
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-09-02 David Blaikieunique_ptrify PBQPBuilder::build
2014-09-02 Alexey SamsonovFix signed integer overflow in PPCInstPrinter.
2014-09-02 Alexey SamsonovFix left shifts by too large exponents in MCParser
2014-09-02 Andrea Di BiagioRevert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
2014-09-02 Andrea Di Biagio[APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
2014-09-02 JF BastienAdd missing override on ARMAsmBackend's dtor.
2014-09-02 David MajnemerLICM: Don't crash when an instruction is used by an...
2014-09-02 Alexey SamsonovFix left shifts of negative integers in AArch64 InstPri...
2014-09-02 Hal FinkelEnable splitting indexing from loads with TargetConstants
2014-09-02 Aaron BallmanSilencing an MSVC C4334 warning ('<<' : result of 32...
2014-09-02 David XuMerge Extend and Shift into a UBFX
2014-09-02 Hal FinkelRevert "Revert '[DAGCombiner] Split up an indexed load...
2014-09-02 Hal Finkel[PowerPC] Guard against illegal selection of add for...
2014-09-01 Saleem AbdulrasoolCodeGen: indicate Windows unwind data format
2014-09-01 Saleem AbdulrasoolCodeGen: split out the Win64Exception emitter
2014-09-01 Saleem AbdulrasoolMC: remove unnecessary enumeration prefix
2014-09-01 David MajnemerSROA: Don't insert instructions before a PHI
2014-09-01 David MajnemerRevert "Revert two GEP-related InstCombine commits"
2014-09-01 Sanjay PatelUse an integer constant for FABS / FNEG (x86).
2014-09-01 Sanjay PatelAdd a convenience method to copy wrapping, exact, and...
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-09-01 Renato GolinThumb2 M-class MSR instruction support changes
2014-09-01 Patrik HagglundFix in InlineSpiller to make the rematerilization loop...
2014-09-01 Yuri GorsheninRevert "[asan-assembly-instrumentation] Prologue and...
2014-09-01 Chandler CarruthFix a really bad miscompile introduced in r216865 ...
2014-09-01 Renato GolinSmall refactor on VectorizerHint for deduplication
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-09-01 Hal FinkelFeed AA to the inliner and use AA->getModRefBehavior...
2014-09-01 Nick LewyckyIgnore lifetime intrinsics in use list for MemCpyOptimi...
2014-09-01 Nick LewyckyRemove an errant outer loop that contains nothing but...
2014-09-01 Hal FinkelFix AddAliasScopeMetadata again - alias.scope must...
2014-09-01 Jingyue Wu[MachineSink] Use the real post dominator tree
2014-08-31 David BlaikieDebugInfo: Elide lexical scopes which only contain...
2014-08-31 Matt ArsenaultConsider addrspaces in canLosslesslyBitCastTo()
2014-08-31 David BlaikieDebugInfo: Move argument creation up into the caller...
2014-08-31 David BlaikieDelay adding imported entity DIEs to the lexical scope...
2014-08-31 David BlaikieModify DwarfDebug::constructImportedEntityDIE to return...
2014-08-31 David BlaikieRefactor constructImportedEntityDIE(DwarfUnit, DIImport...
2014-08-31 David BlaikieSimplify expression using container's front() rather...
2014-08-30 Josh Klontz[PATCH][Interpreter] Add missing FP intrinsic lowering.
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-30 Brad SmithJIT support has been added awhile ago.
2014-08-30 Hal FinkelFix AddAliasScopeMetadata to not add scopes when derivi...
2014-08-30 David MajnemerInstCombine: Respect recursion depth in visitUDivOperand
2014-08-30 David MajnemerInstCombine: Try harder to combine icmp instructions
2014-08-30 Juergen RibutzkaRevert r216805 "[MachineCombiner][AArch64] Use the...
2014-08-30 Nick KledzikFix typo and formatting
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-29 Juergen Ributzka[MachineCombiner][AArch64] Use the correct register...
2014-08-29 Juergen Ributzka[FastISel][AArch64] Use the correct register class...
2014-08-29 Juergen Ributzka[MachineSinking] Clear kill flag of all operands at...
2014-08-29 Lang Hames[MCJIT] Move endian-aware read/writes from RuntimeDyldM...
2014-08-29 Adrian PrantlDebug info: Add a new explicit DIDescriptor flag for...
2014-08-29 Jean-Luc DupratComment only: Annotate loop as per mailing list discussion
2014-08-29 Alexey SamsonovMake isValidMCLOHType take unsigned instead of enum...
2014-08-29 Reid KlecknerAArch64: Silence -Wabsolute-value warning with std...
2014-08-29 Reid KlecknerSpeculative build fix for const, gcc, and ArrayRef...
2014-08-29 David BlaikieRevert accidentally committed patches r216787-r216789
2014-08-29 David BlaikieOmit DW_AT_artificial, DW_AT_external, and similar...
2014-08-29 David BlaikieOmit dwarf::DW_AT_frame_base under -gmlt
2014-08-29 David BlaikieStuff
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Reid KlecknerAdd a const and munge some comments
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-29 Reid KlecknerVerifier: Don't reject varargs callee cleanup functions
2014-08-29 Louis GerbargRemove spurious mask operations from AArch64 add->compa...
2014-08-29 Reid KlecknerX86: Fix conflict over ESI between base register and...
2014-08-29 Robin MorissetRelax the constraint more in MemoryDependencyAnalysis.cpp
2014-08-29 Robin Morisset[X86] Refactor X86ISelDAGToDAG::SelectAtomicLoadArith...
2014-08-29 Jean-Luc DupratTablegen fixes for new syntax when initializing bits...
2014-08-29 Juergen Ributzka[FastISel][AArch64] Fix an incorrect kill flag due...
2014-08-29 Hal FinkelFix a typo in AddAliasScopeMetadata
2014-08-29 Matt ArsenaultMake fabs safe to speculatively execute
2014-08-29 Matt ArsenaultR600/SI: Use mad for fsub + fmul
2014-08-29 Tim NorthoverAArch64: only try to get operand of a known node.
2014-08-29 Sanjay Pateltypo
2014-08-29 Jingyue Wu[NVPTX] Make the alignment an explicit argument to...
next