| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re-implement the main strength-reduction portion of LoopStrengthReduction. | Dan Gohman | 2010-01-21 | 25 | -256/+292 |
* | emit basic block labels with mcstreamer. | Chris Lattner | 2010-01-20 | 2 | -2/+2 |
* | emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1, | Chris Lattner | 2010-01-20 | 2 | -3/+5 |
* | signficant cleanups to EmitGlobalConstant (including streamerization | Chris Lattner | 2010-01-20 | 1 | -1/+1 |
* | If a instruction belongs to another function (and not current function) as pe... | Devang Patel | 2010-01-20 | 1 | -0/+28 |
* | Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code | Dan Gohman | 2010-01-19 | 1 | -0/+17 |
* | Make SCEVAddRecExpr's getType return a pointer type when the add | Dan Gohman | 2010-01-19 | 1 | -3/+3 |
* | Add nounwinds. | Dan Gohman | 2010-01-19 | 4 | -4/+4 |
* | Remove predicates when changing an add into an unpredicable mov. | Jakob Stoklund Olesen | 2010-01-19 | 1 | -0/+53 |
* | Do not extend extension results beyond the use of a PHI instruction at the st... | Evan Cheng | 2010-01-19 | 1 | -0/+57 |
* | add an MCAsmStreamer::EmitFill specialization of EmitFill that | Chris Lattner | 2010-01-19 | 1 | -4/+3 |
* | optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund Grimley | Chris Lattner | 2010-01-19 | 2 | -0/+42 |
* | don't let asm-verbose break the check-next lines in these tests. | Chris Lattner | 2010-01-19 | 3 | -4/+4 |
* | only darwin has zerofill | Chris Lattner | 2010-01-19 | 1 | -1/+1 |
* | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner | 2010-01-19 | 1 | -1/+1 |
* | Fix a crash in scalarrepl for memcpy/memmove where the source and destination | Bob Wilson | 2010-01-19 | 1 | -0/+18 |
* | fix a significant difference between llvm and gcc on ELF systems: | Chris Lattner | 2010-01-19 | 1 | -0/+15 |
* | there is no need to emit a .section above .comm on linux. | Chris Lattner | 2010-01-19 | 1 | -1/+0 |
* | Test case for r93758. | Evan Cheng | 2010-01-19 | 1 | -0/+11 |
* | Reverting. | Dale Johannesen | 2010-01-19 | 1 | -55/+0 |
* | Enable code to emit dbg.declare as DEBUG_VALUE | Dale Johannesen | 2010-01-18 | 1 | -0/+55 |
* | my instcombine transformations to make extension elimination more | Chris Lattner | 2010-01-18 | 1 | -6/+15 |
* | filecheckize this. | Chris Lattner | 2010-01-18 | 1 | -14/+22 |
* | filecheckize | Chris Lattner | 2010-01-18 | 1 | -13/+19 |
* | remove a redundant test, filecheckize another. | Chris Lattner | 2010-01-18 | 2 | -43/+26 |
* | Canonicalize -1 - x to ~x. | Evan Cheng | 2010-01-18 | 1 | -0/+11 |
* | While mapping llvm.dbg.declare intrinsic manually map its operand, if possible, | Devang Patel | 2010-01-18 | 1 | -0/+12 |
* | Really fix this. I checked that on ARM I get | Rafael Espindola | 2010-01-17 | 1 | -2/+2 |
* | reduce this test and convert to filecheck, hopefully the linux buildbot | Chris Lattner | 2010-01-17 | 1 | -15/+5 |
* | The Neon "vtst" instruction takes a suffix that is the element size alone -- | Bob Wilson | 2010-01-17 | 1 | -6/+6 |
* | Looks like XFAIL has to list every unsupported arch | Rafael Espindola | 2010-01-17 | 1 | -1/+1 |
* | Add test for pr5406 | Rafael Espindola | 2010-01-17 | 1 | -0/+20 |
* | Reduce fsub-fadd.ll and merge it into fsub-fsub.ll. Rename fsub-fsub.ll to | Bill Wendling | 2010-01-17 | 3 | -47/+23 |
* | When checking for sret-demotion, it needs to use legal types. When using the... | Kenneth Uildriks | 2010-01-16 | 1 | -0/+12 |
* | Fix PR6047 | Tobias Grosser | 2010-01-16 | 4 | -0/+205 |
* | this teestcase takes a long time to crash, remove it. If someone cares about... | Chris Lattner | 2010-01-16 | 1 | -34/+0 |
* | Run the pre-register allocation tail duplication pass by default. Remove | Bob Wilson | 2010-01-16 | 3 | -2/+6 |
* | Fix llvm_supports_binding for lit, problem noticed by Bob! | Daniel Dunbar | 2010-01-16 | 1 | -1/+1 |
* | Fix PR6019. A load has more than one use if it feeds a bitconvert that | David Greene | 2010-01-15 | 1 | -0/+28 |
* | add testcase for r93564 | Jim Grosbach | 2010-01-15 | 1 | -0/+20 |
* | Reenable tests | Anton Korobeynikov | 2010-01-15 | 2 | -8/+6 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 3 | -18/+22 |
* | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez | 2010-01-15 | 3 | -14/+17 |
* | Test case for http://llvm.org/PR6028. | Jay Foad | 2010-01-15 | 1 | -0/+9 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 3 | -17/+14 |
* | Temporary disable tests | Anton Korobeynikov | 2010-01-15 | 2 | -0/+2 |
* | Do not use AT_specification die for static variables. It confuses gdb. | Devang Patel | 2010-01-15 | 1 | -0/+12 |
* | new test case for r93485. | Devang Patel | 2010-01-15 | 1 | -0/+4 |
* | Add variable-width shifts for MSP430 | Anton Korobeynikov | 2010-01-14 | 1 | -0/+51 |
* | Fix a codegen abort seen in 483.xalancbmk. | Dan Gohman | 2010-01-14 | 1 | -0/+20 |