aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abortNick Lewycky2010-05-121-0/+3
* MC: Factor out MCAssembler::LayoutFragmentDaniel Dunbar2010-05-121-0/+5
* ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar2010-05-121-0/+50
* MC: Simplify LayoutSection to just take the index of the section to layout.Daniel Dunbar2010-05-122-13/+10
* MC: Track section layout order explicitly, and use to simplify.Daniel Dunbar2010-05-121-1/+20
* Add support for movi32 of global values to the new (MC) asm printer.Rafael Espindola2010-05-121-1/+3
* Added a trivial function to modify the flags field of MCSymbolData class. The...Nathan Jeffords2010-05-121-0/+5
* MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar2010-05-121-0/+8
* Add initial kill flag support to FastISel.Dan Gohman2010-05-111-17/+32
* Simplify the tracking of used physregs to a bulk bitor followed by a transitiveJakob Stoklund Olesen2010-05-111-2/+9
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-111-4/+13
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-111-11/+0
* Trim #includes and forward declarations.Dan Gohman2010-05-111-1/+0
* Fix a comment.Dan Gohman2010-05-111-1/+1
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-113-56/+69
* MC/Mach-O x86_64: Switch to using fragment atom symbol.Daniel Dunbar2010-05-111-10/+0
* Remove the TargetLowering::getSubtarget() virtual function, whichDan Gohman2010-05-111-6/+0
* Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-111-1/+1
* The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling2010-05-111-3/+4
* MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, f...Daniel Dunbar2010-05-101-0/+9
* Fix PR6875:David Greene2010-05-101-0/+7
* Add an explicit keyword.Dan Gohman2010-05-101-1/+1
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-101-0/+3
* Delete an obsolete comment.Dan Gohman2010-05-101-3/+0
* remove a dead file.Chris Lattner2010-05-091-51/+0
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-081-2/+19
* Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar2010-05-081-0/+4
* Remove DIGlobal.Devang Patel2010-05-071-37/+19
* Add DINameSpace::Verify().Devang Patel2010-05-071-0/+1
* Clang is dying on this with an ambiguous conversion sequence. We're working o...Douglas Gregor2010-05-071-1/+0
* Verify variable directly.Devang Patel2010-05-071-3/+0
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-072-8/+41
* Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby2010-05-071-0/+44
* Fix PR 7087, and probably other things, by extendingDale Johannesen2010-05-071-0/+2
* Wrap const MDNode * inside DIDescriptor.Devang Patel2010-05-071-25/+26
* remove DIDescriptor::getNode()Devang Patel2010-05-071-2/+1
* Avoid DIDescriptor::getNode(). Use overloaded operators instead.Devang Patel2010-05-071-2/+4
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-074-35/+92
* Add a simple module-level debug info printer. It just sets up aDan Gohman2010-05-072-0/+4
* Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman2010-05-072-0/+7
* Const-ify some stuff.Dan Gohman2010-05-071-14/+14
* Convert the DebugInfo classes dump() methods into print(raw_ostream &)Dan Gohman2010-05-071-10/+43
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-1/+2
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-061-2/+4
* Fix handling of unreachable blocks in the SSAUpdater. The previous code onlyBob Wilson2010-05-061-23/+29
* Add an "IsBottomUp" member function to FastISel, which will be used toDan Gohman2010-05-051-0/+1
* MC: Make setVariableValue check the redefinition condition a bit more strongly.Daniel Dunbar2010-05-051-4/+1
* Move REG_SEQUENCE removal to 2addr pass.Evan Cheng2010-05-051-0/+3
* Implement rdar://7415680 - Twine integer support lacks greatnessChris Lattner2010-05-051-7/+8
* Teach liveintervalanalysis about virtual registers which are defined by reg_s...Evan Cheng2010-05-051-0/+6