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
2008-05-24
Put initialized const weak objects into correct
Dale Johannesen
2008-05-24
This is done.
Evan Cheng
2008-05-24
New loadl_pd and loadh_pd tests.
Evan Cheng
2008-05-24
Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.
Evan Cheng
2008-05-24
Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo...
Evan Cheng
2008-05-24
Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo...
Evan Cheng
2008-05-23
Document common linkage.
Dale Johannesen
2008-05-23
Revert 51440 as it breaks a bunch of PIC tests.
Evan Cheng
2008-05-23
label is a first-class type.
Dan Gohman
2008-05-23
It turns out there are only 3 non-first-class type kinds left now, so
Dan Gohman
2008-05-23
Remove a bogus svn:mime-type property.
Dan Gohman
2008-05-23
Update the description of first-class types to reflect that
Dan Gohman
2008-05-23
Don't silently truncate array extents to 32 bits.
Dan Gohman
2008-05-23
Add a missed CommonLinkage check.
Dale Johannesen
2008-05-23
Use movlps / movhps to modify low / high half of 16-byet memory location.
Evan Cheng
2008-05-23
Remove lingering references to .llx and .tr in the tests.
Dan Gohman
2008-05-23
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
Dan Gohman
2008-05-23
Add #includes to make some dependencies explicit.
Dan Gohman
2008-05-23
Issue errors in several situations instead of aborting.
Dan Gohman
2008-05-23
Elaborate on the entry on integer vector multiplication by constants.
Dan Gohman
2008-05-23
Fix a duplicated pattern.
Evan Cheng
2008-05-23
Use PMULDQ for v2i64 multiplies when SSE4.1 is available. And add
Dan Gohman
2008-05-23
New entry.
Evan Cheng
2008-05-23
Rewrite a loop to avoid using iterators pointing to
Dale Johannesen
2008-05-23
Fix the spelling of the va_arg keyword.
Dan Gohman
2008-05-23
Fix another isFirstClassType that now needs to be isSingleValueType.
Dan Gohman
2008-05-23
Replace some weird usage of UserOp1 introduced in r49492 by a plain if.
Matthijs Kooijman
2008-05-23
Restructure the testing documentation.
Matthijs Kooijman
2008-05-23
Restucture a part of the SimplifyCFG pass and include a testcase.
Matthijs Kooijman
2008-05-23
Indent fix.
Matthijs Kooijman
2008-05-23
Constant integer vectors may also be negated.
Nick Lewycky
2008-05-23
Typo.
Nick Lewycky
2008-05-23
Revert X + X --> X * 2 optz'n which pessimizes heavily on x86.
Nick Lewycky
2008-05-23
we compile multiply-by-constant into horrible code. Doesn't sse4 have some
Chris Lattner
2008-05-23
Implement X + X for vectors.
Nick Lewycky
2008-05-23
Fix a recently added optimization to not crash on vectors.
Nick Lewycky
2008-05-23
Generalize the new code in instcombine's ComputeNumSignBits for handling
Dan Gohman
2008-05-23
Make structs and arrays first-class types, and add assembly
Dan Gohman
2008-05-23
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-23
Remove warnings about comparison between signed and unsigned expressions.
Bill Wendling
2008-05-23
Allow for switch with no cases. Was causing fault
Dale Johannesen
2008-05-23
Bug: rcpps can only folds a load if the address is 16-byte aligned. Fixed man...
Evan Cheng
2008-05-23
Add more IR support for the new extractvalue and insertvalue
Dan Gohman
2008-05-23
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-23
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-23
Put const weak stuff in appropriate section on Darwin.
Dale Johannesen
2008-05-23
Make LTO expect common and weak to be represented differently.
Dale Johannesen
2008-05-23
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-22
X86CodeEmitter should not set PIC style to None at initialization time. This ...
Evan Cheng
2008-05-22
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
[next]