aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a few debug messages and some 80+ violations.Michael Gottesman2013-01-291-9/+10
* Added some periods to some comments and added an overload for operator<< for ...Michael Gottesman2013-01-291-6/+28
* Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to ...Michael Gottesman2013-01-291-14/+17
* Add a couple of accessor methods to get the kind and values of an attribute.Bill Wendling2013-01-291-0/+8
* s/Data/Kind/g. No functionality change.Bill Wendling2013-01-292-30/+33
* Support artificial parameters in function types.David Blaikie2013-01-291-0/+2
* Use multiclass for post-increment store instructions.Jyotsna Verma2013-01-294-346/+125
* Add constant extender support for MInst type instructions.Jyotsna Verma2013-01-292-75/+151
* Remove dead code.Evan Cheng2013-01-291-10/+0
* Fixing warnings revealed by gcc release buildEdwin Vane2013-01-293-3/+4
* LoopVectorize: Clean up ValueMap a bit and avoid double lookups.Benjamin Kramer2013-01-291-10/+12
* R600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair to satisfy C++11.NAKAMURA Takumi2013-01-291-1/+1
* AttributeSet::get(): Fix a valgrind error. It doesn't affect actual behavior,...NAKAMURA Takumi2013-01-291-1/+1
* Fix typo in X86BaseInfo.h that I introduced in r157818.Hans Wennborg2013-01-291-2/+2
* Hopefully fix the Windows build failure introduced in r173769Timur Iskhodzhanov2013-01-292-0/+2
* Fix 64-bit atomic operations in Thumb mode.Tim Northover2013-01-291-74/+46
* Merge SSE and AVX shuffle instructions in the comment printer.Craig Topper2013-01-291-98/+14
* MIsched: cleanup code. Use isBoundaryNode().Andrew Trick2013-01-291-2/+4
* Fixed 2 more header comments...Michael Gottesman2013-01-292-2/+2
* Fixed header comment.Michael Gottesman2013-01-291-8/+4
* Fixed some whitespace/80+ violations. Also added a space after a namespace de...Michael Gottesman2013-01-294-6/+6
* Added missing dashes from header declaration comment.Michael Gottesman2013-01-291-1/+1
* Juggled Debug.h from ObjCARC.h to only the including cpp files thatMichael Gottesman2013-01-294-2/+7
* Sorted includes using utils/sort_includes.Michael Gottesman2013-01-298-15/+6
* Added two missing headers from ObjCARCAliasAnalysis.h.Michael Gottesman2013-01-291-0/+3
* Removed InstCombine/Targets as library dependencies for libObjCARCOpts since ...Michael Gottesman2013-01-291-1/+1
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-292-62/+107
* Extracted ObjCARCContract from ObjCARCOpts into its own file.Michael Gottesman2013-01-299-1181/+1387
* Removed some cruft from ObjCARCAliasAnalysis.cpp.Michael Gottesman2013-01-291-10/+0
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-2913-24/+240
* Use an AttrBuilder to generate the correct AttributeSet.Bill Wendling2013-01-292-19/+18
* Convert the AttrBuilder into a list of Attributes instead of one Attribute ob...Bill Wendling2013-01-291-2/+15
* Formatting correctionAndrew Kaylor2013-01-291-2/+1
* S'more small non-functional changes in comments and #includes.Bill Wendling2013-01-291-2/+5
* Reorder some functions and add comments. No functionality change.Bill Wendling2013-01-292-342/+340
* Unroll again after running BBVectorizeHal Finkel2013-01-291-0/+4
* Add isBGQ method to PPCSubtargetHal Finkel2013-01-291-0/+2
* Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'.Bill Wendling2013-01-282-21/+18
* Remove the AttributeWithIndex class.Bill Wendling2013-01-282-92/+73
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-281-8/+45
* Fix gcc/printf/ISO C++ warningEdwin Vane2013-01-281-1/+5
* This patch addresses bug 15031.Bill Schmidt2013-01-282-9/+26
* Fix comment.Eric Christopher2013-01-281-1/+1
* Vectorization Factor clarificationRenato Golin2013-01-281-17/+24
* [msan] Mostly disable msan-handle-icmp-exact.Evgeniy Stepanov2013-01-281-6/+24
* Revert r173678.Evgeniy Stepanov2013-01-281-1/+1
* [msan] Make msan-handle-icmp-exact=0 by default.Evgeniy Stepanov2013-01-281-1/+1
* Fix 256-bit PALIGNR comment decoding to understand that it works on independe...Craig Topper2013-01-281-2/+11
* A bugfix for tblgen, in the function ‘emitSourceFileHeader’.Nadav Rotem2013-01-281-6/+25
* Add missing break in 256-bit palignr comment printing. No test case yet becau...Craig Topper2013-01-281-0/+1