| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Rename MachineFrameInfo variables to MFI, for consistency with | Dan Gohman | 2010-04-13 | 1 | -41/+41 |
* | Move MachineRegisterInfo's isLiveIn and isLiveOut out of line. | Dan Gohman | 2010-04-13 | 2 | -12/+16 |
* | Use MachineBasicBlock::isLiveIn. | Dan Gohman | 2010-04-13 | 1 | -8/+1 |
* | Delete an unused member variable. | Dan Gohman | 2010-04-13 | 2 | -2/+0 |
* | Teach ScalarEvolution to simplify smax and umax when it can prove | Dan Gohman | 2010-04-13 | 2 | -2/+66 |
* | Minor code micro-optimizations. | Dan Gohman | 2010-04-13 | 1 | -7/+7 |
* | Actually... return after the check for invalid input. | Eric Christopher | 2010-04-13 | 1 | -0/+1 |
* | BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob) | Benjamin Kramer | 2010-04-13 | 1 | -2/+2 |
* | Update unittest for allocator laziness. | Benjamin Kramer | 2010-04-13 | 1 | -4/+4 |
* | Let BumpPtrAllocator lazily allocate the first slab. | Benjamin Kramer | 2010-04-13 | 1 | -3/+6 |
* | Remove SCCVN from the CMake build system. | Owen Anderson | 2010-04-13 | 1 | -1/+0 |
* | checkpoint. | Chris Lattner | 2010-04-13 | 1 | -6/+20 |
* | SCCVN, we hardly knew ye! | Owen Anderson | 2010-04-13 | 3 | -723/+0 |
* | Fix PR6826: GraphWriter delete the generated file before "dotty" load it, | Chris Lattner | 2010-04-13 | 1 | -1/+2 |
* | Replace r101053 with a fix for getSOImmValRotate() so that it will correctly | Bob Wilson | 2010-04-13 | 2 | -53/+7 |
* | Teach IndVarSimplify how to eliminate remainder operators where the | Dan Gohman | 2010-04-13 | 2 | -0/+192 |
* | VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms of | Daniel Dunbar | 2010-04-13 | 2 | -0/+11 |
* | IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt con... | Daniel Dunbar | 2010-04-13 | 1 | -2/+59 |
* | add llvm codegen support for -ffunction-sections and -fdata-sections, | Chris Lattner | 2010-04-13 | 4 | -3/+85 |
* | Build system fix to make llvm-mc properly build | Sean Callanan | 2010-04-12 | 1 | -2/+2 |
* | Micro-optimize a few hot spots. | Dan Gohman | 2010-04-12 | 1 | -10/+11 |
* | Use .set expression for x86 pic jump table reference to reduce assembly reloc... | Evan Cheng | 2010-04-12 | 2 | -2/+16 |
* | Add fast paths to ScalarEvolution::getSizeOf and getOffsetOf, as | Dan Gohman | 2010-04-12 | 1 | -0/+14 |
* | Third time's a charm... | Bill Wendling | 2010-04-12 | 1 | -1/+1 |
* | Genericize the label test. | Bill Wendling | 2010-04-12 | 1 | -1/+1 |
* | Correct test to test what I mean it to test. | Bill Wendling | 2010-04-12 | 1 | -1/+2 |
* | Micro-optimization: | Bill Wendling | 2010-04-12 | 2 | -1/+84 |