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
Age
Commit message (
Expand
)
Author
2010-10-06
Rename 2.8rc to 2.8.
release_28
Bill Wendling
2010-10-04
Update
Bill Wendling
2010-10-04
Update release notes for 2.8 release.
Bill Wendling
2010-10-01
PR8200: The MMX unpack instructions were no longer selected. Reverted the parts
Bill Wendling
2010-09-30
Revert r102604. It was breaking 32-bit Linux. See
Bill Wendling
2010-09-29
Merge in r114506.
Bill Wendling
2010-09-29
Disable MinGW & shared because it never worked.
Bill Wendling
2010-09-28
Document that Pass(char*) got replaced with Pass(char&).
Torok Edwin
2010-09-20
Adjust comment to say that assertions are off by default.
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-09
Approved by Duncan:
Bill Wendling
2010-09-08
Rename 2.8 to 2.8rc to avoid confusion between release candidate and full rel...
Bill Wendling
2010-09-08
Enable optimizations and disable assertions by default.
Bill Wendling
2010-09-08
Change version from 2.8svn to 2.8.
Bill Wendling
2010-09-08
$ svn merge -c 113255 https://llvm.org/svn/llvm-project/llvm/trunk
Bill Wendling
2010-09-07
$ svn merge -c 113303 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-06
Approved by Chris:
Bill Wendling
2010-09-05
Approved by Chris:
Bill Wendling
2010-09-04
Remove CorrelatedValuePropagation from the default pass set for LLVM 2.8. It
Owen Anderson
2010-09-04
Creating release_28 branch from llvm trunk.
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
Reapply this increase to the number of virtual registers. All of the
Eric Christopher
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
[next]