aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
AgeCommit message (Expand)Author
2012-02-12Fix function name in comment to match actual name. Fix comments that are usingNick Lewycky
2012-02-12Don't traverse the PHI nodes twice. No functionality change!Nick Lewycky
2012-02-09Tweak comment readability and grammar.Benjamin Kramer
2012-02-09GlobalOpt: Be more aggressive about elminating side-effect free static dtors.Benjamin Kramer
2012-02-06[unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling
2012-02-06Split part of EvaluateFunction into a new EvaluateBlock method. No functionalityNick Lewycky
2012-02-05Teach GlobalOpt to handle atomic accesses to globals.Nick Lewycky
2012-02-05Clean up some whitespace and comments. No functionality change.Nick Lewycky
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2012-01-27continue making the world safe for ConstantDataVector. At this point,Chris Lattner
2012-01-26Continue improving support for ConstantDataAggregate, and use theChris Lattner
2012-01-25use Constant::getAggregateElement to simplify a bunch of code.Chris Lattner
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-17Add a new PassManagerBuilder customization point,Dan Gohman
2012-01-11Re-fix the issue Bill fixed in r147899 in a slightly different way, which doe...Eli Friedman
2012-01-11If the global variable is removed by the linker, then don't constant merge itBill Wendling
2012-01-05PR11705, part 2: globalopt shouldn't put inttoptr/ptrtoint operations into gl...Eli Friedman
2012-01-05SCCCaptured is trivially false on entry to this loop and not modified inside it.Nick Lewycky
2011-12-28Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-07Remove unused include.Duncan Sands
2011-12-02Fix a few more places where TargetData/TargetLibraryInfo is not being passed.Chad Rosier
2011-12-01Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetDataChad Rosier
2011-11-30make asan work at -O0, llvm part. Patch by glider@google.comKostya Serebryany
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
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