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
/
lib
Age
Commit message (
Expand
)
Author
2010-10-01
PR8200: The MMX unpack instructions were no longer selected. Reverted the parts
Bill Wendling
2010-09-29
Merge in r114506.
Bill Wendling
2010-09-17
Approved by Evan
Bill Wendling
2010-09-15
Merge AutoUpgrade of EH magic variable.
Bill Wendling
2010-09-15
$ svn merge -c 113848 https://llvm.org/svn/llvm-project/llvm/trunk
Bill Wendling
2010-09-15
Approved by Chris:
Bill Wendling
2010-09-14
Approved by Chris
Bill Wendling
2010-09-14
Approved by Chris:
Bill Wendling
2010-09-14
Approved by Chris:
Bill Wendling
2010-09-14
Approved by Chris:
Bill Wendling
2010-09-10
Approved by Evan:
Bill Wendling
2010-09-10
Approved by Evan.
Bill Wendling
2010-09-09
Approved by Evan:
Bill Wendling
2010-09-09
Approved by Evan:
Bill Wendling
2010-09-08
$ svn merge -c 113255 https://llvm.org/svn/llvm-project/llvm/trunk
Bill Wendling
2010-09-07
Approved by Chris:
Bill Wendling
2010-09-06
Approved by Chris:
Bill Wendling
2010-09-06
Approved by Chris:
Bill Wendling
2010-09-05
Approved by Chris:
Bill Wendling
2010-09-04
Emit target specific nodes for isPSHUFHWMask and isPSHUFLWMask
Bruno Cardoso Lopes
2010-09-04
Emit target specific nodes for isSHUFPMask
Bruno Cardoso Lopes
2010-09-04
Previous isMOVLMask matching already emits targets nodes, remove check
Bruno Cardoso Lopes
2010-09-04
One more check from the original isShuffleMaskLegal goes away
Bruno Cardoso Lopes
2010-09-04
Remove a duplicated but useless check that i've inserted in the previous commit.
Bruno Cardoso Lopes
2010-09-04
Refactor some code and remove the extra checks for unpckl_undef and unpckh_undef
Bruno Cardoso Lopes
2010-09-04
fix a bug in my licm rewrite when a load from the promoted memory
Chris Lattner
2010-09-03
Remove check for unpckh mask
Bruno Cardoso Lopes
2010-09-03
Remove check for unpckl mask
Bruno Cardoso Lopes
2010-09-03
Inline isShuffleMaskLegal into LowerVECTOR_SHUFFLE, so we can start
Bruno Cardoso Lopes
2010-09-03
Propagate non-local comparisons. Fixes PR1757.
Owen Anderson
2010-09-03
Disable the asserts that check that normalization is perfectly
Dan Gohman
2010-09-03
Reapply considered harmfull part of rr112934 and r112942.
Bruno Cardoso Lopes
2010-09-03
previous patch was a little too tricky for its own good. Don't try to
Jim Grosbach
2010-09-03
Remove the rest of the nonexistent 64-bit AVX instructions.
Dale Johannesen
2010-09-03
Reapply last harmless part of r112934, the pattern fragment to match X86Unpcklpd
Bruno Cardoso Lopes
2010-09-03
Reintroduce a simple function refactoring done in r112934, also without any f...
Bruno Cardoso Lopes
2010-09-03
Reapply piecies of r112942 and r112934 which don't do
Bruno Cardoso Lopes
2010-09-03
Reapply Fix comment
Bruno Cardoso Lopes
2010-09-03
Revert r112934, "- Use specific nodes to match unpckl masks.", which introduced
Daniel Dunbar
2010-09-03
Revert r112938 "Fix comment", which depends on r112934, which introduced some
Daniel Dunbar
2010-09-03
Revert r112942, "Use punpckh and unpckh family of nodes instead of using unpckh
Daniel Dunbar
2010-09-03
Add a missing check when legalizing a vector extending load. This doesn't
Bob Wilson
2010-09-03
Get rid of "passing signed into unsigned parameter" warning on PPC.
Bill Wendling
2010-09-03
Add support for simplifying a load from a computed value to a load from a glo...
Owen Anderson
2010-09-03
Re-apply r112883:
Jim Grosbach
2010-09-03
VirtRegRewriter checks for early clobbers before it reuses an available stack
Jakob Stoklund Olesen
2010-09-03
Check the local frame alignment for determining whether dynamic stack
Jim Grosbach
2010-09-03
Finish converting the rest of the NEON VLD instructions to use pseudo-
Bob Wilson
2010-09-03
Revert "For ARM stack frames that utilize variable sized objects and have eit...
Daniel Dunbar
2010-09-03
Zap dead code.
Benjamin Kramer
[next]