summaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Rename LLVMContext diagnostic handler types and functions.Bob Wilson2012-12-253-22/+20
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-241-1/+28
* Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky2012-12-241-0/+12
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-222-11/+11
* Some random comment, naming, and format changes.Bill Wendling2012-12-202-12/+19
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-0/+3
* Don't use isa<CallInst>(this) in the constructor for CallInst's base class.Richard Smith2012-12-201-2/+5
* Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefinedRichard Smith2012-12-201-2/+1
* s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...Bill Wendling2012-12-204-22/+22
* Add a context so that once we uniquify strings we can access them easily.Bill Wendling2012-12-192-3/+6
* Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int...Michael Ilseman2012-12-191-5/+1
* s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.Bill Wendling2012-12-194-12/+12
* Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.Patrik Hagglund2012-12-191-5/+22
* Inline hasFunctionOnlyAttrs into its only use.Bill Wendling2012-12-191-1/+19
* Inline the only use of the hasParameterOnlyAttrs method.Bill Wendling2012-12-191-1/+4
* Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...Bill Wendling2012-12-191-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-197-203/+203
* Removed trailing whitespaceMichael Ilseman2012-12-171-22/+22
* Kerning.Bill Wendling2012-12-121-1/+1
* Holding my nose and moving the accumulation routine to GEPOperatorChandler Carruth2012-12-111-28/+2
* Hoist the GEP constant address offset computation to a common home onChandler Carruth2012-12-111-0/+33
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-077-46/+46
* Fix name. The array is unboundED.Bill Wendling2012-12-051-1/+1
* - Added calls to doInitialization/doFinalization to immutable passesPedro Artigas2012-12-051-5/+29
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-042-4/+6
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-042-7/+7
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-041-2/+4
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-032-20/+6
* Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling2012-12-031-0/+12
* Revert r169039, "Aggregate pass execution time report by pass ID instead of p...Jakob Stoklund Olesen2012-12-031-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0332-109/+112
* Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng2012-12-011-12/+0
* VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().NAKAMURA Takumi2012-12-011-2/+3
* Aggregate pass execution time report by pass ID instead of pass instance.Jakob Stoklund Olesen2012-11-301-3/+3
* More strict error checking in parseSpecifier + simplified code.Patrik Hagglund2012-11-301-79/+70
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-301-1/+1
* copyFastMathFlags utility and test caseMichael Ilseman2012-11-291-0/+6
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-291-58/+14
* Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang2012-11-291-0/+14
* Fix warning. [-Wunused-variable]Patrik Hägglund2012-11-281-1/+1
* Add error handling in getInt.Patrik Hägglund2012-11-281-38/+36
* Remove the dependent libraries feature.Bill Wendling2012-11-272-33/+0
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-271-24/+55
* Fast-math flags for LLVM IR parsing and printingMichael Ilseman2012-11-271-0/+16
* Fast-math interfaces for InstructionsMichael Ilseman2012-11-271-0/+84
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-261-55/+24
* Fix a PassManager pointer use-after-free bug.Zhou Sheng2012-11-261-0/+12
* Move semantics are great, don't destroy the optimization opportunity with tri...Benjamin Kramer2012-11-251-8/+0
* Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund2012-11-231-3/+0
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-204-86/+46