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