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
...
*
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
*
Switch a couple -O0 tests to RABasic.
Jakob Stoklund Olesen
2011-11-12
3
-5
/
+7
*
Switch a few tests off linearscan.
Jakob Stoklund Olesen
2011-11-12
3
-4
/
+5
*
Delete old test of a VirtRegRewriter feature.
Jakob Stoklund Olesen
2011-11-12
1
-49
/
+0
*
Remove old test that doesn't make sense.
Jakob Stoklund Olesen
2011-11-12
1
-13
/
+0
*
Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...
Craig Topper
2011-11-12
1
-0
/
+39
*
Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....
Eli Friedman
2011-11-12
1
-0
/
+22
*
Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.
Chad Rosier
2011-11-11
1
-0
/
+78
*
Loosen test by using REs. Approved by Devang.
Chad Rosier
2011-11-11
1
-1
/
+1
*
Preserve MachineMemOperands in ARMLoadStoreOptimizer.
Andrew Trick
2011-11-11
1
-0
/
+15
*
allow non-device function calls in PTX when natively handling device-side printf
Dan Bailey
2011-11-11
1
-0
/
+25
*
Add lowering for AVX2 shift instructions.
Craig Topper
2011-11-11
2
-73
/
+210
*
Add support for using immediates with select instructions.
Chad Rosier
2011-11-11
1
-0
/
+99
*
Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.
Eli Friedman
2011-11-11
1
-0
/
+9
*
Add support for using MVN to materialize negative constants.
Chad Rosier
2011-11-11
2
-6
/
+113
*
When in ARM mode, LDRH/STRH require special handling of negative offsets.
Chad Rosier
2011-11-10
1
-0
/
+138
*
test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...
NAKAMURA Takumi
2011-11-10
1
-1
/
+1
*
Use a bigger hammer to fix PR11314 by disabling the "forcing two-address
Evan Cheng
2011-11-10
11
-20
/
+31
*
For immediate encodings of icmp, zero or sign extend first. Then
Chad Rosier
2011-11-10
1
-0
/
+17
*
Strip old implicit operands after foldMemoryOperand.
Jakob Stoklund Olesen
2011-11-10
1
-0
/
+105
*
Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.
Eli Friedman
2011-11-09
1
-0
/
+37
*
Add check so we don't try to perform an impossible transformation. Fixes issu...
Eli Friedman
2011-11-09
1
-0
/
+15
*
AVX2: Add patterns for variable shift operations
Nadav Rotem
2011-11-09
1
-2
/
+73
*
Use REs to remove dependencies on the register allocation order.
Chad Rosier
2011-11-09
1
-24
/
+24
*
Speculatively revert commit 144124 (djg) in the hope that the 32 bit
Duncan Sands
2011-11-09
2
-17
/
+7
*
Add AVX2 support for vselect of v32i8
Nadav Rotem
2011-11-09
1
-0
/
+19
*
Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...
Craig Topper
2011-11-09
1
-0
/
+38
*
Add instruction selection for AVX2 integer comparisons.
Craig Topper
2011-11-09
1
-0
/
+58
*
Add AVX2 instruction lowering for add, sub, and mul.
Craig Topper
2011-11-09
1
-0
/
+76
*
Add support for encoding immediates in icmp and fcmp. Hopefully, this will
Chad Rosier
2011-11-09
1
-0
/
+214
[prev]
[next]