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
2012-03-29
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-27
Add a test for the previous commit. Also, remove two tests that were
Eric Christopher
2012-03-27
Post-ra LICM should take care not to hoist an instruction that would clobber a
Evan Cheng
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-22
Remove -enable-lsr-nested in time for 3.1.
Andrew Trick
2012-03-21
misched: tag a few XFAILs that I plan to fix
Andrew Trick
2012-03-20
[avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu to
Chad Rosier
2012-03-20
[avx] Move the vextractf128 patterns closer to the vextractf128 def. Remove
Chad Rosier
2012-03-20
Fix test.
Chad Rosier
2012-03-20
[avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.
Chad Rosier
2012-03-20
It's possible to have a constant expression who's size is quite big (e.g.,
Bill Wendling
2012-03-19
This patch adds X86 instruction itineraries for non-pseudo opcodes in
Preston Gurd
2012-03-15
When optimizing certain BUILD_VECTOR nodes into other BUILD_VECTOR nodes, add...
Nadav Rotem
2012-03-15
[avx] Add patterns for VINSERTF128rm.
Chad Rosier
2012-03-09
Fix a regression from r147481.
Chad Rosier
2012-03-05
Remove a test case that no longer makes sense.
Jakob Stoklund Olesen
2012-03-04
Do trivial CSE of dead BBs during codegen preparation.
Bill Wendling
2012-03-02
Prevent obscure and incorrect tail-call optimization.
Chad Rosier
2012-03-01
Trivial change to make the test use Use –mcpu=generic,
Preston Gurd
2012-03-01
Revert r151816 as Jim has the appropriate fix.
Chad Rosier
2012-03-01
Fix testcases from r151807.
Chad Rosier
2012-03-01
Add missing triple for tests.
Jim Grosbach
2012-03-01
Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...
James Molloy
2012-03-01
Don't redundantly copy implicit operands when rematerializing.
Lang Hames
2012-02-29
LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...
Benjamin Kramer
2012-02-28
LegalizeIntegerTypes: Reenable the large shift with small amount optimization.
Benjamin Kramer
2012-02-28
Fix a bug in the code that builds SDNodes from vector GEPs.
Nadav Rotem
2012-02-27
test commit.
Preston Gurd
2012-02-25
Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...
NAKAMURA Takumi
2012-02-24
Add WIN_FTOL_* psudo-instructions to model the unique calling convention
Michael J. Spencer
2012-02-24
test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.
NAKAMURA Takumi
2012-02-24
Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...
Pete Cooper
2012-02-23
Allow an integer to be converted into an MMX type when it's used in an inline
Bill Wendling
2012-02-23
Fix to make sure that a comdat group gets generated correctly for a static me...
Anton Korobeynikov
2012-02-22
MC: Fix the MCNullStreamer which was broken in r147763.
Daniel Dunbar
2012-02-22
Properly emit _fltused with FastISel. Refactor to share code with SDAG.
Michael J. Spencer
2012-02-22
Adding support for Microsoft's thiscall calling convention. LLVM side of the...
Aaron Ballman
2012-02-21
test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to...
NAKAMURA Takumi
2012-02-20
Fix machine-cp by having it to check sub-register indicies. e.g.
Evan Cheng
2012-02-18
Testcase for the previous commit.
Eric Christopher
2012-02-17
It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ...
David Chisnall
2012-02-16
Use –mcpu=generic, so that the test will not fail when run on an Intel Atom
Bill Wendling
2012-02-16
Disable machine copy propagation for now. It's known to be buggy (PR11940) an...
Benjamin Kramer
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-15
Add a test for generating Objective-C metadata from module flags.
Bill Wendling
2012-02-15
Stop custom lowering forr x86 DEC64m from happening if the load in the lowere...
Pete Cooper
2012-02-14
Fix PR12000. Some vector operations may use scalar operands with types
Nadav Rotem
2012-02-13
Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...
Nadav Rotem
2012-02-13
Revert accidental commit of a pruned testcase from r150360.
Craig Topper
2012-02-13
Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...
Craig Topper
[prev]
[next]