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
*
Extend test case for r168657.
Chad Rosier
2012-11-27
1
-0
/
+30
*
Fix physical register liveness calculations:
Tim Northover
2012-11-20
1
-0
/
+20
*
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
1
-0
/
+77
*
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...
Eli Friedman
2012-11-17
1
-0
/
+8
*
[fast-isel] Add the -verify-machineinstrs to these test cases. The remaining
Chad Rosier
2012-11-17
8
-15
/
+15
*
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-16
1
-41
/
+41
*
Make sure FABS on v2f32 and v4f32 is legal on ARM NEON
Anton Korobeynikov
2012-11-16
1
-0
/
+17
*
Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing
Eli Friedman
2012-11-15
1
-0
/
+9
*
The code pattern "imm0_255_neg" is used for checking if an immediate value is...
Nadav Rotem
2012-11-14
1
-0
/
+31
*
Fix really stupid ARM EHABI info generation bug: we should not emit
Anton Korobeynikov
2012-11-14
1
-0
/
+18
*
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-14
1
-0
/
+44
*
Cleanup the main RegisterCoalescer loop.
Andrew Trick
2012-11-13
1
-1
/
+1
*
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-12
1
-0
/
+2
*
Disable the Thumb no-return call optimization:
Evan Cheng
2012-11-10
2
-15
/
+0
*
Recommit modified r167540.
Amara Emerson
2012-11-08
1
-2
/
+2
*
Vext Lowering was missing opportunities
Quentin Colombet
2012-11-02
1
-0
/
+33
*
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
1
-2
/
+2
*
Completely disallow partial copies in adjustCopiesBackFrom().
Jakob Stoklund Olesen
2012-10-29
1
-0
/
+28
*
[code size][ARM] Emit regular call instructions instead of the move, branch s...
Quentin Colombet
2012-10-27
1
-0
/
+34
*
Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."
Jakob Stoklund Olesen
2012-10-26
2
-2
/
+2
*
Fix a miscompilation caused by a typo. When turning a adde with negative value
Evan Cheng
2012-10-24
1
-0
/
+13
*
When a block ends in an indirect branch, add its successors to the machine ba...
Bill Wendling
2012-10-22
1
-0
/
+46
*
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
1
-0
/
+12
*
ARM:
Stepan Dyatkovskiy
2012-10-19
1
-0
/
+29
*
Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"
Jakob Stoklund Olesen
2012-10-16
1
-1
/
+1
*
Switch back to the old coalescer for now to fix the 32 bit bit
Rafael Espindola
2012-10-16
1
-1
/
+1
*
Issue:
Stepan Dyatkovskiy
2012-10-16
2
-12
/
+61
*
ARM: v1i64 and v2i64 VBSL intrinsic support.
Jim Grosbach
2012-10-15
1
-0
/
+30
*
Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...
Silviu Baranga
2012-10-15
1
-0
/
+36
*
Drop <def,dead> flags when merging into an unused lane.
Jakob Stoklund Olesen
2012-10-13
1
-1
/
+27
*
Allow for loops in LiveIntervals::pruneValue().
Jakob Stoklund Olesen
2012-10-13
1
-0
/
+49
*
ARM: tail-call inside a function where part of a byval argument is on caller's
Manman Ren
2012-10-12
2
-0
/
+49
*
ARM: Mark VSELECT as 'expand'.
Jim Grosbach
2012-10-12
1
-0
/
+12
*
Legalizer optimize a pair of div / mod to a call to divrem libcall if they are
Evan Cheng
2012-10-12
1
-12
/
+34
*
Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808
Evan Cheng
2012-10-10
1
-0
/
+18
*
Fix for LDRB instruction:
Stepan Dyatkovskiy
2012-10-10
1
-0
/
+23
*
Issue description:
Stepan Dyatkovskiy
2012-10-10
1
-0
/
+19
*
ARM: locate user-defined text sections next to default text.
Jim Grosbach
2012-10-04
1
-0
/
+21
*
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
1
-0
/
+22
*
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-10-02
1
-1
/
+26
*
Add LLVM support for Swift.
Bob Wilson
2012-09-29
22
-32
/
+200
*
Whitespace.
Bob Wilson
2012-09-29
1
-2
/
+2
*
Enable the new coalescer algorithm by default.
Jakob Stoklund Olesen
2012-09-27
1
-1
/
+0
*
[arm-fast-isel] Add support for ELF PIC.
Jush Lu
2012-09-27
1
-0
/
+18
*
ARM/atomicrmw_minmax.ll: Fix RUN line.
NAKAMURA Takumi
2012-09-26
1
-1
/
+1
*
Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
James Molloy
2012-09-26
1
-0
/
+21
*
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
1
-0
/
+11
*
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
1
-0
/
+11
*
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
1
-0
/
+36
*
llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...
NAKAMURA Takumi
2012-09-21
1
-2
/
+2
[next]