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
*
Handle ARM inline asm "w" constraints with 64-bit ("d") registers.
Bob Wilson
2009-12-18
1
-0
/
+12
*
- Support inline asm 'w' constraint for 128-bit vector types.
Evan Cheng
2009-12-08
1
-0
/
+13
*
Recognize canonical forms of vector shuffles where the same vector is used for
Bob Wilson
2009-12-03
1
-0
/
+19
*
Fix PR5614: parts of a physical register def may be killed the rest.
Evan Cheng
2009-12-01
1
-0
/
+41
*
Materialize global addresses via movt/movw pair, this is always better
Anton Korobeynikov
2009-11-24
1
-0
/
+20
*
move fconst[sd] to UAL. <rdar://7414913>
Jim Grosbach
2009-11-23
2
-5
/
+5
*
Convert ARM tests to FileCheck for PR5307.
Edward O'Callaghan
2009-11-22
7
-35
/
+137
*
Forgot to alter RUN line when converting to FileCheck.
Edward O'Callaghan
2009-11-22
1
-1
/
+1
*
Fix for bad FileCheck converts in revision 89584.
Edward O'Callaghan
2009-11-22
1
-3
/
+2
*
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-11-22
4
-6
/
+18
*
Revert 89562. We're being sneakier than I was giving us credit for, and this
Jim Grosbach
2009-11-21
3
-4
/
+2
*
Darwin requires a frame pointer for all non-leaf functions to support correct
Jim Grosbach
2009-11-21
3
-2
/
+4
*
Remat VLDRD from constpool. Clean up some instruction property specifications.
Evan Cheng
2009-11-20
1
-0
/
+65
*
Fix codegen of conditional move of immediates. We were not making use of the ...
Evan Cheng
2009-11-20
2
-1
/
+49
*
Fix buildbots.
Bob Wilson
2009-11-18
1
-1
/
+1
*
Tail duplication still needs to iterate. Duplicating new instructions onto
Bob Wilson
2009-11-18
1
-0
/
+64
*
Forgot to commit test fixes
Anton Korobeynikov
2009-11-17
1
-2
/
+2
*
Detect need for autoalignment of the stack earlier to catch spills more
Jim Grosbach
2009-11-15
1
-2
/
+3
*
- Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.
Evan Cheng
2009-11-14
1
-1
/
+2
*
Add radar number.
Evan Cheng
2009-11-14
1
-0
/
+1
*
Fix PR5412: Fix an inverted check and another missing sub-register check.
Evan Cheng
2009-11-14
2
-0
/
+235
*
Fix PR5411. Bug in UpdateKills. A reg def partially define its super-registers.
Evan Cheng
2009-11-13
1
-0
/
+42
*
Fix PR5410: LiveVariables lost subreg def:
Evan Cheng
2009-11-13
1
-0
/
+20
*
Use Unified Assembly Syntax for the ARM backend.
Jim Grosbach
2009-11-09
35
-116
/
+119
*
It turns out that the testcase in question uncovered subreg-handling bug.
Anton Korobeynikov
2009-11-07
1
-0
/
+1
*
Honour subreg machine operands during asmprinting
Anton Korobeynikov
2009-11-06
1
-0
/
+64
*
Print VMOV (immediate) operands as hexadecimal values. Apple's assembler
Bob Wilson
2009-11-06
1
-0
/
+20
*
Remove ARMPCLabelIndex from ARMISelLowering. Use ARMFunctionInfo::createConst...
Evan Cheng
2009-11-06
1
-4
/
+4
*
Update these tests for the new label names.
Dan Gohman
2009-11-05
1
-3
/
+3
*
Attempt again to fix buildbot failures: make expected output less specific
Bob Wilson
2009-11-05
1
-12
/
+9
*
Fix broken test.
Bob Wilson
2009-11-04
1
-2
/
+2
*
Add test for ARM indirectbr codegen.
Bob Wilson
2009-11-04
1
-0
/
+63
*
fconsts / fconstd immediate should be proceeded with #.
Evan Cheng
2009-11-03
1
-4
/
+4
*
Re-apply 85799. It turns out my code isn't buggy.
Evan Cheng
2009-11-03
1
-1
/
+1
*
Fix PR5367. QPR_8 is the super regclass of DPR_8 and SPR_8.
Evan Cheng
2009-11-03
2
-1
/
+64
*
Revert r85049, it is causing PR5367
Anton Korobeynikov
2009-11-03
1
-1
/
+1
*
Revert 85799 for now. It might be breaking llvm-gcc driver.
Evan Cheng
2009-11-02
1
-1
/
+1
*
Initilize the machine LICM CSE map upon the first time an instruction is hois...
Evan Cheng
2009-11-02
1
-1
/
+1
*
Remove an irrelevant and poorly reduced test case.
Evan Cheng
2009-11-02
1
-414
/
+0
*
Handle splats of undefs properly. This includes the testcase for PR5364 as well.
Anton Korobeynikov
2009-11-02
1
-0
/
+20
*
64-bit FP loads & stores operate on both NEON and VFP pipelines.
Anton Korobeynikov
2009-11-02
1
-0
/
+37
*
vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid using
Jim Grosbach
2009-10-31
2
-3
/
+5
*
Update test to be more explicit about what instruction sequences are expected...
Jim Grosbach
2009-10-31
1
-3
/
+16
*
Expand 64-bit logical shift right inline
Jim Grosbach
2009-10-31
1
-1
/
+1
*
Expand 64-bit arithmetic shift right inline
Jim Grosbach
2009-10-31
1
-1
/
+1
*
Expand 64 bit left shift inline rather than using the libcall. For now, this
Jim Grosbach
2009-10-31
1
-1
/
+1
*
Add missing colons for FileCheck.
Benjamin Kramer
2009-10-31
1
-1
/
+1
*
Convert to FileCheck
Jim Grosbach
2009-10-31
1
-5
/
+9
*
This fixes functions like
Rafael Espindola
2009-10-30
1
-0
/
+17
*
Use fconsts and fconstd to materialize small fp constants.
Evan Cheng
2009-10-28
1
-0
/
+33
[next]