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
2013-04-19
PR14606: debug info imported_module support
David Blaikie
2013-04-18
X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...
Benjamin Kramer
2013-04-18
Allow misaligned stores in x86 fast-isel.
Derek Schuff
2013-04-17
This patch teaches x86 fast-isel to generate the native div/idiv instructions
Eli Bendersky
2013-04-16
Add support for the div/rem instructions under x86 fast-isel.
Jim Stichnoth
2013-04-15
Avoid outputting temporary test file into source tree.
Tim Northover
2013-04-13
Further generalize this scheduler test.
Andrew Trick
2013-04-13
Fix a dislexic regex.
Andrew Trick
2013-04-13
Add a missing REQUIRES: asserts
Andrew Trick
2013-04-13
MI-Sched: schedule physreg copies.
Andrew Trick
2013-04-12
Fix the test on linux by setting the triple and the align format
Nadav Rotem
2013-04-12
Add a flag to align all basic blocks in the function.
Nadav Rotem
2013-04-11
Use FileCheck instead of grep.
Preston Gurd
2013-04-11
Add a CHECK-NOT for a more faithful translation of the original grep | count 2.
Eli Bendersky
2013-04-11
Optimize vector select from all 0s or all 1s
Michael Liao
2013-04-11
Enhance bool simplifcation in X86 to handle more cases
Michael Liao
2013-04-10
Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grep
Eli Bendersky
2013-04-10
__sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not in
Evan Cheng
2013-04-05
Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...
Timur Iskhodzhanov
2013-04-05
RegisterPressure heuristics currently require signed comparisons.
Andrew Trick
2013-04-03
Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 bot
Timur Iskhodzhanov
2013-04-03
Fix SRet for thiscall in i686-pc-win32
Timur Iskhodzhanov
2013-04-02
llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...
NAKAMURA Takumi
2013-04-02
Don't attempt MTM heuristics without a scheduling model present.
Jakob Stoklund Olesen
2013-04-02
[fast-isel] Use the correct API to disable FastLowerArguments for Win64.
Chad Rosier
2013-04-02
Simplify test cases for Atom preferring call register indirect over
Preston Gurd
2013-04-01
Merge load/store sequences with adresses: base + index + offset
Arnold Schwaighofer
2013-03-31
X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.
Benjamin Kramer
2013-03-30
DAGCombine: visitXOR can replace a node without returning it, bail out in tha...
Benjamin Kramer
2013-03-30
Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
Benjamin Kramer
2013-03-29
Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...
Timur Iskhodzhanov
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-28
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
Enhance boolean simplification to handle 16-/64-bit RDRAND
Michael Liao
2013-03-28
Make Win32 put the SRet address into EAX, fixes PR15556
Timur Iskhodzhanov
2013-03-28
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-27
This patch follows is a follow up to r178171, which uses the register
Preston Gurd
2013-03-27
For the current Atom processor, the fastest way to handle a call
Preston Gurd
2013-03-27
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-26
Add XTEST codegen support
Michael Liao
2013-03-26
Enable SandyBridgeModel for all modern Intel P6 descendants.
Jakob Stoklund Olesen
2013-03-26
Fix PRFCHW test on non-x86 builds
Michael Liao
2013-03-26
Add PREFETCHW codegen support
Michael Liao
2013-03-25
Revise alignment checking/calculation on 256-bit unaligned memory access
Michael Liao
2013-03-25
Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)
Michael Liao
2013-03-25
Add an -mcpu option to a test that is apparently scheduler-sensitive.
Jakob Stoklund Olesen
2013-03-25
Disable some unsafe-fp-math DAG-combine transformation after legalization.
Shuxin Yang
2013-03-25
llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.
NAKAMURA Takumi
2013-03-25
Remove unnecessary attributes from test case.
Chad Rosier
2013-03-25
Add a GC plugin for Erlang
Yiannis Tsiouris
[prev]
[next]