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-10-11
Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate.
Jan Voung
2013-09-16
Work around a gcc 4.6.3 / 4.7 bug.
Jim Stichnoth
2013-07-25
Clean some PNaCl-specific tests.
Jim Stichnoth
2013-07-24
Hide the x86-64 sandbox base address.
Jim Stichnoth
2013-07-18
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-07-17
Disallow a global address in the x86-64 displacement field.
Jim Stichnoth
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-06-24
Merge r179774: Allow misaligned stores in x86 fast-isel.
Mark Seaborn
2013-06-13
Fix PrologEpilogInserter to save and restore all callee saved registers
Derek Schuff
2013-05-22
Merging r182486:
Bill Wendling
2013-05-21
Merging r182364:
Bill Wendling
2013-05-17
Re-allow an x86-32 fast-isel optimization for NaCl / use shorter insts.
Jan Voung
2013-05-17
Cherry-pick r181922: Fix miscompile due to StackColoring incorrectly merging ...
Mark Seaborn
2013-05-16
Merging r181540:
Bill Wendling
2013-05-10
Merging r181397:
Bill Wendling
2013-05-06
Reduce attributes.
Bill Wendling
2013-05-06
Fix slightly too aggressive conact_vector optimization.
Michael Kuperstein
2013-05-06
Add a testcase that checks that we generate functions with frame
Bill Wendling
2013-05-05
Remove a recently redundant transform from X86ISelLowering.
David Majnemer
2013-05-02
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-05-02
Rewrite X86 codegen regression test with FileCheck
Michael Liao
2013-05-01
Avoid generating tempfile(s) never used
Michael Liao
2013-05-01
Revert r180737. The companion patch was reverted, and this is not relevant ri...
Bill Wendling
2013-05-01
Put VMOVPQIto64rr in the VRPDI class.
Rafael Espindola
2013-05-01
Forget remove the tempfile argument
Michael Liao
2013-05-01
More rewrites of x86 codegen regression tests with FileCheck
Michael Liao
2013-04-30
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
Rewrite X86 codegen regression test with FileCheck
Michael Liao
2013-04-30
Rewrite test in FileCheck instead of grep in X86 codegen
Michael Liao
2013-04-29
Duplicate a testcase.
Bill Wendling
2013-04-29
Rewrite some tests with FileCHeck in X86 codegen
Michael Liao
2013-04-26
Make CHECK lines a bit less strict so they also match code generated for win64.
Benjamin Kramer
2013-04-26
X86: Now that we have a canonical form for vector integer abs, match it into ...
Benjamin Kramer
2013-04-26
DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...
Benjamin Kramer
2013-04-25
This patch adds the X86FixupLEAs pass, which will reduce instruction
Preston Gurd
2013-04-25
[inline asm] Add a test case for r180226. The specific issue is that the inline
Chad Rosier
2013-04-23
Move test from grep to FileCheck.
Rafael Espindola
2013-04-22
Cleanup: test source files do not need to be executable
Arnaud A. de Grandmaison
2013-04-22
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-21
Remove tbaa metadata.
Bill Wendling
2013-04-20
Minor renaming of tests (for consistency with an in-development patch)
Stephen Lin
2013-04-20
Don't litter .s files in test directory.
Benjamin Kramer
2013-04-20
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
Allow tail call opportunity detection through nested and/or multiple iteratio...
Stephen Lin
2013-04-19
Do not mangle in MS-way the globals with magic \001 in the name.
Anton Korobeynikov
2013-04-19
Make test slightly more readable.
Bill Wendling
2013-04-19
Add a testcase to make sure we generate the proper compact unwind section for...
Bill Wendling
2013-04-19
Revert "PR14606: debug info imported_module support"
Eric Christopher
[next]