aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix PR3667Chris Lattner2009-02-251-0/+38
* Check that records with a known constant size are notDuncan Sands2009-02-252-0/+16
* Don't block basic block with only SwitchInst to fold into predecessors.Zhou Sheng2009-02-251-0/+116
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-2415-15/+15
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-245-5/+7
* Add a testcase for the problem fixed in r65289.Dan Gohman2009-02-241-0/+29
* Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simpleDan Gohman2009-02-241-0/+8
* Un-XFAIL this test.Bill Wendling2009-02-241-1/+0
* While folding unconditional return move DbgRegionEndInst into the predecessor...Devang Patel2009-02-241-2/+4
* Back out the change in 64918 that used sign-extensions when promotingDan Gohman2009-02-233-7/+3
* Fast-isel can't do TLS yet, so it should fall back to SDISelDan Gohman2009-02-231-0/+10
* Use the -stack-alignment option instead of using a target tripleDan Gohman2009-02-231-4/+2
* Add test case for checkin @r65314.Zhou Sheng2009-02-231-0/+41
* Only v1i16 (i.e. _m64) is returned via RAX / RDX.Evan Cheng2009-02-231-1/+10
* Make this test use darwin targe triple, to avoid stack traffic on linux.Nate Begeman2009-02-231-0/+2
* Generate better code for v8i16 shuffles on SSE2Nate Begeman2009-02-2311-32/+85
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-221-2/+2
* bug 3610: Test case.Richard Pennington2009-02-221-0/+20
* If a use operand is marked isKill, don't forget to add kill to its live inter...Evan Cheng2009-02-221-0/+24
* Be bug compatible with gcc by returning MMX values in RAX.Evan Cheng2009-02-221-1/+5
* Don't sign extend the char when expanding char -> int duringNick Lewycky2009-02-211-0/+12
* Drop bunch of half-working stuff in the ext_weak linkage support.Anton Korobeynikov2009-02-211-0/+20
* If two-address def is dead and the instruction does not define other register...Evan Cheng2009-02-211-0/+43
* Teach LSR sink to sink the immediate portion of the common expression back in...Evan Cheng2009-02-214-23/+117
* rename a function to indicate that it checks for profitability as wellChris Lattner2009-02-211-0/+278
* Fix strange logic in CollectIVUsers used to determine whether all uses areEvan Cheng2009-02-201-0/+44
* Support return of MMX values in 64-bit mode.Evan Cheng2009-02-201-0/+13
* Fix a crash in the pre-alloc splitter exposed by recent codegen changes.Owen Anderson2009-02-201-0/+71
* make these tests pass when run on a G5.Chris Lattner2009-02-204-5/+5
* Implement "superhero" strength reduction, or full strengthDan Gohman2009-02-203-2/+37
* Temporarily XFAIL this test.Bill Wendling2009-02-191-0/+1
* add proper asmwriter and asmparser support for anonymous functions.Chris Lattner2009-02-181-0/+26
* The subprogram die may not exist while creating "default" scope.Devang Patel2009-02-181-0/+31
* Use a sign-extend instead of a zero-extend when promoting aDan Gohman2009-02-183-4/+37
* Add a test for r61358, which I forgot to add way back when.Owen Anderson2009-02-181-0/+193