aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/IR
AgeCommit message (Expand)Author
2013-01-20Converted all method comments in IRBuilder.h to use doxygen style comments.Michael Gottesman
2013-01-20Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc.Michael Gottesman
2013-01-20Added IRBuilder::CreateFPExtOrFPTrunc.Michael Gottesman
2013-01-18Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling
2013-01-18Push some more methods down to hide the use of the Attribute class.Bill Wendling
2013-01-16[IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar
2013-01-15Fix operand type conditions in one of ICmpInst constructors.Evgeniy Stepanov
2013-01-11Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman
2013-01-10Remove trailing spaces.Jakub Staszak
2013-01-10Fix indent and remove unneeded #includes in MDBuilder.h.Jakub Staszak
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-09Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling
2013-01-09Consider expression "0.0 - X" as the negation of X ifShuxin Yang
2013-01-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth
2013-01-07Rough out a new c'tor for the AttrBuilder class.Bill Wendling
2013-01-05Switch the empty and tombstone key enumerators to not have explicitChandler Carruth
2013-01-05IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...NAKAMURA Takumi
2013-01-05Add a method to create an AttributeSet from an AttrBuilder.Bill Wendling
2013-01-04Get rid of the 'Bits' mask in the attribute builder.Bill Wendling
2013-01-04General cleanups.Bill Wendling
2013-01-03Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling
2013-01-03Revert patch. Something snuck in there that shouldn't be.Bill Wendling
2013-01-03Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling
2013-01-03Revert r171427, "An intermediate step in the Attributes rewrite."NAKAMURA Takumi
2013-01-02An intermediate step in the Attributes rewrite.Bill Wendling
2013-01-02Actually update the CMake and Makefile builds correctly, and update theChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth