Age | Commit message (Expand) | Author |
2010-04-14 | Use C++, not C++-standard-library-internals-ese. | Dan Gohman |
2010-04-14 | Make SuccIterator's private parts private too. | Dan Gohman |
2010-04-14 | Make helper utility members private. | Dan Gohman |
2010-04-14 | EDis: Don't include inttypes.h. We support compilers which don't provide it. ... | Benjamin Kramer |
2010-04-14 | Enable RTTI again. While this works fine for LLVM, it creates an ABI | Nick Lewycky |
2010-04-14 | Don't forget cmake! | Nick Lewycky |
2010-04-14 | Turn off RTTI for VMCore. Yay! | Nick Lewycky |
2010-04-14 | I don't know how, but I managed to goof the revert. Remove function that should | Nick Lewycky |
2010-04-14 | Revert r101213. | Nick Lewycky |
2010-04-14 | Remove accidentally committed cruft. | Nick Lewycky |
2010-04-14 | Fix 80 column ruler. | Nick Lewycky |
2010-04-14 | Bugpoint no longer uses exceptions. | Nick Lewycky |
2010-04-14 | implement mc asmparser support for '.', which gets the | Chris Lattner |
2010-04-14 | Remove tab. | Nick Lewycky |
2010-04-14 | Commit testcase for r101213. | Nick Lewycky |
2010-04-14 | While DAE can't modify the function signature of an externally visible function, | Nick Lewycky |
2010-04-14 | Generalize this code to handle Instructions in addition to ConstantExprs. | Dan Gohman |
2010-04-14 | Reorder the methods of this class to be a little more organized. | Dan Gohman |
2010-04-14 | Fixed another assert exposed by fuzzing. Now, when an encoding error occurs | Johnny Chen |
2010-04-14 | Clear MachineInstr->MCSymbol maps at the end of a function. | Devang Patel |
2010-04-14 | Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid | Johnny Chen |
2010-04-13 | Fix -Asserts warnings. | Daniel Dunbar |
2010-04-13 | XFAIL this test for powerpc. | Devang Patel |
2010-04-13 | Unbreak CMake build by improving the EnhancedDisassembly makefile a | Douglas Gregor |
2010-04-13 | Fast path implicit_def check. | Evan Cheng |
2010-04-13 | Add test for post-ra machine licm. | Evan Cheng |
2010-04-13 | Handle a v2f64 formal parameter that is split between registers and memory | Bob Wilson |
2010-04-13 | Quick fix for build errors caused by undefined | Sean Callanan |
2010-04-13 | Fixed a nasty layering violation in the edis source | Sean Callanan |
2010-04-13 | Add CMake support for 'edis'. | Ted Kremenek |
2010-04-13 | Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits, | Johnny Chen |
2010-04-13 | Do not include types without any definition in pubtypes list. | Devang Patel |
2010-04-13 | Avoid variable shadowing. | Evan Cheng |
2010-04-13 | Expand postra machine licm's capability a little more. If an instruction's re... | Evan Cheng |
2010-04-13 | Teach MachineSinking to handle easy critical edges. | Jakob Stoklund Olesen |
2010-04-13 | Fix test on non-x86 hosts. | Evan Cheng |
2010-04-13 | Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ... | Evan Cheng |
2010-04-13 | Make the disassembler respect the assembler dialect when printing instructions, | Chris Lattner |
2010-04-13 | Temporarily revert r101075, it's causing invalid iterator assertions | Eric Christopher |
2010-04-13 | Teach postra machine licm to hoist more obvious invariants, e.g. instructions... | Evan Cheng |
2010-04-13 | Add a few comments. | Dan Gohman |
2010-04-13 | Eliminate MachineBasicBlock::const_livein_iterator and make | Dan Gohman |
2010-04-13 | Rename MachineFrameInfo variables to MFI, for consistency with | Dan Gohman |
2010-04-13 | Move MachineRegisterInfo's isLiveIn and isLiveOut out of line. | Dan Gohman |
2010-04-13 | Use MachineBasicBlock::isLiveIn. | Dan Gohman |
2010-04-13 | Delete an unused member variable. | Dan Gohman |
2010-04-13 | Teach ScalarEvolution to simplify smax and umax when it can prove | Dan Gohman |
2010-04-13 | Minor code micro-optimizations. | Dan Gohman |
2010-04-13 | Actually... return after the check for invalid input. | Eric Christopher |
2010-04-13 | BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob) | Benjamin Kramer |