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-01-31
Formatting cleanups. No functionality change.
Bill Wendling
2012-01-31
Remove no-longer-useful dyn_casts and pals.
Bill Wendling
2012-01-30
[asan] fix the ObjC support (asan Issue #33)
Kostya Serebryany
2012-01-30
Typo.
Chad Rosier
2012-01-30
Typo.
Chad Rosier
2012-01-30
Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...
Alexander Potapenko
2012-01-28
Fix typo.
Nick Lewycky
2012-01-28
[asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA Takumi
Kostya Serebryany
2012-01-27
continue making the world safe for ConstantDataVector. At this point,
Chris Lattner
2012-01-26
Continue improving support for ConstantDataAggregate, and use the
Chris Lattner
2012-01-26
some general cleanup, using new methods and tidying up old code.
Chris Lattner
2012-01-25
Gracefully degrade precision in branch probability numbers.
Nick Lewycky
2012-01-25
use Constant::getAggregateElement to simplify a bunch of code.
Chris Lattner
2012-01-25
use ConstantVector::getSplat in a few places.
Chris Lattner
2012-01-24
[asan] enable asan only for the functions that have Attribute::AddressSafety
Kostya Serebryany
2012-01-24
basic instcombine support for CDS.
Chris Lattner
2012-01-23
Implemented AddressSanitizer::getPassName()
Alexander Potapenko
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
Handle a corner case with IV chain collection with bailout instead of assert.
Andrew Trick
2012-01-20
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-20
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-19
Set the "tail" flag on pattern-matched objc_storeStrong calls.
Dan Gohman
2012-01-19
Actually, this code handles wrapped sets just fine. Noticed by inspection.
Nick Lewycky
2012-01-18
Add a depth limit to avoid runaway recursion.
Dan Gohman
2012-01-18
Use llvm.global_ctors to locate global constructors instead
Dan Gohman
2012-01-18
Remove trailing spaces and unneeded includes.
Jakub Staszak
2012-01-17
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
Add a new PassManagerBuilder customization point,
Dan Gohman
2012-01-17
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-17
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-16
Fixed comment in loop-unswitch.
Stepan Dyatkovskiy
2012-01-15
Cosmetic patch for r148215.
Stepan Dyatkovskiy
2012-01-15
Fixup for r148132. Type replacement for LoopsProperties: from DenseMap to std...
Stepan Dyatkovskiy
2012-01-14
Fix an unused variable warning that Chad noticed.
Dan Gohman
2012-01-13
Speculatively revert r148132+r148133 to try and fix a buildbot failure.
Eli Friedman
2012-01-13
Cosmetic patch for r148132.
Stepan Dyatkovskiy
2012-01-13
LoopUnswitch: All helper data that is collected during loop-unswitch iteratio...
Stepan Dyatkovskiy
2012-01-13
Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that
Dan Gohman
2012-01-11
Re-fix the issue Bill fixed in r147899 in a slightly different way, which doe...
Eli Friedman
2012-01-11
[asan] extend the workaround for http://llvm.org/bugs/show_bug.cgi?id=11395: ...
Kostya Serebryany
2012-01-11
Improved compile time:
Stepan Dyatkovskiy
2012-01-11
If the global variable is removed by the linker, then don't constant merge it
Bill Wendling
2012-01-10
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-09
Adding IV chain generation to LSR.
Andrew Trick
2012-01-09
Adding collection of IV chains to LSR.
Andrew Trick
2012-01-09
"Minor LSR debugging stuff"
Andrew Trick
2012-01-09
Move assert to the right place.
Benjamin Kramer
2012-01-09
InstCombine: Teach foldLogOpOfMaskedICmpsHelper that sign bit tests are bit t...
Benjamin Kramer
2012-01-08
Tweak my last commit to be less conservative about uses.
Benjamin Kramer
2012-01-08
InstCombine: If we have a bit test and a sign test anded/ored together, merge...
Benjamin Kramer
[prev]
[next]