Age | Commit message (Expand) | Author |
2010-03-06 | Do not use '&' prefix for globals when register base field is non-zero, other... | Anton Korobeynikov |
2010-03-06 | Let the fallthrough handle whether or not we've changed anything | Eric Christopher |
2010-03-06 | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher |
2010-03-06 | Add static methods to handle Linkage Types. | Rafael Espindola |
2010-03-06 | clean this up. | Chris Lattner |
2010-03-06 | revert r97807, it introduced build warnings. | Chris Lattner |
2010-03-06 | Thumb1 epilogue code generation needs to take into account that callee-saved | Jim Grosbach |
2010-03-06 | Temporarily revert: | Eric Christopher |
2010-03-06 | Fix another case where LSR was affected by debug info. | Dale Johannesen |
2010-03-06 | Don't update physical register def. | Evan Cheng |
2010-03-06 | Transform @llvm.objectsize to integer if the argument is a result of malloc o... | Evan Cheng |
2010-03-06 | Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. | Erick Tryzelaar |
2010-03-06 | Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream. | Erick Tryzelaar |
2010-03-06 | LLVMWriteBitcodeToFileHandle should work on all architectures now. | Erick Tryzelaar |
2010-03-06 | Add some new bits of debug info handling. No | Dale Johannesen |
2010-03-06 | Reapply r97778 and r97779, enabled only for unsigned i64 to f64 | Dan Gohman |
2010-03-05 | Test case for r97851. | Devang Patel |
2010-03-05 | Update CMake build. | Ted Kremenek |
2010-03-05 | Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This | Charles Davis |
2010-03-05 | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher |
2010-03-05 | Add support for an i8* type accessor. | Eric Christopher |
2010-03-05 | Better handling of dead super registers in LiveVariables. We used to do this: | Jakob Stoklund Olesen |
2010-03-05 | We don't really care about correct register liveness information after the | Jakob Stoklund Olesen |
2010-03-05 | Avoid creating bad PHI instructions when BR is being const-folded. | Jakob Stoklund Olesen |
2010-03-05 | Fix a case where LSR is sensitive to debug info. | Dale Johannesen |
2010-03-05 | Safely turn memset_chk etc. to non-chk variant if the known object size is >=... | Evan Cheng |
2010-03-05 | Instcombine should turn llvm.objectsize of a alloca with static size to an in... | Evan Cheng |
2010-03-05 | Fix typo. | Evan Cheng |
2010-03-05 | fix bss section printing for cell, patch by Kalle Raiskila! | Chris Lattner |
2010-03-05 | fix PR6512, a case where instcombine would incorrectly merge loads | Chris Lattner |
2010-03-05 | Reworking the stack layout that the MicroBlaze backend generates. | Wesley Peck |
2010-03-05 | Adding MBlaze to cmake target list. | Wesley Peck |
2010-03-05 | Fix PR6503. This turned into a much more interesting and nasty bug. Various | Chris Lattner |
2010-03-05 | make these less sensitive to temporary naming. | Chris Lattner |
2010-03-05 | remove this testcase, it isn't clear what it was testing and it is subsumed b... | Chris Lattner |
2010-03-05 | Fix an oops in x86 sibcall optimization. If the ByVal callee argument is itse... | Evan Cheng |
2010-03-05 | If LD_LIBRARY_PATH is set in the system environment, use it. | Duncan Sands |
2010-03-05 | simplify some functions and make them work with vector | Chris Lattner |
2010-03-05 | fix a nice subtle reassociate bug which would only occur | Chris Lattner |
2010-03-05 | Move GetStringLength and helper from SimplifyLibCalls to ValueTracking. | Eric Christopher |
2010-03-05 | Revert r97788 because it broke test/FrontendC/2010-02-16-DbgVarScope.c. | Jeffrey Yasskin |
2010-03-05 | Fix PR6497, a bug where we'd fold a load into an addc | Chris Lattner |
2010-03-05 | cleanup | Chris Lattner |
2010-03-05 | inline a small function with one call site. | Chris Lattner |
2010-03-05 | Free MDNodes when the LLVMContext is destroyed. Leak found by Valgrind. | Jeffrey Yasskin |
2010-03-05 | Make it not an error to specify -O* options several times. | Mikhail Glushenkov |
2010-03-05 | Use FindExecutable as a fall-back search method. | Mikhail Glushenkov |
2010-03-05 | Rever 96389 and 96990. They are causing some miscompilation that I do not ful... | Evan Cheng |
2010-03-05 | Revert r97778 and r97779. They're somehow breaking llvm-gcc builds. | Dan Gohman |
2010-03-05 | apparently if gold is around lto needs to be part of DIRS. | Chris Lattner |