aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-08-18Introduce a ScopedFatalErrorHandler class to make it easy to registerDan Gohman
2010-08-18Revert r111394. It was too aggressive.Jakob Stoklund Olesen
2010-08-18Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen
2010-08-18Add df_iterator::getPathLength and getPath as a way of getting a path from theJakob Stoklund Olesen
2010-08-18Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. TheDaniel Dunbar
2010-08-18Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson
2010-08-18move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner
2010-08-18Add hook for re-using virtual base registers for local stack slot access.Jim Grosbach
2010-08-18don't emit zero bit fields with Emit, fixing undefined behavior,Chris Lattner
2010-08-18Don't pass in a null pointer to std::string's ctor, an empty stringChris Lattner
2010-08-17Add materialization of virtual base registers for frame indices allocated intoJim Grosbach
2010-08-17CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar
2010-08-17CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar
2010-08-17Add some win64 coff goodness.Anton Korobeynikov
2010-08-17Sketch i386 relocations handling, from Roman Divacky.Benjamin Kramer
2010-08-17Add hook to examine an instruction referencing a frame index to determineJim Grosbach
2010-08-17Revert r111230, we have to find a better place for the host-specific code.Benjamin Kramer
2010-08-17Micro-optimize MCObjectWriter to do a byteswap if necessary and then write theBenjamin Kramer
2010-08-17There is this new "LLVM" compiler that supports __builtin_bswap but thinks it...Benjamin Kramer
2010-08-16Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman
2010-08-16Better handle alignment requirements for local objects in pre-regalloc frameJim Grosbach
2010-08-16Make some of PMTopLevelManager's members non-public. In particular,Dan Gohman
2010-08-16Eliminate the TopLevelManagerType enum; instead, just makeDan Gohman
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming
2010-08-16Layout helper function.Matt Fleming
2010-08-16Record a symbol's size which is needed for ELF symbol tables.Matt Fleming
2010-08-16ELF entry size support.Matt Fleming
2010-08-16track local frame size in MFI, not local to the pass, since PEI needs it.Jim Grosbach
2010-08-16Revert r111031. The way LLVM defines loop invariance, the property of anDan Gohman
2010-08-16Placate overzealous compiler warnings.Dan Gohman
2010-08-16Move SCEVNAryExpr's virtual member functions out of line, and convertDan Gohman
2010-08-16Specialize FoldingSetTrait<SCEV>, providing implementations of nodeDan Gohman
2010-08-16Add hooks to FoldingSetTrait to allow specializations to provideDan Gohman
2010-08-16Tidy up whitespace in comments.Dan Gohman
2010-08-16Constify FoldingSetNodeIDRef's Data.Dan Gohman
2010-08-16Reverse the order of GetNodeProfile's arguments, for consistencyDan Gohman
2010-08-16Fix indentation in example code in a comment.Dan Gohman
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-08-14Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman
2010-08-14Add a local stack object block allocation pass. This is still anJim Grosbach
2010-08-13tidy up commentsJim Grosbach
2010-08-13tidy up 80 column and whitespaceJim Grosbach
2010-08-13Implement hasComputableLoopEvolution for Add, Mul, and Trunc operators,Dan Gohman
2010-08-13Use getAllOnesValue, saves a copy and looks better.Benjamin Kramer
2010-08-12Also recompute HasPHIKill flags in LiveInterval::RenumberValues.Jakob Stoklund Olesen
2010-08-12Remove trailing whitespace.Jakob Stoklund Olesen
2010-08-12Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands
2010-08-12MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar
2010-08-12tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar