aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2013-03-29Remove the old CodePlacementOpt pass.Benjamin Kramer
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Enabling the generation of dependency breakers for partial updates on Cortex-...Silviu Baranga
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie
2013-03-21Fix Darwin NEON FP and increase coverageRenato Golin
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-21Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie
2013-03-20When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
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