[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handle
[oota-llvm.git] / test / CodeGen / ARM /
2013-03-14 Arnold SchwaighoferARM cost model: Increase cost of some vector selects...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 Arnold SchwaighoferARM cost model: Add test case to make sure we would...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-11 David BlaikieUpgrading debug info test cases to be (more) compatible...
2013-03-11 David BlaikieRemove duplicate test contents.
2013-03-11 Lang HamesRemove date from test case file name. The PR number...
2013-03-09 Lang HamesDon't glue users to extract_subreg when selecting the...
2013-03-09 Benjamin KramerTest case hygiene.
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-08 Bill WendlingRevert r176154 in favor of a better approach.
2013-03-08 David BlaikieUpgrade tests to the latest debug info format.
2013-03-07 Chad Rosier[fast-isel] Add support for the expect intrinsic.
2013-03-02 Arnold SchwaighoferARM NEON: Fix v2f32 float intrinsics
2013-03-01 Chad RosierGenerate an error message instead of asserting or segfa...
2013-03-01 Chad RosierAdd support for using non-pic code for arm and thumb1...
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...
next