aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use references and simplify.Rafael Espindola2010-12-221-1/+1
* Don't relax org or align. They change size as the relaxation happens, but theyRafael Espindola2010-12-211-20/+3
* MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrongDaniel Dunbar2010-12-212-8/+20
* Pull a few more simplifications out of instcombine (there are stillDuncan Sands2010-12-211-0/+5
* Layout one section until no relaxations are done and then move to the nextRafael Espindola2010-12-211-0/+2
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-213-8/+8
* Use IntEqClasses to compute connected components of live intervals.Jakob Stoklund Olesen2010-12-212-7/+10
* Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen2010-12-211-0/+81
* Revert r122114 (CallbackVH observing use-list changes) because it caused seve...Owen Anderson2010-12-202-7/+1
* This is still used and issuing an annoying warning. Don't deprecate something inBill Wendling2010-12-201-3/+3
* Add a new convenience pass for testing InstructionSimplify. PreviouslyDuncan Sands2010-12-203-0/+9
* Fix spelling.Michael J. Spencer2010-12-201-2/+2
* There is no need for isAssociative to take the type as an argument anymore.Duncan Sands2010-12-201-4/+3
* Discourage people from using isWeakForLinker when they should be usingDuncan Sands2010-12-201-1/+3
* update comment.Chris Lattner2010-12-201-2/+1
* Use the new way of silencing this warning.Nick Lewycky2010-12-191-1/+1
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-194-0/+4
* add a version of IRBuilder::SetInsertPoint that takes an instruction.Chris Lattner2010-12-191-0/+7
* remove dead headerChris Lattner2010-12-191-42/+0
* Support/PathV1: Clarify deprecation warning.Michael J. Spencer2010-12-181-8/+10
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-181-3/+6
* Header warning patrol.Eric Christopher2010-12-181-1/+1
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-181-0/+1
* Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson2010-12-181-13/+8
* Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola2010-12-181-4/+2
* Remove the MCObjectFormat class.Rafael Espindola2010-12-183-57/+4
* Support/PathV1: Clarify deprecation warning.Michael J. Spencer2010-12-181-8/+10
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-181-3/+6
* Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola2010-12-181-15/+9
* Move some data to the TargetWriter.Rafael Espindola2010-12-181-5/+15
* Support/PathV1: Deprecate getLast.Michael J. Spencer2010-12-181-1/+3
* Add support to CallbackVH to receive notification when a Value's use-list cha...Owen Anderson2010-12-182-1/+7
* Pass a Banner argument to the machine code verifier both fromJakob Stoklund Olesen2010-12-182-2/+2
* Avoid dereferencing end() in collectInterferingVRegs() when there is noJakob Stoklund Olesen2010-12-171-0/+1
* Enable loop splitting in RegAllocGreedy.Jakob Stoklund Olesen2010-12-171-0/+3
* During local stack slot allocation, the materializeFrameBaseRegister functionBill Wendling2010-12-171-1/+1
* Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo seesJakob Stoklund Olesen2010-12-171-11/+23
* It is allowed to call IntervalMap::const_iterator::advanceTo() with a key thatJakob Stoklund Olesen2010-12-171-0/+2
* Fix 80 col.Michael J. Spencer2010-12-171-2/+6
* Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer2010-12-173-2/+28
* Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap.Jakob Stoklund Olesen2010-12-171-6/+5
* Pass StringRefs by value, for consistency.Benjamin Kramer2010-12-172-18/+18
* Add MachineLoopRange comparators for sorting loop lists by number and by area.Jakob Stoklund Olesen2010-12-171-0/+19
* Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola2010-12-171-1/+11
* Support: Rename Path.h to PathV1.h and add a new Path.h that includes both V1...Michael J. Spencer2010-12-172-722/+738
* Move createELFObjectWriter to its own header.Rafael Espindola2010-12-172-4/+27
* improve switch formation to handle small range Chris Lattner2010-12-171-1/+1
* MC/Mach-O: On second thought, use a custom hook for enabling aggressiveDaniel Dunbar2010-12-171-1/+6
* MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...Daniel Dunbar2010-12-171-0/+11
* Provide LiveIntervalUnion::Query::checkLoopInterference.Jakob Stoklund Olesen2010-12-172-4/+34