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