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-12-26
llvm/test/CodeGen/X86: FileCheck-ize two tests in r171083.
NAKAMURA Takumi
2012-12-26
llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.
NAKAMURA Takumi
2012-12-25
Harden test so it's not affected by changes to compare lowering.
Benjamin Kramer
2012-12-25
X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...
Benjamin Kramer
2012-12-25
X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.
Benjamin Kramer
2012-12-24
llvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.
NAKAMURA Takumi
2012-12-24
Some x86 instructions can load/store one of the operands to memory. On SSE, t...
Nadav Rotem
2012-12-22
X86: Turn mul of <4 x i32> into pmuludq when no SSE4.1 is available.
Benjamin Kramer
2012-12-22
X86: Emit vector sext as shuffle + sra if vpmovsx is not available.
Benjamin Kramer
2012-12-21
In some cases, due to scheduling constraints we copy the EFLAGS.
Nadav Rotem
2012-12-21
try to unbreak ppc buildbots.
Benjamin Kramer
2012-12-21
X86: Match pmin/pmax as a target specific dag combine. This occurs during vec...
Benjamin Kramer
2012-12-21
Move these files over to the debug info directory.
Eric Christopher
2012-12-20
Do not introduce vector operations in functions marked with noimplicitfloat.
Bob Wilson
2012-12-19
Optimized load + SIGN_EXTEND patterns in the X86 backend.
Elena Demikhovsky
2012-12-19
Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ...
Craig Topper
2012-12-17
Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...
Craig Topper
2012-12-15
X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...
Benjamin Kramer
2012-12-14
FastIsel: Get PIC-style GV loads for NaCl64 even w/out 64-bit pointers.
Jan Voung
2012-12-14
TypeLegalizer: Do not generate target specific nodes with illegal types, beca...
Nadav Rotem
2012-12-13
Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be...
Evan Cheng
2012-12-12
llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Fix possible typo(s) in C...
NAKAMURA Takumi
2012-12-12
llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Rename symbols, s/test_/T...
NAKAMURA Takumi
2012-12-12
llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/
NAKAMURA Takumi
2012-12-12
llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.
NAKAMURA Takumi
2012-12-12
DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertion
Manman Ren
2012-12-12
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-11
Add a triple to this test.
Chad Rosier
2012-12-11
Fix a miscompile in the DAG combiner. Previously, we would incorrectly
Chandler Carruth
2012-12-11
move X86-specific test
Paul Redmond
2012-12-11
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
Teach DAG combine to handle vector add/sub with vectors of all 0s.
Craig Topper
2012-12-08
Teach DAG combine to handle vector logical operations with vectors of all 1s ...
Craig Topper
2012-12-07
When we use the BLEND instruction that uses the MSB as a mask, we can remove
Nadav Rotem
2012-12-07
X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.
Nadav Rotem
2012-12-06
Fix a bug in the code that merges consecutive stores. Previously we did not
Nadav Rotem
2012-12-06
Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...
Craig Topper
2012-12-05
RegisterPressureTracker: fix findUseBetween to handle DebugValue
Andrew Trick
2012-12-05
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
Simplified BLEND pattern matching for shuffles.
Elena Demikhovsky
2012-12-05
Add x86 isel lowering logic to form bit test with inverted condition. e.g.
Evan Cheng
2012-12-04
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-02
Allow merging multiple store sequences on the same chain.
Nadav Rotem
2012-12-02
Fix an invalid regex in the test
Eli Bendersky
2012-12-01
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
misched: Fix the DAG builder to handle an undef operand at ExitSU.
Andrew Trick
2012-12-01
misched: Fix LiveInterval update to better handle DebugVal.
Andrew Trick
2012-12-01
misched: fix RegionBegin when DebugValues get shuffled to the top.
Andrew Trick
[prev]
[next]