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
*
Move win32 SimplifyLibcall test under Transforms
Joe Groff
2012-04-18
1
-275
/
+0
*
fix pr12559: mark unavailable win32 math libcalls
Joe Groff
2012-04-17
1
-0
/
+275
*
Force cmov on test so block placement doesn't shuffle the code around.
Benjamin Kramer
2012-04-17
1
-1
/
+1
*
Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.
James Molloy
2012-04-17
1
-0
/
+14
*
Test cases that assume layout should use -disable-code-place.
Andrew Trick
2012-04-17
1
-0
/
+174
*
temporarily XFAIL this test until post RA
Preston Gurd
2012-04-17
1
-0
/
+1
*
Disable the atom scheduling test after r154874 broke it.
Chandler Carruth
2012-04-16
1
-0
/
+3
*
Relax this test a touch to cope with different assembly variants.
Chandler Carruth
2012-04-16
1
-1
/
+1
*
Fix updateTerminator to be resiliant to degenerate terminators where
Chandler Carruth
2012-04-16
2
-2
/
+2
*
FileCheckize these tests.
Jakob Stoklund Olesen
2012-04-16
2
-6
/
+23
*
Disable code placement for this test.
Jakob Stoklund Olesen
2012-04-16
1
-1
/
+2
*
Fix incorrect atomics codegen introduced in r154705, and extend test to catch...
Richard Smith
2012-04-16
1
-4
/
+9
*
Move to X86 directory because this fails on non-X86 platforms.
Bill Wendling
2012-04-16
1
-3
/
+1
*
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-16
30
-76
/
+96
*
Remove an overly brittle test. This test will no longer be interesting
Chandler Carruth
2012-04-16
1
-174
/
+0
*
Add a somewhat hacky heuristic to do something different from whole-loop
Chandler Carruth
2012-04-16
1
-5
/
+5
*
Tweak the loop rotation logic to check whether the loop is naturally
Chandler Carruth
2012-04-16
1
-2
/
+32
*
Remove dead SD nodes after the combining pass. Fixes PR12201.
Hal Finkel
2012-04-16
1
-0
/
+46
*
Rewrite how machine block placement handles loop rotation.
Chandler Carruth
2012-04-16
1
-3
/
+126
*
Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...
Craig Topper
2012-04-15
1
-16
/
+0
*
Fix PR12529. The Vxx family of instructions are only supported by AVX.
Nadav Rotem
2012-04-15
1
-1
/
+1
*
When emulating vselect using OR/AND/XOR make sure to bitcast the result back ...
Nadav Rotem
2012-04-15
1
-0
/
+8
*
Added VPERM optimization for AVX2 shuffles
Elena Demikhovsky
2012-04-15
1
-0
/
+34
*
Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...
Richard Smith
2012-04-13
1
-0
/
+15
*
On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...
Evan Cheng
2012-04-13
1
-1
/
+1
*
Disable Hexagon test temporarily.
Sirish Pande
2012-04-12
10
-10
/
+20
*
Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...
Craig Topper
2012-04-12
2
-18
/
+18
*
Revert changes that were accidentally committed.
Akira Hatanaka
2012-04-11
1
-2
/
+1
*
Fix string that is being checked.
Akira Hatanaka
2012-04-11
1
-5
/
+6
*
Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,
Akira Hatanaka
2012-04-11
1
-0
/
+17
*
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-04-11
1
-0
/
+52
*
Fix bugs in lowering of FCOPYSIGN nodes.
Akira Hatanaka
2012-04-11
2
-43
/
+92
*
Add more fused mul+add/sub patterns. rdar://10139676
Evan Cheng
2012-04-11
1
-16
/
+54
*
Reapply 154396 after fixing a test.
Nadav Rotem
2012-04-11
2
-6
/
+6
*
Match (fneg (fma) to vfnma. rdar://10139676
Evan Cheng
2012-04-11
1
-6
/
+25
*
Merge fma.ll into fusedMAC.ll
Evan Cheng
2012-04-11
2
-30
/
+28
*
Fix test to be register assignment invariant.
Jakob Stoklund Olesen
2012-04-11
1
-1
/
+2
*
Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...
Owen Anderson
2012-04-10
1
-18
/
+2
*
Handle llvm.fma.* intrinsics. rdar://10914096
Evan Cheng
2012-04-10
1
-0
/
+30
*
Add a comment noting that the fdiv -> fmul conversion won't generate
Duncan Sands
2012-04-10
1
-0
/
+16
*
Temporarily revert this patch to see if it brings the buildbots back.
Eric Christopher
2012-04-10
2
-6
/
+6
*
To ensure that we have more accurate line information for a block
Eric Christopher
2012-04-10
1
-1
/
+2
*
Modify the code that lowers shuffles to blends from using blendvXX to vblendXX.
Nadav Rotem
2012-04-10
2
-6
/
+6
*
Transform div to mul with reciprocal only when fp imm is legal.
Anton Korobeynikov
2012-04-10
1
-0
/
+31
*
Add proper checks.
Evan Cheng
2012-04-10
1
-1
/
+5
*
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
1
-0
/
+21
*
Don't try to zExt just to check if an integer constant is zero, it might
Rafael Espindola
2012-04-10
1
-0
/
+18
*
Test case for PR12495.
Lang Hames
2012-04-09
1
-0
/
+34
*
Have TargetLowering::getPICJumpTableRelocBase return a node that points to the
Akira Hatanaka
2012-04-09
1
-0
/
+4
*
When performing a truncating store, it's possible to rearrange the data
Chad Rosier
2012-04-09
3
-6
/
+22
[next]