aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* Make sure we don't emit instructions before a landingpad instruction.Bill Wendling2013-01-081-1/+6
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-071-1/+1
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-071-37/+37
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-1/+1
* switch from pointer equality comparison to MDNode::getMostGenericTBAA Chris Lattner2013-01-051-1/+0
* Switch SimplifyCFG over to the TargetTransformInfo interface rather thanChandler Carruth2013-01-051-4/+2
* Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth2013-01-052-578/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-0232-154/+154
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Fix typo in commentsAlexey Samsonov2012-12-241-1/+1
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-221-12/+12
* Remove duplicate includes.Roman Divacky2012-12-211-2/+0
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-211-0/+41
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-192-35/+35
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-121-0/+35
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-072-29/+29
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0328-124/+124
* Fix non-determinism introduced in r168970 and pointed out by Duncan.Chandler Carruth2012-11-301-5/+13
* Rearrange the comments, control flow, and variable names; noChandler Carruth2012-11-301-7/+14
* Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng2012-11-301-6/+13
* instcombine: Migrate puts optimizationsMeador Inge2012-11-291-0/+27
* instcombine: Migrate fputs optimizationsMeador Inge2012-11-291-0/+24
* instcombine: Migrate fwrite optimizationsMeador Inge2012-11-291-0/+35
* instcombine: Migrate fprintf optimizationsMeador Inge2012-11-291-0/+77
* Remove the dependent libraries feature.Bill Wendling2012-11-271-4/+0
* instcombine: Migrate sprintf optimizationsMeador Inge2012-11-271-0/+95
* Fix a comment bug in toascii simplifierMeador Inge2012-11-261-1/+1
* instcombine: Migrate printf optimizationsMeador Inge2012-11-261-0/+103
* instcombine: Migrate toascii optimizationsMeador Inge2012-11-261-0/+16
* instcombine: Migrate isascii optimizationsMeador Inge2012-11-261-0/+17
* instcombine: Migrate isdigit optimizationsMeador Inge2012-11-261-0/+18
* instcombine: Migrate *abs optimizationsMeador Inge2012-11-261-0/+21
* instcombine: Migrate ffs* optimizationsMeador Inge2012-11-251-0/+46
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-201-13/+30
* SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.Hans Wennborg2012-11-161-1/+2
* misspellAndrew Trick2012-11-151-3/+3
* whitespaceAndrew Trick2012-11-151-4/+4
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-1/+1
* Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...Alexey Samsonov2012-11-131-2/+21
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-131-3/+262
* Normalize memcmp constant folding results.Meador Inge2012-11-121-1/+8
* instcombine: Migrate memset optimizationsMeador Inge2012-11-111-0/+21
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-111-0/+21
* instcombine: Migrate memcpy optimizationsMeador Inge2012-11-111-0/+21
* instcombine: Migrate memcmp optimizationsMeador Inge2012-11-111-2/+53
* instcombine: Migrate strstr optimizationsMeador Inge2012-11-111-0/+80
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-111-4/+15
* instcombine: Migrate strcspn optimizationsMeador Inge2012-11-101-0/+34
* instcombine: Query target library information to gate libcall simplificationsMeador Inge2012-11-101-19/+25
* instcombine: Migrate strspn optimizationsMeador Inge2012-11-081-0/+31