Remove caching of an unused subtarget from MSP430FrameLowering.
[oota-llvm.git] / lib / CodeGen /
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...
2014-06-06 David BlaikieDebugInfo: pubnames: include file-local (static or...
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-06-05 Alexey SamsonovFix null dereference with -debug-only=dwarfdebug
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Sasa StankovicPrevent hoisting the instruction whose def might be...
2014-06-05 David BlaikieRevert r210221 again, due to a crash Richard Smith...
2014-06-05 David BlaikieDebugInfo: Reuse existing LexicalScope to retrieve...
2014-06-05 David BlaikieDebugInfo: Roll argument insertion into variable insert...
2014-06-05 David BlaikiePR19388: DebugInfo: Emit dead arguments in their origin...
2014-06-05 David BlaikieDebugInfo: Add comments/assert description to r209674...
2014-06-04 David BlaikieDebugInfo: Reapply r209984 (reverted in r210143), asser...
2014-06-04 Hans WennborgDon't emit structors for available_externally globals...
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-06-04 Andrew TrickMove GenericScheduler and PostGenericScheduler into...
2014-06-04 David BlaikieDebugInfo: Partial revert r209984 due to more cases...
2014-06-03 Pete CooperCalculate dead instructions when a live interval is...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-02 Eric ChristopherInitLibcallNames can take a Triple instead of a TargetM...
2014-06-01 David BlaikieDebugInfo: Assert that DbgVariables have associated...
2014-05-31 Alp TokerFix typos
2014-05-31 Adam Nemet[SelectionDAG] Force cycle detection in AssignTopologic...
2014-05-31 Adam Nemet[SelectionDAG] Pass DAG to checkForCycles
2014-05-30 Andrea Di Biagio[X86] Add two combine rules to simplify dag nodes intro...
2014-05-30 Filipe CabecinhasConvert a vselect into a concat_vector if possible
2014-05-30 Adrian PrantlRoll DbgVariable::setMInsn into the constructor. No...
2014-05-30 Logan ChienFix MIPS exception personality encoding.
2014-05-30 Rafael Espindola[pr19636] Fix known bit computation in urem instructio...
2014-05-30 Tim NorthoverSelectionDAG: skip barriers for unordered atomic operations
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-30 Richard TrieuRemove use of comma operator.
2014-05-29 Adrian PrantlDebug Info: Remove unused code. The MInsn of an _abstra...
2014-05-29 Hao LiuFix an assertion failure caused by v1i64 in DAGCombiner...
2014-05-29 Michael J. Spencer[x86] Fold extract_vector_elt of a load into the Load...
2014-05-28 Matt ArsenaultFix wrong setcc result type when legalizing uaddo/usubo
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
next