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