index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused field in DISubprogram
David Blaikie
2013-03-21
9
-27
/
+27
*
Avoid NEON SP-FP unless unsafe-math or Darwin
Renato Golin
2013-03-21
8
-11
/
+120
*
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
5
-5
/
+5
*
When computing the demanded bits of Load SDNodes, make sure that we are looki...
Nadav Rotem
2013-03-20
1
-0
/
+35
*
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
5
-5
/
+5
*
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
10
-10
/
+10
*
Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...
David Blaikie
2013-03-20
4
-84
/
+84
*
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-03-19
6
-121
/
+121
*
Improve long vector sext/zext lowering on ARM
Renato Golin
2013-03-19
1
-52
/
+71
*
Extend global merge pass to optionally consider global constant variables.
Quentin Colombet
2013-03-18
1
-1
/
+52
*
Remove unnecessary leading comment characters in lit-only file
David Blaikie
2013-03-18
1
-1
/
+1
*
Include '.test' suffix in target specific lit configs that need it
David Blaikie
2013-03-18
1
-1
/
+1
*
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
10
-61
/
+84
*
ARM cost model: Fix costs for some vector selects
Arnold Schwaighofer
2013-03-15
1
-106
/
+10
*
Adding an A15 specific optimization pass for interactions between S/D/Q regis...
Silviu Baranga
2013-03-15
1
-0
/
+57
*
ARM: Fix an old refacto.
Benjamin Kramer
2013-03-15
1
-2
/
+12
*
ARM cost model: Increase cost of some vector selects we do terrible on
Arnold Schwaighofer
2013-03-14
1
-0
/
+207
*
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
5
-17
/
+17
*
ARM cost model: Add test case to make sure we would notice a change in CodeGen
Arnold Schwaighofer
2013-03-13
1
-0
/
+153
*
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-13
10
-10
/
+10
*
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
10
-10
/
+10
*
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
2013-03-12
4
-4
/
+4
*
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-12
4
-8
/
+3
*
Upgrading debug info test cases to be (more) compatible with the current debu...
David Blaikie
2013-03-11
8
-17
/
+17
*
Remove duplicate test contents.
David Blaikie
2013-03-11
2
-28
/
+1
*
Remove date from test case file name. The PR number provides a unique ID alre...
Lang Hames
2013-03-11
1
-0
/
+0
*
Don't glue users to extract_subreg when selecting the llvm.arm.ldrexd
Lang Hames
2013-03-09
1
-0
/
+13
*
Test case hygiene.
Benjamin Kramer
2013-03-09
3
-3
/
+2
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
4
-0
/
+8
*
Revert r176154 in favor of a better approach.
Bill Wendling
2013-03-08
1
-6
/
+39
*
Upgrade tests to the latest debug info format.
David Blaikie
2013-03-08
10
-406
/
+412
*
[fast-isel] Add support for the expect intrinsic.
Chad Rosier
2013-03-07
1
-0
/
+12
*
ARM NEON: Fix v2f32 float intrinsics
Arnold Schwaighofer
2013-03-02
1
-0
/
+377
*
Generate an error message instead of asserting or segfaulting when we can't
Chad Rosier
2013-03-01
1
-0
/
+14
*
Add support for using non-pic code for arm and thumb1 when emitting the sjlj
Chad Rosier
2013-03-01
1
-0
/
+89
*
ARM: FMA is legal only if VFP4 is available.
Jim Grosbach
2013-02-27
1
-0
/
+31
*
SelectionDAG: If llvm.donothing has a landingpad, we should clear
Manman Ren
2013-02-27
1
-0
/
+40
*
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2013-02-22
16
-96
/
+96
*
DAGCombiner: Fold pointless truncate, bitcast, buildvector series
Arnold Schwaighofer
2013-02-20
1
-0
/
+15
*
ARM NEON: Merge a f32 bitcast of a v2i32 extractelt
Arnold Schwaighofer
2013-02-19
1
-0
/
+25
*
Comment out the rdar number.
Chad Rosier
2013-02-18
1
-1
/
+1
*
[fast-isel] Remove an invalid assert.
Chad Rosier
2013-02-18
1
-0
/
+7
*
Re-apply r175088 for bug fix 13622: Add paired register support for
Weiming Zhao
2013-02-14
2
-2
/
+55
*
Make ARMAsmParser accept the correct alignment specifier syntax in instructions.
Kristof Beyls
2013-02-14
1
-1
/
+1
*
temporarily revert the patch due to some conflicts
Weiming Zhao
2013-02-13
2
-55
/
+2
*
Bug fix 13622: Add paired register support for inline asm with 64-bit data on...
Weiming Zhao
2013-02-13
2
-2
/
+55
*
PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA
David Peixotto
2013-02-13
1
-0
/
+28
*
ARM NEON: Handle v16i8 and v8i16 reverse shuffles
Arnold Schwaighofer
2013-02-12
1
-0
/
+27
*
Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.
Bob Wilson
2013-02-08
2
-20
/
+1
*
Attempt to recover gdb bot after r174445.
Manman Ren
2013-02-06
2
-2
/
+2
[next]