aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-12-24whitespaceAndrew Trick
2010-12-23Flag -> Glue, the ongoing sagaChris Lattner
2010-12-23flags -> glue for selectiondagChris Lattner
2010-12-23sdisel flag -> glue.Chris Lattner
2010-12-23Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin
2010-12-22Constify.Dan Gohman
2010-12-22Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a muchRafael Espindola
2010-12-22Use references and simplify.Rafael Espindola
2010-12-21Don't relax org or align. They change size as the relaxation happens, but theyRafael Espindola
2010-12-21MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrongDaniel Dunbar
2010-12-21Pull a few more simplifications out of instcombine (there are stillDuncan Sands
2010-12-21Layout one section until no relaxations are done and then move to the nextRafael Espindola
2010-12-21rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner
2010-12-21Use IntEqClasses to compute connected components of live intervals.Jakob Stoklund Olesen
2010-12-21Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen
2010-12-20Revert r122114 (CallbackVH observing use-list changes) because it caused seve...Owen Anderson
2010-12-20This is still used and issuing an annoying warning. Don't deprecate something inBill Wendling
2010-12-20Add a new convenience pass for testing InstructionSimplify. PreviouslyDuncan Sands
2010-12-20Fix spelling.Michael J. Spencer
2010-12-20There is no need for isAssociative to take the type as an argument anymore.Duncan Sands
2010-12-20Discourage people from using isWeakForLinker when they should be usingDuncan Sands
2010-12-20update comment.Chris Lattner
2010-12-19Use the new way of silencing this warning.Nick Lewycky
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky
2010-12-19add a version of IRBuilder::SetInsertPoint that takes an instruction.Chris Lattner
2010-12-19remove dead headerChris Lattner
2010-12-18Support/PathV1: Clarify deprecation warning.Michael J. Spencer
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer
2010-12-18Header warning patrol.Eric Christopher
2010-12-18Add support for lexing single quotes like 'c'.Roman Divacky
2010-12-18Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson
2010-12-18Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola
2010-12-18Remove the MCObjectFormat class.Rafael Espindola
2010-12-18Support/PathV1: Clarify deprecation warning.Michael J. Spencer
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer
2010-12-18Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola
2010-12-18Move some data to the TargetWriter.Rafael Espindola
2010-12-18Support/PathV1: Deprecate getLast.Michael J. Spencer
2010-12-18Add support to CallbackVH to receive notification when a Value's use-list cha...Owen Anderson
2010-12-18Pass a Banner argument to the machine code verifier both fromJakob Stoklund Olesen
2010-12-17Avoid dereferencing end() in collectInterferingVRegs() when there is noJakob Stoklund Olesen
2010-12-17Enable loop splitting in RegAllocGreedy.Jakob Stoklund Olesen
2010-12-17During local stack slot allocation, the materializeFrameBaseRegister functionBill Wendling
2010-12-17Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo seesJakob Stoklund Olesen
2010-12-17It is allowed to call IntervalMap::const_iterator::advanceTo() with a key thatJakob Stoklund Olesen
2010-12-17Fix 80 col.Michael J. Spencer
2010-12-17Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer
2010-12-17Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap.Jakob Stoklund Olesen
2010-12-17Pass StringRefs by value, for consistency.Benjamin Kramer
2010-12-17Add MachineLoopRange comparators for sorting loop lists by number and by area.Jakob Stoklund Olesen