aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
AgeCommit message (Expand)Author
2013-01-24Simplify the PHI node operand rewriting.Chandler Carruth
2013-01-24Give the basic block variables here names based on the if-then-endChandler Carruth
2013-01-24Lift a cheap early exit test above loops and other complex early exitChandler Carruth
2013-01-24Spiff up the comment on this method, making the example a bit moreChandler Carruth
2013-01-23Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...Anton Korobeynikov
2013-01-23Initialize the components of this class. Otherwise GCC thinks that Array may beDuncan Sands
2013-01-23Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling
2013-01-18Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling
2013-01-18Push some more methods down to hide the use of the Attribute class.Bill Wendling
2013-01-14Remove trailing spaces.Jakub Staszak
2013-01-11Replace DepLibs bitcode record with metadataDerek Schuff
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-08Make sure we don't emit instructions before a landingpad instruction.Bill Wendling
2013-01-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth
2013-01-07Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth
2013-01-05switch from pointer equality comparison to MDNode::getMostGenericTBAA Chris Lattner
2013-01-05Switch SimplifyCFG over to the TargetTransformInfo interface rather thanChandler Carruth
2013-01-05Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-24Fix typo in commentsAlexey Samsonov
2012-12-22Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling
2012-12-21Remove duplicate includes.Roman Divacky
2012-12-21[msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-12Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-30Fix non-determinism introduced in r168970 and pointed out by Duncan.Chandler Carruth
2012-11-30Rearrange the comments, control flow, and variable names; noChandler Carruth
2012-11-30Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng
2012-11-29instcombine: Migrate puts optimizationsMeador Inge
2012-11-29Fix LibCall simplification and ARM EHDerek Schuff
2012-11-29instcombine: Migrate fputs optimizationsMeador Inge
2012-11-29instcombine: Migrate fwrite optimizationsMeador Inge
2012-11-29instcombine: Migrate fprintf optimizationsMeador Inge
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-11-27instcombine: Migrate sprintf optimizationsMeador Inge
2012-11-26Fix a comment bug in toascii simplifierMeador Inge
2012-11-26instcombine: Migrate printf optimizationsMeador Inge
2012-11-26instcombine: Migrate toascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isdigit optimizationsMeador Inge
2012-11-26instcombine: Migrate *abs optimizationsMeador Inge
2012-11-25instcombine: Migrate ffs* optimizationsMeador Inge
2012-11-20Make the AttrListPtr object a part of the LLVMContext.Bill Wendling
2012-11-16SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.Hans Wennborg
2012-11-15misspellAndrew Trick
2012-11-15whitespaceAndrew Trick