summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove the TargetLowering::getSubtarget() virtual function, whichDan Gohman2010-05-11
* Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-11
* The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling2010-05-11
* MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, f...Daniel Dunbar2010-05-10
* Fix PR6875:David Greene2010-05-10
* Add an explicit keyword.Dan Gohman2010-05-10
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-10
* Delete an obsolete comment.Dan Gohman2010-05-10
* remove a dead file.Chris Lattner2010-05-09
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-08
* Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar2010-05-08
* Remove DIGlobal.Devang Patel2010-05-07
* Add DINameSpace::Verify().Devang Patel2010-05-07
* Clang is dying on this with an ambiguous conversion sequence. We're working o...Douglas Gregor2010-05-07
* Verify variable directly.Devang Patel2010-05-07
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-07
* Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby2010-05-07
* Fix PR 7087, and probably other things, by extendingDale Johannesen2010-05-07
* Wrap const MDNode * inside DIDescriptor.Devang Patel2010-05-07
* remove DIDescriptor::getNode()Devang Patel2010-05-07
* Avoid DIDescriptor::getNode(). Use overloaded operators instead.Devang Patel2010-05-07
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-07
* Add a simple module-level debug info printer. It just sets up aDan Gohman2010-05-07
* Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman2010-05-07
* Const-ify some stuff.Dan Gohman2010-05-07
* Convert the DebugInfo classes dump() methods into print(raw_ostream &)Dan Gohman2010-05-07
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-06
* Fix handling of unreachable blocks in the SSAUpdater. The previous code onlyBob Wilson2010-05-06
* Add an "IsBottomUp" member function to FastISel, which will be used toDan Gohman2010-05-05
* MC: Make setVariableValue check the redefinition condition a bit more strongly.Daniel Dunbar2010-05-05
* Move REG_SEQUENCE removal to 2addr pass.Evan Cheng2010-05-05
* Implement rdar://7415680 - Twine integer support lacks greatnessChris Lattner2010-05-05
* Teach liveintervalanalysis about virtual registers which are defined by reg_s...Evan Cheng2010-05-05
* MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.Daniel Dunbar2010-05-05
* MC/Mach-O/x86_64: Relocations in debug sections should use local relocationsDaniel Dunbar2010-05-05
* Combine the implementations of the core part of the SSAUpdater andBob Wilson2010-05-04
* MC/Matcher: Add support for over-riding the default MatchInstruction functionDaniel Dunbar2010-05-04
* Factor out FastISel's code for materializing constants and other valuesDan Gohman2010-05-03
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* Added a variant of InlineCostAnalyzer::getInlineCost() that takes the called ...David Chisnall2010-05-01
* rename InlineInfo.DevirtualizedCalls -> InlinedCalls toChris Lattner2010-05-01
* Add a pseudo instruction REG_SEQUENCE that takes a list of registers andEvan Cheng2010-05-01
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-01
* Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,Dan Gohman2010-04-30
* Attach AT_APPLE_optimized attribute to optimized function's debug info.Devang Patel2010-04-30
* Add some comments.Dan Gohman2010-04-30
* Properly escape edge source and destination labels.Dan Gohman2010-04-30
* SmallBitVector: Rework find_first/find_next and tweak test to test them (at l...Benjamin Kramer2010-04-30
* Implement a read/write operator[] for SmallBitVector with a proxy class.Benjamin Kramer2010-04-30