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-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
2012-09-10
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier
2012-09-10
Stack Coloring: Handle the case where END markers come before BEGIN markers p...
Nadav Rotem
2012-09-10
Enhance PR11334 fix to support extload from v2f32/v4f32
Michael Liao
2012-09-10
Add boolean simplification support from CMOV
Michael Liao
2012-09-10
Stack Coloring: Add support for multiple regions of the same slot, within a ...
Nadav Rotem
2012-09-10
The VPSHUFB 256-bit instruction may be generated when one of input vector is ...
Elena Demikhovsky
2012-09-10
Teach the DAGBuilder about lifetime markers which are generated from PHINodes.
Nadav Rotem
2012-09-09
Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.
Craig Topper
2012-09-08
Add instruction selection for ffloor of vectors when SSE4.1 or AVX is enabled.
Craig Topper
2012-09-08
Add support for lowering FABS of vector types.
Craig Topper
2012-09-06
Allow overlaps between virtreg and physreg live ranges.
Jakob Stoklund Olesen
2012-09-06
Disable stack coloring by default in order to resolve the i386 failures.
Nadav Rotem
2012-09-06
AVX2 optimization.
Elena Demikhovsky
2012-09-06
Fix the test by specifying an exact cpu model.
Nadav Rotem
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
Add patterns for converting stores of subvector_extracts of lower 128-bits of...
Craig Topper
2012-09-04
Generic Bypass Slow Div
Preston Gurd
2012-09-04
This patch optimizes shuffle instruction - generates 2 instructions instead o...
Elena Demikhovsky
2012-09-01
Revert "Take account of boolean vector contents when promoting a build vector...
Pete Cooper
2012-09-01
llvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on AMD Bulldozer host, corres...
NAKAMURA Takumi
2012-09-01
Fix Atom bots for r163036.
Manman Ren
2012-08-31
SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure its
Manman Ren
2012-08-31
Mark FMA4 instructions as commutable and add them to the folding tables.
Craig Topper
2012-08-31
Fix PR12359
Michael Liao
2012-08-31
Mark FMA3 instructions as commutable so that the operands to the multiply par...
Craig Topper
[prev]
[next]