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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix @llvm.prefetch isel. Selecting between pld / pldw using the first immedia...
Evan Cheng
2010-11-04
1
-16
/
+13
*
Covert VORRIMM to be produced via early target-specific DAG combining, rather...
Owen Anderson
2010-11-03
1
-1
/
+1
*
Add support for code generation of the one register with immediate form of vorr.
Owen Anderson
2010-11-03
1
-0
/
+20
*
Fix test.
Evan Cheng
2010-11-03
1
-1
/
+1
*
This test assumes SSE is present; that is not the default
Dale Johannesen
2010-11-03
1
-1
/
+1
*
Add codegen patterns for VST1-lane instructions. Radar 8599955.
Bob Wilson
2010-11-03
3
-5
/
+66
*
Check for extractelement with a variable operand for the element number.
Bob Wilson
2010-11-03
1
-0
/
+17
*
Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...
Evan Cheng
2010-11-03
1
-2
/
+2
*
Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.
Evan Cheng
2010-11-03
1
-0
/
+64
*
Fix DAGCombiner to avoid going into an infinite loop when it
Dan Gohman
2010-11-03
1
-0
/
+32
*
Two sets of changes. Sorry they are intermingled.
Evan Cheng
2010-11-03
6
-31
/
+101
*
Inline asm mult-alt constraint tests.
John Thompson
2010-11-02
8
-0
/
+2611
*
Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke
Jim Grosbach
2010-11-02
2
-7
/
+8
*
Use frameindex, if available, as a last resort to emit debug info for a param...
Devang Patel
2010-11-02
1
-0
/
+35
*
Add support for alignment operands on VLD1-lane instructions.
Bob Wilson
2010-11-01
1
-10
/
+13
*
Add VLD1-lane testcases for quad-register types.
Bob Wilson
2010-11-01
1
-0
/
+27
*
Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.
Bob Wilson
2010-11-01
1
-0
/
+27
*
When we look at instructions to convert to setting the 's' flag, we need to look
Bill Wendling
2010-11-01
2
-11
/
+14
*
NEON does not support truncating vector stores. Radar 8598391.
Bob Wilson
2010-11-01
1
-0
/
+10
*
More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when the
Bill Wendling
2010-11-01
2
-4
/
+5
*
Disable because peephole is disabled.
Bill Wendling
2010-11-01
1
-0
/
+1
*
Overhaul memory barriers in the ARM backend. Radar 8601999.
Bob Wilson
2010-10-30
2
-14
/
+28
*
Teach machine cse to eliminate instructions with multiple physreg uses and de...
Evan Cheng
2010-10-29
1
-1
/
+7
*
Remove DAG combiner patch to fold vector splats. Instcombiner does it now.
Bob Wilson
2010-10-29
1
-16
/
+0
*
Avoiding overly aggressive latency scheduling. If the two nodes share an
Evan Cheng
2010-10-29
2
-1
/
+4
*
Teach the DAG combiner to fold a splat of a splat. Radar 8597790.
Bob Wilson
2010-10-28
1
-0
/
+16
*
Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.
Evan Cheng
2010-10-28
7
-8
/
+8
*
Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...
Evan Cheng
2010-10-28
7
-8
/
+8
*
- Assign load / store with shifter op address modes the right itinerary classes.
Evan Cheng
2010-10-28
7
-8
/
+8
*
Fix pastos in handling of AVX cvttsd2si, PR8491.
Dale Johannesen
2010-10-28
2
-2
/
+2
*
Shifter ops are not always free. Do not fold them (especially to form
Evan Cheng
2010-10-27
1
-9
/
+63
*
SelectionDAG shuffle nodes do not allow operands with different numbers of
Bob Wilson
2010-10-27
1
-0
/
+18
*
FileCheck'ize
Jim Grosbach
2010-10-26
1
-2
/
+3
*
Change v64 datalayout in SPU.
Kalle Raiskila
2010-10-26
2
-2
/
+15
*
When the "true" and "false" blocks of a diamond if-conversion are the same,
Bob Wilson
2010-10-26
1
-0
/
+31
*
An stdcall function calling a non-stdcall function
Dale Johannesen
2010-10-25
1
-0
/
+13
*
Add support for emitting ARM file attributes.
Rafael Espindola
2010-10-25
1
-0
/
+19
*
X86: Emit _fltused instead of __fltused on Windows x64.
Michael J. Spencer
2010-10-23
1
-2
/
+4
*
tidy up
Jim Grosbach
2010-10-22
1
-3
/
+2
*
Remove duplicate test.
Jim Grosbach
2010-10-22
1
-9
/
+0
*
tidy up.
Jim Grosbach
2010-10-22
1
-33
/
+33
*
FileCheck-ize a few tests.
Jim Grosbach
2010-10-22
2
-21
/
+26
*
Recommit 116986 with capitalization typo fixed.
Wesley Peck
2010-10-21
7
-110
/
+60
*
putback r116983 and fix simple-fp-encoding.ll tests
Andrew Trick
2010-10-21
2
-2
/
+3
*
Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...
Wesley Peck
2010-10-21
7
-60
/
+110
*
Revert r116983, which is breaking all the buildbots.
Owen Anderson
2010-10-21
2
-3
/
+2
*
Major update of the MicroBlaze backend. The new features are:
Wesley Peck
2010-10-21
7
-110
/
+60
*
Add missing scheduling itineraries for transfers between core registers and V...
Evan Cheng
2010-10-21
2
-2
/
+3
*
More accurate estimate / tracking of register pressure.
Evan Cheng
2010-10-20
2
-2
/
+15
*
Fix crash introduced in 116852. 8573915.
Dale Johannesen
2010-10-20
1
-0
/
+17
[next]