aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAgeFilesLines
* Add a C interface to PassManagerBuilder. It is missing the addExtensionRafael Espindola2011-08-091-0/+80
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-033-553/+0
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-022-0/+249
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-1/+1
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-1/+1
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-291-16/+16
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+10
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-1/+1
* Teach the ConstantMerge pass about alignment. Fixes PR10514!Nick Lewycky2011-07-271-8/+41
* Add LLVMAddAlwaysInlinerPass to the C API.Rafael Espindola2011-07-261-0/+4
* LLVM 3.0 is here, remove old do nothing method.Rafael Espindola2011-07-261-5/+0
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-252-10/+6
* Fix more MSVC warnings caused by a cases I missed when convertingJay Foad2011-07-221-1/+1
* Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.Jay Foad2011-07-211-3/+3
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-6/+4
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-211-5/+3
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-191-2/+2
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-191-2/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-187-80/+80
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-155-12/+11
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-122-5/+5
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-122-5/+5
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-2/+2
* De-constify Types in FunctionType::get().Jay Foad2011-07-112-3/+3
* remove the DerivedType which isn't adding value anymore.Chris Lattner2011-07-091-2/+1
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-095-128/+15
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-39/+39
* When deleting a basic block, remove call edges only for non-intrinsics.John McCall2011-06-091-1/+1
* Improve the handling of available_externally and llvm.global_ctors.Rafael Espindola2011-06-091-4/+16
* Don't crash owhen ComputeLoadResult can't compute the result of the load.Nick Lewycky2011-05-291-1/+1
* Obey the isVolatile bit on memory intrinsics when analyzing uses of a globalNick Lewycky2011-05-291-5/+19
* fix PR9856, an incorrectly conservative assertion: a global can beChris Lattner2011-05-221-3/+3
* Fix a source of non determinism in FindUsedTypes, use a SetVector instead of aJulien Lerouge2011-05-131-1/+2
* Preserve line number information.Devang Patel2011-05-101-0/+1
* Remove unused STL header includes.Jay Foad2011-04-232-2/+0
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-152-8/+8
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-113-359/+0
* Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn'tNick Lewycky2011-04-111-7/+10
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-112-0/+2
* Add back a couple checks removed by r129128; the fact that an intitializerEli Friedman2011-04-091-4/+6
* llvm.global_[cd]tor is defined to be either external, or appending with an arrayNick Lewycky2011-04-081-20/+5
* Remove some support for ReturnInsts with multiple operands, and forJay Foad2011-04-041-1/+1
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-303-5/+3
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-303-1/+5
* No functionality change, just adjust some whitespace for coding style complia...Nick Lewycky2011-03-251-2/+2
* Handle another case that Frits suggested.Anders Carlsson2011-03-221-2/+4
* More cleanups to the OptimizeEmptyGlobalCXXDtors GlobalOpt function.Anders Carlsson2011-03-211-15/+9
* As suggested by Nick Lewycky, ignore debugging intrinsics when trying to deci...Anders Carlsson2011-03-211-0/+7
* Fix commentsNick Lewycky2011-03-211-2/+2
* Don't try to eliminate invokes to __cxa_atexit.Anders Carlsson2011-03-201-0/+6