index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
Age
Commit message (
Expand
)
Author
2012-08-31
Add support for converting llvm.fma to fma4 instructions.
Craig Topper
2012-08-31
Don't enforce ordered inline asm operands.
Jakob Stoklund Olesen
2012-08-31
llvm/test/CodeGen/X86/vec_select.ll: Fix failure on xmm-less hosts, to add -m...
NAKAMURA Takumi
2012-08-30
Take account of boolean vector contents when promoting a build vector from i1...
Pete Cooper
2012-08-30
Try to make this test more generic to unbreak buildbots.
Owen Anderson
2012-08-30
Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...
Owen Anderson
2012-08-30
Introduce 'UseSSEx' to force SSE legacy encoding
Michael Liao
2012-08-30
Should put test case under test/ExecutionEngine/MCJIT/
Michael Liao
2012-08-30
Fix PR13727
Michael Liao
2012-08-28
The commutative flag is already correctly set within the multiclass. If we set
Bill Wendling
2012-08-28
Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.
Craig Topper
2012-08-28
llvm/test/CodeGen/X86/pr12312.ll: Add -mtriple=x86_64-unknown-unknown.
NAKAMURA Takumi
2012-08-28
Fix PR12312
Michael Liao
2012-08-27
llvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two tests would fail on non-...
NAKAMURA Takumi
2012-08-27
llvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple=x86_64. It was incompatib...
NAKAMURA Takumi
2012-08-27
Commit test change for r162658.
Craig Topper
2012-08-27
FMA3 tests on bdver2 target for changes made in rev 162012. Also made
Anitha Boyapati
2012-08-27
Make sure that FMA3 is favored even when FMA4 is also enabled. Test case for ...
Craig Topper
2012-08-20
fix a case where all operands of BUILD_VECTOR are undefined
Michael Liao
2012-08-19
When unsafe math is used, we can use commutative FMAX and FMIN. In some cases
Nadav Rotem
2012-08-18
Reapply r162160 with a fix: Optimize Arith->Trunc->SETCC sequence to allow be...
Nadav Rotem
2012-08-18
Revert r162160 because it made a few buildbots fail.
Nadav Rotem
2012-08-18
The X86 backend has a number of optimizations for SETCC nodes which use
Nadav Rotem
2012-08-17
Make atomic load and store of pointers work. Tighten verification of atomic ...
Eli Friedman
2012-08-17
TargetLowering: Use the large shift amount during legalize types. The legaliz...
Benjamin Kramer
2012-08-17
Fix broken check lines.
Benjamin Kramer
2012-08-15
Remove invalid test. This test requires that dead basic blocks be kept
Bill Wendling
2012-08-14
fix PR11334
Michael Liao
2012-08-14
During the CodeGenPrepare we often lower intrinsics (such as objsize)
Nadav Rotem
2012-08-13
Rename test since it's not linux-specific.
Bill Wendling
2012-08-13
Handle extra Tail predecessors in if-conversion.
Jakob Stoklund Olesen
2012-08-13
Fix failure on Atom bot due to r161769
Manman Ren
2012-08-13
X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr from
Manman Ren
2012-08-11
fix PR13577, an issue introduced by r161687
Michael Liao
2012-08-11
PR13578: Teach MachineCSE that instructions that use a constant register can ...
Benjamin Kramer
2012-08-10
X86: when we are auto-detecting the subtarget features, make sure we turn on
Manman Ren
2012-08-10
add X86-specific DAG optimization to simplify boolean test
Michael Liao
2012-08-10
Update edge weights correctly in replaceSuccessor().
Jakob Stoklund Olesen
2012-08-10
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
2012-08-09
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
2012-08-09
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
2012-08-09
Don't use pointer-pointers for the register use lists.
Jakob Stoklund Olesen
2012-08-08
Add test triples to fix win32 failures. Revert workaround from r161292.
Bob Wilson
2012-08-08
X86: enable CSE between CMP and SUB
Manman Ren
2012-08-07
X86 cmp lowering is looking past truncate on the condition node. It should only
Evan Cheng
2012-08-07
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
MachineCSE: Update the heuristics for isProfitableToCSE.
Manman Ren
2012-08-06
Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...
Craig Topper
2012-08-05
Update test to check for r161305
Craig Topper
2012-08-03
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
[prev]
[next]