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 pr11266.
Nadav Rotem
2011-10-30
2
-2
/
+34
*
Stabilize the test by specifying an exact cpu target
Nadav Rotem
2011-10-30
1
-1
/
+1
*
Add a new DAGCombine optimization for BUILD_VECTOR.
Nadav Rotem
2011-10-29
3
-5
/
+23
*
Force SSE for this test.
Benjamin Kramer
2011-10-29
1
-1
/
+1
*
Revert r143206, as there are still some failing tests.
Dan Gohman
2011-10-29
11
-51
/
+29
*
test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll: [PR11218] Mark "REQUI...
NAKAMURA Takumi
2011-10-28
1
-0
/
+4
*
Reapply r143177 and r143179 (reverting r143188), with scheduler
Dan Gohman
2011-10-28
11
-29
/
+51
*
Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...
NAKAMURA Takumi
2011-10-28
1
-1
/
+1
*
test/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explicit -mtriple=i686-linux....
NAKAMURA Takumi
2011-10-28
1
-1
/
+1
*
Speculatively disable Dan's commits 143177 and 143179 to see if
Duncan Sands
2011-10-28
10
-32
/
+29
*
Always use the string pool, even when it makes the .o larger. This may help
Nick Lewycky
2011-10-28
6
-10
/
+6
*
Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW
Dan Gohman
2011-10-28
12
-183
/
+32
*
Remove the Alpha backend.
Dan Gohman
2011-10-27
42
-860
/
+0
*
Also set addrmode6 alignment when align==size.
Jakob Stoklund Olesen
2011-10-27
3
-5
/
+15
*
Avoid partial CPSR dependency from loop backedges. rdar://10357570
Evan Cheng
2011-10-27
1
-2
/
+36
*
Changed test to check for correct load size instead of shift as the shift mig...
Pete Cooper
2011-10-27
1
-1
/
+1
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
2
-5
/
+5
*
Don't crash on 128-bit sdiv by constant. Found by inspection.
Eli Friedman
2011-10-27
1
-0
/
+24
*
A branch predicated on a constant can just FastEmit an unconditional branch.
Chad Rosier
2011-10-27
1
-0
/
+47
*
Run test with -verify-machineinstrs.
Rafael Espindola
2011-10-26
1
-2
/
+2
*
Fixes an issue reported by -verify-machineinstrs.
Rafael Espindola
2011-10-26
1
-5
/
+10
*
This commit introduces two fake instructions MORESTACK_RET and
Rafael Espindola
2011-10-26
1
-1
/
+1
*
Make sure short memsets on ARM lower to stores, even when optimizing for size.
Lang Hames
2011-10-26
1
-0
/
+18
*
Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern.
Jim Grosbach
2011-10-26
1
-1
/
+1
*
Revert r142530 at least temporarily while a discussion is had on llvm-commits...
James Molloy
2011-10-26
1
-26
/
+0
*
Revert part of r142530. The patch potentially hurts performance especially
Evan Cheng
2011-10-26
1
-1
/
+0
*
Remove the Blackfin backend.
Dan Gohman
2011-10-25
53
-1363
/
+0
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
68
-2502
/
+0
*
Don't crash on variable insertelement on ARM. PR10258.
Eli Friedman
2011-10-24
1
-0
/
+7
*
Check the visibility of the global variable before placing it into the stubs
Bill Wendling
2011-10-24
1
-0
/
+36
*
Remove the explicit request for "Latency" scheduling from MSP430,
Dan Gohman
2011-10-24
2
-2
/
+2
*
Change the default scheduler from Latency to ILP, since Latency
Dan Gohman
2011-10-24
17
-233
/
+183
*
Completely re-write the algorithm behind MachineBlockPlacement based on
Chandler Carruth
2011-10-23
1
-2
/
+1
*
Fix pr11193.
Nadav Rotem
2011-10-22
1
-0
/
+15
*
Fix pr11194. When promoting and splitting integers we need to use
Nadav Rotem
2011-10-21
1
-0
/
+19
*
Don't hard code the desired alignment for loops -- it isn't 16-bytes on
Chandler Carruth
2011-10-21
1
-3
/
+3
*
1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...
Nadav Rotem
2011-10-21
1
-0
/
+30
*
Add loop aligning to MachineBlockPlacement based on review discussion so
Chandler Carruth
2011-10-21
1
-2
/
+69
*
Add a very basic test for MachineBlockPlacement. This is essentially the
Chandler Carruth
2011-10-21
1
-0
/
+75
*
Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...
Craig Topper
2011-10-21
1
-24
/
+18
*
Revert 142337. Thumb1 still doesn't support dynamic stack realignment. :(
Chad Rosier
2011-10-20
1
-40
/
+0
*
Fix TLS lowering bug. The CopyFromReg must be glued to the TLSCALL. rdar://10...
Evan Cheng
2011-10-19
1
-0
/
+17
*
Improve code generation for vselect on SSE2:
Nadav Rotem
2011-10-19
1
-6
/
+11
*
Use literal pool loads instead of MOVW/MOVT for materializing global addresse...
James Molloy
2011-10-19
1
-0
/
+27
*
Add support for the vector-widening of vselect and vector-setcc
Nadav Rotem
2011-10-19
1
-0
/
+68
*
Rename PEXTR to PEXT. Add intrinsics for BMI instructions.
Craig Topper
2011-10-19
1
-1
/
+128
*
Added testcase for <rdar://problem/10215997>
Lang Hames
2011-10-18
1
-0
/
+29
*
Add additional element-promotion tests.
Nadav Rotem
2011-10-18
1
-0
/
+31
*
Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Inde...
Nadav Rotem
2011-10-18
1
-0
/
+28
*
Fix incorrect check for sign-extended constant BUILD_VECTOR.
Bob Wilson
2011-10-18
1
-0
/
+11
[next]