LTO: rename the various makeLTOModule overloads.
[oota-llvm.git] / lib / CodeGen /
2014-07-03 Eric ChristopherTemporarily revert "Don't try to construct debug Lexica...
2014-07-03 Sanjay Patelbug fix for PR20020: anti-dependency-breaker causes...
2014-07-03 Ulrich WeigandFix ppcf128 component access on little-endian systems
2014-07-03 Chandler Carruth[x86] Fix the completely broken vector widening legaliz...
2014-07-03 Chandler Carruth[codegen,aarch64] Add a target hook to the code generat...
2014-07-02 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-02 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-02 Quentin Colombet[RegAllocGreedy] Provide a subtarget hook to disable...
2014-07-02 David BlaikieDon't try to construct debug LexicalScopes hierarchy...
2014-07-02 Chad RosierRevert "Revert "MachineScheduler: better book-keeping...
2014-07-02 Matt ArsenaultFix missing const
2014-07-02 Chandler Carruth[cleanup] Hoist an if-else chain on ISD opcodes (really...
2014-07-02 Chandler Carruth[cleanup] Remove dead 'break;' statements that I meant...
2014-07-02 Chandler Carruth[cleanup] Hoist the promotion dispatch logic into the...
2014-07-02 Chandler Carruth[cleanup] Nuke the 'VectorOp' bit of the promote method...
2014-07-02 Chandler Carruth[x86] Clean up and modernize the doxygen and API commen...
2014-07-01 Juergen Ributzka[FastISel] Factor out stackmap intrinsic selection...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-07-01 Alp TokerMove remaining LLVM_ENABLE_DUMP conditionals out of...
2014-07-01 Chad RosierRevert "MachineScheduler: better book-keeping for asserts."
2014-07-01 Quentin Colombet[PeepholeOptimzer] Fix a typo in a comment.
2014-07-01 Quentin Colombet[PeepholeOptimizer] Advanced rewriting of copies to...
2014-07-01 Quentin Colombet[RegAllocGreedy] Provide a flag to disable the local...
2014-07-01 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-01 Andrew TrickMachineScheduler: better book-keeping for asserts.
2014-07-01 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-29 Craig TopperAdd ops() method to SDNode that returns an ArrayRef...
2014-06-27 Chad Rosier[AArch64] Fix memset ICE when memset value is f128.
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-27 David BlaikieRevert "Revert "Revert "PR20038: DebugInfo: Inlined...
2014-06-27 David BlaikieRevert "Revert "PR20038: DebugInfo: Inlined call sites...
2014-06-27 Andrew TrickLeft out the NDEBUG in the previous checkin.
2014-06-27 Andrew TrickMachineScheduler: add some book-keeping to fix an assert.
2014-06-26 Juergen Ributzka[StackMaps] Enable patchpoint liveness analysis per...
2014-06-26 Juergen Ributzka[Stackmaps] Remove the liveness calculation for stackma...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Eric ChristopherThe includes were sorted. Revert r210578.
2014-06-25 David BlaikieRevert "PR20038: DebugInfo: Inlined call sites where...
2014-06-25 David BlaikiePR20038: DebugInfo: Inlined call sites where the caller...
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 NAKAMURA TakumiReformat.
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-24 Sanjay Patelfixed a few typos in comments
2014-06-24 David MajnemerCodeGen: Avoid multiple strlen calls
2014-06-24 Kevin Qin[AArch64] Fix a build_vector pattern match fail
2014-06-23 Rafael EspindolaRemove a temporary hack.
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-21 Benjamin KramerLegalizer: Add support for splitting insert_subvectors.
2014-06-21 Richard TrieuAdd back functionality removed in r210497.
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-19 Eric ChristopherAdd a new subtarget hook for whether or not we'd like...
2014-06-19 David BlaikieDebugInfo: Fission: Ensure the address pool entries...
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-19 Eric ChristopherRemove unnecessary include.
2014-06-18 Tim NorthoverDAG: move sret demotion into most basic LowerCallTo...
2014-06-17 Tom StellardSelectionDAG: Expand i64 = FP_TO_SINT i32
2014-06-15 David BlaikiePR20038: DebugInfo missing DIEs for some concrete varia...
2014-06-15 Tim NorthoverLegalizeDAG: make sure cast is unsigned before using...
2014-06-13 David BlaikieDebugInfo: Remove some extra handling of abstract varia...
2014-06-13 Jiangning LiuMove GlobalMerge from Transform to CodeGen.
2014-06-13 Eric ChristopherThe hazard recognizer only needs a subtarget, not a...
2014-06-13 David BlaikieDebugInfo: Reference abstract definitions from variable...
2014-06-13 David BlaikieDwarfDebug::getExistingAbstractVariable: constify an...
2014-06-13 David BlaikieDebugInfo: Following up to r209677, refactor local...
2014-06-13 Tim NorthoverAtomics: make use of the "cmpxchg weak" instruction.
2014-06-13 Tim NorthoverAtomics: switch direction of cmpxchg comparison
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-13 Juergen Ributzka[FastISel][X86] - Add branch weights
2014-06-12 Juergen Ributzka[FastISel][X86] Add MachineMemOperand to load/store...
2014-06-12 Andrew TrickFix the scheduler's MaxObservedStall computation.
2014-06-12 Tom StellardRevert "SelectionDAG: Enable (and (setcc x), (setcc...
2014-06-12 Juergen Ributzka[FastISel] Add support for the stackmap intrinsic.
2014-06-11 Eric ChristopherRevert r210613 to conform to coding standards.
2014-06-11 Jiangning LiuCreate macro INITIALIZE_TM_PASS.
2014-06-11 Saleem AbdulrasoolCodeGen: refactor DwarfException
2014-06-11 Eric ChristopherSort includes.
2014-06-10 Eric ChristopherHave isInTailCallPosition take the DAG so that we can...
2014-06-10 Eric ChristopherReorder includes to be sorted.
2014-06-10 Eric ChristopherFix typos.
2014-06-10 Juergen Ributzka[FastISel] Collect statistics about failing intrinsic...
2014-06-10 Tom StellardSelectionDAG: Don't use MVT::Other to determine legalit...
2014-06-10 Tom StellardSelectionDAG: Enable (and (setcc x), (setcc y)) ->...
2014-06-10 Tom StellardSelectionDAG: Expand SELECT_CC to SELECT + SETCC
2014-06-09 Richard TrieuRemoving an "if (!this)" check from two print methods...
2014-06-09 Alexey SamsonovGenerate better location ranges for some register-descr...
2014-06-09 Andrea Di Biagio[X86] Add target combine rules for horizontal add/sub.
2014-06-09 Andrea Di Biagio[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-06-07 Alp TokerFix typos
2014-06-07 Andrew TrickFix the MachineScheduler's logic for updating ready...
2014-06-06 David BlaikieDebugInfo: Use the scope of the function declaration...
next