summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Removing initializer for the field removed in r173887David Blaikie2013-01-30
* Remove unused variable (introduced in r173884) to clear clang -Werror buildDavid Blaikie2013-01-30
* Forgot to add new file to CMakeListsJack Carter2013-01-30
* This patch implements runtime ARM specificJack Carter2013-01-30
* This patch implements runtime Mips specificJack Carter2013-01-30
* This patch reworks how llvm targets set Jack Carter2013-01-30
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-30
* Adding simple cast cost to ARMRenato Golin2013-01-29
* Remove unused variable (unused since r173839)Dmitri Gribenko2013-01-29
* Made certain small functions in PtrState inlined.Michael Gottesman2013-01-29
* [MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer2013-01-29
* LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen2013-01-29
* Removed trailing comma in last element of enum declaration.Michael Gottesman2013-01-29
* Moved S_Stop back to its previous position in the sequence order.Michael Gottesman2013-01-29
* Add a special handling case for untyped CopyFromReg node in GetCostForDef() o...Weiming Zhao2013-01-29
* Fixed a few debug messages and some 80+ violations.Michael Gottesman2013-01-29
* Added some periods to some comments and added an overload for operator<< for ...Michael Gottesman2013-01-29
* Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to ...Michael Gottesman2013-01-29
* Add a couple of accessor methods to get the kind and values of an attribute.Bill Wendling2013-01-29
* s/Data/Kind/g. No functionality change.Bill Wendling2013-01-29
* Support artificial parameters in function types.David Blaikie2013-01-29
* Use multiclass for post-increment store instructions.Jyotsna Verma2013-01-29
* Add constant extender support for MInst type instructions.Jyotsna Verma2013-01-29
* Remove dead code.Evan Cheng2013-01-29
* Fixing warnings revealed by gcc release buildEdwin Vane2013-01-29
* LoopVectorize: Clean up ValueMap a bit and avoid double lookups.Benjamin Kramer2013-01-29
* R600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair to satisfy C++11.NAKAMURA Takumi2013-01-29
* AttributeSet::get(): Fix a valgrind error. It doesn't affect actual behavior,...NAKAMURA Takumi2013-01-29
* Fix typo in X86BaseInfo.h that I introduced in r157818.Hans Wennborg2013-01-29
* Hopefully fix the Windows build failure introduced in r173769Timur Iskhodzhanov2013-01-29
* Fix 64-bit atomic operations in Thumb mode.Tim Northover2013-01-29
* Merge SSE and AVX shuffle instructions in the comment printer.Craig Topper2013-01-29
* MIsched: cleanup code. Use isBoundaryNode().Andrew Trick2013-01-29
* Fixed 2 more header comments...Michael Gottesman2013-01-29
* Fixed header comment.Michael Gottesman2013-01-29
* Fixed some whitespace/80+ violations. Also added a space after a namespace de...Michael Gottesman2013-01-29
* Added missing dashes from header declaration comment.Michael Gottesman2013-01-29
* Juggled Debug.h from ObjCARC.h to only the including cpp files thatMichael Gottesman2013-01-29
* Sorted includes using utils/sort_includes.Michael Gottesman2013-01-29
* Added two missing headers from ObjCARCAliasAnalysis.h.Michael Gottesman2013-01-29
* Removed InstCombine/Targets as library dependencies for libObjCARCOpts since ...Michael Gottesman2013-01-29
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-29
* Extracted ObjCARCContract from ObjCARCOpts into its own file.Michael Gottesman2013-01-29
* Removed some cruft from ObjCARCAliasAnalysis.cpp.Michael Gottesman2013-01-29
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* Use an AttrBuilder to generate the correct AttributeSet.Bill Wendling2013-01-29
* Convert the AttrBuilder into a list of Attributes instead of one Attribute ob...Bill Wendling2013-01-29
* Formatting correctionAndrew Kaylor2013-01-29
* S'more small non-functional changes in comments and #includes.Bill Wendling2013-01-29
* Reorder some functions and add comments. No functionality change.Bill Wendling2013-01-29