Add comments.
[oota-llvm.git] / test / CodeGen / Generic /
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-11-27 Duncan SandsWhile this test is testing a problem in the generic...
2009-11-22 Benjamin KramerConvert test to FileCheck.
2009-11-21 Jakob Stoklund OlesenDon't leave temporary files in the test directory.
2009-11-20 Duncan SandsFix PR5558, which was caused by a wrong fix for PR3393...
2009-11-16 Lang HamesAdded a testcase for PR5495.
2009-11-07 Chris LattnerFix PR5421 by APInt'izing switch lowering.
2009-11-03 Nate BegemanDeclare sin & cos as readonly so they match the code...
2009-10-22 Dan GohmanRevert the main portion of r31856. It was causing Branc...
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-24 Dale JohannesenSplit test into 3.
2009-08-24 Dale JohannesenMake linkerprivate work for ARM and PPC. Testcase...
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-12 Chris Lattnerremove tests for removed intrinsics.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-03 Eli FriedmanPR4317: Handle splits where the new block is unreachabl...
2009-05-22 Duncan SandsAdd a new codegen pass that normalizes dwarf exception...
2009-05-16 Jakob Stoklund OlesenHelp DejaGnu avoid pipe-jam by producing less output...
2009-04-29 Chris LattnerDisable the load-shrinking optimization from looking at
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-27 Nate BegemanRevert accidental testcase reduction
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-24 Dale JohannesenFix PR 4057, a crash doing float->char const folding.
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-10 Chris Lattnermove a target-specific test into its directory so it...
2009-04-10 Chris Lattnerfix two problems with machine sinking:
2009-03-29 Duncan SandsFix PR3899: add support for extracting floats from...
2009-03-17 Chris LattnerLSR shouldn't ever try to hack on integer IV's larger...
2009-03-10 Chris Lattnerwire up support for emitting "special" values from...
2009-02-22 Richard Penningtonbug 3610: Test case.
2009-01-21 Duncan SandsLet's try to have our cake and eat it to: move
2009-01-20 Chris LattnerDon't bother running the assembler, we don't know that...
2009-01-19 Devang PatelVerify Intrinsic::dbg_declare.
2009-01-13 Dan GohmanThe list-td and list-tdrr schedulers don't yet support...
2009-01-06 Dan GohmanFix a bug in ComputeLinearIndex computation handling...
2009-01-06 Dan GohmanDelete this test; it's a duplicate of 2006-07-03-schedu...
2008-12-24 Bill WendlingRevert the changes in this testcase until Anton can...
2008-12-23 Anton KorobeynikovUpdate test
2008-12-10 Duncan SandsFor amusement, implement SADDO, SSUBO, UADDO, USUBO
2008-11-24 Bill WendlingTest add-with-overflow with fast ISel.
2008-11-24 Bill WendlingAdd support for llvm.uadd.with.overflow.
2008-11-21 Bill WendlingAdd generic test for add with overflow.
2008-11-20 Dan GohmanTest -pre-RA-sched=fast too, for completeness.
2008-11-19 Dan GohmanRevert r59640. It broke this test for builds that aren't
2008-11-19 Dan GohmanUse %llvmgcc -xassembler instead of invoking as directl...
2008-11-18 Bill WendlingA simple test for stack protectors. This should be...
2008-10-27 Duncan SandsTurn on LegalizeTypes, the new type legalization
2008-10-25 Gordon HenriksenRelated to PR2911, reject as invalid non-pointer GC...
2008-10-17 Chris Lattnerremove this test: it is xfailed anyway, and is failing...
2008-10-10 Anton KorobeynikovThis does not fail anymore
2008-10-10 Anton KorobeynikovThis is not failing anymore
2008-10-01 Dan GohmanSplit this test and move it into target-specific direct...
2008-09-08 Dan GohmanAdd a target triple; apparently LLVM doesn't use 64-bit
2008-09-08 Dan GohmanAdd AsmPrinter support for i128 and larger static initi...
2008-09-08 Rafael EspindolaAdd testcase from bug 2770.
2008-09-01 Duncan SandsTurn this legalize types test on.
2008-08-14 Dan GohmanImprove support for vector casts in LLVM IR and CodeGen.
2008-08-08 Nick LewyckyDon't crash printing the asm for a ConstantExpr PtrToIn...
2008-08-04 Dan GohmanFix SDISel lowering of zeroinitializer and undef to...
2008-07-30 Dan GohmanDon't look for leaf values to store when lowering stores of
2008-07-29 Duncan SandsFix PR2609. If a label is deleted, then it needs
2008-07-17 Duncan SandsTurn LegalizeTypes back off again for the moment:
2008-07-16 Duncan SandsAdd support for promoting and expanding AssertZext
2008-07-16 Duncan SandsTest passing of integer parameters for integers
2008-07-16 Duncan SandsTest codegen of loads and stores of all integer
2008-07-16 Duncan SandsTurn on LegalizeTypes by default.
2008-06-30 Chris LattnerImplement split and scalarize for SELECT_CC, fixing...
2008-06-10 Matthijs KooijmanFix some more quoting issues in RUN lines, this time...
2008-06-10 Matthijs KooijmanFor all RUN lines starting with "not", redirect stderr...
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-25 Dan GohmanRemove the code from CodeGenPrepare that moved getresul...
2008-04-23 Dan GohmanAdd support to codegen for getresult instructions with...
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-03-12 Dan GohmanMake this test x86-specific for now; targets that don...
2008-03-11 Dan GohmanBasic feature test for multiple return values in codegen.
2008-03-06 Gabor Greifsome more spelling changes
2008-02-26 Chris LattnerFix PR2096, a regression introduced with my patch last...
2008-02-26 Chris LattnerFix isNegatibleForFree to not return true for ConstantF...
2008-02-21 Chris Lattnertestcase for PR1133
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-13 Duncan SandsTeach LegalizeTypes how to expand and promote CTLZ,
2008-02-04 Duncan SandsCrashes LegalizeTypes with "Do not know how to
2008-02-04 Duncan SandsCrashes LegalizeTypes with "Do not know how to split
2008-02-04 Chris Lattnerremove target triple to make this test more "generic"
2008-02-04 Duncan SandsCrashed the new type legalizer. Not likely to catch
2008-01-26 Chris LattnerFix some bugs in SimplifyNodeWithTwoResults where it...
2008-01-17 Chris Lattnernew testcase.
2008-01-17 Chris Lattneradd testcase that has been sitting in my tree for awhile.
2008-01-15 Chris Lattnernew testcase for llvm.trap.
2008-01-10 Chris Lattnernew testcase for PR1845
2008-01-07 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
next