Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet.
[oota-llvm.git] / test / CodeGen /
2009-08-04 Evan ChengEnable load / store multiple pass for Thumb2. It's...
2009-08-04 David GoodwinAdd NEON single-precision FP support for fabs and fneg.
2009-08-04 Jakob Stoklund OlesenLowerSubregsInstructionPass::LowerExtract should not...
2009-08-04 Evan ChengIn thumb mode, r7 is used as frame register. This fixes...
2009-08-04 David GoodwinMatch common pattern for FNMAC. Add NEON SP support.
2009-08-04 David GoodwinImprove tests.
2009-08-04 David GoodwinInitial support for single-precision FP using NEON...
2009-08-04 Evan ChengFix PR4528. This scavenger assertion is too strict...
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-04 Evan ChengEmit sub r, #c instead of transforming it to add r...
2009-08-03 Bob WilsonLower CONCAT_VECTOR during legalization instead of...
2009-08-03 Jakob Stoklund OlesenFix Bug 4657: register scavenger asserts with subreg...
2009-08-03 Evan ChengFix a coaelescer bug. If a copy val# is extended 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-03 Evan ChengUse the i12 variant of load / store opcodes if offset...
2009-08-02 Richard OsborneAdd extra SEXT pattern.
2009-08-02 Jakob Stoklund OlesenRemove unneeded intrinsics from Blackfin backend.
2009-08-02 Jakob Stoklund OlesenFix issue in regscavenger when scavenging a callee...
2009-08-02 Jakob Stoklund OlesenNever add a kill flag to a constrained physical registe...
2009-08-02 Jakob Stoklund OlesenScavenger asserts.
2009-08-02 Jakob Stoklund OlesenAdd some basic blackfin intrinsics.
2009-08-02 Jakob Stoklund OlesenInline assembly support for Blackfin.
2009-08-02 Jakob Stoklund OlesenAnalog Devices Blackfin back-end.
2009-08-02 Evan ChengTest both darwin and linux.
2009-08-02 Chris Lattnerswitch to filecheck format
2009-08-01 Chris Lattnerfix a problem Eli noticed where we would compile the...
2009-08-01 Dan GohmanAdd nounwind to this test.
2009-08-01 Eli FriedmanHack to make this test work on platforms which aren...
2009-08-01 Evan ChengWorkaround a couple of Darwin assembler bugs.
2009-08-01 Evan ChengSplit t2MOVCCs since some assemblers do not recognize...
2009-08-01 Evan ChengFix Thumb2 function call isel. Thumb1 and Thumb2 should...
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Evan ChengUntil we have a "ALIGN" pseudo instruction, have asm...
2009-07-31 Chris Lattnerfix PR4650: we only track sizes for certain objects...
2009-07-30 Evan ChengWhen fp is not eliminated, instructions with T2_i12...
2009-07-30 David GoodwinDarwin assembler now recognizes "orn", so remove workar...
2009-07-30 David GoodwinDarwin assembler now supports "rrx", so remove workaround.
2009-07-30 David GoodwinCleanup and include code selection for some frame index...
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 Evan Chengtbb / tbh instructions only branch forward, not backwards.
2009-07-29 Evan ChengAdd VFP3 D registers to the DPR register class.
2009-07-29 Bob WilsonChange Neon VLDn intrinsics to return multiple values...
2009-07-29 Chris Lattnerfix PR4584 with a trivial patch now that the pieces...
2009-07-29 Evan ChengOptimize Thumb2 jumptable to use tbb / tbh when all...
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 Evan ChengIn thumb2 mode, add pc is unpredictable. Use add +...
2009-07-28 David GoodwinRemove support for ORN to workaround <rdar://problem...
2009-07-28 David GoodwinAdd workaround for <rdar://problem/7098328>.
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-28 David GoodwinAdd Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.
2009-07-28 Evan ChengtADDrSPI doesn't have a predicate operand, but tADDhirr...
2009-07-28 Evan Cheng- More refactoring. This gets rid of all of the getOpco...
2009-07-27 David GoodwinORN does not require (and can not have) the ".w" suffix...
2009-07-27 David GoodwinAdd ".w" suffix for wide thumb-2 instructions.
2009-07-27 Sanjiv GuptaTest case to check that separate section is created...
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-26 Bob WilsonAdd support for ARM Neon VREV instructions.
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-25 Evan ChengChange Thumb2 jumptable codegen to one that uses two...
2009-07-25 Evan ChengRemove a duplicated test.
2009-07-24 Evan ChengForgot this test earlier.
2009-07-24 Evan ChengFix these tests.
2009-07-24 Eric ChristopherMove insertps tests to sse41 combo test file, convert...
2009-07-24 Evan ChengConvert a test to FileCheck.
2009-07-24 Chris LattnerRemove SectionKind::Small*. This was only used on...
2009-07-24 Richard OsborneAdd tests for handling of globals and tls on the XCore...
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-23 Evan ChengThumb2 does not allow the use of "pc" register as part...
2009-07-23 Evan ChengFix up ARM constant island pass for Thumb2.
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-23 Dan GohmanRevert r75663 (and r76805), as it is causing regression...
2009-07-22 Dan Gohmanx86 isel tweak: use lea (%reg,%reg) instead of lea...
2009-07-22 Dan GohmanAdd -march=ppc32 lines so that this test doesn't ever...
2009-07-22 Evan ChengUse getTargetConstant instead of getConstant since...
2009-07-22 Dan GohmanMake the grep line in this test more specific, to avoid
2009-07-22 Evan ChengIgnore undef uses.
2009-07-22 Duncan SandsRevert commit 76707, it was breaking the llvm-gcc build
2009-07-22 Chris Lattnerset the ELF "small" flag on objects that end up in...
2009-07-21 Evan ChengRemove a big test case.
2009-07-21 Evan ChengDo not select tSXTB / tSXTH in thumb2 mode.
2009-07-21 Chris Lattnerconvert this test to filecheck format, which is faster...
2009-07-21 Chris Lattneradd a testcase for the pic16 section handling stuff.
2009-07-21 Evan ChengAnother rewriter bug exposed by recent coalescer change...
next