| Commit message (Expand) | Author | Age | Files | Lines |
* | Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort | Nick Lewycky | 2010-05-12 | 1 | -0/+3 |
* | MC: Factor out MCAssembler::LayoutFragment | Daniel Dunbar | 2010-05-12 | 1 | -0/+5 |
* | ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null. | Daniel Dunbar | 2010-05-12 | 1 | -0/+50 |
* | MC: Simplify LayoutSection to just take the index of the section to layout. | Daniel Dunbar | 2010-05-12 | 2 | -13/+10 |
* | MC: Track section layout order explicitly, and use to simplify. | Daniel Dunbar | 2010-05-12 | 1 | -1/+20 |
* | Add support for movi32 of global values to the new (MC) asm printer. | Rafael Espindola | 2010-05-12 | 1 | -1/+3 |
* | Added a trivial function to modify the flags field of MCSymbolData class. The... | Nathan Jeffords | 2010-05-12 | 1 | -0/+5 |
* | MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can | Daniel Dunbar | 2010-05-12 | 1 | -0/+8 |
* | Add initial kill flag support to FastISel. | Dan Gohman | 2010-05-11 | 1 | -17/+32 |
* | Simplify the tracking of used physregs to a bulk bitor followed by a transitive | Jakob Stoklund Olesen | 2010-05-11 | 1 | -2/+9 |
* | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands | 2010-05-11 | 1 | -4/+13 |
* | Remove the "WantsWholeFile" concept, as it's no longer needed. CBE | Dan Gohman | 2010-05-11 | 1 | -11/+0 |
* | Trim #includes and forward declarations. | Dan Gohman | 2010-05-11 | 1 | -1/+0 |
* | Fix a comment. | Dan Gohman | 2010-05-11 | 1 | -1/+1 |
* | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 3 | -56/+69 |
* | MC/Mach-O x86_64: Switch to using fragment atom symbol. | Daniel Dunbar | 2010-05-11 | 1 | -10/+0 |
* | Remove the TargetLowering::getSubtarget() virtual function, which | Dan Gohman | 2010-05-11 | 1 | -6/+0 |
* | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor | 2010-05-11 | 1 | -1/+1 |
* | The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a | Bill Wendling | 2010-05-11 | 1 | -3/+4 |
* | MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, f... | Daniel Dunbar | 2010-05-10 | 1 | -0/+9 |
* | Fix PR6875: | David Greene | 2010-05-10 | 1 | -0/+7 |
* | Add an explicit keyword. | Dan Gohman | 2010-05-10 | 1 | -1/+1 |
* | Add new configure option, --disable-timestamps, intended to turn off anything... | Daniel Dunbar | 2010-05-10 | 1 | -0/+3 |
* | Delete an obsolete comment. | Dan Gohman | 2010-05-10 | 1 | -3/+0 |
* | remove a dead file. | Chris Lattner | 2010-05-09 | 1 | -51/+0 |
* | break coff symbol definition stuff out into proper MCStreamer callbacks, | Chris Lattner | 2010-05-08 | 1 | -2/+19 |
* | Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup | Daniel Dunbar | 2010-05-08 | 1 | -0/+4 |
* | Remove DIGlobal. | Devang Patel | 2010-05-07 | 1 | -37/+19 |
* | Add DINameSpace::Verify(). | Devang Patel | 2010-05-07 | 1 | -0/+1 |
* | Clang is dying on this with an ambiguous conversion sequence. We're working o... | Douglas Gregor | 2010-05-07 | 1 | -1/+0 |
* | Verify variable directly. | Devang Patel | 2010-05-07 | 1 | -3/+0 |
* | add COFF support for COMDAT sections, patch by Nathan Jeffords! | Chris Lattner | 2010-05-07 | 2 | -8/+41 |
* | Fix i386 relocations to Weak Definitions. The relocation entries should be | Kevin Enderby | 2010-05-07 | 1 | -0/+44 |
* | Fix PR 7087, and probably other things, by extending | Dale Johannesen | 2010-05-07 | 1 | -0/+2 |
* | Wrap const MDNode * inside DIDescriptor. | Devang Patel | 2010-05-07 | 1 | -25/+26 |
* | remove DIDescriptor::getNode() | Devang Patel | 2010-05-07 | 1 | -2/+1 |
* | Avoid DIDescriptor::getNode(). Use overloaded operators instead. | Devang Patel | 2010-05-07 | 1 | -2/+4 |
* | switch MCSectionCOFF from a syntactic to semantic representation, | Chris Lattner | 2010-05-07 | 4 | -35/+92 |
* | Add a simple module-level debug info printer. It just sets up a | Dan Gohman | 2010-05-07 | 2 | -0/+4 |
* | Add an LLVM IR version of code sinking. This uses the same simple algorithm | Dan Gohman | 2010-05-07 | 2 | -0/+7 |
* | Const-ify some stuff. | Dan Gohman | 2010-05-07 | 1 | -14/+14 |
* | Convert the DebugInfo classes dump() methods into print(raw_ostream &) | Dan Gohman | 2010-05-07 | 1 | -10/+43 |
* | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 1 | -1/+2 |
* | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng | 2010-05-06 | 1 | -2/+4 |
* | Fix handling of unreachable blocks in the SSAUpdater. The previous code only | Bob Wilson | 2010-05-06 | 1 | -23/+29 |
* | Add an "IsBottomUp" member function to FastISel, which will be used to | Dan Gohman | 2010-05-05 | 1 | -0/+1 |
* | MC: Make setVariableValue check the redefinition condition a bit more strongly. | Daniel Dunbar | 2010-05-05 | 1 | -4/+1 |
* | Move REG_SEQUENCE removal to 2addr pass. | Evan Cheng | 2010-05-05 | 1 | -0/+3 |
* | Implement rdar://7415680 - Twine integer support lacks greatness | Chris Lattner | 2010-05-05 | 1 | -7/+8 |
* | Teach liveintervalanalysis about virtual registers which are defined by reg_s... | Evan Cheng | 2010-05-05 | 1 | -0/+6 |