2010-03-08 |
Andrew Lenharth | Iterator traits and swap. closes PR6548 and PR6549 |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Erick Tryzelaar | Don't always run the ocaml kaleidoscope tutorials. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
John McCall | Revert r97726 and r97728 at ddunbar's request; we want... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Erick Tryzelaar | Add OCaml tutorial to the examples. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Erick Tryzelaar | Update the OCaml Kaleidoscope tutorial. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Revert r97947. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | disambiguate some types, add a fixme about some |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | fix some more ambiguous patterns, remove another nontem... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | Correct immediate sizes. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | fix a type compatibility bug. imm is i32 in the input |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | fix a bunch of partially ambiguous patterns on ARM... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | Fix a bunch of ambiguous patterns which tblgen happens... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | Node arguments to type casts can have names too. This... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Avoid using DIDescriptor.isNull(). |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Dale Johannesen | Add Order to SDDbgValue |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Dale Johannesen | Fix dbg value handling in tail merging. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | remove a non-temporal store pattern which is not tested and |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Revert r97917, which was causing Clang Debug self-host... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Jeffrey Yasskin | Roll back r97918 again. Just configuring against llvm... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Jeffrey Yasskin | Reapply r97788 to free MDNodes when the LLVMContext... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Jeffrey Yasskin | Roll r97906 forward again, without double-deleting... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Tobias Grosser | Add findNearestCommonDominator() for PostDominators. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | Use Other as a sentinel instead of iAny. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | turn off debug spew |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | more factoring. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Jeffrey Yasskin | _2_ gcc crashes, ah, ah, ah... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | teach tblgen to be more aggressive when factoring Check... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Jeffrey Yasskin | Avoid leaking CompileUnits and DbgScopes from DwarfDebu... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | add some helper functions and implement isContradictory |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Wesley Peck | Re-committing the failed r97807 commit with changes... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Nick Lewycky | Add verification of union types. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Anton Korobeynikov | Describe what's going on with mingw alloca and why... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Anton Korobeynikov | Initial bits of ARMv4-only support. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Anton Korobeynikov | Lower dynamic stack allocation on mingw32 to separate... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | make APFloat::toString be const. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | disable this for mingw as well, we really need a 'has... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Anton Korobeynikov | Do not use '&' prefix for globals when register base... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eric Christopher | Let the fallthrough handle whether or not we've changed... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eric Christopher | Migrate _chk call lowering from SimplifyLibCalls to... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Rafael Espindola | Add static methods to handle Linkage Types. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | clean this up. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | revert r97807, it introduced build warnings. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Jim Grosbach | Thumb1 epilogue code generation needs to take into... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eric Christopher | Temporarily revert: |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Dale Johannesen | Fix another case where LSR was affected by debug info. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Evan Cheng | Don't update physical register def. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Evan Cheng | Transform @llvm.objectsize to integer if the argument... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Erick Tryzelaar | Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Erick Tryzelaar | Whoops, the old LLVMWriteBitcodeToFileHandle closed... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Erick Tryzelaar | LLVMWriteBitcodeToFileHandle should work on all archite... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Dale Johannesen | Add some new bits of debug info handling. No |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Dan Gohman | Reapply r97778 and r97779, enabled only for unsigned... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Devang Patel | Test case for r97851. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Charles Davis | Don't emit global symbols into the (__TEXT,__ustring... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Christopher | Move SimplifyLibCalls's LibCall builders to a separate... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Christopher | Add support for an i8* type accessor. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Jakob Stoklund... | Better handling of dead super registers in LiveVariable... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Jakob Stoklund... | We don't really care about correct register liveness... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Jakob Stoklund... | Avoid creating bad PHI instructions when BR is being... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Dale Johannesen | Fix a case where LSR is sensitive to debug info. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Evan Cheng | Safely turn memset_chk etc. to non-chk variant if the... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Evan Cheng | Instcombine should turn llvm.objectsize of a alloca... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Evan Cheng | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | fix bss section printing for cell, patch by Kalle Raiskila! |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | fix PR6512, a case where instcombine would incorrectly... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Wesley Peck | Reworking the stack layout that the MicroBlaze backend... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Wesley Peck | Adding MBlaze to cmake target list. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | Fix PR6503. This turned into a much more interesting... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | make these less sensitive to temporary naming. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | remove this testcase, it isn't clear what it was testin... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Evan Cheng | Fix an oops in x86 sibcall optimization. If the ByVal... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Duncan Sands | If LD_LIBRARY_PATH is set in the system environment... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | simplify some functions and make them work with vector |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | fix a nice subtle reassociate bug which would only... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Christopher | Move GetStringLength and helper from SimplifyLibCalls... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Jeffrey Yasskin | Revert r97788 because it broke test/FrontendC/2010... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | Fix PR6497, a bug where we'd fold a load into an addc |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | cleanup |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | inline a small function with one call site. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Jeffrey Yasskin | Free MDNodes when the LLVMContext is destroyed. Leak... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Mikhail Glushenkov | Make it not an error to specify -O* options several... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Mikhail Glushenkov | Use FindExecutable as a fall-back search method. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Evan Cheng | Rever 96389 and 96990. They are causing some miscompila... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Dan Gohman | Revert r97778 and r97779. They're somehow breaking... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | apparently if gold is around lto needs to be part of... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Dan Gohman | Fix these constants to be more portable. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Dan Gohman | Rewrite i64-to-f64 conversion using an algorithm which... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Johnny Chen | Trivial comment change. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Evan Cheng | Add missing break for Intrinsic::objectsize case. It... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | disable libprofile on cygwin, patch by Aaron Gray. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | Only build libedis if ENABLE_SHARED is specified, just... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | liblto and gold don't need to be built in serial |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | add an assertion requested on llvmdev. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Bill Wendling | Revert r97766. It's deleting a tag. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Bill Wendling | Micro-optimization: |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Dale Johannesen | Fix some more places where dbg_value affected codegen. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Devang Patel | Add metadata example. |
commit | commitdiff | tree | snapshot |
next |