aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie
2013-03-19Improve long vector sext/zext lowering on ARMRenato Golin
2013-03-18Extend global merge pass to optionally consider global constant variables.Quentin Colombet
2013-03-18Remove unnecessary leading comment characters in lit-only fileDavid Blaikie
2013-03-18Include '.test' suffix in target specific lit configs that need itDavid Blaikie
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-15ARM cost model: Fix costs for some vector selectsArnold Schwaighofer
2013-03-15Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga
2013-03-15ARM: Fix an old refacto.Benjamin Kramer
2013-03-14ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13ARM cost model: Add test case to make sure we would notice a change in CodeGenArnold Schwaighofer
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie
2013-03-11Remove duplicate test contents.David Blaikie
2013-03-11Remove date from test case file name. The PR number provides a unique ID alre...Lang Hames
2013-03-09Don't glue users to extract_subreg when selecting the llvm.arm.ldrexdLang Hames
2013-03-09Test case hygiene.Benjamin Kramer
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2013-03-08Revert r176154 in favor of a better approach.Bill Wendling
2013-03-08Upgrade tests to the latest debug info format.David Blaikie
2013-03-07[fast-isel] Add support for the expect intrinsic.Chad Rosier
2013-03-02ARM NEON: Fix v2f32 float intrinsicsArnold Schwaighofer
2013-03-01Generate an error message instead of asserting or segfaulting when we can'tChad Rosier
2013-03-01Add support for using non-pic code for arm and thumb1 when emitting the sjljChad Rosier
2013-02-27ARM: FMA is legal only if VFP4 is available.Jim Grosbach
2013-02-27SelectionDAG: If llvm.donothing has a landingpad, we should clearManman Ren
2013-02-22Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls
2013-02-20DAGCombiner: Fold pointless truncate, bitcast, buildvector seriesArnold Schwaighofer
2013-02-19ARM NEON: Merge a f32 bitcast of a v2i32 extracteltArnold Schwaighofer
2013-02-18Comment out the rdar number.Chad Rosier
2013-02-18[fast-isel] Remove an invalid assert.Chad Rosier
2013-02-14Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao
2013-02-14Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls
2013-02-13temporarily revert the patch due to some conflictsWeiming Zhao
2013-02-13Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao
2013-02-13PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIADavid Peixotto
2013-02-12ARM NEON: Handle v16i8 and v8i16 reverse shufflesArnold Schwaighofer
2013-02-08Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson
2013-02-06Attempt to recover gdb bot after r174445.Manman Ren
2013-02-05Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren
2013-02-05[SjLj Prepare] When demoting an invoke instructions to the stack, if the normalChad Rosier
2013-02-05Link .ARM.exidx with corresponding text section.Logan Chien
2013-02-04[Stack Alignment] emit warning instead of a hard errorManman Ren
2013-01-30Add a special ARM trap encoding for NaCl.Eli Bendersky
2013-01-30Add missing header and test cases for r173939.Logan Chien