Add dummy inline asm handling for 'r' constraint. This fixes PR4778
[oota-llvm.git] / test / CodeGen / X86 /
2009-08-25 Chris Lattnerconvert to filecheck
2009-08-25 Daniel DunbarSwitch abi-isel.ll to FileCheck; it's not much faster...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-25 Dale JohannesenFix PR 4751, another difficulty with %a modifier on...
2009-08-24 Dale JohannesenSplit test into 3.
2009-08-23 Jakob Stoklund OlesenFix PR4753.
2009-08-22 Eli FriedmanMake x86 test actually test x86 code generation. Fix the
2009-08-22 Chris Lattnerrename test, make more specific.
2009-08-20 Dale JohannesenUse FileCheck even though this means testing for something
2009-08-20 Dan GohmanFix an x86 code size regression: prefer RIP-relative...
2009-08-20 Dale JohannesenUse FileCheck for the test run where it's appropriate.
2009-08-19 Dale JohannesenHandle 'a' modifier in X86 asms. PR 4742.
2009-08-19 Bill WendlingMake this test platform neutral.
2009-08-19 Dan GohmanAdd an x86 peep that narrows TEST instructions to forms...
2009-08-19 Eli FriedmanPR4737: Fix a nasty bug in load narrowing with non...
2009-08-18 Dan GohmanLegalize the shift amount operand of SRL_PARTS, SHL_PAR...
2009-08-18 Dan GohmanMake this test less sensitive to assembler differences.
2009-08-18 Chris Lattnerforce a triple so this passes on darwin
2009-08-18 Dan GohmanMake tail merging handle blocks with repeated predecess...
2009-08-15 Eli FriedmanFix test on Linux.
2009-08-15 Chris Lattnerimplement support for CHECK-NEXT: in filecheck.
2009-08-15 Chris Lattnerspecify a target triple so global variable manglings...
2009-08-15 Chris Lattnerconvert to filecheck.
2009-08-15 Chris Lattnerrename this test to sse2.ll
2009-08-15 Chris Lattnermerge a bunch more sse3 tests into sse3.ll
2009-08-15 Chris Lattnerconvert test to filecheck format.
2009-08-15 Chris Lattnerrename test
2009-08-15 Chris Lattnerthis is a test for sse3, simplify it.
2009-08-15 Dan GohmanOn x86-64, for a varargs function, don't store the...
2009-08-14 Anton KorobeynikovProperly handle indirect win64 args when they're passed...
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-12 Dan GohmanUse WriteAsOperand to print BasicBlock names.
2009-08-12 Dale JohannesenTest for 78821, sort of. While that bug is nondetermin...
2009-08-12 Chris Lattnerone last (?) bad x86 triple test.
2009-08-12 Chris Lattnerfix some pastos in triple lines.
2009-08-12 Chris Lattneranother bogus triple
2009-08-12 Chris Lattnerfix another broken target triple.
2009-08-12 Chris Lattnerfix an incorrect target triple.
2009-08-10 Dan GohmanFix a bug in the DAGCombiner's handling of multiple...
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-08 Eric ChristopherAdd crc32 instruction and intrinsics. Add a new class...
2009-08-07 Anton KorobeynikovDo not generate 32-bit call on win64 when imm does...
2009-08-07 Chris Lattnerrename test
2009-08-07 Chris Lattnermerge a bunch of tests together into one, convert to...
2009-08-07 Dale JohannesenAdd the testcase from PR 4668. This works at the
2009-08-06 Dale JohannesenFix PR 4626, a crash in branch folding after OptimizeBlock
2009-08-06 Dan GohmanTidy up this testcase.
2009-08-06 Chris Lattnerreduce testcase.
2009-08-06 Dan GohmanRemove an over-aggressive assert. Functions with empty...
2009-08-06 Anton KorobeynikovAdd tests for X86-64 code model handling. Small and...
2009-08-06 Dan GohmanFix a bug in x86's PreprocessForRMW logic that was...
2009-08-06 Dan GohmanFix a few places in DAGCombiner that were creating...
2009-08-05 Dan GohmanEnable the new no-SP register classes by default. This...
2009-08-05 Dan GohmanChange these tests to use function attributes rather...
2009-08-05 Dan GohmanRevert changes accidentally committed along with r78163.
2009-08-05 Dan GohmanTeach X86FastISel how to handle CCValAssign::BCvt,...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-04 Jakob Stoklund OlesenLowerSubregsInstructionPass::LowerExtract should not...
2009-08-04 Chris Lattnerenhance codegen to put 16-bit character strings into the
2009-08-04 Chris LattnerAdd support emiting for 2/4 byte mergable strings to...
2009-08-03 Anton KorobeynikovUnbreak Win64 CC. Step one: honour register save area...
2009-08-03 Rafael EspindolaUse movd instead of movq
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-03 Rafael EspindolaUse movq to move 64 bits in and out of mmx registers.
2009-08-01 Chris Lattnerfix a problem Eli noticed where we would compile the...
2009-08-01 Dan GohmanAdd nounwind to this test.
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Chris Lattnerfix PR4650: we only track sizes for certain objects...
2009-07-30 Evan ChengOptimize some common usage patterns of atomic built...
2009-07-30 Dan GohmanAdd a new register class to describe operands that...
2009-07-29 Chris Lattnerfix PR4584 with a trivial patch now that the pieces...
2009-07-29 Eric ChristopherAdd a couple more tests for the ptest intrinsics to...
2009-07-29 Eric ChristopherAdd support for gcc __builtin_ia32_ptest{z,c,nzc} intri...
2009-07-28 Chris Lattnerfix testcase for previous patch.
2009-07-28 Chris LattnerFix PR4639, a ELF-TLS regression from some of my refact...
2009-07-27 Chris Lattnerupdate testcase.
2009-07-26 Chris Lattnerput normal data into .data instead of .data.rel on...
2009-07-26 Chris Lattnerfinish simplifying DarwinTargetAsmInfo::SelectSectionFo...
2009-07-26 Chris Lattnersimplify DarwinTargetAsmInfo::SelectSectionForGlobal...
2009-07-25 Chris Lattneradd the most expedient hack to fix PR4619, along with...
2009-07-25 Evan ChengI've lost my mind. PR4572 has not been fixed.
2009-07-24 Evan ChengForgot this test earlier.
2009-07-24 Eric ChristopherMove insertps tests to sse41 combo test file, convert...
2009-07-23 Chris Lattnermerge one more sse41 test into sse41.ll
2009-07-23 Chris Lattnermerge another sse41 test into sse41.ll
2009-07-23 Chris Lattnermerge sse41-pmovx.ll into sse41.ll
2009-07-23 Chris Lattnerchange a test to run in filecheck style. Rename it...
2009-07-23 Eric ChristopherSupport insertps via the intrinsic and add a couple...
2009-07-23 Eric ChristopherAdd test for pinsrd and pinsrb instructions.
2009-07-22 Dan Gohmanx86 isel tweak: use lea (%reg,%reg) instead of lea...
2009-07-22 Dan GohmanMake the grep line in this test more specific, to avoid
2009-07-21 Evan ChengRemove a big test case.
2009-07-21 Evan ChengAnother rewriter bug exposed by recent coalescer change...
2009-07-21 Evan ChengFix a dagga combiner bug: avoid creating illegal constant.
2009-07-21 Evan ChengCross RC coalescing is now on by default.
2009-07-20 Evan ChengFix some sub-reg coalescing bugs where the coalescer...
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-19 Jakob Stoklund OlesenFix http://llvm.org/bugs/show_bug.cgi?id=4583
next