Upgrade tests to the latest debug info format.
[oota-llvm.git] / test / CodeGen / Generic /
2013-01-11 Eric ChristopherFor inline asm:
2012-12-19 Nadav RotemAfter reducing the size of an operation in the DAG...
2012-12-11 Paul Redmondmove X86-specific test
2012-11-13 Duncan SandsCodegen support for arbitrary vector getelementptrs.
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2012-07-15 Nadav RotemFix a bug in the scalarization of BUILD_VECTOR. BUILD_V...
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-06-28 Nuno Lopesadd a new @llvm.donothing intrinsic that, well, does...
2012-06-26 Rafael EspindolaFix llc's -print-before=pass and -print-after=pass.
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-25 Jakob Stoklund OlesenEnforce stricter liveness rules for PHIs.
2012-06-22 NAKAMURA Takumitest/CodeGen/Generic/asm-large-immediate.ll: Mark it...
2012-06-21 Jack CarterThe inline asm operand modifier 'n' is suppose
2012-06-21 NAKAMURA TakumiRevert r158209, "test/CodeGen/Generic/APIntLoadStore...
2012-06-11 Jakob Stoklund OlesenFix test case to work on ARM.
2012-06-08 Jakob Stoklund OlesenDon't run RAFast in the optimizing regalloc pipeline.
2012-06-08 Chad RosierFix a crash in APInt::lshr when shiftAmt > BitWidth.
2012-06-08 NAKAMURA Takumitest/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL...
2012-05-30 Bob WilsonAdd an insertPass API to TargetPassConfig. <rdar:...
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-04-16 Bill WendlingMove to X86 directory because this fails on non-X86...
2012-04-10 Rafael EspindolaDon't try to zExt just to check if an integer constant...
2012-04-03 Pete CooperAdd VSELECT to LegalizeVectorTypes::ScalariseVectorResu...
2012-03-30 Bill WendlingAdd testcase for r153705
2012-03-21 Andrew Trickmisched: tag a few XFAILs that I plan to fix
2012-03-21 Andrew TrickI meant to disable this test, not XFAIL it
2012-03-21 Andrew Trickmisched: beginning to add unit tests
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-02 NAKAMURA TakumiMove test/CodeGen/Generic/2012-02-01-CoalescerBug.ll...
2012-02-02 Lang HamesPR11868. The previous loop in LiveIntervals::join would...
2012-01-31 Bill WendlingRemove all references to the old EH.
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...
next