Let the inline asm 'q' constraint match float, and on 64-bit double too.
[oota-llvm.git] / test / CodeGen / X86 /
2011-07-08 Nick LewyckyLet the inline asm 'q' constraint match float, and...
2011-07-08 Eric ChristopherGo ahead and emit the barrier on x86-64 even without...
2011-07-07 Eric ChristopherAdd support for the X86 'l' constraint.
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
2011-07-05 Dan GohmanRevert r134366 and add an explicit triple to make this...
2011-07-05 Jakob Stoklund OlesenFix PR10277.
2011-07-03 NAKAMURA Takumitest/CodeGen/X86/lsr-nonaffine.ll: Relax expressions...
2011-07-02 Chandler CarruthFileCheck-ize another X86 test, making it more precisel...
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize and tighten up assertions to only check...
2011-07-02 Chandler CarruthFileCheck-ize and cleanup IR.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthRemove a grep that is already checked with FileCheck.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize and modernize IR.
2011-07-02 Chandler CarruthFileCheck-ize and simplify RUNs.
2011-07-02 Chandler CarruthFileCheck-ize and modernize the RUN line.
2011-07-02 Chandler CarruthFileCheck-ize, tightening checks and avoiding a tempora...
2011-07-02 Chandler CarruthFileCheck-ize, tightening checks and avoiding a tempora...
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize a test, avoiding a temporary file.
2011-07-02 Chandler CarruthFileCheck-ize and simplify this test.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize another codegen test.
2011-07-02 Chandler CarruthPartially FileCheck-ize a test to remove a weird quotin...
2011-07-02 Chandler CarruthFileCheck-ize another test, and upgrade its syntax...
2011-07-02 Chandler CarruthFileCheck-ize another codegen test, tightening it up.
2011-07-02 Chandler CarruthFileCheck-ize another test, making it much more precise...
2011-07-02 Chandler CarruthFileCheck-ize another test. This one is more clear...
2011-07-02 Chandler CarruthFileCheck-ize a test, no functionality changed.
2011-07-02 Jakob Stoklund OlesenBetter diagnostics when inline asm fails to allocate.
2011-07-02 Eric ChristopherBe less specific about register allocation ordering.
2011-07-01 Eric ChristopherTargetConstant immediates won't be placed into register...
2011-07-01 Dan GohmanTeach IVUsers to stop at non-affine expressions unless...
2011-06-30 Jakob Stoklund OlesenFix a problem with fast-isel return values introduced...
2011-06-30 Eric ChristopherFix a small thinko for constant i64 lock/orq optimizati...
2011-06-29 Devang PatelRevert r133953 for now.
2011-06-29 Benjamin KramerRevert a part of r126557 which could create unschedulab...
2011-06-28 Jakob Stoklund OlesenClean up the handling of the x87 fp stack to make it...
2011-06-28 Jakob Stoklund OlesenFileCheckize a couple of tests.
2011-06-28 Chandler CarruthFileCheck-ize a test that had the strangest TCL quote...
2011-06-27 Evan ChengRemove the experimental (and unused) pre-ra splitting...
2011-06-27 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-06-27 Jakob Stoklund OlesenMove all inline-asm-fpstack tests to a single file.
2011-06-25 Chad RosierTest case for r133858 (tail call optimize in the presen...
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-22 Rafael EspindolaReenable tail duplication of bb with just an unconditio...
2011-06-21 Bob WilsonRevert r133452: "Emit movq for 64-bit register to XMM...
2011-06-21 Evan ChengTeach dag combine to match halfword byteswap patterns.
2011-06-20 Nick LewyckyEmit movq for 64-bit register to XMM register moves...
2011-06-20 Nadav RotemFix PromoteIntRes_TRUNCATE: Add support for cases where the
2011-06-19 Benjamin KramerUpdate test.
2011-06-19 Nadav RotemReduce the runtime of the test. Keep only the interesti...
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-18 Galina KistanovaMoved to the right place.
2011-06-18 Eric ChristopherFix UMULO support for 2x register width to allow the...
2011-06-17 Nadav RotemFix a bug in the type-lowering of integer-promoted...
2011-06-17 Eric ChristopherLower multiply with overflow checking to __mulo<mode>
2011-06-17 Galina Kistanovaest 2008-06-04-indirectmem.ll is X86-specific. Move...
2011-06-17 Chris LattnerStop accepting and ignoring attributes in function...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
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 Nick LewyckyThere's no need to be so picky about the particular...
2011-06-16 Bruno Cardoso LopesAdd AVX suport for fpextend.
2011-06-16 Nick LewyckyCommit the right set of tests for r133124. Sorry 'bout...
2011-06-16 Andrew TrickReenabling this test with REQUIRES: Asserts
2011-06-16 Nick LewyckyAdd a DAGCombine for (ext (binop (load x), cst)).
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-06-15 Andrew TrickDisabling this test until I can figure out the right...
2011-06-15 Andrew TrickAdded -stress-sched flag in the Asserts build.
2011-06-15 Chad RosierTargetLoweringOpt is a struct used by DAGCombine, not...
2011-06-15 Nadav RotemThis test was failing on X86 machines which do not...
2011-06-14 Rafael EspindolaAdd triple.
2011-06-14 Chad RosierWhen pattern matching during instruction selection...
2011-06-14 Rafael EspindolaCheck the llc output.
2011-06-14 Stuart HastingsTest case for x86 MMX inline asm. rdar://problem/8886707
2011-06-14 Rafael EspindolaAdd a test for the recent regression.
2011-06-14 Dan GohmanThis test is still failing. Delete the rest of it.
2011-06-14 Dan GohmanRevert r132991. This test is failing on the
2011-06-14 Rafael EspindolaAdd 132986 back, but avoid non-determinism if a bb...
2011-06-14 Nadav RotemAdd a testcase for #9623
2011-06-14 Rafael Espindolarevert 132986 to see if the bots go green.
2011-06-14 Nadav RotemThis testcase cause a failure on some bots. Remove...
2011-06-14 Nadav RotemAdd a testcase for checking the integer-promotion of...
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-14 Rafael EspindolaMake the threshold used by branch folding softer. Befor...
2011-06-14 Bill WendlingHeuristic: If the number of operands in the alias are...
2011-06-13 Jakob Stoklund OlesenBe less aggressive about hinting in RAFast.
2011-06-12 Rafael EspindolaReally fix the fall-through logic.
2011-06-12 Rafael EspindolaTest for the previous commit.
2011-06-10 Eli FriedmanAdd full x86 fast-isel support for memcpy and memset.
2011-06-10 Eli FriedmanAdd -mattr=+sse2 to make the buildbots happy.
2011-06-10 Chad RosierAdding a test case for revision 132825.
2011-06-10 Eli FriedmanAdd a simple test which makes sure folding immediate...
next