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
2011-11-21
Test case for r145026
Craig Topper
2011-11-21
Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...
Craig Topper
2011-11-20
test/CodeGen/X86/block-placement.ll: Relax expressions for Win32.
NAKAMURA Takumi
2011-11-20
The logic for breaking the CFG in the presence of hot successors didn't
Chandler Carruth
2011-11-20
Add some comments to the latest test case I added here to document what
Chandler Carruth
2011-11-20
Add code for lowering v32i8 shifts by a splat to AVX2 immediate shift instruc...
Craig Topper
2011-11-19
Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.
Craig Topper
2011-11-19
Move the handling of unanalyzable branches out of the loop-driven chain
Chandler Carruth
2011-11-19
Test cases for SSSE3/AVX integer horizontal add/sub.
Craig Topper
2011-11-19
Extend VPBLENDVB and VPSIGN lowering to work for AVX2.
Craig Topper
2011-11-18
Add AVX2 vpbroadcast support
Nadav Rotem
2011-11-17
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-16
Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...
Eli Friedman
2011-11-16
Another missing X86ISD::MOVLPD pattern. rdar://10450317
Evan Cheng
2011-11-16
Disable expensive two-address optimizations at -O0. rdar://10453055
Evan Cheng
2011-11-16
Fix testcase.
Eli Friedman
2011-11-16
CONCAT_VECTORS can have more than two operands. PR11389.
Eli Friedman
2011-11-15
AVX: Add support for vbroadcast from BUILD_VECTOR and refactor some of the vb...
Nadav Rotem
2011-11-15
test/CodeGen/X86/dec-eflags-lower.ll: Relax expression for win32 x64.
NAKAMURA Takumi
2011-11-15
Added custom lowering for load->dec->store sequence in x86 when the EFLAGS re...
Pete Cooper
2011-11-15
We currently use a callback to handle an IL pass deleting a BB that still
Rafael Espindola
2011-11-15
Revert r144611 and r144613.
Jakob Stoklund Olesen
2011-11-15
Rather than trying to use the loop block sequence *or* the function
Chandler Carruth
2011-11-15
Properly qualify AVX2 specific parts of execution dependency table. Also enab...
Craig Topper
2011-11-15
Really fix test.
Jakob Stoklund Olesen
2011-11-15
Allow for depencendy-breaking instructions before cvt*.
Jakob Stoklund Olesen
2011-11-15
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-14
Add a missing pattern for X86ISD::MOVLPD. rdar://10436044
Evan Cheng
2011-11-14
Teach two-address pass to re-schedule two-address instructions (or the kill
Evan Cheng
2011-11-14
Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom lowered
Pete Cooper
2011-11-14
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
Teach machine block placement to cope with unnatural loops. These don't
Chandler Carruth
2011-11-13
Rewrite #3 of machine block placement. This is based somewhat on the
Chandler Carruth
2011-11-13
Remove the -color-ss-with-regs option.
Jakob Stoklund Olesen
2011-11-12
Linear scan is going away.
Jakob Stoklund Olesen
2011-11-12
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
Eliminate more linear scan tests.
Jakob Stoklund Olesen
2011-11-12
Switch a couple -O0 tests to RABasic.
Jakob Stoklund Olesen
2011-11-12
Delete old test of a VirtRegRewriter feature.
Jakob Stoklund Olesen
2011-11-12
Remove old test that doesn't make sense.
Jakob Stoklund Olesen
2011-11-12
Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...
Craig Topper
2011-11-11
Add lowering for AVX2 shift instructions.
Craig Topper
2011-11-10
test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...
NAKAMURA Takumi
2011-11-10
Use a bigger hammer to fix PR11314 by disabling the "forcing two-address
Evan Cheng
2011-11-10
Strip old implicit operands after foldMemoryOperand.
Jakob Stoklund Olesen
2011-11-09
AVX2: Add patterns for variable shift operations
Nadav Rotem
2011-11-09
Speculatively revert commit 144124 (djg) in the hope that the 32 bit
Duncan Sands
2011-11-09
Add AVX2 support for vselect of v32i8
Nadav Rotem
[prev]
[next]