summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Rename VMCore directory to IR.Chandler Carruth2013-01-02
* Add some comparison operators to compare the Attribute object with the AttrKi...Bill Wendling2012-12-31
* Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling2012-12-31
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-30
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-30
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* s/hasAttribute/contains/g to be more consistent with other method names.Bill Wendling2012-12-30
* Add a few more c'tors:Bill Wendling2012-12-30
* Add a few (as yet unused) query methods to determine if the attribute that'sBill Wendling2012-12-30
* Uniquify the AttributeImpl based on the Constant pointer, since those areBill Wendling2012-12-30
* s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling2012-12-30
* Use a 'Constant' object instead of a bit field to store the attribute data.Bill Wendling2012-12-29
* Use the accessor method instead of the raw ivar to get the bits.Bill Wendling2012-12-29
* 80 columns. No functionality change.Nick Lewycky2012-12-26
* Rename LLVMContext diagnostic handler types and functions.Bob Wilson2012-12-25
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-24
* Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky2012-12-24
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-22
* Some random comment, naming, and format changes.Bill Wendling2012-12-20
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-20
* Don't use isa<CallInst>(this) in the constructor for CallInst's base class.Richard Smith2012-12-20
* Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefinedRichard Smith2012-12-20
* s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...Bill Wendling2012-12-20
* Add a context so that once we uniquify strings we can access them easily.Bill Wendling2012-12-19
* Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int...Michael Ilseman2012-12-19
* s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.Bill Wendling2012-12-19
* Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.Patrik Hagglund2012-12-19
* Inline hasFunctionOnlyAttrs into its only use.Bill Wendling2012-12-19
* Inline the only use of the hasParameterOnlyAttrs method.Bill Wendling2012-12-19
* Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...Bill Wendling2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Removed trailing whitespaceMichael Ilseman2012-12-17
* Kerning.Bill Wendling2012-12-12
* Holding my nose and moving the accumulation routine to GEPOperatorChandler Carruth2012-12-11
* Hoist the GEP constant address offset computation to a common home onChandler Carruth2012-12-11
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Fix name. The array is unboundED.Bill Wendling2012-12-05
* - Added calls to doInitialization/doFinalization to immutable passesPedro Artigas2012-12-05
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-04
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-04
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-03
* Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling2012-12-03
* Revert r169039, "Aggregate pass execution time report by pass ID instead of p...Jakob Stoklund Olesen2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng2012-12-01
* VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().NAKAMURA Takumi2012-12-01
* Aggregate pass execution time report by pass ID instead of pass instance.Jakob Stoklund Olesen2012-11-30
* More strict error checking in parseSpecifier + simplified code.Patrik Hagglund2012-11-30
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-30