aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Do not split edges to EH landing pads. It will cause code size explosion.Evan Cheng2009-03-051-0/+34
* Ignore the debug info intrinsics when looking for dependency through basic bl...Zhou Sheng2009-03-051-0/+125
* Should have XFAILed this test.Bill Wendling2009-03-041-0/+54
* Temporarily revert r65994. It was causing rdar://6646455.Bill Wendling2009-03-041-52/+0
* Re-apply 66008, now that the unfoldMemoryOperand bug is fixed.Dan Gohman2009-03-041-0/+22
* Fix PR3720 by properly propagating alignment information from memcpy/memmove Chris Lattner2009-03-041-0/+19
* Add a restore folder, which shaves a dozen or so machineinstrs off oggenc. U...Owen Anderson2009-03-041-1/+1
* Fix PR3666: isel calls to constant addresses.Evan Cheng2009-03-041-0/+9
* PR3686: make the legalizer handle bitcast from i80 to x86 long double.Eli Friedman2009-03-041-0/+12
* Revert r66004 for now; it's causing a variety of test failures.Dan Gohman2009-03-041-22/+0
* Rename test.Evan Cheng2009-03-041-0/+0
* Teach the x86 backend to eliminate "test" instructions by using the EFLAGSDan Gohman2009-03-041-0/+22
* Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what...Evan Cheng2009-03-041-0/+17
* If a global constant is dead then global's debug info should not prevent the ...Devang Patel2009-03-041-0/+52
* Make my earlier patch to skip debug intrinsicsDale Johannesen2009-03-041-0/+80
* The DAG combiner was performing a BT combine. The BT combine had a value of -1,Bill Wendling2009-03-041-0/+37
* Instruction counters must skip the bitcasts thatDale Johannesen2009-03-031-0/+260
* When removing a store to an alloca that has only oneDale Johannesen2009-03-031-0/+108
* Remove accidental check-ins in r65960. :-(Bill Wendling2009-03-031-1/+1
* Use > instead of >=. We want to promote aggregates of 128-bytes.Bill Wendling2009-03-031-1/+1
* Ignore the debug info intrinsics when adding instructions into alias sets.Zhou Sheng2009-03-031-0/+83
* Testcase for line number sinking in InstCombine.Dale Johannesen2009-03-031-0/+57
* If branch conditions' one successor is dominating another non-latch successor...Devang Patel2009-03-021-0/+64
* Fix PR3694: add an instcombine micro-optimization that helpsDuncan Sands2009-03-021-0/+14
* Fix a problem with DAGCombine on 64b targets where foldingNate Begeman2009-03-011-0/+15
* Functions marked malloc are noalias return.Duncan Sands2009-03-011-0/+3
* Adjust this test for recent llvm-gcc changes.Duncan Sands2009-03-011-1/+1
* Minor optimization:Evan Cheng2009-03-012-1/+16
* tweak this to accept asmprinter changes. I have no way to verify this, hopef...Chris Lattner2009-03-011-1/+1
* Fix a pretty awesome bug that only happened in a strange case with anonymousChris Lattner2009-03-011-0/+8
* adjust for asmprinter change.Chris Lattner2009-03-011-2/+2
* adjust for asmprinter change.Chris Lattner2009-03-011-3/+5
* adjust test to make it more robustChris Lattner2009-03-011-2/+4
* Fix a long-standing bug and misfeature of the disassembler: when dealing with a Chris Lattner2009-03-011-0/+6
* one less space, fixes failure with rebuilt llvm-gcc.Chris Lattner2009-02-281-1/+1
* There is a way to specify targets that should succeed. It's the "XTARGET"Bill Wendling2009-02-281-2/+2
* Last commit accidentially deleted this code.Evan Cheng2009-02-281-0/+229
* Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha...Stuart Hastings2009-02-281-1/+1
* Testcase to insure C strings go to the cstringStuart Hastings2009-02-271-0/+11
* Refactor TLS code and add some tests. The tests and expected results are:Rafael Espindola2009-02-2714-27/+132
* Make sure this test passes on linux-ppc.Evan Cheng2009-02-271-1/+1
* Update another test for the LoopInfo::print changes.Dan Gohman2009-02-271-1/+1
* Update this test for the LoopInfo::print changes.Dan Gohman2009-02-271-1/+1
* MachineLICM CSE should match destination register classes; avoid hoisting imp...Evan Cheng2009-02-271-0/+47
* make sure that make fully evaluates variables when determining how compile_c andChris Lattner2009-02-261-3/+3
* Ignore dbg info intrinsics when folding conditional branch to Zhou Sheng2009-02-261-0/+70
* ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in...Evan Cheng2009-02-261-0/+14
* The last commit was overly conservative. It's ok to reuse value that's alread...Evan Cheng2009-02-261-1/+1
* Fix a typo that prevents hello.mm from running (and runs hello.m twice).Julien Lerouge2009-02-261-1/+1
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-251-2/+2