aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix old GCC build error.Jakob Stoklund Olesen2010-11-201-1/+1
* Detemplatize NodeRef.Jakob Stoklund Olesen2010-11-201-96/+92
* Rename NodeBase::{key,val} as {first,second} and swap the BranchNode arrays suchJakob Stoklund Olesen2010-11-201-24/+23
* Implement IntervalMap destructor.Jakob Stoklund Olesen2010-11-191-0/+5
* Implement IntervalMap::clear().Jakob Stoklund Olesen2010-11-191-3/+25
* Support backwards iteration starting from end().Jakob Stoklund Olesen2010-11-191-1/+1
* Prefetch has a MemOperand now. FileCheckize a test.Dale Johannesen2010-11-191-1/+2
* Rename methods for clarity instead of brevity. No functional changes.Jakob Stoklund Olesen2010-11-191-44/+46
* Include raw_ostream.h unconditionally even if it is only used for debug code.Jakob Stoklund Olesen2010-11-191-3/+1
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-193-1/+8
* Simplify, no functionality change.Duncan Sands2010-11-191-3/+1
* Add a MCLineSectionOrder vector so that we produce the line tables in aRafael Espindola2010-11-192-3/+18
* Work around GCC 4.0 build error:Jakob Stoklund Olesen2010-11-191-3/+6
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-191-0/+1705
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-193-3/+20
* Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen2010-11-191-1695/+0
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-191-0/+1695
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-182-5/+6
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-182-25/+26
* Factor code for testing whether replacing one value with anotherDuncan Sands2010-11-181-0/+19
* Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.Dan Gohman2010-11-182-3/+3
* Document the units for the Size field.Dan Gohman2010-11-181-4/+4
* patch from Frits van Bommel:Chris Lattner2010-11-182-125/+169
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-181-7/+0
* Introduce memoization for ScalarEvolution dominates and properlyDominatesDan Gohman2010-11-182-2/+27
* Factor out the code for purging a SCEV from all the various memoization maps.Dan Gohman2010-11-171-0/+3
* Merge the implementations of isLoopInvariant and hasComputableLoopEvolution, andDan Gohman2010-11-171-0/+21
* Make SCEV::getType() and SCEV::print non-virtual. Move SCEV::hasOperandDan Gohman2010-11-172-62/+19
* Move SCEV::dominates and properlyDominates to ScalarEvolution.Dan Gohman2010-11-172-44/+8
* Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be memberDan Gohman2010-11-172-55/+10
* Verify SCEVAddRecExpr's invariant in ScalarEvolution::getAddRecExprDan Gohman2010-11-171-5/+1
* Fix ScalarEvolution's range memoization to avoid using aDan Gohman2010-11-172-3/+20
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-173-2/+17
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-175-4/+7
* Move some those Xor simplifications which don't require creating newDuncan Sands2010-11-172-1/+20
* MC-JIT: Stub out "pure" streamer.Daniel Dunbar2010-11-171-0/+7
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-171-0/+38
* lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar2010-11-171-2/+20
* Previously SimplifyInstruction could report that an instructionDuncan Sands2010-11-171-2/+0
* now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner2010-11-172-12/+14
* refactor the interface to EmitInlineAsm a bit, no functionality change.Chris Lattner2010-11-171-1/+2
* fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::initChris Lattner2010-11-171-1/+1
* Fix a layering violation: hasConstantValue, which is part of the PHINodeDuncan Sands2010-11-171-8/+1
* Memoize results from ScalarEvolution's getUnsignedRange and getSignedRange.Dan Gohman2010-11-172-0/+9
* Fix warnings about missing parents between || and &&.Dan Gohman2010-11-171-8/+8
* Fix typo: Exectuable -> ExecutablePeter Collingbourne2010-11-171-1/+1
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-1/+8
* Split pseudo-instruction expansion into a separate pass, to make itDan Gohman2010-11-162-0/+5
* Add const.Rafael Espindola2010-11-161-6/+6
* system_error: More conditional error codes for Darwin.Michael J. Spencer2010-11-161-0/+8