Support for Hexagon VLIW Packetizer.
[oota-llvm.git] / test / CodeGen / ARM /
2012-04-17 James MolloyFix bad EXTRACT_SUBREG in instruction selection for...
2012-04-16 Jakob Stoklund OlesenFileCheckize these tests.
2012-04-16 Jakob Stoklund OlesenDisable code placement for this test.
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-04-13 Evan ChengOn Darwin targets, only use vfma etc. if the source...
2012-04-11 Evan ChengAdd more fused mul+add/sub patterns. rdar://10139676
2012-04-11 Evan ChengMatch (fneg (fma) to vfnma. rdar://10139676
2012-04-11 Evan ChengMerge fma.ll into fusedMAC.ll
2012-04-10 Owen AndersonMove the constant-folding support for FP_ROUND in Selec...
2012-04-10 Evan ChengHandle llvm.fma.* intrinsics. rdar://10914096
2012-04-10 Eric ChristopherTo ensure that we have more accurate line information...
2012-04-10 Anton KorobeynikovTransform div to mul with reciprocal only when fp imm...
2012-04-10 Evan ChengAdd proper checks.
2012-04-10 Evan ChengFix a long standing tail call optimization bug. When...
2012-04-09 Chad RosierWhen performing a truncating store, it's possible to...
2012-04-07 Duncan SandsConvert floating point division by a constant into...
2012-04-06 Jakob Stoklund OlesenAllow negative immediates in ARM and Thumb2 compares.
2012-04-05 James MolloyAn oversight when applying the patches for r150956...
2012-04-05 Jakob Stoklund OlesenPass the right sign to TLI->isLegalICmpImmediate.
2012-04-04 Jakob Stoklund OlesenImplement ARMBaseInstrInfo::commuteInstruction() for...
2012-04-02 Jakob Stoklund OlesenAllocate virtual registers in ascending order.
2012-04-02 Lang HamesDuring two-address lowering, rescheduling an instructio...
2012-04-01 Nadav RotemThis commit contains a few changes that had to go in...
2012-03-30 Evan ChengARM target should allow codegenprep to duplicate ret...
2012-03-29 Lang HamesChange the constant in this testcase so that it results...
2012-03-26 Evan ChengARM has a peephole optimization which looks for a def...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-22 Andrew TrickRemove -enable-lsr-nested in time for 3.1.
2012-03-22 Chad Rosier[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1"...
2012-03-20 Chad RosierFix test case from r153135.
2012-03-19 Anton KorobeynikovPerform mul combine when multiplying wiht negative...
2012-03-15 Chad Rosier[fast-isel] Address Eli's comments for r152847. Specif...
2012-03-15 Jim GrosbachARM case-insensitive checking for APSR_nzcv.
2012-03-15 Lang HamesUse vmov.f32 to materialize f32 consts on ARM. This...
2012-03-13 Evan ChengDAG combine incorrectly optimize (i32 vextract (v4i16...
2012-03-06 Evan ChengExtend r148086 to check for [r +/- reg] address mode...
2012-03-06 Jakob Stoklund OlesenAdd <imp-def> operands when reloading into physregs.
2012-03-06 Lang HamesSplit fpscr into two registers: FPSCR and FPSCR_NZCV.
2012-03-05 Sebastian Popupdated patch for the ARM fused multiply add/sub
2012-03-04 Jakob Stoklund OlesenUse <def,undef> operands when spilling NEON bundles.
2012-03-04 Bill WendlingDo trivial CSE of dead BBs during codegen preparation.
2012-03-03 Jakob Stoklund OlesenFix RA-dependent test.
2012-03-01 Evan ChengNeuter the optimization I implemented with r107852...
2012-03-01 Chad RosierRevert r151816 as Jim has the appropriate fix.
2012-03-01 Chad RosierFix testcases from r151807.
2012-03-01 Jim GrosbachAdd missing triple for tests.
2012-03-01 James MolloyFix a codegen fault in which log2 or exp2 could be...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-28 Jakob Stoklund OlesenHandle regmasks in MachineCSE.
2012-02-24 Kristof Beylstest commit. removing unnecessary whitespace.
2012-02-24 Jim GrosbachThumb2 size reduction fix for tied operands of tMUL.
2012-02-24 Dan GohmanWhen emitting a cmp with 0 for a lowered select, mask...
2012-02-23 Jakob Stoklund OlesenMake tests less sensitive to scheduling changes.
2012-02-23 Anton KorobeynikovFix to make sure that a comdat group gets generated...
2012-02-23 Evan ChengCanonicalize (srl (bswap x), 16) to (rotr (bswap x...
2012-02-23 Evan ChengOptimize a couple of common patterns involving conditio...
2012-02-21 Evan ChengProper support for a bastardized darwin-eabi hybird...
2012-02-17 Chad Rosier[fast-isel] Add support for returning non-legal types...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-14 Lang HamesTighten physical register invariants: Allocatable physi...
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-02-08 Chad Rosier[fast-isel] Add support for SUBs with non-legal types.
2012-02-08 Chad RosierAdd comment to test case.
2012-02-08 Chad Rosier[fast-isel] Add support for ORs with non-legal types.
2012-02-07 Chad Rosier[fast-isel] Add support for indirect branches.
2012-02-06 Chad Rosier[fast-isel] Add support for ADDs with non-legal types.
2012-02-04 Chad Rosier[fast-isel] HandlePHINodesInSuccessorBlocks() can promi...
2012-02-03 Chad Rosier[fast-isel] Add support for FPToUI. Also add test...
2012-02-03 Chad Rosier[fast-isel] Add support for selecting UIToFP.
2012-02-02 NAKAMURA TakumiMove test/CodeGen/Generic/2012-02-01-CoalescerBug.ll...
2012-01-27 Lang HamesRewrite instruction operands in AdjustCopiesBackFrom...
2012-01-26 Chad RosierReplace the use of isPredicable() with isPredicated...
2012-01-26 Jakob Stoklund OlesenClear kill flags before propagating a copy.
2012-01-25 Jakob Stoklund OlesenImprove sub-register def handling in ProcessImplicitDefs.
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-24 Jakob Stoklund OlesenSet correct <def,undef> flags when lowering REG_SEQUENCE.
2012-01-24 Evgeniy StepanovAn option to selectively enable part of ARM EHABI support.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Jakob Stoklund OlesenFix PR11829. PostRA LICM was too aggressive.
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-22 Anton KorobeynikovAdd fused multiple+add instructions from VFPv4.
2012-01-20 Bob WilsonARM vector any_extends need to be selected to vmovl...
2012-01-20 Jim GrosbachVST2 four-register w/ update pseudos for fixed/register...
2012-01-19 Evgeniy StepanovEmit ARM EHABI unwinding instructions for 3 more Thumb...
2012-01-13 NAKAMURA Takumitest/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.
2012-01-13 Evan ChengDAGCombine's logic for forming pre- and post- indexed...
2012-01-11 Andrew TrickARM Ld/St Optimizer fix.
2012-01-10 Jim GrosbachARM updating VST2 pseudo-lowering fixed vs. register...
2012-01-10 Evan ChengAllow machine-cse to look across MBB boundary when...
2012-01-09 Rafael EspindolaDon't print an unused label before .cfi_endproc.
2012-01-07 Rafael EspindolaDon't print a label before .cfi_startproc when we don...
2012-01-07 Jakob Stoklund OlesenUse getRegForValue() to materialize the address of...
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...
2012-01-07 Jakob Stoklund OlesenUse movw+movt in ARMFastISel::ARMMaterializeGV.
2012-01-06 Jakob Stoklund OlesenEnable aligned NEON spilling by default.
2012-01-05 Jakob Stoklund OlesenReapply r146997, "Heed spill slot alignment on ARM."
2012-01-04 Evan ChengFix more places which should be checking for iOS, not...
2012-01-03 Jakob Stoklund OlesenRevert r146997, "Heed spill slot alignment on ARM."
2011-12-26 Eli FriedmanMake sure DAGCombiner doesn't introduce multiple loads...
next