aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-01-07Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth
2013-01-07Remove the long defunct 'DefaultPasses' header. We have a pass managerChandler Carruth
2013-01-07Sink AddrMode back into TargetLowering, removing one of the mostChandler Carruth
2013-01-07Remove LSR's use of the random AddrMode struct. These variables wereChandler Carruth
2013-01-07Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth
2013-01-07There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed
2013-01-07Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga
2013-01-07R600/SIISelLowering.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi
2013-01-07Simplify LoopVectorize to require target transform info and rely on itChandler Carruth
2013-01-07Merge the unused header file for LoopVectorizer into the source file.Chandler Carruth
2013-01-07Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth
2013-01-07Add LICENSE.TXT covering contributions made by ARM.Tim Northover
2013-01-07Fix a slew of indentation and parameter naming style issues. This 80% ofChandler Carruth
2013-01-07Switch LoopIdiom pass to directly require target transform information.Chandler Carruth
2013-01-07Rough out a new c'tor for the AttrBuilder class.Bill Wendling
2013-01-07Remove more unnecessary # operators with nothing to paste proceeding them.Craig Topper
2013-01-07PR14759: Debug info support for C++ member pointers.David Blaikie
2013-01-07Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper
2013-01-07Remove # from the beginning and end of def names.Craig Topper
2013-01-07Revert r171140. We don't actually need to support #NAME. Because NAME by itse...Craig Topper
2013-01-07Remove unnecessary # tokens at the beginning and end of defm names.Craig Topper
2013-01-07Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth
2013-01-07Move the initialization to the Analysis library as well as the pass.Chandler Carruth
2013-01-07Update comment.Eric Christopher
2013-01-07Fix the enumerator names for ShuffleKind to match tho coding standards,Chandler Carruth
2013-01-07Make the popcnt support enums and methods have more clear names andChandler Carruth
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth
2013-01-07Simplify TableGen type-compatibility checks.Sean Silva
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth
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-06Added debug statement to ObjCARC when we replace objc_autorelease(x) with obj...Michael Gottesman
2013-01-06Added 2x Debug statements to ObjCARC that log when we handle the two undefine...Michael Gottesman
2013-01-06Added debug message in ObjCARC when we remove a no-op cast which has only spe...Michael Gottesman
2013-01-06Added debug message to ObjCARC when we transform an objc_autoreleaseReturnVal...Michael Gottesman
2013-01-06Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper
2013-01-06Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...Evan Cheng
2013-01-06Fix a crash in LSR replaceCongruentIVs.Andrew Trick
2013-01-05Include access modifiers in subprogram metadata IR comment.David Blaikie
2013-01-05Added debug message to ObjCARC when we transform objc_retainAutorelasedReturn...Michael Gottesman
2013-01-05Added debug message for ObjCARC when we zap an objc_autoreleaseReturnValue/ob...Michael Gottesman
2013-01-05switch from pointer equality comparison to MDNode::getMostGenericTBAA Chris Lattner
2013-01-05Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth
2013-01-05Attribute: Make hashes match when looking up AttributeImpls.Benjamin Kramer
2013-01-05Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth
2013-01-05Switch the loop vectorizer from VTTI to just use TTI directly.Chandler Carruth