ARM instructions that are both predicated and set the condition codes
[oota-llvm.git] / test / CodeGen / ARM /
2010-10-15 Bob WilsonARM instructions that are both predicated and set the...
2010-10-14 Jim GrosbachRefactor the MOVsr[al]_flag and RRX pseudo-instructions...
2010-10-14 Jim GrosbachTweak the ARM backend to use the RRX mnemonic instead...
2010-10-11 Eric ChristopherFound a bug turning this on by default. Disable again...
2010-10-11 Eric ChristopherRemove now non-existent option.
2010-10-09 Evan ChengCorrect some load / store instruction itinerary mistakes:
2010-10-09 Bill WendlingSimplify test and move into a generic "crash" ll file.
2010-10-09 Bill WendlingCheck to make sure that the iterator isn't at the begin...
2010-10-08 Bob WilsonChange register allocation order for ARM VFP and NEON...
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-09-30 Jakob Stoklund OlesenTry again to disable critical edge splitting in CodeGen...
2010-09-30 Jason W KimTiny patch for proof-of-concept cleanup of ARMAsmPrinte...
2010-09-29 Bob WilsonIncrease ARM APCS preferred alignment for i64 and f64...
2010-09-29 Gabor Greifdo not compare actual branch labels; this may fix llvm...
2010-09-29 Gabor Greifimprove heuristics to find the 'and' corresponding...
2010-09-28 Owen AndersonAdd a subtarget hook for reporting the misprediction...
2010-09-28 Anton KorobeynikovUser proper libcall names & condcodes while compiling...
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
2010-09-28 Bob WilsonAdd a command line option "-arm-strict-align" to disall...
2010-09-27 Jakob Stoklund OlesenRevert "Disable codegen prepare critical edge splitting...
2010-09-27 Jakob Stoklund OlesenExplicitly disable CGP critical edge splitting for...
2010-09-27 Jakob Stoklund OlesenDon't depend on basic block numbering.
2010-09-24 Evan ChengEnable code placement optimization pass for ARM.
2010-09-23 Bob WilsonSet alignment operand for NEON VST instructions.
2010-09-23 Bob WilsonSet alignment operand for NEON VLD instructions.
2010-09-23 Evan ChengDisable codegen prepare critical edge splitting. Machin...
2010-09-21 Evan ChengOptimizeCompareInstr should avoid iterating pass the...
2010-09-20 Jim GrosbachSimplify ARM callee-saved register handling by removing...
2010-09-17 Bob WilsonAdd target-specific DAG combiner for BUILD_VECTOR and...
2010-09-17 Jim GrosbachTeach the (non-MC) instruction printer to use the canno...
2010-09-17 Jim GrosbachUpdate tests to handle MC-inst instruction printing...
2010-09-17 Jim GrosbachFileCheck-ize
2010-09-17 Jim GrosbachMove thumb2 tests to the thumb2 directory
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-15 Bob WilsonReapply Gabor's 113839, 113840, and 113876 with a fix...
2010-09-15 Gabor Greifthe darwin9-powerpc buildbot keeps consistently crashing,
2010-09-14 Gabor Greifforgot the testcase change for r113839
2010-09-14 Gabor Greiftest for and-tst peephole optimization
2010-09-13 Owen AndersonRe-apply r113679, which was reverted in r113720, which...
2010-09-12 Eric ChristopherRevert 113679, it was causing an infinite loop in a...
2010-09-10 Evan ChengFix test so it passes on non-Darwin hosts.
2010-09-10 Bob WilsonFix merging base-updates for VLDM/VSTM: Before I switch...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-08 Eric ChristopherRemove ssp from this test.
2010-09-03 Bob WilsonReplace NEON vabdl, vaba, and vabal intrinsics with...
2010-09-02 Sandeep PatelFix an unnecessary XFAIL
2010-09-02 Jim GrosbachNow that register allocation properly considers reserve...
2010-09-02 Bob WilsonConvert VLD1 and VLD2 instructions to use pseudo-instru...
2010-09-01 Bob WilsonRemove NEON vmull, vmlal, and vmlsl intrinsics, replaci...
2010-09-01 Chris Lattnertemporarily revert r112664, it is causing a decoding...
2010-08-31 Bill WendlingWe have a chance for an optimization. Consider this...
2010-08-30 Anton KorobeynikovFix borken test
2010-08-30 Bob WilsonRemove NEON vmovn intrinsic, replacing it with vector...
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-08-29 Bob WilsonRemove NEON vaddl, vaddw, vsubl, and vsubw intrinsics...
2010-08-27 Bob WilsonChange ARM VFP VLDM/VSTM instructions to use addressing...
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
2010-08-26 Bob WilsonRevert svn 107892 (with changes to work with trunk...
2010-08-25 Eric ChristopherAdd another basic test cribbed from the x86 fast-isel...
2010-08-25 Eric ChristopherRun this on thumb and arm.
2010-08-25 Eric ChristopherMake this testcase actually executed with fast-isel...
2010-08-20 Bob WilsonReplace some NEON vmovl intrinsic that I missed earlier.
2010-08-20 Bob WilsonReplace the arm.neon.vmovls and vmovlu intrinsics with...
2010-08-18 Dan GohmanWhen sending stats output to stdout for grepping, don...
2010-08-18 Bob WilsonExpand ZERO_EXTEND operations for NEON vector types.
2010-08-17 Bob WilsonChange ARM PKHTB and PKHBT instructions to use a shift_...
2010-08-17 Bob WilsonAllow more cases of undef shuffle indices and add tests...
2010-08-17 Evan ChengPHI elimination should not break back edge. It can...
2010-08-16 Bob WilsonAdd a testcase for svn 111208.
2010-08-16 Bob WilsonGeneralize a pattern for PKHTB: an SRL of 16-31 bits...
2010-08-16 Bob WilsonConvert a test to use FileCheck.
2010-08-13 Bob WilsonTemporarily disable tail calls on ARM to work around...
2010-08-11 Bill WendlingConsider this code snippet:
2010-08-11 Evan ChengReport error if codegen tries to instantiate a ARM...
2010-08-11 Bill WendlingUpdate test to match output of optimize compares for...
2010-08-10 Bill WendlingThe optimize comparisons pass removes the "cmp" instruc...
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-08-04 Bill WendlingTestcase for r110248.
2010-08-04 Bob WilsonCombine NEON VABD (absolute difference) intrinsics...
2010-07-26 Anton KorobeynikovCurrently EH lowering code expects typeinfo to be globa...
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-21 Evan ChengMore register pressure aware scheduling work.
2010-07-21 Eric ChristopherBaby steps towards ARM fast-isel.
2010-07-21 Rafael EspindolaFix calling convention on ARM if vfp2+ is enabled.
2010-07-17 Jim GrosbachAdd combiner patterns to more effectively utilize the...
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...
2010-07-15 Evan ChengSplit -enable-finite-only-fp-math to two options:
2010-07-14 Jim GrosbachImprove 64-subtraction of immediates when parts of...
2010-07-14 Bob WilsonAdd support for NEON VMVN immediate instructions.
2010-07-14 Bob WilsonAdd an ARM-specific DAG combining to avoid redundant...
2010-07-13 Bob WilsonUse a target-specific VMOVIMM DAG node instead of BUILD...
2010-07-13 Evan ChengExtend the r107852 optimization which turns some fp...
2010-07-11 Rafael EspindolaFix va_arg for doubles. With this patch VAARG nodes...
2010-07-09 Jim GrosbachIn the presence of variable sized objects, allocate...
2010-07-09 Jakob Stoklund OlesenFix test to be less sensitive of regalloc accidents
2010-07-09 Bob WilsonPrint "dregpair" NEON operands with a space between...
2010-07-09 Bob WilsonReenable DAG combining for vector shuffles. It looks...
next