summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAge
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* Place the check for an exit landing pad where it will be run on both code pat...Bill Wendling2011-09-20
* Omit extracting a loop if one of the exits is a landing pad.Bill Wendling2011-09-20
* Check the terminator, not the basic block.Bill Wendling2011-09-20
* When extracting a basic block that ends in an 'invoke' instruction, we need toBill Wendling2011-09-20
* C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer2011-08-19
* Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall2011-08-16
* Revert a bit of r137667; the logic in question can safely handle atomic load/...Eli Friedman2011-08-16
* Minor comment fixes.Eli Friedman2011-08-16
* Update inter-procedural optimizations for atomic load/store.Eli Friedman2011-08-15
* Mark the SCC as "might unwind" if we run into a 'resume' instruction.Bill Wendling2011-08-15
* switch to use the new api for structtypes.Chris Lattner2011-08-12
* Add a C interface to PassManagerBuilder. It is missing the addExtensionRafael Espindola2011-08-09
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-02
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-29
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Teach the ConstantMerge pass about alignment. Fixes PR10514!Nick Lewycky2011-07-27
* Add LLVMAddAlwaysInlinerPass to the C API.Rafael Espindola2011-07-26
* LLVM 3.0 is here, remove old do nothing method.Rafael Espindola2011-07-26
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Fix more MSVC warnings caused by a cases I missed when convertingJay Foad2011-07-22
* Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.Jay Foad2011-07-21
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-21
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* remove the DerivedType which isn't adding value anymore.Chris Lattner2011-07-09
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-20
* When deleting a basic block, remove call edges only for non-intrinsics.John McCall2011-06-09
* Improve the handling of available_externally and llvm.global_ctors.Rafael Espindola2011-06-09
* Don't crash owhen ComputeLoadResult can't compute the result of the load.Nick Lewycky2011-05-29
* Obey the isVolatile bit on memory intrinsics when analyzing uses of a globalNick Lewycky2011-05-29
* fix PR9856, an incorrectly conservative assertion: a global can beChris Lattner2011-05-22
* Fix a source of non determinism in FindUsedTypes, use a SetVector instead of aJulien Lerouge2011-05-13
* Preserve line number information.Devang Patel2011-05-10
* Remove unused STL header includes.Jay Foad2011-04-23
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-11
* Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn'tNick Lewycky2011-04-11