aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2008-02-29DCE'ed this testcase.Bill Wendling
2008-02-29If we reload a virtual register that's already been assigned, we want to markBill Wendling
2008-02-28Update testcase.Lauro Ramos Venancio
2008-02-28Set to default: x86 no longer fold and into test if it has more than one use.Evan Cheng
2008-02-27New test for misaligned Altivec laod/store.Dale Johannesen
2008-02-27Don't hard-code the mask size to be 32, which is incorrect on ppc64Dan Gohman
2008-02-27Fix a bug in dead spill slot elimination.Evan Cheng
2008-02-27actually run llc, thanks Dan :)Chris Lattner
2008-02-27Don't track max alignment during stack object allocations since they can be d...Evan Cheng
2008-02-27Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead Chris Lattner
2008-02-27Compile x86-64-and-mask.ll into:Chris Lattner
2008-02-27Spiller now remove unused spill slots.Evan Cheng
2008-02-26Upgrade testcase.Bill Wendling
2008-02-26Enable -coalescer-commute-instrs by default.Evan Cheng
2008-02-26Avoid aborting on invalid shift counts.Dan Gohman
2008-02-26Fix for pr2093: direct operands aren't necessarily addresses, so don't Eli Friedman
2008-02-26Fix PR2096, a regression introduced with my patch last night. ThisChris Lattner
2008-02-26Really feed llvm-as with the testcase, do not let it read from stdin. This fi...Gabor Greif
2008-02-26This is possible:Evan Cheng
2008-02-26Fix isNegatibleForFree to not return true for ConstantFP nodes Chris Lattner
2008-02-26Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memoryEvan Cheng
2008-02-23Merge current work back to tree to minimize diffs and drift. Major highlightsScott Michel
2008-02-23Rematerialization logic was overly conservative when it comes to loads from f...Evan Cheng
2008-02-23Update test.Evan Cheng
2008-02-23Remat of pic loads are now on by default.Evan Cheng
2008-02-23Really. Why doesn't every arch support MMX?Evan Cheng
2008-02-22Test case for PR2082.Evan Cheng
2008-02-22Allow re-materialization of pic load (controlled by -remat-pic-load for now).Evan Cheng
2008-02-22copy mmx values from/to memory with GPRs on x86-32 Chris Lattner
2008-02-22Start using GPR's to copy around mmx value instead of mmx regs.Chris Lattner
2008-02-21Treat clobber operands like early clobbers: if we haveChris Lattner
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-21testcase for PR1133Chris Lattner
2008-02-21Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner
2008-02-20XFAIL this for now.Evan Cheng
2008-02-19this test requires sse2Chris Lattner
2008-02-19Don't fold and's into test instructions if they have multiple uses.Chris Lattner
2008-02-19rename tests to avoid a test- prefix when they aren't related to the test ins...Chris Lattner
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-19Don't spew stats to stderr.Nick Lewycky
2008-02-19Fix up the run line for this new test.Nick Lewycky
2008-02-19New test.Evan Cheng
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-18- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...Evan Cheng
2008-02-18Don't mark scalar integer multiplication as Expand on x86, since x86Dan Gohman
2008-02-17Remove llvm-upgrade.Tanya Lattner
2008-02-16llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth
2008-02-15This test is not interesting.Evan Cheng
2008-02-14Fix a miscompilation from Dan's recent apintification.Chris Lattner
2008-02-14This readme entry is done, testcase here: CodeGen/X86/zero-remat.llChris Lattner