aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-04-13Merge r100936 from mainline to fix PR6760.Tanya Lattner
2010-04-09Merge r100559 from mainline to fix PR6696.Tanya Lattner
2010-04-05Merge 100438 from mainline.Tanya Lattner
2010-03-30Merge 99620 from mainline.Tanya Lattner
2010-03-30Merge 99043 from mainline.Tanya Lattner
2010-03-23Merge 99032 from mainline.Tanya Lattner
2010-03-23 Merge 98977 from mainline.Tanya Lattner
2010-03-23Merge r98845 from mainline.Tanya Lattner
2010-03-23Merge 98561 from mainline.Tanya Lattner
2010-03-23Merge r98416 from mainline.Tanya Lattner
2010-03-12Merge 98205 from mainline.Tanya Lattner
2010-03-11Merge 98212 from mainline.Tanya Lattner
2010-03-11Merge 98203 from mainline.Tanya Lattner
2010-03-11Merge 98042.Tanya Lattner
2010-03-08remove a non-temporal store pattern which is not tested and Chris Lattner
2010-03-08Revert r97917, which was causing Clang Debug self-host failures.Douglas Gregor
2010-03-07Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to runJeffrey Yasskin
2010-03-07Reapply r97788 to free MDNodes when the LLVMContext is destroyed. ItJeffrey Yasskin
2010-03-07Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.Jeffrey Yasskin
2010-03-07Use Other as a sentinel instead of iAny.Chris Lattner
2010-03-07_2_ gcc crashes, ah, ah, ah...Jeffrey Yasskin
2010-03-07Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val...Jeffrey Yasskin
2010-03-07tidy upChris Lattner
2010-03-06Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck
2010-03-06Add verification of union types.Nick Lewycky
2010-03-06Describe what's going on with mingw alloca and why do we need separate instru...Anton Korobeynikov
2010-03-06Initial bits of ARMv4-only support.Anton Korobeynikov
2010-03-06Lower dynamic stack allocation on mingw32 to separate instruction.Anton Korobeynikov
2010-03-06make APFloat::toString be const.Chris Lattner
2010-03-06Do not use '&' prefix for globals when register base field is non-zero, other...Anton Korobeynikov
2010-03-06Let the fallthrough handle whether or not we've changed anythingEric Christopher
2010-03-06Migrate _chk call lowering from SimplifyLibCalls to InstCombine. StubEric Christopher
2010-03-06clean this up.Chris Lattner
2010-03-06revert r97807, it introduced build warnings.Chris Lattner
2010-03-06Thumb1 epilogue code generation needs to take into account that callee-savedJim Grosbach
2010-03-06Temporarily revert:Eric Christopher
2010-03-06Fix another case where LSR was affected by debug info.Dale Johannesen
2010-03-06Don't update physical register def.Evan Cheng
2010-03-06Transform @llvm.objectsize to integer if the argument is a result of malloc o...Evan Cheng
2010-03-06Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar
2010-03-06Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream.Erick Tryzelaar
2010-03-06LLVMWriteBitcodeToFileHandle should work on all architectures now.Erick Tryzelaar
2010-03-06Add some new bits of debug info handling. NoDale Johannesen
2010-03-06Reapply r97778 and r97779, enabled only for unsigned i64 to f64Dan Gohman
2010-03-05Update CMake build.Ted Kremenek
2010-03-05Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. ThisCharles Davis
2010-03-05Move SimplifyLibCalls's LibCall builders to a separate file so theyEric Christopher
2010-03-05Better handling of dead super registers in LiveVariables. We used to do this:Jakob Stoklund Olesen
2010-03-05We don't really care about correct register liveness information after theJakob Stoklund Olesen
2010-03-05Avoid creating bad PHI instructions when BR is being const-folded.Jakob Stoklund Olesen