Cost model support for lowered math builtins.
[oota-llvm.git] / test / CodeGen / ARM /
2013-02-27 Jim GrosbachARM: FMA is legal only if VFP4 is available.
2013-02-27 Manman RenSelectionDAG: If llvm.donothing has a landingpad, we...
2013-02-22 Kristof BeylsMake ARMAsmPrinter generate the correct alignment speci...
2013-02-20 Arnold SchwaighoferDAGCombiner: Fold pointless truncate, bitcast, buildvec...
2013-02-19 Arnold SchwaighoferARM NEON: Merge a f32 bitcast of a v2i32 extractelt
2013-02-18 Chad RosierComment out the rdar number.
2013-02-18 Chad Rosier[fast-isel] Remove an invalid assert.
2013-02-14 Weiming ZhaoRe-apply r175088 for bug fix 13622: Add paired register...
2013-02-14 Kristof BeylsMake ARMAsmParser accept the correct alignment specifie...
2013-02-13 Weiming Zhaotemporarily revert the patch due to some conflicts
2013-02-13 Weiming ZhaoBug fix 13622: Add paired register support for inline...
2013-02-13 David PeixottoPR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD...
2013-02-12 Arnold SchwaighoferARM NEON: Handle v16i8 and v8i16 reverse shuffles
2013-02-08 Bob WilsonRevert 172027 and 174336. Remove diagnostics about...
2013-02-06 Manman RenAttempt to recover gdb bot after r174445.
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-02-05 Chad Rosier[SjLj Prepare] When demoting an invoke instructions...
2013-02-05 Logan ChienLink .ARM.exidx with corresponding text section.
2013-02-04 Manman Ren[Stack Alignment] emit warning instead of a hard error
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-30 Logan ChienAdd missing header and test cases for r173939.
2013-01-29 Tim NorthoverFix 64-bit atomic operations in Thumb mode.
2013-01-25 Silviu BarangaFixed the condition codes for the atomic64 min/umin...
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.
next