aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAgeFilesLines
* Remove unused field in DISubprogramDavid Blaikie2013-03-219-27/+27
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-218-11/+120
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-205-5/+5
* When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem2013-03-201-0/+35
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-205-5/+5
* Remove unused field in DICompileUnitDavid Blaikie2013-03-2010-10/+10
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-204-84/+84
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-196-121/+121
* Improve long vector sext/zext lowering on ARMRenato Golin2013-03-191-52/+71
* Extend global merge pass to optionally consider global constant variables.Quentin Colombet2013-03-181-1/+52
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-181-1/+1
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-181-1/+1
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-1710-61/+84
* ARM cost model: Fix costs for some vector selectsArnold Schwaighofer2013-03-151-106/+10
* Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga2013-03-151-0/+57
* ARM: Fix an old refacto.Benjamin Kramer2013-03-151-2/+12
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-141-0/+207
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-135-17/+17
* ARM cost model: Add test case to make sure we would notice a change in CodeGenArnold Schwaighofer2013-03-131-0/+153
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-1310-10/+10
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-1210-10/+10
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-124-4/+4
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-124-8/+3
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-118-17/+17
* Remove duplicate test contents.David Blaikie2013-03-112-28/+1
* Remove date from test case file name. The PR number provides a unique ID alre...Lang Hames2013-03-111-0/+0
* Don't glue users to extract_subreg when selecting the llvm.arm.ldrexdLang Hames2013-03-091-0/+13
* Test case hygiene.Benjamin Kramer2013-03-093-3/+2
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-084-0/+8
* Revert r176154 in favor of a better approach.Bill Wendling2013-03-081-6/+39
* Upgrade tests to the latest debug info format.David Blaikie2013-03-0810-406/+412
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-071-0/+12
* ARM NEON: Fix v2f32 float intrinsicsArnold Schwaighofer2013-03-021-0/+377
* Generate an error message instead of asserting or segfaulting when we can'tChad Rosier2013-03-011-0/+14
* Add support for using non-pic code for arm and thumb1 when emitting the sjljChad Rosier2013-03-011-0/+89
* ARM: FMA is legal only if VFP4 is available.Jim Grosbach2013-02-271-0/+31
* SelectionDAG: If llvm.donothing has a landingpad, we should clearManman Ren2013-02-271-0/+40
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-2216-96/+96
* DAGCombiner: Fold pointless truncate, bitcast, buildvector seriesArnold Schwaighofer2013-02-201-0/+15
* ARM NEON: Merge a f32 bitcast of a v2i32 extracteltArnold Schwaighofer2013-02-191-0/+25
* Comment out the rdar number.Chad Rosier2013-02-181-1/+1
* [fast-isel] Remove an invalid assert.Chad Rosier2013-02-181-0/+7
* Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao2013-02-142-2/+55
* Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls2013-02-141-1/+1
* temporarily revert the patch due to some conflictsWeiming Zhao2013-02-132-55/+2
* Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao2013-02-132-2/+55
* PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIADavid Peixotto2013-02-131-0/+28
* ARM NEON: Handle v16i8 and v8i16 reverse shufflesArnold Schwaighofer2013-02-121-0/+27
* Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson2013-02-082-20/+1
* Attempt to recover gdb bot after r174445.Manman Ren2013-02-062-2/+2