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
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a case where all operands of BUILD_VECTOR are undefined
Michael Liao
2012-08-20
1
-0
/
+8
*
When unsafe math is used, we can use commutative FMAX and FMIN. In some cases
Nadav Rotem
2012-08-19
1
-48
/
+32
*
Reapply r162160 with a fix: Optimize Arith->Trunc->SETCC sequence to allow be...
Nadav Rotem
2012-08-18
2
-2
/
+47
*
Revert r162160 because it made a few buildbots fail.
Nadav Rotem
2012-08-18
2
-47
/
+2
*
The X86 backend has a number of optimizations for SETCC nodes which use
Nadav Rotem
2012-08-18
2
-2
/
+47
*
Make atomic load and store of pointers work. Tighten verification of atomic ...
Eli Friedman
2012-08-17
1
-0
/
+22
*
TargetLowering: Use the large shift amount during legalize types. The legaliz...
Benjamin Kramer
2012-08-17
1
-0
/
+32
*
Fix broken check lines.
Benjamin Kramer
2012-08-17
4
-15
/
+15
*
Remove invalid test. This test requires that dead basic blocks be kept
Bill Wendling
2012-08-15
1
-19
/
+0
*
fix PR11334
Michael Liao
2012-08-14
1
-0
/
+56
*
During the CodeGenPrepare we often lower intrinsics (such as objsize)
Nadav Rotem
2012-08-14
3
-6
/
+6
*
Rename test since it's not linux-specific.
Bill Wendling
2012-08-13
1
-0
/
+0
*
Handle extra Tail predecessors in if-conversion.
Jakob Stoklund Olesen
2012-08-13
1
-0
/
+30
*
Fix failure on Atom bot due to r161769
Manman Ren
2012-08-13
1
-1
/
+1
*
X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr from
Manman Ren
2012-08-13
1
-0
/
+14
*
fix PR13577, an issue introduced by r161687
Michael Liao
2012-08-11
1
-0
/
+8
*
PR13578: Teach MachineCSE that instructions that use a constant register can ...
Benjamin Kramer
2012-08-11
2
-2
/
+24
*
X86: when we are auto-detecting the subtarget features, make sure we turn on
Manman Ren
2012-08-10
1
-1
/
+3
*
add X86-specific DAG optimization to simplify boolean test
Michael Liao
2012-08-10
1
-0
/
+42
*
Update edge weights correctly in replaceSuccessor().
Jakob Stoklund Olesen
2012-08-10
1
-1
/
+1
*
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
2012-08-10
1
-1
/
+1
*
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
2012-08-09
1
-1
/
+1
*
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
2012-08-09
2
-3
/
+3
*
Don't use pointer-pointers for the register use lists.
Jakob Stoklund Olesen
2012-08-09
1
-2
/
+2
*
Add test triples to fix win32 failures. Revert workaround from r161292.
Bob Wilson
2012-08-08
4
-8
/
+8
*
X86: enable CSE between CMP and SUB
Manman Ren
2012-08-08
1
-0
/
+23
*
X86 cmp lowering is looking past truncate on the condition node. It should only
Evan Cheng
2012-08-07
1
-0
/
+36
*
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
3
-5
/
+10
*
MachineCSE: Update the heuristics for isProfitableToCSE.
Manman Ren
2012-08-07
2
-1
/
+36
*
Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...
Craig Topper
2012-08-06
1
-10
/
+10
*
Update test to check for r161305
Craig Topper
2012-08-05
1
-0
/
+2
*
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-08-03
2
-4
/
+4
*
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-08-03
1
-0
/
+3
*
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-03
1
-0
/
+8
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
2
-22
/
+42
*
llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Make sure this is testing without +avx.
NAKAMURA Takumi
2012-08-02
1
-1
/
+1
*
llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Rewrite expressions to pass regardle...
NAKAMURA Takumi
2012-08-02
1
-4
/
+6
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
6
-54
/
+61
*
Line endings.
Matt Beaumont-Gay
2012-08-01
1
-139
/
+139
*
Added FMA functionality to X86 target.
Elena Demikhovsky
2012-08-01
3
-22
/
+165
*
[x86 frame lowering] In 32-bit mode, use ESI as the base pointer.
Chad Rosier
2012-07-31
1
-2
/
+2
*
MachineSink: Sort the successors before trying to find SuccToSinkTo.
Manman Ren
2012-07-31
1
-0
/
+54
*
Reverse order of the two branches at end of a basic block if it is profitable.
Manman Ren
2012-07-31
1
-0
/
+104
*
Consider address spaces for hashing and CSEing DAG nodes. Otherwise two load...
Pete Cooper
2012-07-30
1
-0
/
+16
*
Revert r160920 and r160919 due to dragonegg and clang selfhost failure
Manman Ren
2012-07-29
6
-61
/
+54
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-28
2
-4
/
+4
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-28
6
-50
/
+57
*
X86 Peephole: fix PR13475 in optimizeCompare.
Manman Ren
2012-07-28
1
-0
/
+16
*
Teach CodeGenPrep to look past bitcast when it's duplicating return instruction
Evan Cheng
2012-07-27
1
-0
/
+87
*
Add <imp-def> of super-register when lowering SUBREG_TO_REG.
Jakob Stoklund Olesen
2012-07-27
1
-1
/
+1
[next]