aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAgeFilesLines
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-271-1/+1
* Continue improving support for ConstantDataAggregate, and use theChris Lattner2012-01-261-28/+5
* use Constant::getAggregateElement to simplify a bunch of code.Chris Lattner2012-01-251-36/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Add a new PassManagerBuilder customization point,Dan Gohman2012-01-171-0/+2
* Re-fix the issue Bill fixed in r147899 in a slightly different way, which doe...Eli Friedman2012-01-111-5/+7
* If the global variable is removed by the linker, then don't constant merge itBill Wendling2012-01-111-6/+10
* PR11705, part 2: globalopt shouldn't put inttoptr/ptrtoint operations into gl...Eli Friedman2012-01-051-10/+20
* SCCCaptured is trivially false on entry to this loop and not modified inside it.Nick Lewycky2012-01-051-1/+1
* Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky2011-12-281-5/+222
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Remove unused include.Duncan Sands2011-12-071-1/+0
* Fix a few more places where TargetData/TargetLibraryInfo is not being passed.Chad Rosier2011-12-021-2/+5
* Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetDataChad Rosier2011-12-011-9/+17
* make asan work at -O0, llvm part. Patch by glider@google.comKostya Serebryany2011-11-301-1/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-11/+0
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-1/+1
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-121-0/+1
* LLVMBuild: Alphabetize required_libraries lists.Daniel Dunbar2011-11-111-1/+1
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+24
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-202-5/+2
* Inlining and unrolling heuristics should be aware of free truncs.Andrew Trick2011-10-012-0/+5
* whitespaceAndrew Trick2011-10-012-18/+18
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-271-2/+1
* Place the check for an exit landing pad where it will be run on both code pat...Bill Wendling2011-09-201-6/+15
* Omit extracting a loop if one of the exits is a landing pad.Bill Wendling2011-09-201-5/+11
* Check the terminator, not the basic block.Bill Wendling2011-09-201-1/+2
* When extracting a basic block that ends in an 'invoke' instruction, we need toBill Wendling2011-09-201-7/+46
* C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer2011-08-191-0/+1
* Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall2011-08-161-0/+15
* Revert a bit of r137667; the logic in question can safely handle atomic load/...Eli Friedman2011-08-161-4/+4
* Minor comment fixes.Eli Friedman2011-08-161-4/+6
* Update inter-procedural optimizations for atomic load/store.Eli Friedman2011-08-154-10/+16
* Mark the SCC as "might unwind" if we run into a 'resume' instruction.Bill Wendling2011-08-151-2/+3
* switch to use the new api for structtypes.Chris Lattner2011-08-121-1/+1
* 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