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
/
Scalar
Age
Commit message (
Expand
)
Author
2013-01-07
[ObjCARC Debug Message] - Added debug message when fuse a retain/autorelease ...
Michael Gottesman
2013-01-07
[ObjCARC Debug Message] - Added debug message when we zap a matching retain/a...
Michael Gottesman
2013-01-07
[ObjCARC Debug Message] - Added debug message when we erase ARC calls with nu...
Michael Gottesman
2013-01-06
[ObjCARC Debug Message] - Added debug message when we add a nounwind keyword ...
Michael Gottesman
2013-01-06
[ObjCARC Debug Message] - Added debug message when we add a tail keyword to a...
Michael Gottesman
2013-01-06
[ObjCARC Debug Messages] - Added missing newline.
Michael Gottesman
2013-01-06
Added debug statement to ObjCARC when we replace objc_autorelease(x) with obj...
Michael Gottesman
2013-01-06
Added 2x Debug statements to ObjCARC that log when we handle the two undefine...
Michael Gottesman
2013-01-06
Added debug message in ObjCARC when we remove a no-op cast which has only spe...
Michael Gottesman
2013-01-06
Added debug message to ObjCARC when we transform an objc_autoreleaseReturnVal...
Michael Gottesman
2013-01-06
Fix a crash in LSR replaceCongruentIVs.
Andrew Trick
2013-01-05
Added debug message to ObjCARC when we transform objc_retainAutorelasedReturn...
Michael Gottesman
2013-01-05
Added debug message for ObjCARC when we zap an objc_autoreleaseReturnValue/ob...
Michael Gottesman
2013-01-05
switch from pointer equality comparison to MDNode::getMostGenericTBAA
Chris Lattner
2013-01-05
Switch LoopIdiomRecognize to directly use the TargetTransformInfo
Chandler Carruth
2013-01-05
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2013-01-04
Added DEBUG message to ObjCARC when we optimize objc_retain => objc_retainAut...
Michael Gottesman
2013-01-04
Fixed up some DEBUG messages where I was putting in the text of a message the...
Michael Gottesman
2013-01-03
Changed two debug statements that state that a queue had finished being proce...
Michael Gottesman
2013-01-03
Added DEBUG message for ObjCARC when we zap a push/pop pair in ObjCARCAPElim:...
Michael Gottesman
2013-01-03
Added DEBUG message to ObjCARC when we transform objc_initWeak(p, null) => *p...
Michael Gottesman
2013-01-03
Added DEBUG message for ObjCARC when an inline asm marker is inserted for arc...
Michael Gottesman
2013-01-02
- Add comment to two functions which might be considered as dead code.
Shuxin Yang
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-01
Add IRBuilder::CreateVectorSplat and use it to simplify code.
Benjamin Kramer
2013-01-01
SROA: Clean up unused assignment warnings from clang's analyzer.
Benjamin Kramer
2013-01-01
Added DEBUG message when ObjCARC replaces a call which returns its argument v...
Michael Gottesman
2013-01-01
Added DEBUG messages to the top of several processing loops in ObjCARC.cpp th...
Michael Gottesman
2012-12-31
Fix LICM's memory promotion optimization to preserve TBAA tags when
Chris Lattner
2012-12-30
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-21
Every pass deserves a name, even codegenprep.
Evan Cheng
2012-12-20
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-18
SROA: Replace calls to getScalarSizeInBits to DataLayout's API because
Nadav Rotem
2012-12-17
Fix another SROA crasher, PR14601.
Chandler Carruth
2012-12-17
Teach the rewriting of memcpy calls to support subvector copies.
Chandler Carruth
2012-12-17
Optimize tree walking in markAliveBlocks.
Evgeniy Stepanov
2012-12-17
Fix a secondary bug I introduced while fixing the first part of PR14478.
Chandler Carruth
2012-12-17
Hoist a convertValue call to the two paths where it is needed.
Chandler Carruth
2012-12-17
Hoist the insertVector helper to be a static helper.
Chandler Carruth
2012-12-17
Lift the extractVector helper all the way out to a static helper function.
Chandler Carruth
2012-12-17
Factor the vector load rewriting into a more generic form.
Chandler Carruth
2012-12-17
Fix the first part of PR14478: memset now works.
Chandler Carruth
2012-12-17
Extract the logic for inserting a subvector into a vector alloca.
Chandler Carruth
2012-12-17
Lift the integer splat computation into a helper function.
Chandler Carruth
2012-12-15
Relax an overly aggressive assert to fix PR14572.
Chandler Carruth
2012-12-11
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT.
Patrik Hagglund
[prev]
[next]