Fix llc to not reuse spill slots in functions that invoke setjmp()
[oota-llvm.git] / lib / CodeGen /
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-13 Juergen Ributzka[DAG] Refactor ReassociateOps - no functional change...
2014-01-13 Juergen Ributzka[DAG] Teach DAG to also reassociate vector operations
2014-01-13 Andrew TrickHide the pre-RA-sched= option.
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Tim NorthoverRevert "ReMat: fix overly cavalier attitude to sub...
2014-01-13 Tim NorthoverReMat: fix overly cavalier attitude to sub-register...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-12 Jakob Stoklund OlesenHandle bundled terminators in isBlockOnlyReachableByFal...
2014-01-12 Nico RieckFix non-deterministic SDNodeOrder-dependent codegen
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-11 Alp TokerFix 'ned' typo in doc comment
2014-01-11 Eric ChristopherRevert r198979 - accidental commit.
2014-01-11 Eric ChristopherReformat.
2014-01-11 Eric ChristopherUpdate function name and add some helpful comments.
2014-01-10 David BlaikieRevert "Revert r198851, "Prototype of skeleton type...
2014-01-09 NAKAMURA TakumiRevert r198851, "Prototype of skeleton type units for...
2014-01-09 Richard SandifordHandle masked rotate amounts
2014-01-09 Richard SandifordMatch the InstCombine form of rotates by X+C
2014-01-09 David BlaikiePrototype of skeleton type units for fission
2014-01-09 David BlaikieDwarfDebug: Refactor out common skeleton construction...
2014-01-09 David BlaikieReformatting for r198842
2014-01-09 David BlaikieDwarfUnit: Rename "Node" to "CUNode" and propagate...
2014-01-09 David BlaikieRevert "DwarfUnit: Move the DICompileUnit Node to the...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-09 David BlaikieDwarfUnit: Move the DICompileUnit Node to the DwarfComp...
2014-01-09 Andrew Trickllvm.experimental.stackmap: fix encoding of large const...
2014-01-08 Hal FinkelConservatively handle multiple MMOs in MIsNeedChainEdge
2014-01-08 Andrea Di BiagioTeach the DAGCombiner how to fold 'vselect' dag nodes...
2014-01-08 Richard Sandiford[DAGCombiner] Factor duplicated rotate code into a...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Benjamin KramerEmit arange padding with a single directive.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Andrew TrickFix for PR18396: Assertion: MO->isDead "Cannot fold...
2014-01-06 Kevin Qin[AArch64 NEON] Fix invalid constant used in vselect...
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2014-01-03 Nico WeberAdd a LLVM_DUMP_METHOD macro.
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-03 David BlaikieRevert "Revert "Debug Info: Type Units: Simplify type...
2014-01-03 David BlaikieRevert "Debug Info: Type Units: Simplify type hashing...
2014-01-03 David BlaikieDebug Info: Type Units: Simplify type hashing using...
2014-01-03 Eric Christopher80-column.
2014-01-03 Eric ChristopherRemove TextSectionSym as it is unused.
2014-01-03 David BlaikieRevert "Reverting r193835 due to weirdness with Go..."
2014-01-03 David BlaikieReverting r193835 due to weirdness with Go...
2014-01-02 Quentin Colombet[RegAlloc] Make tryInstructionSplit less aggressive.
2014-01-02 Eric ChristopherRemove comments on CU skeleton construction, they're...
2014-01-02 Eric ChristopherElaborate on comment for skeleton CU construction.
2014-01-02 Eric ChristopherRevert seemingly unnecessary section sym for the data...
2014-01-02 Hal FinkelDisable compare sinking in CodeGenPrepare when multiple...
2014-01-02 Eric ChristopherFix up a couple of review comments:
2014-01-02 Eric ChristopherSimplify conditional.
2014-01-02 Lang HamesRemove redundant fold call introduced in r195944. Thank...
2014-01-02 Adrian PrantlRevert "Debug info: Add enumerators to the __apple_name...
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2013-12-30 Eric ChristopherRefactor and reduce code duplication for non-split...
2013-12-30 Eric ChristopherRevert r198208 and reapply:
2013-12-30 NAKAMURA TakumiRevert r198199 (and r198202). It broke 3 DebugInfo...
2013-12-30 Eric ChristopherFix aranges and split dwarf by ensuring that the symbol...
2013-12-30 Eric ChristopherReapply r198196 with a fix to zero initialize the skele...
2013-12-30 Eric ChristopherTemporarily revert "Use a pointer to keep track of...
2013-12-30 Eric ChristopherUse a pointer to keep track of the skeleton unit for...
2013-12-30 Kevin QinFix a bug in DAGcombiner about zero-extend after setcc.
2013-12-28 Saleem AbdulrasoolCodeGen: silence a C++11 feature warning
2013-12-28 Andrew TrickUninitialized variable (in never taken path) after...
2013-12-28 Andrew TrickAdded debugging options: -misched-only-func/block
2013-12-28 Andrew TrickAdd a PostMachineScheduler pass with generic implementa...
2013-12-28 Andrew TrickMove the PostRA scheduler's fixupKills function for...
2013-12-28 Andrew TrickStub out a PostMachineScheduler pass.
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-12-28 Eric ChristopherRemove AsmPrinter::needsRelocationsForDwarfStringPool...
2013-12-27 Andrea Di BiagioTeach DAGCombiner how to fold a SIGN_EXTEND_INREG of...
2013-12-23 Adrian PrantlDebug info: Add enumerators to the __apple_names accele...
2013-12-20 Eric ChristopherRanges in the .debug_range section need to have begin...
2013-12-20 Eric ChristopherAdd support for a CU to output a set of ranges for...
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
2013-12-17 David BlaikieDebugInfo: Introduce new DIValue, DIETypeSignature...
2013-12-17 Andrew TrickDisabled subregister copy coalescing during MachineCSE.
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-17 Andrew TrickAllow MachineCSE to coalesce trivial subregister copies...
2013-12-17 Jim GrosbachMake comment more explicit.
2013-12-17 Jim GrosbachTypo. s/reserved/preserved/
2013-12-17 Jim GrosbachAdd a machine code print in DEBUG() following instructi...
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-16 Rafael EspindolaRevert "Allow MachineCSE to coalesce trivial subregiste...
2013-12-16 Andrew TrickAllow MachineCSE to coalesce trivial subregister copies...
2013-12-16 Andrew Trickwhitespace
2013-12-14 Juergen Ributzka[Stackmap] Refactor operand parsing.
2013-12-14 Juergen RibutzkaRemove weak vtables. No functional change.
2013-12-14 Juergen Ributzka[Stackmap] Liveness Analysis Pass
2013-12-14 Juergen RibutzkaConvert register liveness tracking to work on a sub...
2013-12-14 Michael Gottesman[block-freq] Rename getEntryFrequency() -> getEntryFreq...
2013-12-14 Michael Gottesman[block-freq] Refactor LiveInterals::getSpillWeight...
2013-12-14 Michael Gottesman[block-freq] Store MBFI as a field on SpillPlacement...
2013-12-14 Michael Gottesman[block-freq] Update MachineBlockPlacement and RegAllocG...
next