aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* LoopVectorizer: When we vectorizer and widen loops we process many elements a...Nadav Rotem2013-01-071-3/+15
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-076-17/+66
* This change is to implement following rules:Shuxin Yang2013-01-072-0/+129
* Fixed EOL whitespace.Michael Gottesman2013-01-071-29/+29
* ARM: Copy-paste error.Jim Grosbach2013-01-071-1/+1
* ARM: Fix a few copy-paste errors.Jim Grosbach2013-01-072-3/+3
* [ms-inline asm] Make sure the NullStreamParser doesn't try to emit labels whenChad Rosier2013-01-071-1/+2
* Add more comments to what's going on here.Eric Christopher2013-01-071-1/+3
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-0711-15/+116
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-072-12/+29
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-077-169/+178
* Implement APFloat::isDenormal()Shuxin Yang2013-01-071-0/+7
* When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet2013-01-072-0/+71
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-075-5/+5
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-074-4/+4
* Remove the long defunct 'DefaultPasses' header. We have a pass managerChandler Carruth2013-01-071-1/+0
* Sink AddrMode back into TargetLowering, removing one of the mostChandler Carruth2013-01-073-3/+3
* Remove LSR's use of the random AddrMode struct. These variables wereChandler Carruth2013-01-071-68/+76
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-074-168/+147
* There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed2013-01-071-2/+2
* Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga2013-01-071-11/+24
* R600/SIISelLowering.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-071-3/+2
* Simplify LoopVectorize to require target transform info and rely on itChandler Carruth2013-01-071-55/+43
* Merge the unused header file for LoopVectorizer into the source file.Chandler Carruth2013-01-072-538/+519
* Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth2013-01-071-4/+4
* 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