summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* 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
* copyFastMathFlags utility and test caseMichael Ilseman2012-11-29
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang2012-11-29
* Fix warning. [-Wunused-variable]Patrik Hägglund2012-11-28
* Add error handling in getInt.Patrik Hägglund2012-11-28
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-27
* Fast-math flags for LLVM IR parsing and printingMichael Ilseman2012-11-27
* Fast-math interfaces for InstructionsMichael Ilseman2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* Fix a PassManager pointer use-after-free bug.Zhou Sheng2012-11-26
* Move semantics are great, don't destroy the optimization opportunity with tri...Benjamin Kramer2012-11-25
* Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund2012-11-23
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-20
* 80-column and whitespace fixups.Eric Christopher2012-11-20
* Remove a function argument and propagate const around accordingly.Eric Christopher2012-11-19
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-19
* Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy2012-11-17
* Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of castHans Wennborg2012-11-16
* Remove trailing whitespaceMichael Ilseman2012-11-15
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands2012-11-15
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-15
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* Revert some redundant parts of r142605.Patrik Hägglund2012-11-14
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-13
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-13
* Revert r167759. Ben is right this isn't likely to help much.Evan Cheng2012-11-13
* Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling2012-11-13
* Cache size of PassVector to speed up getNumContainedPasses().Evan Cheng2012-11-12
* Include all the fields so we can correctly emit DW_TAG_structure_type for C++...David Blaikie2012-11-02