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