| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove DbgNode checks in constructor. Debug descriptors are intended to be li... | Devang Patel | 2010-03-08 | 1 | -9/+0 |
* | MC/Mach-O: Fix address compution for zero fill sections. | Daniel Dunbar | 2010-03-08 | 1 | -2/+2 |
* | MC/Mach-O: Error out instead of crashing on invalid scattered relocation expr... | Daniel Dunbar | 2010-03-08 | 1 | -2/+11 |
* | X86: Fix encoding for TEST{8,16,32}rr. | Daniel Dunbar | 2010-03-08 | 1 | -3/+3 |
* | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 7 | -160/+122 |
* | Revert r97947. | Devang Patel | 2010-03-08 | 7 | -122/+160 |
* | disambiguate some types, add a fixme about some | Chris Lattner | 2010-03-08 | 4 | -5/+6 |
* | fix some more ambiguous patterns, remove another nontemporalstore | Chris Lattner | 2010-03-08 | 2 | -14/+12 |
* | Correct immediate sizes. | Chris Lattner | 2010-03-08 | 2 | -2/+2 |
* | fix a type compatibility bug. imm is i32 in the input | Chris Lattner | 2010-03-08 | 2 | -1/+6 |
* | fix a bunch of partially ambiguous patterns on ARM. As an | Chris Lattner | 2010-03-08 | 3 | -35/+40 |
* | Fix a bunch of ambiguous patterns which tblgen happens to infer types | Chris Lattner | 2010-03-08 | 1 | -7/+7 |
* | tidy up | Chris Lattner | 2010-03-08 | 1 | -1/+1 |
* | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 7 | -160/+122 |
* | Add Order to SDDbgValue | Dale Johannesen | 2010-03-08 | 1 | -4/+10 |
* | Fix dbg value handling in tail merging. | Dale Johannesen | 2010-03-08 | 1 | -3/+25 |
* | remove a non-temporal store pattern which is not tested and | Chris Lattner | 2010-03-08 | 1 | -3/+0 |
* | Revert r97917, which was causing Clang Debug self-host failures. | Douglas Gregor | 2010-03-08 | 3 | -28/+29 |
* | Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to run | Jeffrey Yasskin | 2010-03-07 | 2 | -25/+16 |
* | Reapply r97788 to free MDNodes when the LLVMContext is destroyed. It | Jeffrey Yasskin | 2010-03-07 | 2 | -16/+25 |
* | Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. | Jeffrey Yasskin | 2010-03-07 | 3 | -29/+28 |
* | Use Other as a sentinel instead of iAny. | Chris Lattner | 2010-03-07 | 1 | -4/+4 |
* | _2_ gcc crashes, ah, ah, ah... | Jeffrey Yasskin | 2010-03-07 | 2 | -24/+22 |
* | Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val... | Jeffrey Yasskin | 2010-03-07 | 2 | -22/+24 |
* | tidy up | Chris Lattner | 2010-03-07 | 1 | -10/+10 |
* | Re-committing the failed r97807 commit with changes to eliminate warnings. | Wesley Peck | 2010-03-06 | 6 | -62/+193 |
* | Add verification of union types. | Nick Lewycky | 2010-03-06 | 1 | -0/+9 |
* | Describe what's going on with mingw alloca and why do we need separate instru... | Anton Korobeynikov | 2010-03-06 | 1 | -1/+9 |
* | Initial bits of ARMv4-only support. | Anton Korobeynikov | 2010-03-06 | 5 | -29/+88 |
* | Lower dynamic stack allocation on mingw32 to separate instruction. | Anton Korobeynikov | 2010-03-06 | 4 | -20/+56 |
* | make APFloat::toString be const. | Chris Lattner | 2010-03-06 | 1 | -1/+1 |
* | Do not use '&' prefix for globals when register base field is non-zero, other... | Anton Korobeynikov | 2010-03-06 | 2 | -19/+27 |
* | Let the fallthrough handle whether or not we've changed anything | Eric Christopher | 2010-03-06 | 1 | -1/+3 |
* | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher | 2010-03-06 | 3 | -136/+128 |
* | clean this up. | Chris Lattner | 2010-03-06 | 1 | -6/+7 |
* | revert r97807, it introduced build warnings. | Chris Lattner | 2010-03-06 | 5 | -243/+47 |
* | Thumb1 epilogue code generation needs to take into account that callee-saved | Jim Grosbach | 2010-03-06 | 1 | -4/+18 |
* | Temporarily revert: | Eric Christopher | 2010-03-06 | 1 | -10/+0 |
* | Fix another case where LSR was affected by debug info. | Dale Johannesen | 2010-03-06 | 1 | -1/+12 |
* | Don't update physical register def. | Evan Cheng | 2010-03-06 | 1 | -2/+3 |
* | Transform @llvm.objectsize to integer if the argument is a result of malloc o... | Evan Cheng | 2010-03-06 | 1 | -0/+10 |
* | Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. | Erick Tryzelaar | 2010-03-06 | 1 | -2/+7 |
* | Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream. | Erick Tryzelaar | 2010-03-06 | 1 | -1/+1 |
* | LLVMWriteBitcodeToFileHandle should work on all architectures now. | Erick Tryzelaar | 2010-03-06 | 1 | -11/+0 |
* | Add some new bits of debug info handling. No | Dale Johannesen | 2010-03-06 | 3 | -0/+129 |
* | Reapply r97778 and r97779, enabled only for unsigned i64 to f64 | Dan Gohman | 2010-03-06 | 1 | -0/+25 |
* | Update CMake build. | Ted Kremenek | 2010-03-05 | 1 | -0/+1 |
* | Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This | Charles Davis | 2010-03-05 | 1 | -1/+1 |
* | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher | 2010-03-05 | 2 | -386/+357 |
* | Better handling of dead super registers in LiveVariables. We used to do this: | Jakob Stoklund Olesen | 2010-03-05 | 1 | -21/+21 |