Minor cleanup. No functional changes intended.
[oota-llvm.git] / test /
2009-08-03 Dan GohmanAdd -disable-output. Thanks Bill!
2009-08-03 Dan GohmanAdd a new Constant::getIntegerValue helper function...
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 Andreas BolkaExpand LDA testcases.
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 Daniel DunbarAvoid a problem with ulimit on Solaris & friends, patch...
2009-08-01 Evan ChengSplit t2MOVCCs since some assemblers do not recognize...
2009-08-01 Daniel Dunbarllvm-mc: More quoted identifier support.
2009-08-01 Evan ChengFix Thumb2 function call isel. Thumb1 and Thumb2 should...
2009-07-31 Daniel Dunbarllvm-mc: Add -triple, and fix some typos
2009-07-31 Daniel Dunbarllvm-mc: Fix .s output to quote section & symbol names...
2009-07-31 Daniel Dunbarllvm-mc: A few more parsing / match tweaks.
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Daniel Dunbarllvm-mc: Support quoted identifiers.
2009-07-31 Daniel Dunbarllvm-mc/X86: Sketch match functions for immediates...
2009-07-31 Eli FriedmanPR4662: Fix a crash introduced by the recent LLVMContex...
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-31 Daniel DunbarAdd this test back, the check pattern was too strict.
2009-07-31 Daniel DunbarRemove this test while I figure out why it is failing.
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-30 Evan ChengWhen fp is not eliminated, instructions with T2_i12...
2009-07-30 Devang PatelDo not use abbrev while writing NamedMDNode name.
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 Devang PatelRead and write NamedMDNode.
2009-07-29 Daniel DunbarFix PR4645 which was fallout from the fix for PR4641.
2009-07-29 Evan Chengxfail for now.
2009-07-29 Bob WilsonChange Neon VLDn intrinsics to return multiple values...
2009-07-29 Nick LewyckyJust discard the output, no need to turn it back into...
2009-07-29 Chris Lattnerdon't dump .bc file to stdout, and simplify this to...
2009-07-29 Chris Lattnerfix PR4584 with a trivial patch now that the pieces...
2009-07-29 Nick LewyckyBulk erasing instructions without RAUWing them is unsaf...
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 Andreas BolkaSlightly reformat LDA tests to ease grepping.
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-28 Dan GohmanTeach instcombine to respect and preserve inbounds...
2009-07-27 David GoodwinORN does not require (and can not have) the ".w" suffix...
2009-07-27 Daniel Dunbarllvm-mc: Implement .abort fully in the front end
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
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 Dan GohmanChange the assembly syntax for nsw, nuw, and exact...
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 Dan GohmanWhen attempting to sign-extend an addrec by interpreting
2009-07-25 Chris Lattnerremove this test. It is currently failing because...
2009-07-25 Dan GohmanTeach ScalarEvolution to make use of no-overflow flags...
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 Eli FriedmanFix assert assembling zero-argument constant GEP.
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.
next