index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-05-10
DAGCombiner: Generate a correct constant for vector types when folding (xor (...
Benjamin Kramer
2013-05-09
Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...
Owen Anderson
2013-05-09
Generate a compact unwind encoding in the face of a stack alignment push.
Bill Wendling
2013-05-08
Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInst
Nick Lewycky
2013-05-08
DAGCombiner: Simplify inverted bit tests
David Majnemer
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
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-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
[next]