| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val... | Jeffrey Yasskin | 2010-03-07 | 3 | -22/+46 |
* | add some helper functions and implement isContradictory | Chris Lattner | 2010-03-07 | 2 | -0/+99 |
* | 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 | 7 | -76/+207 |
* | 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 | 6 | -29/+101 |
* | 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 | 2 | -2/+2 |
* | disable this for mingw as well, we really need a 'has no dynamic linking' pre... | 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 | 6 | -27/+35 |
* | 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 | 6 | -140/+132 |
* | Add static methods to handle Linkage Types. | Rafael Espindola | 2010-03-06 | 1 | -20/+62 |
* | clean this up. | Chris Lattner | 2010-03-06 | 1 | -6/+7 |
* | revert r97807, it introduced build warnings. | Chris Lattner | 2010-03-06 | 6 | -257/+61 |
* | 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 | 2 | -26/+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 | 2 | -0/+26 |
* | Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. | Erick Tryzelaar | 2010-03-06 | 6 | -10/+80 |
* | 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 | 4 | -3/+142 |
* | Reapply r97778 and r97779, enabled only for unsigned i64 to f64 | Dan Gohman | 2010-03-06 | 1 | -0/+25 |
* | Test case for r97851. | Devang Patel | 2010-03-05 | 1 | -0/+10 |
* | 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 | 2 | -3/+2 |
* | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher | 2010-03-05 | 3 | -386/+453 |
* | Add support for an i8* type accessor. | Eric Christopher | 2010-03-05 | 1 | -0/+4 |
* | Better handling of dead super registers in LiveVariables. We used to do this: | Jakob Stoklund Olesen | 2010-03-05 | 2 | -22/+22 |
* | We don't really care about correct register liveness information after the | Jakob Stoklund Olesen | 2010-03-05 | 2 | -4/+59 |
* | Avoid creating bad PHI instructions when BR is being const-folded. | Jakob Stoklund Olesen | 2010-03-05 | 2 | -0/+44 |
* | Fix a case where LSR is sensitive to debug info. | Dale Johannesen | 2010-03-05 | 1 | -0/+9 |
* | Safely turn memset_chk etc. to non-chk variant if the known object size is >=... | Evan Cheng | 2010-03-05 | 2 | -13/+37 |
* | Instcombine should turn llvm.objectsize of a alloca with static size to an in... | Evan Cheng | 2010-03-05 | 2 | -9/+42 |
* | Fix typo. | Evan Cheng | 2010-03-05 | 1 | -1/+1 |
* | fix bss section printing for cell, patch by Kalle Raiskila! | Chris Lattner | 2010-03-05 | 2 | -0/+8 |
* | fix PR6512, a case where instcombine would incorrectly merge loads | Chris Lattner | 2010-03-05 | 2 | -0/+42 |
* | Reworking the stack layout that the MicroBlaze backend generates. | Wesley Peck | 2010-03-05 | 6 | -61/+257 |
* | Adding MBlaze to cmake target list. | Wesley Peck | 2010-03-05 | 1 | -0/+1 |
* | Fix PR6503. This turned into a much more interesting and nasty bug. Various | Chris Lattner | 2010-03-05 | 4 | -139/+122 |
* | make these less sensitive to temporary naming. | Chris Lattner | 2010-03-05 | 3 | -15/+15 |
* | remove this testcase, it isn't clear what it was testing and it is subsumed b... | Chris Lattner | 2010-03-05 | 1 | -18/+0 |
* | Fix an oops in x86 sibcall optimization. If the ByVal callee argument is itse... | Evan Cheng | 2010-03-05 | 2 | -8/+35 |
* | If LD_LIBRARY_PATH is set in the system environment, use it. | Duncan Sands | 2010-03-05 | 1 | -0/+1 |
* | simplify some functions and make them work with vector | Chris Lattner | 2010-03-05 | 1 | -62/+25 |
* | fix a nice subtle reassociate bug which would only occur | Chris Lattner | 2010-03-05 | 2 | -7/+34 |
* | Move GetStringLength and helper from SimplifyLibCalls to ValueTracking. | Eric Christopher | 2010-03-05 | 3 | -124/+133 |