Remove some register allocation order dependencies.
[oota-llvm.git] / test / CodeGen / ARM /
2013-01-19 Jakob Stoklund OlesenRemove some register allocation order dependencies.
2013-01-11 Tim NorthoverSimplify writing floating types to assembly.
2013-01-10 Manman RenStack Alignment: throw error if we can't satisfy the...
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-08 Tim NorthoverSpecify complete triple for fp128 tests.
2013-01-08 Tim NorthoverAllow the asm printer to print fp128 values properly.
2013-01-07 Silviu BarangaMake the MergeGlobals pass correctly handle the address...
2012-12-20 Bob WilsonRevert "Adding support for llvm.arm.neon.vaddl[su]...
2012-12-20 Renato GolinAdding support for llvm.arm.neon.vaddl[su].* and
2012-12-19 Evan ChengLLVM sdisel normalize bit extraction of the form:
2012-12-18 Quentin ColombetDisable ARM partial flag dependency optimization at -Oz
2012-12-18 Andrew TrickMISched: add dependence to ExitSU to model live-out...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-12-07 Tim NorthoverAdded Mapping Symbols for ARM ELF
2012-12-06 Dmitri GribenkoFix typos in CHECK lines.
2012-12-06 Evan ChengProperly fix the tes.
2012-12-06 NAKAMURA Takumillvm/test/CodeGen/ARM/extload-knownzero.ll: Try to...
2012-12-06 Chad Rosier[arm fast-isel] Make the fast-isel implementation of...
2012-12-06 Evan ChengLet targets provide hooks that compute known zero and...
2012-12-04 Evan ChengARM custom lower ctpop for vector types. Patch by Pete...
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-04 Manman RenStack Alignment: when creating stack objects in Machine...
2012-12-01 Jakob Stoklund OlesenSimplify REG_SEQUENCE lowering.
2012-11-30 Sebastian PopCodegen failure for vmull with small vectors
2012-11-29 Bill WendlingHandle the situation where CodeGenPrepare removes a...
2012-11-29 Silviu BarangaAdded atomic 64 min/max/umin/umax instrinsics support...
2012-11-29 Jakob Stoklund OlesenAvoid rewriting instructions twice.
2012-11-28 Benjamin KramerARM: Implement CanLowerReturn so large vectors get...
2012-11-27 Chad RosierAdd -verify-machineinstrs to these fast-isel test cases.
2012-11-27 Manman RenCSE: allow PerformTrivialCoalescing to check copies...
2012-11-27 Ulrich WeigandNever use .lcomm on platforms where it does not accept...
2012-11-27 Chad RosierExtend test case for r168657.
2012-11-20 Tim NorthoverFix physical register liveness calculations:
2012-11-19 Anton KorobeynikovFactor out type info emission into separate routine.
2012-11-17 Eli FriedmanMark FP_EXTEND form v2f32 to v2f64 as "expand" for...
2012-11-17 Chad Rosier[fast-isel] Add the -verify-machineinstrs to these...
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-11-16 Anton KorobeynikovMake sure FABS on v2f32 and v4f32 is legal on ARM NEON
2012-11-15 Eli FriedmanMark FP_ROUND for converting NEON v2f64 to v2f32 as...
2012-11-14 Nadav RotemThe code pattern "imm0_255_neg" is used for checking...
2012-11-14 Anton KorobeynikovFix really stupid ARM EHABI info generation bug: we...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-11-13 Andrew TrickCleanup the main RegisterCoalescer loop.
2012-11-12 Andrew Trickmisched: Infrastructure for weak DAG edges.
2012-11-10 Evan ChengDisable the Thumb no-return call optimization:
2012-11-08 Amara EmersonRecommit modified r167540.
2012-11-02 Quentin ColombetVext Lowering was missing opportunities
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-29 Jakob Stoklund OlesenCompletely disallow partial copies in adjustCopiesBackF...
2012-10-27 Quentin Colombet[code size][ARM] Emit regular call instructions instead...
2012-10-26 Jakob Stoklund OlesenRevert r163298 "Optimize codegen for VSETLNi{8,16,32...
2012-10-24 Evan ChengFix a miscompilation caused by a typo. When turning...
2012-10-22 Bill WendlingWhen a block ends in an indirect branch, add its succes...
2012-10-19 Shuxin YangThis patch is to fix radar://8426430. It is about llvm...
2012-10-19 Stepan DyatkovskiyARM:
2012-10-16 Jakob Stoklund OlesenRevert r166046 "Switch back to the old coalescer for...
2012-10-16 Rafael EspindolaSwitch back to the old coalescer for now to fix the...
2012-10-16 Stepan DyatkovskiyIssue:
2012-10-15 Jim GrosbachARM: v1i64 and v2i64 VBSL intrinsic support.
2012-10-15 Silviu BarangaFixed PR13938: the ARM backend was crashing because...
2012-10-13 Jakob Stoklund OlesenDrop <def,dead> flags when merging into an unused lane.
2012-10-13 Jakob Stoklund OlesenAllow for loops in LiveIntervals::pruneValue().
2012-10-12 Manman RenARM: tail-call inside a function where part of a byval...
2012-10-12 Jim GrosbachARM: Mark VSELECT as 'expand'.
2012-10-12 Evan ChengLegalizer optimize a pair of div / mod to a call to...
2012-10-10 Evan ChengAdd isel patterns for v2f32 / v4f32 neon.vbsl intrinsic...
2012-10-10 Stepan DyatkovskiyFix for LDRB instruction:
2012-10-10 Stepan DyatkovskiyIssue description:
2012-10-04 Jim GrosbachARM: locate user-defined text sections next to default...
2012-10-03 Silviu BarangaFixed a bug in the ExecutionDependencyFix pass that...
2012-10-02 Jakob Stoklund OlesenMake sure the whole live range is covered when values...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-29 Bob WilsonWhitespace.
2012-09-27 Jakob Stoklund OlesenEnable the new coalescer algorithm by default.
2012-09-27 Jush Lu[arm-fast-isel] Add support for ELF PIC.
2012-09-26 NAKAMURA TakumiARM/atomicrmw_minmax.ll: Fix RUN line.
2012-09-26 James MolloyFix ordering of operands on lowering of atomicrmw min...
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 NAKAMURA Takumillvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos...
2012-09-21 Chad RosierTestcase does not need to be this strict.
2012-09-21 Chad RosierAdd newline.
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 Jim GrosbachARM: Use a dedicated intrinsic for vector bitwise select.
2012-09-20 Jakob Stoklund OlesenIgnore PHI-defs for -new-coalescer interference checks.
2012-09-20 Evan ChengTry to make these tests more portable.
2012-09-19 Jakob Stoklund OlesenResolve conflicts involving dead vector lanes for ...
2012-09-18 Evan ChengMOVi16 (movw) is only legal on cpus with V6T2 support...
2012-09-18 James MolloyMore domain conversion; convert VFP VMOVS to NEON instr...
2012-09-18 Evan ChengUse vld1 / vst2 for unaligned v2f64 load / store. e...
2012-09-17 Jakob Stoklund OlesenMerge into undefined lanes under -new-coalescer.
2012-09-17 Silviu BarangaRemoved the VMLxForwarding feature for the Cortex-A15...
2012-09-13 Silviu BarangaThis patch introduces A15 as a target in LLVM.
2012-09-12 Kristof BeylsFix constant folding through bitcasts by no longer...
2012-09-10 Jakob Stoklund OlesenDon't attempt to use flags from predicated instructions.
2012-09-10 James MolloyFix an assertion failure when optimising a shufflevecto...
2012-09-08 Craig TopperSet operation action for FFLOOR to Expand for all vecto...
2012-09-06 James MolloyImprove codegen for BUILD_VECTORs on ARM.
next