aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make linear scan's trivial coalescer slightly more aggressive.Evan Cheng2009-01-201-0/+8
* Fix a problem exposed by PR3354: simplifycfg was making a potentiallyChris Lattner2009-01-191-0/+20
* Move & restructure test per review.Dale Johannesen2009-01-191-2/+2
* convert this to an unfoldable potentially trapping constant expr.Chris Lattner2009-01-191-2/+4
* Fix SelectionDAG::ReplaceAllUsesWith to behave correctly whenDan Gohman2009-01-191-0/+8
* Fix PR3353, infinitely jump threading an infinite loop make from switches.Chris Lattner2009-01-191-0/+21
* compile-time fmod was done incorrectly. PR 3316.Dale Johannesen2009-01-191-0/+77
* Verify Intrinsic::dbg_declare. Devang Patel2009-01-192-10/+3
* DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instea...Evan Cheng2009-01-191-0/+7
* Port this test from dejagnu to unit testing.Nick Lewycky2009-01-191-30/+0
* Temporarily revert r62487. It's causing this error during a release bootstrap ofBill Wendling2009-01-191-0/+1
* Now not UINT_TO_FP is legal (it's marked custom), dag combiner won'tEvan Cheng2009-01-191-0/+1
* Fix PR3016, a bug which can occur do to an invalid assumption:Chris Lattner2009-01-191-0/+30
* Fix rdar://6505632, an llc crash on 483.xalancbmkChris Lattner2009-01-181-0/+36
* Forgot this in the previous checkin: fopen now has nocapture, realloc isNick Lewycky2009-01-181-2/+2
* Testcase for last commit.Bill Wendling2009-01-171-0/+31
* Fix MatchAddress bug that's preventing negative displacement from being folde...Evan Cheng2009-01-172-1/+19
* Simplify extract element of a scalar to vector.Mon P Wang2009-01-171-0/+13
* Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...Evan Cheng2009-01-161-0/+19
* Disable the post-RA scheduler on this test, since it uses aDan Gohman2009-01-161-1/+2
* CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...Evan Cheng2009-01-161-0/+50
* Fix PR3335 by not turning a store to one address space into a store to another.Chris Lattner2009-01-161-0/+11
* Add support for non-zero __builtin_return_address values on X86.Bill Wendling2009-01-161-0/+22
* This is now passing.Evan Cheng2009-01-161-1/+0
* Clean up previous cast optimization a bit. Also make zext elimination a bit m...Evan Cheng2009-01-161-0/+7
* Do not stumble over forward declared struct member. Devang Patel2009-01-161-0/+30
* Validate dbg_* intrinsics before lowering them.Devang Patel2009-01-151-0/+15
* Added missing support to widen an operand from a bit convert.Mon P Wang2009-01-151-0/+10
* Fix Alpha test and support for private linkage.Rafael Espindola2009-01-151-5/+5
* Expand insert/extract of a <4 x i32> with a variable index.Mon P Wang2009-01-151-0/+15
* Add the private linkage.Rafael Espindola2009-01-1510-0/+199
* Use lightweight DebugInfo objects directly.Devang Patel2009-01-151-1/+0
* Use variable's context to identify respective DbgScope.Devang Patel2009-01-151-0/+355
* - Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zex...Evan Cheng2009-01-151-0/+11
* Don't fold address calculations which use negative offsets intoRichard Osborne2009-01-151-0/+12
* - Convert remaining i64 custom lowering into custom instruction emissionScott Michel2009-01-152-9/+40
* Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad!Chris Lattner2009-01-141-0/+28
* xfail for now.Devang Patel2009-01-141-0/+1
* Add pseudo instructions to the XCore for (load|store|load address) of aRichard Osborne2009-01-141-0/+18
* Fix the time regression I introduced in 464.h264ref withDale Johannesen2009-01-141-0/+39
* rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporaryChris Lattner2009-01-141-0/+35
* Disable the register+memory forms of the bt instructions for now. ThanksDan Gohman2009-01-131-1/+6
* Fix testsuite regressions from recursive inlining.Dale Johannesen2009-01-131-0/+293
* The list-td and list-tdrr schedulers don't yet support physregDan Gohman2009-01-132-2/+4
* Make instcombine ensure that all allocas are explicitly aligned at atDan Gohman2009-01-132-2/+4
* When replacing uses and the same node is reachedDuncan Sands2009-01-131-0/+21
* Mark this XFAIL for the moment.Duncan Sands2009-01-131-0/+1
* Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,Nick Lewycky2009-01-137-0/+7
* FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a ...Evan Cheng2009-01-131-0/+84
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-133-4/+3