aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* 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
* 80-column and whitespace fixups.Eric Christopher2012-11-201-9/+11
* Remove a function argument and propagate const around accordingly.Eric Christopher2012-11-191-6/+6
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-191-2/+2
* Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy2012-11-171-0/+63
* Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of castHans Wennborg2012-11-161-1/+3
* Remove trailing whitespaceMichael Ilseman2012-11-152-4/+4
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-8/+8
* Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands2012-11-151-3/+0
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-151-0/+25
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-151-0/+70
* Revert some redundant parts of r142605.Patrik Hägglund2012-11-141-21/+15
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-131-4/+2
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-134-47/+74
* Revert r167759. Ben is right this isn't likely to help much.Evan Cheng2012-11-131-4/+2
* Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling2012-11-131-2/+4
* Cache size of PassVector to speed up getNumContainedPasses().Evan Cheng2012-11-121-2/+4
* Include all the fields so we can correctly emit DW_TAG_structure_type for C++...David Blaikie2012-11-021-1/+2
* Enable the assertion in getIntPtrType (I've audited all users of this method andDuncan Sands2012-11-021-5/+0
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-011-12/+0
* Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth2012-11-011-1/+1
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-013-27/+9
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-301-3/+3
* Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands2012-10-302-6/+11
* Add a helper for telling whether a type is a pointer or vector of pointer type.Duncan Sands2012-10-301-24/+6
* Enable some additional constant folding for PPCDoubleDouble.Ulrich Weigand2012-10-301-17/+3
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-291-6/+10
* Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,Duncan Sands2012-10-291-14/+2
* Lowercase the argument for TargetTransformInfo so it's consistent with all ot...Benjamin Kramer2012-10-261-1/+1
* Don't explicitly require RTTI and EH.Joerg Sonnenberger2012-10-262-3/+0
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-241-0/+8
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-243-25/+2
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-243-2/+25
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-243-3/+38