enhance codegen to put 16-bit character strings into the
[oota-llvm.git] / test / CodeGen / X86 /
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
2009-07-18 Evan ChengCatch more coalescing opportunities.
2009-07-18 Evan ChengEnable cross register class coalescing.
2009-07-17 Evan ChengFix pr4552. Stack slot coloring with register must...
2009-07-17 Evan ChengFix x86 inline ams 'q' constraint support. In 32-bit...
2009-07-17 Chris Lattnerrename test.
2009-07-16 Dale JohannesenAssume an inline asm might be a call, so we get
2009-07-16 Evan ChengChanged my mind. We now allow remat of instructions...
2009-07-16 Evan ChengWith recent MC changes, RIP base register is explicitly...
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-15 Evan ChengShortenDeadCopySrcLiveRange needs to be more conservati...
2009-07-14 Chris Lattnerconvert to filecheck style, simplify RUN line, and...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Daniel DunbarRevert r75610 (and r75620, which was blocking the rever...
2009-07-14 Chris LattnerChange the X86 asmprinter to use the mangler to apply...
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Bill WendlingCheck for the correct unnamed name.
2009-07-13 Chris LattnerTwo changes:
2009-07-12 Chris Lattneradd nounwind
2009-07-11 Nick LewyckyDarwin prepends an _ to internal globals, Linux doesn't.
2009-07-11 Chris Lattnerfix x86-64 static codegen to materialize the address...
2009-07-11 Chris Lattnerthis test was incorrect for x86-64 static. It passed...
2009-07-11 Chris LattnerFix PR4533, which is about buggy codegen in x86-64...
2009-07-11 Chris LattnerWe get the P modifier wrong in a lot of cases, just...
2009-07-09 Eli FriedmanMake EXTRACT_VECTOR_ELT a bit more flexible in terms...
2009-07-09 Evan ChengTargets sometimes assign fixed stack object to spill...
2009-07-09 Chris Lattnerremove eh, convert to FileCheck style
2009-07-09 Chris Lattnerwe have no tests for dllimport/export. Add one.
2009-07-09 Chris Lattner* add some assertions for sanity checking.
2009-07-09 Chris Lattneradd a test for dale's recent change.
2009-07-08 Chris Lattnerswitch test to FileCheck-style and test the P and non...
2009-07-08 Chris Lattnerrename a test to make it a feature test.
2009-07-08 Chris Lattneradd some more check for vector compares.
2009-07-08 Chris Lattnerconvert a test to "FileCheck" style.
2009-07-08 Chris Lattnereliminate the v[if]cmp versions of these tests, now...
2009-07-08 Chris Lattnerdag combine sext(setcc) -> vsetcc before legalize....
2009-07-07 Chris Lattneradd support for legalizing an icmp where the result...
2009-07-07 Chris Lattneradd a trivial test that vector compares work.
2009-07-07 Chris Lattnerimplement support for spliting and scalarizing vector...
2009-07-07 Chris Lattnerverify that the fcmp version of this works just as...
2009-07-06 Evan ChengAvoid adding a duplicate def. This fixes PR4478.
2009-07-02 Chris Lattner@GOTPCREL is also rip-relative. Fix fast-isel to do...
2009-07-02 Chris LattnerFix yet-another bug I introduced into fastisel, this...
2009-07-01 Chris LattnerFix some fast-isel problems selecting global variable...
2009-06-30 Rafael EspindolaFix PR4485.
2009-06-30 Rafael EspindolaFix PR4484.
2009-06-29 Rafael EspindolaFIX PR 4459.
2009-06-27 Chris Lattnerfactor some logic out into a helper function, allow...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-27 Chris Lattnerremove some unneeded eh info.
2009-06-27 Chris Lattnertestcase for PR4466
2009-06-26 Dan GohmanAdd some testcases for some of the recent ScalarEvoluti...
2009-06-26 Chris Lattnerremove unwind info, add test for asmprinting of jump...
2009-06-26 Evan ChengAdd x86 support for 'n' inline asm modifier. This will...
2009-06-25 Chris Lattnerdown with unwind info :)
2009-06-24 Chris Lattnerunwind info not needed.
2009-06-24 Evan ChengFix support for inline asm input / output operand tying...
2009-06-24 Dan GohmanExtend ScalarEvolution's multiple-exit support to compu...
2009-06-21 Rafael EspindolaFix PR4185.
2009-06-20 Chris Lattnerchange TLS_ADDR lowering to lower to a real mem operand...
next