| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't relax org or align. They change size as the relaxation happens, but they | Rafael Espindola | 2010-12-21 | 1 | -20/+3 |
* | MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrong | Daniel Dunbar | 2010-12-21 | 2 | -8/+20 |
* | Pull a few more simplifications out of instcombine (there are still | Duncan Sands | 2010-12-21 | 1 | -0/+5 |
* | Layout one section until no relaxations are done and then move to the next | Rafael Espindola | 2010-12-21 | 1 | -0/+2 |
* | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner | 2010-12-21 | 3 | -8/+8 |
* | Use IntEqClasses to compute connected components of live intervals. | Jakob Stoklund Olesen | 2010-12-21 | 2 | -7/+10 |
* | Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h. | Jakob Stoklund Olesen | 2010-12-21 | 1 | -0/+81 |
* | Revert r122114 (CallbackVH observing use-list changes) because it caused seve... | Owen Anderson | 2010-12-20 | 2 | -7/+1 |
* | This is still used and issuing an annoying warning. Don't deprecate something in | Bill Wendling | 2010-12-20 | 1 | -3/+3 |
* | Add a new convenience pass for testing InstructionSimplify. Previously | Duncan Sands | 2010-12-20 | 3 | -0/+9 |
* | Fix spelling. | Michael J. Spencer | 2010-12-20 | 1 | -2/+2 |
* | There is no need for isAssociative to take the type as an argument anymore. | Duncan Sands | 2010-12-20 | 1 | -4/+3 |
* | Discourage people from using isWeakForLinker when they should be using | Duncan Sands | 2010-12-20 | 1 | -1/+3 |
* | update comment. | Chris Lattner | 2010-12-20 | 1 | -2/+1 |
* | Use the new way of silencing this warning. | Nick Lewycky | 2010-12-19 | 1 | -1/+1 |
* | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky | 2010-12-19 | 4 | -0/+4 |
* | add a version of IRBuilder::SetInsertPoint that takes an instruction. | Chris Lattner | 2010-12-19 | 1 | -0/+7 |
* | remove dead header | Chris Lattner | 2010-12-19 | 1 | -42/+0 |
* | Support/PathV1: Clarify deprecation warning. | Michael J. Spencer | 2010-12-18 | 1 | -8/+10 |
* | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. | Michael J. Spencer | 2010-12-18 | 1 | -3/+6 |
* | Header warning patrol. | Eric Christopher | 2010-12-18 | 1 | -1/+1 |
* | Add support for lexing single quotes like 'c'. | Roman Divacky | 2010-12-18 | 1 | -0/+1 |
* | Revert r122143 through r122140, which collectively broke the LLVMC tests on | Owen Anderson | 2010-12-18 | 1 | -13/+8 |
* | Merge isAbsolute into IsSymbolRefDifferenceFullyResolved. | Rafael Espindola | 2010-12-18 | 1 | -4/+2 |
* | Remove the MCObjectFormat class. | Rafael Espindola | 2010-12-18 | 3 | -57/+4 |
* | Support/PathV1: Clarify deprecation warning. | Michael J. Spencer | 2010-12-18 | 1 | -8/+10 |
* | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. | Michael J. Spencer | 2010-12-18 | 1 | -3/+6 |
* | Revert 122011, 122012, 122013, 122023 adding back an important optimization. | Rafael Espindola | 2010-12-18 | 1 | -15/+9 |
* | Move some data to the TargetWriter. | Rafael Espindola | 2010-12-18 | 1 | -5/+15 |
* | Support/PathV1: Deprecate getLast. | Michael J. Spencer | 2010-12-18 | 1 | -1/+3 |
* | Add support to CallbackVH to receive notification when a Value's use-list cha... | Owen Anderson | 2010-12-18 | 2 | -1/+7 |
* | Pass a Banner argument to the machine code verifier both from | Jakob Stoklund Olesen | 2010-12-18 | 2 | -2/+2 |
* | Avoid dereferencing end() in collectInterferingVRegs() when there is no | Jakob Stoklund Olesen | 2010-12-17 | 1 | -0/+1 |
* | Enable loop splitting in RegAllocGreedy. | Jakob Stoklund Olesen | 2010-12-17 | 1 | -0/+3 |
* | During local stack slot allocation, the materializeFrameBaseRegister function | Bill Wendling | 2010-12-17 | 1 | -1/+1 |
* | Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees | Jakob Stoklund Olesen | 2010-12-17 | 1 | -11/+23 |
* | It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that | Jakob Stoklund Olesen | 2010-12-17 | 1 | -0/+2 |
* | Fix 80 col. | Michael J. Spencer | 2010-12-17 | 1 | -2/+6 |
* | Support/Path: Deprecate PathV1::isAbsolute. | Michael J. Spencer | 2010-12-17 | 3 | -2/+28 |
* | Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. | Jakob Stoklund Olesen | 2010-12-17 | 1 | -6/+5 |
* | Pass StringRefs by value, for consistency. | Benjamin Kramer | 2010-12-17 | 2 | -18/+18 |
* | Add MachineLoopRange comparators for sorting loop lists by number and by area. | Jakob Stoklund Olesen | 2010-12-17 | 1 | -0/+19 |
* | Stub out explicit MCELFObjectTargetWriter interface. | Rafael Espindola | 2010-12-17 | 1 | -1/+11 |
* | Support: Rename Path.h to PathV1.h and add a new Path.h that includes both V1... | Michael J. Spencer | 2010-12-17 | 2 | -722/+738 |
* | Move createELFObjectWriter to its own header. | Rafael Espindola | 2010-12-17 | 2 | -4/+27 |
* | improve switch formation to handle small range | Chris Lattner | 2010-12-17 | 1 | -1/+1 |
* | MC/Mach-O: On second thought, use a custom hook for enabling aggressive | Daniel Dunbar | 2010-12-17 | 1 | -1/+6 |
* | MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s... | Daniel Dunbar | 2010-12-17 | 1 | -0/+11 |
* | Provide LiveIntervalUnion::Query::checkLoopInterference. | Jakob Stoklund Olesen | 2010-12-17 | 2 | -4/+34 |
* | MC/Assembler: Strip out object writer arguments, now that it is always available | Daniel Dunbar | 2010-12-17 | 1 | -21/+12 |