summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-2125-256/+292
* emit basic block labels with mcstreamer.Chris Lattner2010-01-202-2/+2
* emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1,Chris Lattner2010-01-202-3/+5
* signficant cleanups to EmitGlobalConstant (including streamerization Chris Lattner2010-01-201-1/+1
* If a instruction belongs to another function (and not current function) as pe...Devang Patel2010-01-201-0/+28
* Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some codeDan Gohman2010-01-191-0/+17
* Make SCEVAddRecExpr's getType return a pointer type when the addDan Gohman2010-01-191-3/+3
* Add nounwinds.Dan Gohman2010-01-194-4/+4
* Remove predicates when changing an add into an unpredicable mov.Jakob Stoklund Olesen2010-01-191-0/+53
* Do not extend extension results beyond the use of a PHI instruction at the st...Evan Cheng2010-01-191-0/+57
* add an MCAsmStreamer::EmitFill specialization of EmitFill thatChris Lattner2010-01-191-4/+3
* optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund GrimleyChris Lattner2010-01-192-0/+42
* don't let asm-verbose break the check-next lines in these tests.Chris Lattner2010-01-193-4/+4
* only darwin has zerofillChris Lattner2010-01-191-1/+1
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-1/+1
* Fix a crash in scalarrepl for memcpy/memmove where the source and destinationBob Wilson2010-01-191-0/+18
* fix a significant difference between llvm and gcc on ELF systems:Chris Lattner2010-01-191-0/+15
* there is no need to emit a .section above .comm on linux.Chris Lattner2010-01-191-1/+0
* Test case for r93758.Evan Cheng2010-01-191-0/+11
* Reverting.Dale Johannesen2010-01-191-55/+0
* Enable code to emit dbg.declare as DEBUG_VALUEDale Johannesen2010-01-181-0/+55
* my instcombine transformations to make extension elimination moreChris Lattner2010-01-181-6/+15
* filecheckize this.Chris Lattner2010-01-181-14/+22
* filecheckizeChris Lattner2010-01-181-13/+19
* remove a redundant test, filecheckize another.Chris Lattner2010-01-182-43/+26
* Canonicalize -1 - x to ~x.Evan Cheng2010-01-181-0/+11
* While mapping llvm.dbg.declare intrinsic manually map its operand, if possible,Devang Patel2010-01-181-0/+12
* Really fix this. I checked that on ARM I getRafael Espindola2010-01-171-2/+2
* reduce this test and convert to filecheck, hopefully the linux buildbot Chris Lattner2010-01-171-15/+5
* The Neon "vtst" instruction takes a suffix that is the element size alone --Bob Wilson2010-01-171-6/+6
* Looks like XFAIL has to list every unsupported archRafael Espindola2010-01-171-1/+1
* Add test for pr5406Rafael Espindola2010-01-171-0/+20
* Reduce fsub-fadd.ll and merge it into fsub-fsub.ll. Rename fsub-fsub.ll toBill Wendling2010-01-173-47/+23
* When checking for sret-demotion, it needs to use legal types. When using the...Kenneth Uildriks2010-01-161-0/+12
* Fix PR6047Tobias Grosser2010-01-164-0/+205
* this teestcase takes a long time to crash, remove it. If someone cares about...Chris Lattner2010-01-161-34/+0
* Run the pre-register allocation tail duplication pass by default. RemoveBob Wilson2010-01-163-2/+6
* Fix llvm_supports_binding for lit, problem noticed by Bob!Daniel Dunbar2010-01-161-1/+1
* Fix PR6019. A load has more than one use if it feeds a bitconvert thatDavid Greene2010-01-151-0/+28
* add testcase for r93564Jim Grosbach2010-01-151-0/+20
* Reenable testsAnton Korobeynikov2010-01-152-8/+6
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-153-18/+22
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-153-14/+17
* Test case for http://llvm.org/PR6028.Jay Foad2010-01-151-0/+9
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-153-17/+14
* Temporary disable testsAnton Korobeynikov2010-01-152-0/+2
* Do not use AT_specification die for static variables. It confuses gdb.Devang Patel2010-01-151-0/+12
* new test case for r93485.Devang Patel2010-01-151-0/+4
* Add variable-width shifts for MSP430Anton Korobeynikov2010-01-141-0/+51
* Fix a codegen abort seen in 483.xalancbmk.Dan Gohman2010-01-141-0/+20