aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-01-29Unroll again after running BBVectorizeHal Finkel
2013-01-29Add isBGQ method to PPCSubtargetHal Finkel
2013-01-28Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'.Bill Wendling
2013-01-28Avoid Unnecessary BuildsDavid Greene
2013-01-28Remove the AttributeWithIndex class.Bill Wendling
2013-01-28Add a comment mentioning that InstructionSimplify routines do,Dan Gohman
2013-01-28docs: reorganize front page slightlySean Silva
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor
2013-01-28Fix gcc/printf/ISO C++ warningEdwin Vane
2013-01-28This patch addresses bug 15031.Bill Schmidt
2013-01-28Fix comment.Eric Christopher
2013-01-28Vectorization Factor clarificationRenato Golin
2013-01-28[msan] Mostly disable msan-handle-icmp-exact.Evgeniy Stepanov
2013-01-28Revert r173678.Evgeniy Stepanov
2013-01-28[msan] Make msan-handle-icmp-exact=0 by default.Evgeniy Stepanov
2013-01-28Fix 256-bit PALIGNR comment decoding to understand that it works on independe...Craig Topper
2013-01-28A bugfix for tblgen, in the function ‘emitSourceFileHeader’.Nadav Rotem
2013-01-28Add missing break in 256-bit palignr comment printing. No test case yet becau...Craig Topper
2013-01-28Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...Craig Topper
2013-01-28Created ObjCARCUtil.cpp for functions which in my humble opinion are too larg...Michael Gottesman
2013-01-28Remove addToNoHelperNeeded function that was left unused after r173649. Fixes...Craig Topper
2013-01-28Cleaned up includes in various ObjCARC files and removed some whitespace viol...Michael Gottesman
2013-01-28Refactor ObjCARCAliasAnalysis into its own file.Michael Gottesman
2013-01-28Mid-air collision. reapply r173656.Bill Wendling
2013-01-28Rewrite the removeAttr() method.Bill Wendling
2013-01-28Rewrite the addAttr() method.Bill Wendling
2013-01-28Revert r173646, "Use proper type for the index."NAKAMURA Takumi
2013-01-28Refactored out pass ObjCARCAPElim from ObjCARCOpts.cpp => ObjCARCAPElim.cpp.Michael Gottesman
2013-01-28Fixed case insensitive issue.Michael Gottesman
2013-01-28Removed extraneous doxygen end module statement.Michael Gottesman
2013-01-28Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp.Michael Gottesman
2013-01-28Improved svn repo searching for 'make update'Edwin Vane
2013-01-28Make some code a little simpler.Reed Kotler
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman
2013-01-28Use proper type for the index.Bill Wendling
2013-01-28Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...Bill Wendling
2013-01-28Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...Bill Wendling
2013-01-28Remove a use of AttributeWithIndex.Bill Wendling
2013-01-27Improve the debug output a bit.Bill Wendling
2013-01-27Use proper return type for attribute index.Bill Wendling
2013-01-27Use proper return type for attribute index.Bill Wendling
2013-01-27Push the calculation of the 'Raw' attribute mask down into the implementation...Bill Wendling
2013-01-27Don't erase these methods. They're used during testing.Bill Wendling
2013-01-27Add special 'get' methods to create an Attribute with an alignment. Also do s...Bill Wendling