summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* add a version of IRBuilder::SetInsertPoint that takes an instruction.Chris Lattner2010-12-19
* remove dead headerChris Lattner2010-12-19
* Support/PathV1: Clarify deprecation warning.Michael J. Spencer2010-12-18
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-18
* Header warning patrol.Eric Christopher2010-12-18
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-18
* Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson2010-12-18
* Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola2010-12-18
* Remove the MCObjectFormat class.Rafael Espindola2010-12-18
* Support/PathV1: Clarify deprecation warning.Michael J. Spencer2010-12-18
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-18
* Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola2010-12-18
* Move some data to the TargetWriter.Rafael Espindola2010-12-18
* Support/PathV1: Deprecate getLast.Michael J. Spencer2010-12-18
* Add support to CallbackVH to receive notification when a Value's use-list cha...Owen Anderson2010-12-18
* Pass a Banner argument to the machine code verifier both fromJakob Stoklund Olesen2010-12-18
* Avoid dereferencing end() in collectInterferingVRegs() when there is noJakob Stoklund Olesen2010-12-17
* Enable loop splitting in RegAllocGreedy.Jakob Stoklund Olesen2010-12-17
* During local stack slot allocation, the materializeFrameBaseRegister functionBill Wendling2010-12-17
* Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo seesJakob Stoklund Olesen2010-12-17
* It is allowed to call IntervalMap::const_iterator::advanceTo() with a key thatJakob Stoklund Olesen2010-12-17
* Fix 80 col.Michael J. Spencer2010-12-17
* Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer2010-12-17
* Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap.Jakob Stoklund Olesen2010-12-17
* Pass StringRefs by value, for consistency.Benjamin Kramer2010-12-17
* Add MachineLoopRange comparators for sorting loop lists by number and by area.Jakob Stoklund Olesen2010-12-17
* Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola2010-12-17
* Support: Rename Path.h to PathV1.h and add a new Path.h that includes both V1...Michael J. Spencer2010-12-17
* Move createELFObjectWriter to its own header.Rafael Espindola2010-12-17
* improve switch formation to handle small range Chris Lattner2010-12-17
* MC/Mach-O: On second thought, use a custom hook for enabling aggressiveDaniel Dunbar2010-12-17
* MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...Daniel Dunbar2010-12-17
* Provide LiveIntervalUnion::Query::checkLoopInterference.Jakob Stoklund Olesen2010-12-17
* MC/Assembler: Strip out object writer arguments, now that it is always availableDaniel Dunbar2010-12-17
* MC/Assembler: Make the MCObjectWriter available through the lifetime of theDaniel Dunbar2010-12-17
* MC/Target: Remove HasScatteredSymbols target hook variable, which has beenDaniel Dunbar2010-12-17
* MC/Expr: Simplify.Daniel Dunbar2010-12-17
* MC: Remove another dead MCAssembler argument, and update clients.Daniel Dunbar2010-12-17
* MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I addedDaniel Dunbar2010-12-17
* Fix 80-col viola.Daniel Dunbar2010-12-17
* Add basic test exposing many bugs.Jakob Stoklund Olesen2010-12-16
* MC/Mach-O: Lift some MachObjectWriter arguments into the target specificDaniel Dunbar2010-12-16
* MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.Daniel Dunbar2010-12-16
* MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.Daniel Dunbar2010-12-16
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-16
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-16
* MC: Split MCFixupKindInfo out into its own header.Daniel Dunbar2010-12-16
* MC: Remove a FIXME I no longer agree with.Daniel Dunbar2010-12-16