aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make a transformation added in 63266 a bit less aggressive.Dale Johannesen2009-02-111-0/+70
* Revert r64300 and r64301. These were causing the following errors respectively:Bill Wendling2009-02-111-0/+1
* Make sure the SCC pass manager initializes any containedDuncan Sands2009-02-111-0/+12
* Implement PR3495: local spiller optimization. The local spiller can now keep ...Evan Cheng2009-02-111-0/+78
* If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...Devang Patel2009-02-111-0/+1
* Ignore dbg intrinsic while folding unconditional branch.Devang Patel2009-02-101-0/+70
* Handle llvm.x86.sse2.maskmov.dqu in 64-bit.Evan Cheng2009-02-101-0/+11
* This is now done using a real i33, rather thanDuncan Sands2009-02-101-1/+1
* Fix PR3457: Ignore control successors when looking for closest scheduled succ...Evan Cheng2009-02-103-2/+23
* Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin...Devang Patel2009-02-101-0/+86
* Enable scalar replacement of AllocaInst whose one of the user is dbg info.Devang Patel2009-02-101-0/+105
* Implement FpSET_ST1_*.Evan Cheng2009-02-091-0/+7
* Fix PR 3471, and some cleanups.Dale Johannesen2009-02-091-0/+33
* Make sure constant subscript is truncated to ptr size if it may not fit.Evan Cheng2009-02-091-0/+10
* Testcase for PR2437.Duncan Sands2009-02-091-0/+32
* Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...Evan Cheng2009-02-093-3/+3
* Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check if...Bill Wendling2009-02-081-0/+0
* The 'false.c' test must depend on llvm-g++.Mikhail Glushenkov2009-02-082-11/+26
* Fix PR3486. Fix a bug in code that manually patch physical register live inte...Evan Cheng2009-02-081-0/+22
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...Evan Cheng2009-02-081-0/+491
* Revert r63999. It was breaking self-hosting builds.Bill Wendling2009-02-082-2/+2
* testcase for r64049 of llvm-gcc.Chris Lattner2009-02-071-0/+7
* Instrcombine should not change load(cast p) to cast(load p) if the castMon P Wang2009-02-071-0/+19
* Enable machine sinking pass in non-fast mode.Evan Cheng2009-02-072-2/+2
* Ignore DbgInfoIntrinsics.Devang Patel2009-02-061-0/+71
* fix PR3489, use bits instead of bytes.Chris Lattner2009-02-061-0/+20
* Fix test. It produces unexpected code if sse4.1 is on.Evan Cheng2009-02-061-3/+3
* Ignore dbg intrinsics while propagating conditional expression info. Take 2.Devang Patel2009-02-051-0/+45
* isAsCheapAsMove instructions can have register src operands. Check if they ar...Evan Cheng2009-02-051-0/+12