| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for invariant.start inside the static constructor evaluator. This is | Nick Lewycky | 2012-02-17 | 1 | -12/+47 |
* | Handle InvokeInst in EvaluateBlock. Don't try to support exceptions, it's just | Nick Lewycky | 2012-02-12 | 1 | -9/+14 |
* | false is totally null! | Nick Lewycky | 2012-02-12 | 1 | -1/+1 |
* | Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls | Nick Lewycky | 2012-02-12 | 1 | -10/+8 |
* | Pass TargetData and TargetLibraryInfo through to the constant folder. Fixes a | Nick Lewycky | 2012-02-12 | 1 | -25/+37 |
* | Fix function name in comment to match actual name. Fix comments that are using | Nick Lewycky | 2012-02-12 | 1 | -15/+15 |
* | Don't traverse the PHI nodes twice. No functionality change! | Nick Lewycky | 2012-02-12 | 1 | -7/+6 |
* | Tweak comment readability and grammar. | Benjamin Kramer | 2012-02-09 | 1 | -2/+2 |
* | GlobalOpt: Be more aggressive about elminating side-effect free static dtors. | Benjamin Kramer | 2012-02-09 | 1 | -4/+5 |
* | [unwind removal] We no longer have 'unwind' instructions being generated, so | Bill Wendling | 2012-02-06 | 1 | -2/+1 |
* | Split part of EvaluateFunction into a new EvaluateBlock method. No functionality | Nick Lewycky | 2012-02-06 | 1 | -57/+95 |
* | Teach GlobalOpt to handle atomic accesses to globals. | Nick Lewycky | 2012-02-05 | 1 | -13/+40 |
* | Clean up some whitespace and comments. No functionality change. | Nick Lewycky | 2012-02-05 | 1 | -13/+13 |
* | SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 1 | -1/+2 |
* | Add a basic-block autovectorization pass. | Hal Finkel | 2012-02-01 | 2 | -1/+15 |
* | continue making the world safe for ConstantDataVector. At this point, | Chris Lattner | 2012-01-27 | 1 | -1/+1 |
* | Continue improving support for ConstantDataAggregate, and use the | Chris Lattner | 2012-01-26 | 1 | -28/+5 |
* | use Constant::getAggregateElement to simplify a bunch of code. | Chris Lattner | 2012-01-25 | 1 | -36/+2 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+0 |
* | Add a new PassManagerBuilder customization point, | Dan Gohman | 2012-01-17 | 1 | -0/+2 |
* | Re-fix the issue Bill fixed in r147899 in a slightly different way, which doe... | Eli Friedman | 2012-01-11 | 1 | -5/+7 |
* | If the global variable is removed by the linker, then don't constant merge it | Bill Wendling | 2012-01-11 | 1 | -6/+10 |
* | PR11705, part 2: globalopt shouldn't put inttoptr/ptrtoint operations into gl... | Eli Friedman | 2012-01-05 | 1 | -10/+20 |
* | SCCCaptured is trivially false on entry to this loop and not modified inside it. | Nick Lewycky | 2012-01-05 | 1 | -1/+1 |
* | Change CaptureTracking to pass a Use* instead of a Value* when a value is | Nick Lewycky | 2011-12-28 | 1 | -5/+222 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | Remove unused include. | Duncan Sands | 2011-12-07 | 1 | -1/+0 |
* | Fix a few more places where TargetData/TargetLibraryInfo is not being passed. | Chad Rosier | 2011-12-02 | 1 | -2/+5 |
* | Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData | Chad Rosier | 2011-12-01 | 1 | -9/+17 |
* | make asan work at -O0, llvm part. Patch by glider@google.com | Kostya Serebryany | 2011-11-30 | 1 | -1/+1 |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -11/+0 |
* | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer | 2011-11-15 | 1 | -1/+1 |
* | build: Attempt to rectify inconsistencies between CMake and LLVMBuild version... | Daniel Dunbar | 2011-11-12 | 1 | -0/+1 |
* | LLVMBuild: Alphabetize required_libraries lists. | Daniel Dunbar | 2011-11-11 | 1 | -1/+1 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+24 |
* | Refactor code from inlining and globalopt that checks whether a function defi... | Eli Friedman | 2011-10-20 | 2 | -5/+2 |
* | Inlining and unrolling heuristics should be aware of free truncs. | Andrew Trick | 2011-10-01 | 2 | -0/+5 |
* | whitespace | Andrew Trick | 2011-10-01 | 2 | -18/+18 |
* | Stop emitting instructions with the name "tmp" they eat up memory and have to... | Benjamin Kramer | 2011-09-27 | 1 | -2/+1 |
* | Place the check for an exit landing pad where it will be run on both code pat... | Bill Wendling | 2011-09-20 | 1 | -6/+15 |
* | Omit extracting a loop if one of the exits is a landing pad. | Bill Wendling | 2011-09-20 | 1 | -5/+11 |
* | Check the terminator, not the basic block. | Bill Wendling | 2011-09-20 | 1 | -1/+2 |
* | When extracting a basic block that ends in an 'invoke' instruction, we need to | Bill Wendling | 2011-09-20 | 1 | -7/+46 |
* | C API functions must be able to see their extern "C" definitions, or it will ... | Benjamin Kramer | 2011-08-19 | 1 | -0/+1 |
* | Add a mechanism for optimisation plugins to register passes that all front en... | David Chisnall | 2011-08-16 | 1 | -0/+15 |
* | Revert a bit of r137667; the logic in question can safely handle atomic load/... | Eli Friedman | 2011-08-16 | 1 | -4/+4 |
* | Minor comment fixes. | Eli Friedman | 2011-08-16 | 1 | -4/+6 |
* | Update inter-procedural optimizations for atomic load/store. | Eli Friedman | 2011-08-15 | 4 | -10/+16 |
* | Mark the SCC as "might unwind" if we run into a 'resume' instruction. | Bill Wendling | 2011-08-15 | 1 | -2/+3 |
* | switch to use the new api for structtypes. | Chris Lattner | 2011-08-12 | 1 | -1/+1 |