aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR
Commit message (Expand)AuthorAgeFilesLines
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-0/+14
* Add a new method that adds the AttributeSet at the given index. No functional...Bill Wendling2013-01-221-2/+11
* Remove unused method.Bill Wendling2013-01-211-8/+0
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-211-3/+1
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-211-34/+35
* Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they...Michael Gottesman2013-01-201-13/+15
* More copy editing.Michael Gottesman2013-01-201-10/+9
* Doxygenified and copy edited BasicBlock.h.Michael Gottesman2013-01-201-81/+88
* Doxygenified Argument.h and performed some copy editing of the documentation.Michael Gottesman2013-01-201-31/+36
* Converted all method comments in IRBuilder.h to use doxygen style comments.Michael Gottesman2013-01-201-107/+114
* Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc.Michael Gottesman2013-01-201-2/+4
* Added IRBuilder::CreateFPExtOrFPTrunc.Michael Gottesman2013-01-201-0/+14
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-181-0/+4
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-181-3/+5
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-161-24/+32
* Fix operand type conditions in one of ICmpInst constructors.Evgeniy Stepanov2013-01-151-1/+1
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-112-1/+2
* Remove trailing spaces.Jakub Staszak2013-01-101-21/+21
* Fix indent and remove unneeded #includes in MDBuilder.h.Jakub Staszak2013-01-101-131/+132
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-1032-64/+64
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-091-3/+3
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-092-1/+4
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-071-0/+78
* Rough out a new c'tor for the AttrBuilder class.Bill Wendling2013-01-071-106/+120
* Switch the empty and tombstone key enumerators to not have explicitChandler Carruth2013-01-051-5/+4
* IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...NAKAMURA Takumi2013-01-051-3/+7
* Add a method to create an AttributeSet from an AttrBuilder.Bill Wendling2013-01-051-0/+16
* Get rid of the 'Bits' mask in the attribute builder.Bill Wendling2013-01-041-13/+40
* General cleanups.Bill Wendling2013-01-041-18/+17
* Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling2013-01-031-49/+25
* Revert patch. Something snuck in there that shouldn't be.Bill Wendling2013-01-031-22/+46
* Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling2013-01-031-3/+3
* Revert r171427, "An intermediate step in the Attributes rewrite."NAKAMURA Takumi2013-01-031-46/+22
* An intermediate step in the Attributes rewrite.Bill Wendling2013-01-021-22/+46
* Actually update the CMake and Makefile builds correctly, and update theChandler Carruth2013-01-022-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-0243-0/+25539