index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
Age
Commit message (
Expand
)
Author
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-28
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-27
Enabling the generation of dependency breakers for partial updates on Cortex-...
Silviu Baranga
2013-03-27
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-22
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-21
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
Fix Darwin NEON FP and increase coverage
Renato Golin
2013-03-21
Remove unused field in DISubprogram
David Blaikie
2013-03-21
Avoid NEON SP-FP unless unsafe-math or Darwin
Renato Golin
2013-03-20
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
When computing the demanded bits of Load SDNodes, make sure that we are looki...
Nadav Rotem
2013-03-20
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...
David Blaikie
2013-03-19
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-03-19
Improve long vector sext/zext lowering on ARM
Renato Golin
2013-03-18
Extend global merge pass to optionally consider global constant variables.
Quentin Colombet
2013-03-18
Remove unnecessary leading comment characters in lit-only file
David Blaikie
2013-03-18
Include '.test' suffix in target specific lit configs that need it
David Blaikie
2013-03-17
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-15
ARM cost model: Fix costs for some vector selects
Arnold Schwaighofer
2013-03-15
Adding an A15 specific optimization pass for interactions between S/D/Q regis...
Silviu Baranga
2013-03-15
ARM: Fix an old refacto.
Benjamin Kramer
2013-03-14
ARM cost model: Increase cost of some vector selects we do terrible on
Arnold Schwaighofer
2013-03-13
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
ARM cost model: Add test case to make sure we would notice a change in CodeGen
Arnold Schwaighofer
2013-03-13
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-12
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
2013-03-12
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-11
Upgrading debug info test cases to be (more) compatible with the current debu...
David Blaikie
2013-03-11
Remove duplicate test contents.
David Blaikie
2013-03-11
Remove date from test case file name. The PR number provides a unique ID alre...
Lang Hames
2013-03-09
Don't glue users to extract_subreg when selecting the llvm.arm.ldrexd
Lang Hames
2013-03-09
Test case hygiene.
Benjamin Kramer
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
Revert r176154 in favor of a better approach.
Bill Wendling
2013-03-08
Upgrade tests to the latest debug info format.
David Blaikie
2013-03-07
[fast-isel] Add support for the expect intrinsic.
Chad Rosier
2013-03-02
ARM NEON: Fix v2f32 float intrinsics
Arnold Schwaighofer
2013-03-01
Generate an error message instead of asserting or segfaulting when we can't
Chad Rosier
2013-03-01
Add support for using non-pic code for arm and thumb1 when emitting the sjlj
Chad Rosier
2013-02-27
ARM: FMA is legal only if VFP4 is available.
Jim Grosbach
2013-02-27
SelectionDAG: If llvm.donothing has a landingpad, we should clear
Manman Ren
2013-02-22
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2013-02-20
DAGCombiner: Fold pointless truncate, bitcast, buildvector series
Arnold Schwaighofer
2013-02-19
ARM NEON: Merge a f32 bitcast of a v2i32 extractelt
Arnold Schwaighofer
2013-02-18
Comment out the rdar number.
Chad Rosier
2013-02-18
[fast-isel] Remove an invalid assert.
Chad Rosier
2013-02-14
Re-apply r175088 for bug fix 13622: Add paired register support for
Weiming Zhao
[next]