aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add LICENSE.TXT covering contributions made by ARM.Tim Northover2013-01-071-0/+47
* Fix a slew of indentation and parameter naming style issues. This 80% ofChandler Carruth2013-01-071-42/+36
* Switch LoopIdiom pass to directly require target transform information.Chandler Carruth2013-01-071-3/+3
* Rough out a new c'tor for the AttrBuilder class.Bill Wendling2013-01-072-3/+21
* Remove more unnecessary # operators with nothing to paste proceeding them.Craig Topper2013-01-072-40/+40
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-073-0/+23
* Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper2013-01-074-93/+93
* Remove # from the beginning and end of def names.Craig Topper2013-01-074-283/+283
* Revert r171140. We don't actually need to support #NAME. Because NAME by itse...Craig Topper2013-01-071-5/+1
* Remove unnecessary # tokens at the beginning and end of defm names.Craig Topper2013-01-071-10/+10
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-072-46/+52
* Move the initialization to the Analysis library as well as the pass.Chandler Carruth2013-01-072-1/+1
* Update comment.Eric Christopher2013-01-071-1/+1
* Fix the enumerator names for ShuffleKind to match tho coding standards,Chandler Carruth2013-01-072-3/+3
* Make the popcnt support enums and methods have more clear names andChandler Carruth2013-01-073-9/+9
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-0714-14/+14
* Simplify TableGen type-compatibility checks.Sean Silva2013-01-071-7/+38
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-0738-903/+1064
* [ObjCARC Debug Message] - Added debug message when fuse a retain/autorelease ...Michael Gottesman2013-01-071-2/+10
* [ObjCARC Debug Message] - Added debug message when we zap a matching retain/a...Michael Gottesman2013-01-071-0/+3
* [ObjCARC Debug Message] - Added debug message when we erase ARC calls with nu...Michael Gottesman2013-01-071-0/+2
* [ObjCARC Debug Message] - Added debug message when we add a nounwind keyword ...Michael Gottesman2013-01-061-0/+2
* [ObjCARC Debug Message] - Added debug message when we add a tail keyword to a...Michael Gottesman2013-01-061-0/+3
* [ObjCARC Debug Messages] - Added missing newline.Michael Gottesman2013-01-061-1/+1
* Added debug statement to ObjCARC when we replace objc_autorelease(x) with obj...Michael Gottesman2013-01-061-0/+8
* Added 2x Debug statements to ObjCARC that log when we handle the two undefine...Michael Gottesman2013-01-061-2/+16
* Added debug message in ObjCARC when we remove a no-op cast which has only spe...Michael Gottesman2013-01-061-0/+2
* Added debug message to ObjCARC when we transform an objc_autoreleaseReturnVal...Michael Gottesman2013-01-061-0/+12
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-061-27/+100
* Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...Evan Cheng2013-01-061-0/+5
* Fix a crash in LSR replaceCongruentIVs.Andrew Trick2013-01-061-1/+1
* Include access modifiers in subprogram metadata IR comment.David Blaikie2013-01-051-0/+5
* Added debug message to ObjCARC when we transform objc_retainAutorelasedReturn...Michael Gottesman2013-01-051-0/+11
* Added debug message for ObjCARC when we zap an objc_autoreleaseReturnValue/ob...Michael Gottesman2013-01-051-0/+5
* switch from pointer equality comparison to MDNode::getMostGenericTBAA Chris Lattner2013-01-053-8/+9
* Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth2013-01-052-5/+9
* Attribute: Make hashes match when looking up AttributeImpls.Benjamin Kramer2013-01-051-1/+2
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-053-16/+248
* Switch the loop vectorizer from VTTI to just use TTI directly.Chandler Carruth2013-01-052-58/+54
* Switch the cost model analysis over to just the TTI interface.Chandler Carruth2013-01-051-20/+15
* Switch the BB vectorizer from the VTTI interface to the simple TTIChandler Carruth2013-01-051-41/+38
* Switch SimplifyCFG over to the TargetTransformInfo interface rather thanChandler Carruth2013-01-051-4/+2
* Switch LoopIdiomRecognize to directly use the TargetTransformInfoChandler Carruth2013-01-051-11/+9
* Switch the empty and tombstone key enumerators to not have explicitChandler Carruth2013-01-051-3/+5
* IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...NAKAMURA Takumi2013-01-051-0/+2
* Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie2013-01-051-2/+0
* Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...Craig Topper2013-01-051-1/+1
* Revert revision 171524. Original message:Nadav Rotem2013-01-057-206/+3
* Don't call destructors on MachineInstr and MachineOperand.Jakob Stoklund Olesen2013-01-053-30/+13
* Use ArrayRecycler for MachineInstr operand lists.Jakob Stoklund Olesen2013-01-052-74/+98