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-10-03
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-02
Fix a serious X86 instruction selection bug. In
Evan Cheng
2012-10-02
Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!
Nick Lewycky
2012-10-02
Fix PR13991: legalizing an overflowing multiplication operation is harder than
Duncan Sands
2012-10-01
test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.
NAKAMURA Takumi
2012-10-01
Fix PR13899
Michael Liao
2012-09-30
Revert r164910 because it causes failures to several phase2 builds.
Nadav Rotem
2012-09-30
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
Duncan Sands
2012-09-29
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-28
Do not delete BBs if their addresses are taken. rdar://12396696
Evan Cheng
2012-09-28
Testcase for r164835
Manman Ren
2012-09-27
Avoid dereferencing a NULL pointer.
Jakob Stoklund Olesen
2012-09-26
llvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.
NAKAMURA Takumi
2012-09-26
Add SARX/SHRX/SHLX code generation support
Michael Liao
2012-09-26
Add RORX code generation support
Michael Liao
2012-09-26
Add MULX code generation support
Michael Liao
2012-09-25
Add missing i64 max/min/umax/umin on 32-bit target
Michael Liao
2012-09-25
Fix an illegal tailcall opt where the callee returns a double via xmm while c...
Evan Cheng
2012-09-24
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-09-23
Revise test to avoid using of 'grep'
Michael Liao
2012-09-22
Enhance test case of atomic16 to verify inst encoding fixed in r164453.
Michael Liao
2012-09-21
llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.
NAKAMURA Takumi
2012-09-21
Add missing i8 max/min/umax/umin support
Michael Liao
2012-09-20
Fix broken check lines.
Benjamin Kramer
2012-09-20
Specify CPu to prevent failure on ATOM due to different code scheduling
Michael Liao
2012-09-20
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-19
Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArith
Michael Liao
2012-09-17
Add some cases to x86 OptimizeCompare to handle DEC and INC, too.
Jan Wen Voung
2012-09-17
Fix PR13859
Michael Liao
2012-09-16
Fix the testcase to work on all platforms.
Nadav Rotem
2012-09-16
The PMOVZXWD family of functions had patterns extends narrow vector types to ...
Nadav Rotem
2012-09-15
X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.
Benjamin Kramer
2012-09-13
Fix both the test for zero and what we do if we have a zero for
Eric Christopher
2012-09-13
Add wider vector/integer support for PR12312
Michael Liao
2012-09-13
Enhance type legalization on bitcast from vector to integer
Michael Liao
2012-09-13
Fix test case to avoid PIC magic.
Jakob Stoklund Olesen
2012-09-13
Fix the TCRETURNmi64 bug differently.
Jakob Stoklund Olesen
2012-09-13
Revert r163761 "Don't fold indexed loads into TCRETURNmi64."
Jakob Stoklund Olesen
2012-09-13
Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...
Nadav Rotem
2012-09-13
Stack Coloring: We have code that checks that all of the uses of allocas
Nadav Rotem
2012-09-13
Don't fold indexed loads into TCRETURNmi64.
Jakob Stoklund Olesen
2012-09-12
Fix PR11985
Michael Liao
2012-09-12
Stack coloring: remove lifetime intervals which contain escaped allocas.
Nadav Rotem
2012-09-11
[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.
Chad Rosier
2012-09-11
Formatting. No functional change intended.
Chad Rosier
2012-09-11
Stack Coloring: Dont crash on dbg values which use stack frames.
Nadav Rotem
2012-09-10
test/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin x86 targets. '##Inlin...
NAKAMURA Takumi
2012-09-10
[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariant
Chad Rosier
2012-09-10
Update test case for Release builds.
Chad Rosier
[next]