aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
AgeCommit message (Expand)Author
2011-11-12build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar
2011-11-11LLVMBuild: Alphabetize required_libraries lists.Daniel Dunbar
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-10-20Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman
2011-10-01Inlining and unrolling heuristics should be aware of free truncs.Andrew Trick
2011-10-01whitespaceAndrew Trick
2011-09-27Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer
2011-09-20Place the check for an exit landing pad where it will be run on both code pat...Bill Wendling
2011-09-20Omit extracting a loop if one of the exits is a landing pad.Bill Wendling
2011-09-20Check the terminator, not the basic block.Bill Wendling
2011-09-20When extracting a basic block that ends in an 'invoke' instruction, we need toBill Wendling
2011-08-19C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer
2011-08-16Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall
2011-08-16Revert a bit of r137667; the logic in question can safely handle atomic load/...Eli Friedman
2011-08-16Minor comment fixes.Eli Friedman
2011-08-15Update inter-procedural optimizations for atomic load/store.Eli Friedman
2011-08-15Mark the SCC as "might unwind" if we run into a 'resume' instruction.Bill Wendling
2011-08-12switch to use the new api for structtypes.Chris Lattner
2011-08-09Add a C interface to PassManagerBuilder. It is missing the addExtensionRafael Espindola
2011-08-03Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling
2011-08-02Move methods in PassManagerBuilder offline.Rafael Espindola
2011-07-31Add the 'resume' instruction for the new EH rewrite.Bill Wendling
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling
2011-07-29Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-27Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling
2011-07-27Teach the ConstantMerge pass about alignment. Fixes PR10514!Nick Lewycky
2011-07-26Add LLVMAddAlwaysInlinerPass to the C API.Rafael Espindola
2011-07-26LLVM 3.0 is here, remove old do nothing method.Rafael Espindola
2011-07-25Convert GetElementPtrInst to use ArrayRef.Jay Foad
2011-07-22Fix more MSVC warnings caused by a cases I missed when convertingJay Foad
2011-07-21Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.Jay Foad
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad
2011-07-21move tier out of an anonymous namespace, it doesn't make senseChris Lattner
2011-07-19Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad
2011-07-19Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad
2011-07-11De-constify Types in FunctionType::get().Jay Foad
2011-07-09remove the DerivedType which isn't adding value anymore.Chris Lattner
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-20Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner
2011-06-09When deleting a basic block, remove call edges only for non-intrinsics.John McCall
2011-06-09Improve the handling of available_externally and llvm.global_ctors.Rafael Espindola
2011-05-29Don't crash owhen ComputeLoadResult can't compute the result of the load.Nick Lewycky
2011-05-29Obey the isVolatile bit on memory intrinsics when analyzing uses of a globalNick Lewycky
2011-05-22fix PR9856, an incorrectly conservative assertion: a global can beChris Lattner