These should be expanded
[oota-llvm.git] / test /
2009-08-07 Evan ChengIt turns out most of the thumb2 instructions are not...
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 Bob WilsonImplement Neon VST[234] operations.
2009-08-06 Bob WilsonFix incorrect intrinsic declarations.
2009-08-06 Dale JohannesenTestcase for llvm-gcc 78324 (although in normal
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-06 Chris Lattneradd a testcase for my llvm-gcc hack.
2009-08-06 Chris Lattnerthis passes.
2009-08-06 Sanjiv GuptaXFAIL it while it is being worked on.
2009-08-06 Bob WilsonAdd tests for new NEON vld instructions.
2009-08-05 Bob WilsonConvert more Neon tests to FileCheck.
2009-08-05 Dale JohannesenAdjust test for llvm-gcc checkin 78249.
2009-08-05 Dale JohannesenTest for llvm-gcc checkin 78223.
2009-08-05 Anton KorobeynikovMissed pieces for ARM HardFP ABI.
2009-08-05 Dan GohmanEnable the new no-SP register classes by default. This...
2009-08-05 Anton KorobeynikovAdd testcases for reg-mem arithemtics added recently
2009-08-05 Anton KorobeynikovConvert bswap test to filecheck, add more test entries...
2009-08-05 Dan GohmanFix a bug in the PIC16 backend.
2009-08-05 Dan GohmanChange these tests to use function attributes rather...
2009-08-05 Chris Lattnerchecking in broken testcases is not such a good idea.
2009-08-05 Sanjiv GuptaQuite a few tests crashed in llc after 78142. This...
2009-08-05 Evan ChengDisable stack coloring with register for now. It's...
2009-08-05 Evan ChengAnother nasty coalescer bug (is there another kind):
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 Andreas BolkaZIV tester for LDA.
2009-08-05 Andreas BolkaFix LDA testcases.
2009-08-05 Evan ChengTurn some insert_subreg, extract_subreg, subreg_to_reg...
2009-08-05 Evan ChengOne more. Transfer kill of the larger register when...
2009-08-05 Evan ChengOne more place where subreg lowering forgot to transfer...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-05 Evan ChengIf the insert_subreg source is <undef>, insert an impli...
2009-08-04 Evan ChengFix part 1 of pr4682. PICADD is a 16-bit instruction...
2009-08-04 Evan ChengFix test.
2009-08-04 Bob WilsonConvert more Neon tests to use FileCheck.
2009-08-04 Bob WilsonConvert a few Neon tests to use FileCheck.
2009-08-04 Jakob Stoklund OlesenClean up the handling of two-address operands in RegSca...
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 Devang PatelUse separate ValueList for metadata.
2009-08-04 Devang PatelRevert recent bitcode writer patches.
2009-08-04 Bill Wendlingllvm-gcc checks the static asm variable is valid in...
2009-08-04 Bill WendlingFixed now.
2009-08-04 Rafael EspindolaAdd test for PR4678
2009-08-04 Bill WendlingXFAIL for the moment.
2009-08-04 Devang PatelConstants and Metadata share ValueList. This means...
2009-08-04 Evan ChengEmit sub r, #c instead of transforming it to add r...
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...
next