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
/
Utils
Age
Commit message (
Expand
)
Author
2013-01-23
Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...
Anton Korobeynikov
2013-01-23
Initialize the components of this class. Otherwise GCC thinks that Array may be
Duncan Sands
2013-01-23
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-18
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-14
Remove trailing spaces.
Jakub Staszak
2013-01-08
Make sure we don't emit instructions before a landingpad instruction.
Bill Wendling
2013-01-07
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-05
switch from pointer equality comparison to MDNode::getMostGenericTBAA
Chris Lattner
2013-01-05
Switch SimplifyCFG over to the TargetTransformInfo interface rather than
Chandler Carruth
2013-01-05
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
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
2012-12-24
Fix typo in comments
Alexey Samsonov
2012-12-22
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-21
[msan] Remove unreachable blocks before instrumenting a function.
Evgeniy Stepanov
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-12
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Fix non-determinism introduced in r168970 and pointed out by Duncan.
Chandler Carruth
2012-11-30
Rearrange the comments, control flow, and variable names; no
Chandler Carruth
2012-11-30
Fix logic to determine whether to turn a switch into a lookup table. When
Evan Cheng
2012-11-29
instcombine: Migrate puts optimizations
Meador Inge
2012-11-29
instcombine: Migrate fputs optimizations
Meador Inge
2012-11-29
instcombine: Migrate fwrite optimizations
Meador Inge
2012-11-29
instcombine: Migrate fprintf optimizations
Meador Inge
2012-11-27
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-26
Fix a comment bug in toascii simplifier
Meador Inge
2012-11-26
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-25
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-20
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-16
SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.
Hans Wennborg
2012-11-15
misspell
Andrew Trick
2012-11-15
whitespace
Andrew Trick
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-13
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...
Alexey Samsonov
2012-11-13
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-12
Normalize memcmp constant folding results.
Meador Inge
2012-11-11
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
instcombine: Migrate memcpy optimizations
Meador Inge
[prev]
[next]