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
/
Transforms
Age
Commit message (
Expand
)
Author
2012-02-12
Don't traverse the PHI nodes twice. No functionality change!
Nick Lewycky
2012-02-10
Update BBVectorize to use aliasesUnknownInst.
Hal Finkel
2012-02-09
Tweak comment readability and grammar.
Benjamin Kramer
2012-02-09
GlobalOpt: Be more aggressive about elminating side-effect free static dtors.
Benjamin Kramer
2012-02-08
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...
Kostya Serebryany
2012-02-08
Use Use::set rather than finding the operand number of the use
Duncan Sands
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-06
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-06
Make helper static.
Benjamin Kramer
2012-02-06
Split part of EvaluateFunction into a new EvaluateBlock method. No functionality
Nick Lewycky
2012-02-06
fix indentation
Sebastian Pop
2012-02-05
Teach GlobalOpt to handle atomic accesses to globals.
Nick Lewycky
2012-02-05
Clean up some whitespace and comments. No functionality change.
Nick Lewycky
2012-02-05
Neaten up this method. Check that if there is only one
Duncan Sands
2012-02-05
Fix a thinko pointed out by Eli and the buildbots.
Duncan Sands
2012-02-05
Reduce the number of dom queries made by GVN's conditional propagation
Duncan Sands
2012-02-05
Reduce the number of non-trivial domtree queries by about 1% when
Duncan Sands
2012-02-05
Simplify contains tests using 'count'.
David Blaikie
2012-02-05
BBVectorize.cpp: Get rid of comparision to bool to fix a warning.
NAKAMURA Takumi
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-04
Boost the effective chain depth of loads and stores.
Hal Finkel
2012-02-03
Narrow test further. Make bot and test happy.
Jim Grosbach
2012-02-03
Tidy up. Trailing whitespace.
Jim Grosbach
2012-02-03
Restrict InstCombine from converting varargs to or from fixed args.
Jim Grosbach
2012-02-03
Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."
Jim Grosbach
2012-02-02
BBVectorize: Simplify code, no functionality change.
Benjamin Kramer
2012-02-02
Minor changes from review.
Hal Finkel
2012-02-02
Vectorize long blocks in groups.
Hal Finkel
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
BBVectorize.cpp: Try to fix MSVC build. map::iterator and multimap::iterator ...
NAKAMURA Takumi
2012-02-01
A few of the changes suggested in code review (by Nick Lewycky)
Hal Finkel
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel
2012-02-01
Disable InstCombine unsafe folding bitcasts of calls w/ varargs.
Jim Grosbach
2012-01-31
bz11794 : EarlyCSE stack overflow on long functions.
Lenny Maiorani
2012-01-31
Increase the initial vector size to be equivalent to the size of the Deps
Bill Wendling
2012-01-31
Cache the size of the vector instead of calling .size() all over the place.
Bill Wendling
2012-01-31
eliminate the "string" form of ConstantArray::get, using
Chris Lattner
2012-01-31
eliminate the last uses of GetConstantStringInfo from this file, I didn't rea...
Chris Lattner
2012-01-31
start moving SimplifyLibcalls over to getConstantStringInfo, which is
Chris Lattner
2012-01-31
enhance logic to support ConstantDataArray.
Chris Lattner
2012-01-31
s/getInnerUnwindDest/getInnerResumeDest/g
Bill Wendling
2012-01-31
Remove ivar which is identical to another ivar.
Bill Wendling
2012-01-31
Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g.
Bill Wendling
2012-01-31
Remove more dead functions.
Bill Wendling
2012-01-31
s/getInnerUnwindDestNewEH/getInnerUnwindDest/g
Bill Wendling
2012-01-31
Remove some unused, old-EH methods.
Bill Wendling
2012-01-31
Get rid of references to dead intrinsics.
Bill Wendling
[prev]
[next]