| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the code for emitting livein copies out of SelectionDAGISel. | Dan Gohman | 2010-04-14 | 3 | -105/+113 |
* | performance: cache the dereferenced use_iterator | Gabor Greif | 2010-04-14 | 1 | -3/+4 |
* | Sink landing-pad marking code out of | Dan Gohman | 2010-04-14 | 2 | -5/+5 |
* | It's not necessary to recompute EB here. | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | performance: cache the dereferenced use_iterator | Gabor Greif | 2010-04-14 | 1 | -3/+5 |
* | Add a comment. | Dan Gohman | 2010-04-14 | 1 | -0/+2 |
* | Fix whitespace, comments. | Dan Gohman | 2010-04-14 | 1 | -3/+3 |
* | Add explicit keywords. | Dan Gohman | 2010-04-14 | 1 | -2/+2 |
* | Use C++, not C++-standard-library-internals-ese. | Dan Gohman | 2010-04-14 | 1 | -33/+33 |
* | Make SuccIterator's private parts private too. | Dan Gohman | 2010-04-14 | 1 | -5/+6 |
* | Make helper utility members private. | Dan Gohman | 2010-04-14 | 1 | -3/+4 |
* | EDis: Don't include inttypes.h. We support compilers which don't provide it. ... | Benjamin Kramer | 2010-04-14 | 1 | -2/+0 |
* | Enable RTTI again. While this works fine for LLVM, it creates an ABI | Nick Lewycky | 2010-04-14 | 1 | -0/+1 |
* | Don't forget cmake! | Nick Lewycky | 2010-04-14 | 1 | -1/+0 |
* | Turn off RTTI for VMCore. Yay! | Nick Lewycky | 2010-04-14 | 1 | -1/+0 |
* | I don't know how, but I managed to goof the revert. Remove function that should | Nick Lewycky | 2010-04-14 | 1 | -37/+0 |
* | Revert r101213. | Nick Lewycky | 2010-04-14 | 2 | -29/+15 |
* | Remove accidentally committed cruft. | Nick Lewycky | 2010-04-14 | 1 | -3/+0 |
* | Fix 80 column ruler. | Nick Lewycky | 2010-04-14 | 1 | -1/+1 |
* | Bugpoint no longer uses exceptions. | Nick Lewycky | 2010-04-14 | 2 | -4/+4 |
* | implement mc asmparser support for '.', which gets the | Chris Lattner | 2010-04-14 | 4 | -1/+29 |
* | Remove tab. | Nick Lewycky | 2010-04-14 | 1 | -1/+1 |
* | Commit testcase for r101213. | Nick Lewycky | 2010-04-14 | 1 | -0/+12 |
* | While DAE can't modify the function signature of an externally visible function, | Nick Lewycky | 2010-04-14 | 1 | -14/+66 |
* | Generalize this code to handle Instructions in addition to ConstantExprs. | Dan Gohman | 2010-04-14 | 1 | -3/+3 |
* | Reorder the methods of this class to be a little more organized. | Dan Gohman | 2010-04-14 | 1 | -22/+22 |
* | Fixed another assert exposed by fuzzing. Now, when an encoding error occurs | Johnny Chen | 2010-04-14 | 1 | -4/+14 |
* | Clear MachineInstr->MCSymbol maps at the end of a function. | Devang Patel | 2010-04-14 | 1 | -0/+2 |
* | Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid | Johnny Chen | 2010-04-14 | 2 | -10/+15 |
* | Fix -Asserts warnings. | Daniel Dunbar | 2010-04-13 | 2 | -0/+3 |
* | XFAIL this test for powerpc. | Devang Patel | 2010-04-13 | 1 | -1/+1 |
* | Unbreak CMake build by improving the EnhancedDisassembly makefile a | Douglas Gregor | 2010-04-13 | 3 | -17/+3 |
* | Fast path implicit_def check. | Evan Cheng | 2010-04-13 | 1 | -5/+5 |
* | Add test for post-ra machine licm. | Evan Cheng | 2010-04-13 | 1 | -7/+53 |
* | Handle a v2f64 formal parameter that is split between registers and memory | Bob Wilson | 2010-04-13 | 2 | -7/+20 |
* | Quick fix for build errors caused by undefined | Sean Callanan | 2010-04-13 | 1 | -1/+1 |
* | Fixed a nasty layering violation in the edis source | Sean Callanan | 2010-04-13 | 13 | -122/+159 |
* | Add CMake support for 'edis'. | Ted Kremenek | 2010-04-13 | 4 | -0/+44 |
* | Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits, | Johnny Chen | 2010-04-13 | 1 | -3/+3 |
* | Do not include types without any definition in pubtypes list. | Devang Patel | 2010-04-13 | 2 | -2/+52 |
* | Avoid variable shadowing. | Evan Cheng | 2010-04-13 | 1 | -2/+2 |
* | Expand postra machine licm's capability a little more. If an instruction's re... | Evan Cheng | 2010-04-13 | 1 | -8/+24 |
* | Teach MachineSinking to handle easy critical edges. | Jakob Stoklund Olesen | 2010-04-13 | 1 | -2/+17 |
* | Fix test on non-x86 hosts. | Evan Cheng | 2010-04-13 | 1 | -1/+1 |
* | Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ... | Evan Cheng | 2010-04-13 | 3 | -1/+125 |
* | Make the disassembler respect the assembler dialect when printing instructions, | Chris Lattner | 2010-04-13 | 1 | -1/+3 |
* | Temporarily revert r101075, it's causing invalid iterator assertions | Eric Christopher | 2010-04-13 | 2 | -85/+1 |
* | Teach postra machine licm to hoist more obvious invariants, e.g. instructions... | Evan Cheng | 2010-04-13 | 1 | -17/+38 |
* | Add a few comments. | Dan Gohman | 2010-04-13 | 1 | -0/+5 |
* | Eliminate MachineBasicBlock::const_livein_iterator and make | Dan Gohman | 2010-04-13 | 8 | -16/+14 |