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
*
Fix PR 17372: Emitting PLD for stack address for ARM Thumb2
Weiming Zhao
2013-09-26
1
-0
/
+22
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
2
-15
/
+1345
*
Fix PR 17368: disable vector mul distribution for square of add/sub for ARM
Weiming Zhao
2013-09-25
1
-0
/
+11
*
[PR16882] Ignore noreturn definitions when setting isPhysRegUsed.
Quentin Colombet
2013-09-25
1
-0
/
+38
*
CriticalAntiDepBreaker is no longer needed for armv7 scheduling.
Andrew Trick
2013-09-25
3
-5
/
+5
*
Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.
NAKAMURA Takumi
2013-09-21
1
-3
/
+0
*
llvm/test: Mark 3 tests as XFAIL:msvc.
NAKAMURA Takumi
2013-09-20
1
-0
/
+3
*
[ARMv8] Add support for the v8 cryptography extensions.
Amara Emerson
2013-09-19
1
-0
/
+57
*
[SelectionDAG] Teach the vector scalarizer about TRUNCATE.
Quentin Colombet
2013-09-17
1
-0
/
+20
*
[ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options
Joey Gouly
2013-09-13
3
-24
/
+24
*
[ARMv8] Emit the proper .fpu directive.
Joey Gouly
2013-09-13
1
-0
/
+7
*
[ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Joey Gouly
2013-09-09
5
-2
/
+53
*
Debug Info Testing: update context from empty string to null.
Manman Ren
2013-09-08
1
-1
/
+1
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
8
-48
/
+48
*
Debug Info Testing: Updated to use null instead of "i32 0" for containing-type
Manman Ren
2013-09-06
3
-27
/
+27
*
[ARMv8] Implement the new DMB/DSB operands.
Joey Gouly
2013-09-05
1
-0
/
+16
*
Reverting 190043 for now.
Tilmann Scheller
2013-09-05
1
-76
/
+0
*
ARM: Add GPR register class excluding LR for use with the ADR instruction.
Tilmann Scheller
2013-09-05
1
-0
/
+76
*
Expand and rewrite comment.
Eric Christopher
2013-09-04
1
-3
/
+4
*
Change swift/vldm test case to be less dependent on allocation order
Arnold Schwaighofer
2013-09-04
1
-16
/
+16
*
Swift: Only build vldm/vstm with q register aligned register lists
Arnold Schwaighofer
2013-09-04
1
-0
/
+28
*
Fix scheduling for vldm/vstm instructions that load/store more than 32 bytes ...
Silviu Baranga
2013-09-04
1
-0
/
+71
*
Revert "Revert "ARM: Improve pattern for isel mul of vector by scalar.""
Jim Grosbach
2013-09-03
1
-0
/
+18
*
ARM: Default to the Swift CPU when targeting armv7s/thumbv7s.
Tilmann Scheller
2013-09-02
1
-1
/
+1
*
Revert 189756 for now, it doesn't match what rdar://14871821 really wants.
Tilmann Scheller
2013-09-02
2
-3
/
+3
*
ARM: Default to Swift when compiling for iOS 6 or later.
Tilmann Scheller
2013-09-02
2
-3
/
+3
*
Revert "ARM: Improve pattern for isel mul of vector by scalar."
Michael Gottesman
2013-08-30
1
-18
/
+0
*
ARM: Improve pattern for isel mul of vector by scalar.
Jim Grosbach
2013-08-29
1
-0
/
+18
*
ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.
Tim Northover
2013-08-28
3
-144
/
+0
*
ARM: add patterns for vqdmlal with separate vqdmull and vqadds
Tim Northover
2013-08-28
1
-0
/
+90
*
ARM: add natural patterns for vaddhl and vsubhl.
Tim Northover
2013-08-27
2
-0
/
+54
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
12
-42
/
+42
*
ARM: Enable machine verifier for a few more tests.
Jim Grosbach
2013-08-26
2
-3
/
+3
*
ARM: Constrain regclass for TSTri instruction.
Jim Grosbach
2013-08-26
1
-1
/
+1
*
ARM: FastISel verifier error cleanup.
Jim Grosbach
2013-08-26
1
-1
/
+1
*
[ARM] Fix another ARM FastISel -verify-machineinstrs issue.
Joey Gouly
2013-08-23
1
-3
/
+3
*
[ARMv8] Add CodeGen for VMAXNM/VMINNM.
Joey Gouly
2013-08-23
1
-0
/
+46
*
[stack protector] Work around an issue with the BMOVPCB_CALL instruction on A...
Michael Gottesman
2013-08-22
1
-0
/
+32
*
Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...
Bill Wendling
2013-08-22
1
-2
/
+2
*
Fix some tests. The 'false' version just omits the attribute altogether.
Bill Wendling
2013-08-22
1
-1
/
+1
*
[Debug Info Tests] Update testing cases.
Manman Ren
2013-08-22
1
-2
/
+1
*
[ARMv8] Add CodeGen support for VSEL.
Joey Gouly
2013-08-22
1
-0
/
+309
*
[ARM] Constrain some register classes in EmitAtomicBinary64 so that
Joey Gouly
2013-08-22
2
-2
/
+2
*
Fix ARM FastISel PIC function call.
Logan Chien
2013-08-22
1
-0
/
+23
*
ARM: use TableGen patterns to select CMOV operations.
Tim Northover
2013-08-22
3
-7
/
+7
*
ARM: respect tied 64-bit inlineasm operands when printing
Tim Northover
2013-08-22
1
-0
/
+10
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-08-21
3
-39
/
+24
*
ARM: Fix fast-isel copy/paste-o.
Jim Grosbach
2013-08-20
1
-5
/
+6
*
ARM: implement some simple f64 materializations.
Tim Northover
2013-08-20
2
-3
/
+70
*
ARM: make sure we keep inline asm operands tied.
Tim Northover
2013-08-18
1
-0
/
+9
[next]