summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman2010-08-20
* Better handling of offsets on frame index references. rdar://8277890Jim Grosbach2010-08-19
* Update comment to remove special case for vector extending loads. AnBob Wilson2010-08-19
* Re-re-revert this patch. It seems to be causing performanceEric Christopher2010-08-19
* Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach2010-08-19
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-19
* Reapply the virtual register patch from 109102. The places where we wereEric Christopher2010-08-19
* Finish full attribute class emission for clang.Sean Hunt2010-08-18
* Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman2010-08-18
* move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner2010-08-18
* Introduce a ScopedFatalErrorHandler class to make it easy to registerDan Gohman2010-08-18
* Revert r111394. It was too aggressive.Jakob Stoklund Olesen2010-08-18
* Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen2010-08-18
* Add df_iterator::getPathLength and getPath as a way of getting a path from theJakob Stoklund Olesen2010-08-18
* Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. TheDaniel Dunbar2010-08-18
* Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson2010-08-18
* move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner2010-08-18
* Add hook for re-using virtual base registers for local stack slot access.Jim Grosbach2010-08-18
* don't emit zero bit fields with Emit, fixing undefined behavior,Chris Lattner2010-08-18
* Don't pass in a null pointer to std::string's ctor, an empty stringChris Lattner2010-08-18
* Add materialization of virtual base registers for frame indices allocated intoJim Grosbach2010-08-17
* CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar2010-08-17
* CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar2010-08-17
* Add some win64 coff goodness.Anton Korobeynikov2010-08-17
* Sketch i386 relocations handling, from Roman Divacky.Benjamin Kramer2010-08-17
* Add hook to examine an instruction referencing a frame index to determineJim Grosbach2010-08-17
* Revert r111230, we have to find a better place for the host-specific code.Benjamin Kramer2010-08-17
* Micro-optimize MCObjectWriter to do a byteswap if necessary and then write theBenjamin Kramer2010-08-17
* There is this new "LLVM" compiler that supports __builtin_bswap but thinks it...Benjamin Kramer2010-08-17
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-16
* Better handle alignment requirements for local objects in pre-regalloc frameJim Grosbach2010-08-16
* Make some of PMTopLevelManager's members non-public. In particular,Dan Gohman2010-08-16
* Eliminate the TopLevelManagerType enum; instead, just makeDan Gohman2010-08-16
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-16
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-16
* Layout helper function.Matt Fleming2010-08-16
* Record a symbol's size which is needed for ELF symbol tables.Matt Fleming2010-08-16
* ELF entry size support.Matt Fleming2010-08-16
* track local frame size in MFI, not local to the pass, since PEI needs it.Jim Grosbach2010-08-16
* Revert r111031. The way LLVM defines loop invariance, the property of anDan Gohman2010-08-16
* Placate overzealous compiler warnings.Dan Gohman2010-08-16
* Move SCEVNAryExpr's virtual member functions out of line, and convertDan Gohman2010-08-16
* Specialize FoldingSetTrait<SCEV>, providing implementations of nodeDan Gohman2010-08-16
* Add hooks to FoldingSetTrait to allow specializations to provideDan Gohman2010-08-16
* Tidy up whitespace in comments.Dan Gohman2010-08-16
* Constify FoldingSetNodeIDRef's Data.Dan Gohman2010-08-16
* Reverse the order of GetNodeProfile's arguments, for consistencyDan Gohman2010-08-16
* Fix indentation in example code in a comment.Dan Gohman2010-08-16
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman2010-08-14