index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-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
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
[prev]
[next]