Add an intel syntax MCInstPrinter implementation. You can now
[oota-llvm.git] / test / CodeGen /
2009-09-20 Dale JohannesenWhen computing live intervals for earlyclobber operands,
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Dan GohmanDelete the label names from this test to make it less...
2009-09-18 Chris LattnerMake a new X8632_MachoTargetObjectFile TLOF implementat...
2009-09-18 Dale JohannesenModel the carry bit on ppc32. Without this we could
2009-09-18 Dan GohmanAdd support for using the FLAGS result of or, xor,...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-17 Chris Lattnermake this testcase check darwin32 also
2009-09-17 Chris Lattnerrename test
2009-09-17 Chris Lattnerconvert to filecheck
2009-09-17 Chris Lattnerrename file
2009-09-17 Daniel DunbarRemove test cases using -regalloc=simple.
2009-09-17 Evan ChengFix PR4910: Broken logic in coalescer means when a...
2009-09-15 Bob WilsonConvert more tests to FileCheck.
2009-09-15 Chris Lattnerfix PR4984 by ensuring that fastisel adds properly...
2009-09-15 Chris Lattnerrename test
2009-09-15 Chris Lattnerconvert to filecheck
2009-09-15 Sandeep PatelFix superreg use in ARMAsmPrinter. Approved by Anton...
2009-09-15 Chris Lattnerseveral major improvements to the sparc backend: suppor...
2009-09-15 Dan GohmanRestore a comment that was lost in the merge.
2009-09-15 Chris Lattnerthis is failing on linux hosts, force a triple.
2009-09-15 Chris Lattnermerge one more in.
2009-09-15 Chris Lattnermerge some more cmov tests into cmov.ll
2009-09-15 Chris Lattnermerge two cmov tests into one.
2009-09-15 Dan GohmanDon't pull a load through a callseq_start if the load...
2009-09-15 Dan GohmanOn x86-64, the 32-bit cmov doesn't actually clear the...
2009-09-13 Chris Lattnermerge the linux cpool/jtbl pic tests into pic.ll and...
2009-09-13 Anton KorobeynikovDefine proper subreg sets for arm - this should fix...
2009-09-12 Dan GohmanAdd -mattr=+sse2 to the -march=x86 version of this...
2009-09-11 Dan GohmanRemove an unnecessary -f.
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-11 Chris Lattnerturn on -experimental-asm-printer for x86 / AT&T by...
2009-09-11 Evan ChengFollow up to 81494. When the folded reload is narrowed...
2009-09-11 Evan ChengIt's not legal to fold a load from a narrower stack...
2009-09-11 Dan GohmanReapply r81171 with a fix: don't try to use i64 when it
2009-09-10 Bob WilsonDon't swap the operands of a subtraction when trying...
2009-09-10 Bob WilsonRevert r81171 which was causing pr4927.
2009-09-09 Bob WilsonFix pr4939: Change FPCCToARMCC to translate SETOLE...
2009-09-09 Dan GohmanWhen widening a vector load, use the correct chain...
2009-09-09 Torok EdwinAdd testcase for r81322 (PR4933).
2009-09-09 Chris Lattneradd a testacse for the objc problem that required requi...
2009-09-09 Chris Lattnerdisable the new asmprinter by default. Both the Mangle...
2009-09-09 Evan ChengCast MO.getImm() to unsigned before comparing with...
2009-09-09 Chris Lattnerturn the mcinst asmprinter on by default for x86, tweak...
2009-09-09 Chris Lattnerthis got merged into lea.ll
2009-09-09 Chris Lattnerfilecheckize
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Chris Lattnerupdate various tests for signedness changes in .s file.
2009-09-08 Chris Lattneradjust for signedness change. I'd appreciate it if...
2009-09-08 Chris Lattnermerge thumb2-bic2.ll into thumb2-bic.ll and update...
2009-09-08 Chris Lattnertweak this to pass on linux.
2009-09-08 Chris Lattnerconvert to filecheck syntax
2009-09-08 Chris Lattnerchange selectiondag to add the sign extended versions...
2009-09-08 Anton KorobeynikovUnbreak getOnesVector() / getZeroVector() to use valid...
2009-09-08 Chris Lattnerfilecheckize some tests
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-09-08 Anton KorobeynikovAdd NEON 'laned' operations. This fixes another bunch...
2009-09-08 Anton KorobeynikovUnbreak
2009-09-08 Evan ChengWhen remat'ing and destination virtual register has...
2009-09-08 Chris Lattnerdisable some irrelevant eh emission
2009-09-08 Chris Lattnerfix PR4767, a crash because fp stackifier visited blocks in
2009-09-08 Dan GohmanFix an abort on a store of an empty struct member....
2009-09-07 Dan GohmanFix a thinko: When lowering fneg with xor, bitcast...
2009-09-05 Daniel DunbarDon't depend on arch specific global prefix.
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-09-05 Bob WilsonStabilize the order of live intervals in the priority_q...
2009-09-04 Evan ChengRun branch folding if if-converter make some transforma...
2009-09-04 Daniel DunbarRemove stale greps.
2009-09-04 Bob WilsonConvert tests to FileCheck.
2009-09-04 Bob WilsonConvert a test to FileCheck.
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...
2009-09-03 Daniel DunbarRemove dead greps.
2009-09-03 Dan GohmanRecognize more opportunities to use SSE min and max...
2009-09-03 Mon P WangTest cases for vector shifts changes r80935
2009-09-03 Evan ChengReference to hidden symbols do not have to go through...
2009-09-03 Chris Lattnermerge all the basic linux/32 pic tests together into...
2009-09-03 Chris Lattnerrename test
2009-09-02 Anton KorobeynikovMore missed vdup patterns
2009-09-01 Bob WilsonAdd support for generating code for vst{234}lane intrin...
2009-09-01 Bob WilsonFix incorrect declarations of intrinsics in this test.
2009-09-01 Bob WilsonAdd test for vld{234}_lane instructions.
2009-09-01 Bob WilsonFix pr4843: When an instruction has multiple destinatio...
2009-09-01 Jim GrosbachSJLJ is arm/darwin only for now. force the triple for...
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-08-31 David GoodwinDon't mark a register live at an undef use.
2009-08-31 Evan ChengRemove .n suffix for some 16-bit opcodes now that Darwi...
2009-08-30 Chris Lattnereliminate some uses of prcontext. Any help here would...
2009-08-30 Anton KorobeynikovAdd missed pattern
2009-08-30 Anton KorobeynikovEXTRACT_VECTOR_ELEMENT can have result type different...
2009-08-29 Dan GohmanCMOV_GR8 clobbers EFLAGS when its expansion involves...
2009-08-29 Anton KorobeynikovDo not assert on too wide splats we don't support.
2009-08-28 Anton KorobeynikovAdd missed extract_element pattern
2009-08-28 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-28 Evan Chengv4, v5 does not support sxtb / sxth.
2009-08-27 Anton Korobeynikovscalar_to_vector is fully legal now (implemented as...
2009-08-27 Anton KorobeynikovOk, sometimes it's profitable to turn scalar_to_vector...
2009-08-27 Evan ChengFix PR4789. Teach eliminateFrameIndex how to handle...
next