Cosmetic changes.
[oota-llvm.git] / test / CodeGen /
2010-12-20 Dale JohannesenCosmetic changes.
2010-12-20 Chris Lattnertemporarily disable this: PR8823.
2010-12-20 Chris Lattnernow that addc/adde are gone, "ADDC" in the X86 backend...
2010-12-20 Chris LattnerWe lower setb to sbb with the hope that the and will...
2010-12-20 Mon P WangAdd comment for testcase for 122206
2010-12-19 Mon P WangPrevents PerformShuffleCombine from creating a node...
2010-12-19 Chris Lattnerimprove the setcc -> setcc_carry optimization to happen...
2010-12-19 Chris Lattnernow that generic vector types aren't selected onto...
2010-12-19 Chris Lattneradd a general coverage test for overflow intrinsics.
2010-12-19 Chris Lattnerfix PR8642: if a critical edge has a PHI value that...
2010-12-19 Chris Lattnermove this test into the ARM test so that it is only...
2010-12-18 Anton KorobeynikovRestore the behavior of frame lowering before my refact...
2010-12-18 Benjamin KramerJust rename the functions, relying on matching a instru...
2010-12-18 Benjamin KramerTest more than just label names and make test work...
2010-12-18 Bob WilsonFix result type of Neon floating-point comparisons...
2010-12-17 Bill WendlingDuring local stack slot allocation, the materializeFram...
2010-12-17 Bob WilsonFix a DAGCombiner crash when folding binary vector...
2010-12-17 Bob WilsonCombine several vector-related DAGCombiner tests.
2010-12-17 Nate BegemanAdd support for matching psign & plendvb to the x86...
2010-12-17 Dale JohannesenAdd a transform to DAG Combiner. This improves the
2010-12-17 Kalle RaiskilaDon't feed 19 bit immediates to ILA.
2010-12-17 Bob WilsonFix crash compiling a QQQQ REG_SEQUENCE for a Neon...
2010-12-16 Jason W Kim1. ARM/MC/ELF: A few more ELF relocs for .o
2010-12-15 Jim GrosbachThumb1 had two patterns for the same load-from-constant...
2010-12-15 Eric ChristopherDon't handle -arm-long-calls in fast isel for now.
2010-12-15 Evan ChengTeach machine cse to commute instructions.
2010-12-15 Bob WilsonAdd Neon VCVT instructions for f32 <-> f16 conversions.
2010-12-15 Wesley PeckLower the MBlaze target specific calling conventions...
2010-12-15 Chris Lattnertake care of some todos, transforming [us]mul_lohi...
2010-12-15 Chris Lattnermerge two tests
2010-12-14 Evan ChengFix a minor bug in two-address pass. It was missing...
2010-12-14 Evan Chengbfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2...
2010-12-14 Jason W Kimfix fixme case typo :-)
2010-12-13 Jason W KimFirst cut of ARM/MC/ELF PIC relocations.
2010-12-13 Bob WilsonRemove the rest of the *_sfp Neon instruction patterns.
2010-12-13 Chris Lattnerrename test
2010-12-13 Chris LattnerAdd a couple dag combines to transform mulhi/mullo...
2010-12-12 Wesley PeckMissed some ADDI <-> ADDIK conversions in 121649.
2010-12-11 Evan Cheng(or (and (shl A, #shamt), mask), B) => ARMbfi B, A...
2010-12-10 Bob WilsonAdd float patterns for Neon vld1-lane/dup and vst1...
2010-12-10 Bob WilsonFix some invalid alignments for Neon vld-dup and vld...
2010-12-10 Nate BegemanFormalize the notion that AVX and SSE are non-overlappi...
2010-12-09 Jim GrosbachARM stm/ldm instructions require more than one register...
2010-12-09 Bruno Cardoso LopesAdd ROTR and ROTRV mips32 instructions. Patch by Akira...
2010-12-09 Eric ChristopherRewrite the darwin tlv support to use a chain and retur...
2010-12-09 Eric ChristopherRemove extraneous copy from DAG conversion for darwin...
2010-12-08 Eric ChristopherMove this test to tlv* to make it easier to notice...
2010-12-08 Jason W KimARM/MC/ELF TPsoft is now a proper pseudo inst.
2010-12-07 Evan ChengFix a bad prologue / epilogue codegen bug where the...
2010-12-07 Bruno Cardoso LopesMatch a pattern generated by a dag combiner opt where:
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-12-06 Wesley PeckFixed reversed operands for IDIV and CMP instructions...
2010-12-06 Wesley PeckFix a 16-bit immediate value detection bug in the MBlaz...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaUpdate test for the extra =.
2010-12-06 Che-Liang Chiouptx: add shift instructions
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-12-05 Chris LattnerTeach X86ISelLowering that the second result of X86ISD...
2010-12-05 Chris Lattnerit turns out that when ".with.overflow" intrinsics...
2010-12-05 Chris Lattnerfix the rest of the linux miscompares :)
2010-12-05 Chris Lattnergeneralize the previous check to handle -1 on either...
2010-12-05 Chris Lattnerrelax this to handle linux defaulting to -static.
2010-12-05 Chris LattnerImprove an integer select optimization in two ways:
2010-12-05 Chris Lattnermerge some tests into select.ll and make them more...
2010-12-05 Chris Lattnerrename test
2010-12-05 Chris Lattnerremove two tests that aren't really testing anything.
2010-12-04 Benjamin KramerAdd patterns for the x86 popcnt instruction.
2010-12-04 Bob WilsonThe Thumb tADDrSPi instruction is not valid when the...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-12-02 Devang PatelHide tests, that check .loc, .file in output assembly...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Evan ChengFix test.
2010-12-01 Evan ChengFix and re-enable tail call optimization of expanded...
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-12-01 Evan ChengSpeculatively disable x86 portion of r120501 to appease...
2010-12-01 Jason W KimARM/MC/ELF relocation "hello world" for movw/movt.
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-30 Che-Liang Chiouptx: add command-line options for gpu target and ptx...
2010-11-30 Eric ChristopherNot all platforms use _<func>. Duh.
2010-11-30 Eric ChristopherRewrite mwait and monitor support and custom lower...
2010-11-30 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-29 Evan ChengMark Darwin call instructions as using "r7" to prevent...
2010-11-29 Benjamin KramerAdd missing colon.
2010-11-29 Benjamin KramerFix some broken CHECK lines.
2010-11-29 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-29 Kalle RaiskilaHandle lshr for i128 correctly on SPU also when
2010-11-29 Kalle RaiskilaEnable PostRA scheduling for SPU.
2010-11-28 Bob WilsonAdd support for NEON VLD2-dup instructions.
2010-11-27 Rafael EspindolaLower TLS_addr32 and TLS_addr64.
2010-11-27 Bob WilsonAdd NEON VLD1-dup instructions (load 1 element to all...
2010-11-24 Kalle RaiskilaAllow for 'fcmp ogt' in SPU.
2010-11-23 Bob WilsonRecognize sign/zero-extended constant BUILD_VECTORs...
2010-11-23 Kalle RaiskilaDivision by pow-of-2 is not cheap on SPU, do it with
2010-11-23 Chris Lattnerfilecheckize
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-11-22 Kalle RaiskilaFix a bug with extractelement on SPU.
2010-11-22 Benjamin KramerImplement the "if (X == 6 || X == 4)" -> "if ((X|2...
2010-11-21 Wesley PeckImplement branch analysis in the MBlaze backend.
2010-11-20 Andrew TrickRemoving the useless test that I added recently. It...
2010-11-19 Dale JohannesenPrefetch has a MemOperand now. FileCheckize a test.
next