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-17
Calls and invokes with the new clang.arc.no_objc_arc_exceptions
Dan Gohman
2012-02-17
Add support for invariant.start inside the static constructor evaluator. This is
Nick Lewycky
2012-02-17
Remove redundant comment. Use a more efficient datatype.
Bill Wendling
2012-02-17
Fix some grammar-os and formatting.
Bill Wendling
2012-02-16
loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...
Eli Friedman
2012-02-14
[tsan] fix compiler warnings
Kostya Serebryany
2012-02-14
Add simplifyLoopLatch to LoopRotate pass.
Andrew Trick
2012-02-14
whitespace
Andrew Trick
2012-02-13
Check against umin while converting fcmp into an icmp.
Devang Patel
2012-02-13
Just like in regular escape analysis, loads and stores through
Dan Gohman
2012-02-13
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
2012-02-12
Handle InvokeInst in EvaluateBlock. Don't try to support exceptions, it's just
Nick Lewycky
2012-02-12
false is totally null!
Nick Lewycky
2012-02-12
Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
Nick Lewycky
2012-02-12
Pass TargetData and TargetLibraryInfo through to the constant folder. Fixes a
Nick Lewycky
2012-02-12
Fix function name in comment to match actual name. Fix comments that are using
Nick Lewycky
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
[next]