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
*
Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.
Craig Topper
2011-11-19
1
-0
/
+12
*
Move the handling of unanalyzable branches out of the loop-driven chain
Chandler Carruth
2011-11-19
1
-0
/
+25
*
Test cases for SSSE3/AVX integer horizontal add/sub.
Craig Topper
2011-11-19
1
-0
/
+170
*
Extend VPBLENDVB and VPSIGN lowering to work for AVX2.
Craig Topper
2011-11-19
1
-0
/
+29
*
Add AVX2 vpbroadcast support
Nadav Rotem
2011-11-18
1
-0
/
+142
*
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-17
1
-0
/
+37
*
When fast iseling a GEP, accumulate the offset rather than emitting a series of
Chad Rosier
2011-11-17
1
-0
/
+65
*
Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...
Eli Friedman
2011-11-16
1
-1
/
+1
*
Another missing X86ISD::MOVLPD pattern. rdar://10450317
Evan Cheng
2011-11-16
1
-0
/
+17
*
Disable expensive two-address optimizations at -O0. rdar://10453055
Evan Cheng
2011-11-16
2
-5
/
+4
*
Fix testcase.
Eli Friedman
2011-11-16
1
-1
/
+0
*
CONCAT_VECTORS can have more than two operands. PR11389.
Eli Friedman
2011-11-16
1
-0
/
+9
*
AVX: Add support for vbroadcast from BUILD_VECTOR and refactor some of the vb...
Nadav Rotem
2011-11-15
1
-3
/
+0
*
test/CodeGen/X86/dec-eflags-lower.ll: Relax expression for win32 x64.
NAKAMURA Takumi
2011-11-15
1
-1
/
+1
*
Added custom lowering for load->dec->store sequence in x86 when the EFLAGS re...
Pete Cooper
2011-11-15
1
-0
/
+29
*
We currently use a callback to handle an IL pass deleting a BB that still
Rafael Espindola
2011-11-15
1
-0
/
+19
*
Revert r144611 and r144613.
Jakob Stoklund Olesen
2011-11-15
2
-3
/
+3
*
Rather than trying to use the loop block sequence *or* the function
Chandler Carruth
2011-11-15
1
-1
/
+72
*
Properly qualify AVX2 specific parts of execution dependency table. Also enab...
Craig Topper
2011-11-15
2
-14
/
+41
*
Really fix test.
Jakob Stoklund Olesen
2011-11-15
1
-1
/
+1
*
Allow for depencendy-breaking instructions before cvt*.
Jakob Stoklund Olesen
2011-11-15
2
-2
/
+2
*
Add vmov.f32 to materialize f32 immediate splats which cannot be handled by
Evan Cheng
2011-11-15
2
-3
/
+20
*
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-15
1
-0
/
+41
*
ARM VLDR/VSTR instructions don't need a size suffix.
Jim Grosbach
2011-11-14
19
-50
/
+50
*
Add newline to end of file. Thanks, Eli.
Chad Rosier
2011-11-14
1
-1
/
+1
*
Add support for inlining small memcpys.
Chad Rosier
2011-11-14
1
-3
/
+31
*
Fix a performance regression from r144565. Positive offsets were being lowered
Chad Rosier
2011-11-14
1
-0
/
+55
*
Add a missing pattern for X86ISD::MOVLPD. rdar://10436044
Evan Cheng
2011-11-14
1
-0
/
+18
*
Add support for Thumb load/stores with negative offsets.
Chad Rosier
2011-11-14
1
-0
/
+168
*
Teach two-address pass to re-schedule two-address instructions (or the kill
Evan Cheng
2011-11-14
3
-18
/
+15
*
Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom lowered
Pete Cooper
2011-11-14
1
-0
/
+26
*
Fix early-clobber handling in shrinkToUses.
Jakob Stoklund Olesen
2011-11-14
1
-0
/
+62
*
Delete stale comment.
Jakob Stoklund Olesen
2011-11-14
1
-1
/
+0
*
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
1
-0
/
+51
*
Add support for ARM halfword load/stores and signed byte loads with negative
Chad Rosier
2011-11-14
1
-22
/
+33
*
Teach machine block placement to cope with unnatural loops. These don't
Chandler Carruth
2011-11-14
1
-0
/
+37
*
Rewrite #3 of machine block placement. This is based somewhat on the
Chandler Carruth
2011-11-13
1
-1
/
+96
*
The order in which the predicate is added differs between Thumb and ARM mode....
Chad Rosier
2011-11-13
1
-3
/
+4
*
Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...
Chad Rosier
2011-11-13
1
-1
/
+0
*
Add support for emitting both signed- and zero-extend loads. Fix
Chad Rosier
2011-11-13
1
-0
/
+80
*
Remove the -color-ss-with-regs option.
Jakob Stoklund Olesen
2011-11-13
1
-55
/
+0
*
Delete the 'standard' spiller with used the old spilling framework.
Jakob Stoklund Olesen
2011-11-12
1
-1
/
+1
*
Remove histogram tests.
Jakob Stoklund Olesen
2011-11-12
2
-56
/
+0
*
RAGreedy is better about hinting now.
Jakob Stoklund Olesen
2011-11-12
1
-1
/
+1
*
Linear scan is going away.
Jakob Stoklund Olesen
2011-11-12
4
-8
/
+6
*
XFAIL test that depends on linear scan to remove dead code.
Jakob Stoklund Olesen
2011-11-12
1
-1
/
+3
*
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
1
-51
/
+0
*
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
1
-167
/
+0
*
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
1
-54
/
+0
*
Eliminate more linear scan tests.
Jakob Stoklund Olesen
2011-11-12
3
-6
/
+6
[next]