Hexagon backend support
[oota-llvm.git] / test / CodeGen / Generic /
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-10-16 Nadav RotemRemove the the test which checks the saving of a vector...
2011-09-26 David MeyerPR11004: Inline memcpy to avoid generating nested call...
2011-09-20 Bill WendlingThis test is completely invalid with the modern EH...
2011-09-08 Nadav RotemThis test is already covered by llvm/trunk/test/CodeGen...
2011-09-08 Nadav RotemAdd X86-SSE4 codegen support for vector-select.
2011-09-03 Dan GohmanRevert r129875, XFAILing this test for arm, since the...
2011-09-02 Bill WendlingTry to eliminate the use of the 'unwind' instruction.
2011-09-01 Benjamin KramerXFAIL this test on arm until the backend is fixed.
2011-08-31 Bill WendlingRevert r138894. This was failing on cmake-clang-i686...
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-26 Bill WendlingRevert r138606 until LowerInvoke has been converted...
2011-08-25 Bill WendlingUpdate to the new EH scheme.
2011-08-25 Bill WendlingLSR wants to split the landing pad's critical edge...
2011-07-12 Andrew TrickComment correction.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Chris Lattnermore tests not making the jump into the brave new world.
2011-07-07 Lang HamesAdded a testcase for PR10220.
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-16 Anna ZaksRename the test. Thanks Cameron! Use shorter/generic...
2011-06-16 Anna ZaksFunction::getNumBlockIDs() should be used instead of...
2011-06-07 Nadav RotemMove the legalizer tests to the X86 directory because...
2011-06-06 Nadav RotemAdd methods to support the integer-promotion of vector...
2011-06-04 Nadav RotemTypeLegalizer: Add support for passing of vector-promot...
2011-06-01 Nadav RotemThis patch is another step in the direction of adding...
2011-05-17 Galina KistanovaMove test for appropriate directory.
2011-05-13 Rafael EspindolaMake codegen able to handle values of empty types....
2011-04-20 Stuart HastingsUn-XFAIL this test for ARM. <rdar://problem/7662569>
2011-04-09 Chris LattnerFix a bug where RecursivelyDeleteTriviallyDeadInstructi...
2011-04-05 Stuart HastingsARM doesn't support byval yet. XFAIL this test until...
2011-02-28 Duncan SandsMake this test x86 specific because the ARM backend...
2011-02-27 Duncan SandsLegalize support for fpextend of vector. PR9309.
2011-02-12 Nadav RotemA fix for 9165.
2011-01-18 Chris Lattnerfix rdar://8878965, a regression I introduced with...
2011-01-06 Duncan SandsAdd a testcase for PR8582, which mysteriously fixed...
2010-12-23 Andrew TrickFixes PR8823: add-with-overflow-128.ll
2010-12-20 Chris Lattnertemporarily disable this: PR8823.
2010-12-19 Chris Lattneradd a general coverage test for overflow intrinsics.
2010-11-20 Andrew TrickRemoving the useless test that I added recently. It...
2010-11-12 Andrew TrickEmacs auto-fill bug.
2010-11-12 Andrew TrickTest case for PR8287: SD scheduling time. Fixed in...
2010-11-04 Duncan SandsWhen passing a huge parameter using the byval mechanism...
2010-07-27 Nate BegemanFix a crash in the dag combiner caused by ConstantFoldB...
2010-07-06 Eric ChristopherFix up -fstack-protector on linux to use the segment
2010-06-22 Mon P WangMove v-binop-widen tests to X86 since they don't work...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-06-16 Jim Grosbachmodify so the test doesn't drop an output file in the...
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-06-15 Mon P WangFixed vector widening of binary instructions that can...
2010-06-03 Eli FriedmanImplement expansion in type legalization for add/sub...
2010-05-12 Jakob Stoklund OlesenEnable a bunch more -regalloc=fast tests
2010-05-07 Dan GohmanSDDbgValues are apparently not being legalized. Fix...
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-04-17 Chris Lattnerfix PR6332, allowing an index of zero into a zero sized...
2010-03-29 Evan ChengFix PR4975. Avoid referencing empty vector.
2010-03-24 Bob WilsonRevert Edwin's change that is breaking MultiSource...
2010-03-24 Torok EdwinFix memory leak in liveintervals: the destructor for...
2010-03-22 Chris LattnerFix PR6673: updating the callback should not clear...
2010-03-16 Evan ChengFix liveintervals handling of dbg_value instructions.
2010-03-16 Chris LattnerFix the third (and last known) case of code update...
2010-03-15 Chris LattnerImplement support for the case when a reference to...
2010-03-14 Chris Lattnerdon't have i386-specific tests in CodeGen/Generic,...
2010-03-01 Chris Lattnerstop using anders-aa
2010-03-01 Devang PatelRemove this generic debug info intrinsic test. LLVM...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-09 Chris Lattnermove tests that depend on the x86 backend out of codege...
2010-02-09 Chris Lattnermake target independent.
2010-02-09 Chris Lattnermerge a target-specific add test into x86 directory.
2010-02-09 Chris Lattnermerge two tests, make target independent.
2010-01-24 Chris Lattnerjust remove this test, it is not reduced, is not clear...
2010-01-23 Chris Lattnerremove this test.
2010-01-23 Evan ChengFix test.
2010-01-07 Evan ChengAPInt'fy TargetLowering::SimplifySetCC to fix PR5963.
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...
next