summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change the argument type in this test to something less convoluted,Dan Gohman2009-02-181-1/+1
* GV with null value initializer shouldn't go to BSS if it's meant for a mergea...Evan Cheng2009-02-181-0/+4
* Fix a corner case in the new indvars promotion logic: if thereDan Gohman2009-02-181-0/+38
* If an alias is dead and so is its aliasee, then globaldce wouldDuncan Sands2009-02-171-0/+4
* And now, not so elegant, test case...Devang Patel2009-02-171-0/+13
* Emit debug info for bitfields.Devang Patel2009-02-171-0/+13
* commit a tweaked version of Daniel's patch for PR3599. We nowChris Lattner2009-02-171-0/+23
* A couple of places where reused use operands should be marked kill. This is e...Evan Cheng2009-02-172-1/+118
* Testcase for rev. 64704Devang Patel2009-02-171-0/+12
* Strengthen the "non-constant stride must dominate loop preheader" check.Evan Cheng2009-02-171-0/+32
* Fix EnforceKnownAlignment so that it doesn't ever reduce the alignmentDan Gohman2009-02-161-0/+18
* Test case for llvm-gcc rev. 64648.Devang Patel2009-02-161-0/+5
* Rename IndVarsSimplify to IndVarSimplify, to be consistent withDan Gohman2009-02-1645-0/+0
* Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.Dan Gohman2009-02-163-22/+15
* If the target of an alias has internal linkage, then theDuncan Sands2009-02-152-0/+22
* Fix PR3522. It's not safe to sink into landing pad BB's.Evan Cheng2009-02-151-0/+30
* Fix pr3571: If stride is a value defined by an instruction, make sure it domi...Evan Cheng2009-02-151-0/+27
* Extend the IndVarSimplify support for promoting induction variables:Dan Gohman2009-02-141-0/+38
* Testcase for llvm-gcc 64510.Dale Johannesen2009-02-141-0/+13
* Teach x86 target -soft-float.Evan Cheng2009-02-131-0/+27
* Mark strto* as readonly when the endptr is null.Nick Lewycky2009-02-131-4/+5
* On strtod and friends, mark 'endptr' nocapture in the function prototype, andNick Lewycky2009-02-131-0/+13
* Reapply r64300:Nick Lewycky2009-02-131-2/+2
* BasicAA was making the assumption that a local allocation which hadn't escapedNick Lewycky2009-02-131-0/+196
* Fix the code that checked if a SCEVAddRecExpr Start contains anDan Gohman2009-02-131-0/+292
* Fix LSR's IV sorting function to explicitly sort by bitwidthDan Gohman2009-02-131-0/+22
* Teach IndVarSimplify to optimize code using the C "int" type forDan Gohman2009-02-121-0/+62
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-121-0/+14
* Arrange to print constants that match "n" and "i" constraintsDale Johannesen2009-02-121-0/+18
* fix the X86 backend to just drop llvm.declare nodes for VLAs instead of Chris Lattner2009-02-121-0/+76
* add PRChris Lattner2009-02-121-0/+1
* It's (currently) not safe to keep certain physical registers live across basi...Evan Cheng2009-02-121-0/+28
* Replace one of burr scheduling heuristic with something more sensible. Now ca...Evan Cheng2009-02-122-1/+2
* Fix a nasty bug (PR3550) where the inline pass could incorrectly mark Chris Lattner2009-02-121-0/+35
* fix PR3537: if resetting bbi back to the start of a block, we need toChris Lattner2009-02-121-0/+35
* rename test to avoid messing with tab completion of dates.Chris Lattner2009-02-121-0/+0
* Remove a bogus assertion. It's possible a live-in available value is used by ...Evan Cheng2009-02-111-0/+49
* Don't use special heuristics for nodes with no data predecessorsDan Gohman2009-02-114-25/+26
* Update to match space changes in .llDaniel Dunbar2009-02-111-2/+2