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 mistake in test runline.
Eli Friedman
2011-09-12
1
-1
/
+1
*
Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...
Eli Friedman
2011-09-09
1
-0
/
+23
*
Directly point debug info to the stack slot of the arugment, instead of tryin...
Devang Patel
2011-09-08
1
-0
/
+65
*
Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...
Eli Friedman
2011-09-07
1
-1
/
+1
*
Disable these tests harder. They're XFAIL'd, but that means they still run, and
Nick Lewycky
2011-09-06
1
-1
/
+2
*
Fix fall outs from my recent change on how carry bit is modeled during isel.
Evan Cheng
2011-09-06
1
-0
/
+10
*
Atomic pseudos don't use (as in read) CPSR. They clobber it.
Jakob Stoklund Olesen
2011-09-06
2
-4
/
+4
*
Don't fast-isel for atomic load/store; some cases require extra handling miss...
Eli Friedman
2011-09-02
1
-0
/
+1
*
Revert r131152, r129796, r129761. This code is currently considered
Dan Gohman
2011-09-01
1
-0
/
+4
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
2
-5
/
+20
*
Permit remat of partial register defs when it is safe.
Jakob Stoklund Olesen
2011-09-01
1
-0
/
+24
*
Prevent remat of partial register redefinitions.
Jakob Stoklund Olesen
2011-09-01
1
-0
/
+28
*
Generic expansion for atomic load/store into cmpxchg/atomicrmw xchg; implemen...
Eli Friedman
2011-08-31
1
-7
/
+37
*
64-bit atomic cmpxchg for ARM.
Eli Friedman
2011-08-31
1
-0
/
+15
*
Some minor cleanups for r138845.
Eli Friedman
2011-08-31
1
-1
/
+1
*
Some 64-bit atomic operations on ARM. 64-bit cmpxchg coming next.
Eli Friedman
2011-08-31
1
-0
/
+83
*
Change ARM / Thumb2 addc / adde and subc / sube modeling to use physical
Evan Cheng
2011-08-30
1
-0
/
+45
*
Add testcase for r138746.
Owen Anderson
2011-08-29
1
-0
/
+34
*
Atomic load/store on ARM/Thumb.
Eli Friedman
2011-08-26
1
-0
/
+31
*
ARM fix for missing implicit operands on ldmia_ret.
Andrew Trick
2011-08-25
1
-0
/
+100
*
With the fix in r138164: "Add <imp-def> operands to QQ and QQQQ stack loads."
Chad Rosier
2011-08-20
1
-1
/
+1
*
VMOVQQQQs pseudo instructions are only created by ARMBaseInstrInfo::copyPhysReg.
Chad Rosier
2011-08-20
1
-3
/
+2
*
Do not use named md nodes to track variables that are completely optimized. T...
Devang Patel
2011-08-19
1
-2
/
+2
*
Use regex to remove false dependencies on register allocation.
Jim Grosbach
2011-08-19
1
-3
/
+3
*
Update tests.
Jim Grosbach
2011-08-19
1
-2
/
+2
*
FastISel: avoid function calls between the materialization of the constant an...
Ivan Krasin
2011-08-18
1
-1
/
+1
*
Thumb assembly parsing and encoding for ADR.
Jim Grosbach
2011-08-17
1
-1
/
+1
*
Fix this test to avoid leaving a temporary file behind.
Eric Christopher
2011-08-15
1
-1
/
+1
*
Expand VMOVQQQQ pseudo instructions.
Bob Wilson
2011-08-13
1
-0
/
+13
*
ARM push of a single register encodes as pre-indexed STR.
Jim Grosbach
2011-08-11
1
-1
/
+1
*
ARM pop of a single register encodes as post-indexed LDR.
Jim Grosbach
2011-08-11
1
-1
/
+1
*
While extending definition range of a debug variable, consult lexical scopes ...
Devang Patel
2011-08-10
1
-1
/
+1
*
Add support for the R and Q constraints.
Rafael Espindola
2011-08-10
1
-0
/
+17
*
Inflate register classes after coalescing.
Jakob Stoklund Olesen
2011-08-09
2
-3
/
+7
*
print st_shndx with the correct number of bits.
Rafael Espindola
2011-08-04
1
-1
/
+1
*
print st_other with the correct number of bits.
Rafael Espindola
2011-08-04
1
-1
/
+1
*
print st_type with the correct number of bits.
Rafael Espindola
2011-08-04
1
-1
/
+1
*
Print st_bind with the correct number of bits.
Rafael Espindola
2011-08-04
1
-1
/
+1
*
Print r_sym with the correct number of bits.
Rafael Espindola
2011-08-04
1
-2
/
+2
*
Print r_type with the correct number of bits.
Rafael Espindola
2011-08-04
1
-3
/
+3
*
Change anther counter to decimal.
Rafael Espindola
2011-08-04
1
-3
/
+3
*
Don't print a counter in hex.
Rafael Espindola
2011-08-04
1
-1
/
+1
*
Remove underscore that's breaking linux buildbots.
Benjamin Kramer
2011-08-03
1
-1
/
+1
*
Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.
Jakub Staszak
2011-08-03
2
-5
/
+6
*
Use byte offset, instead of element number, to access merged global.
Devang Patel
2011-08-03
1
-0
/
+124
*
Add support for the 'Q' constraint.
Eric Christopher
2011-07-29
1
-0
/
+12
*
Transfer implicit operands in NEONMoveFixPass.
Jakob Stoklund Olesen
2011-07-29
1
-0
/
+21
*
Add -verify-arm-pseudo-expand.
Jakob Stoklund Olesen
2011-07-29
1
-1
/
+1
*
Handle REG_SEQUENCE with implicitly defined operands.
Jakob Stoklund Olesen
2011-07-28
1
-0
/
+21
*
FileCheck'ize test.
Jim Grosbach
2011-07-26
1
-20
/
+21
[next]