| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a C interface to PassManagerBuilder. It is missing the addExtension | Rafael Espindola | 2011-08-09 | 1 | -0/+80 |
* | Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. | Bill Wendling | 2011-08-03 | 3 | -553/+0 |
* | Move methods in PassManagerBuilder offline. | Rafael Espindola | 2011-08-02 | 2 | -0/+249 |
* | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -1/+1 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -1/+1 |
* | Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be | Eli Friedman | 2011-07-29 | 1 | -16/+16 |
* | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -0/+10 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -1/+1 |
* | Teach the ConstantMerge pass about alignment. Fixes PR10514! | Nick Lewycky | 2011-07-27 | 1 | -8/+41 |
* | Add LLVMAddAlwaysInlinerPass to the C API. | Rafael Espindola | 2011-07-26 | 1 | -0/+4 |
* | LLVM 3.0 is here, remove old do nothing method. | Rafael Espindola | 2011-07-26 | 1 | -5/+0 |
* | Convert GetElementPtrInst to use ArrayRef. | Jay Foad | 2011-07-25 | 2 | -10/+6 |
* | Fix more MSVC warnings caused by a cases I missed when converting | Jay Foad | 2011-07-22 | 1 | -1/+1 |
* | Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. | Jay Foad | 2011-07-21 | 1 | -3/+3 |
* | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -6/+4 |
* | move tier out of an anonymous namespace, it doesn't make sense | Chris Lattner | 2011-07-21 | 1 | -5/+3 |
* | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -2/+2 |
* | Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall. | Jay Foad | 2011-07-19 | 1 | -2/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 7 | -80/+80 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 5 | -12/+11 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 2 | -5/+5 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 2 | -5/+5 |
* | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -2/+2 |
* | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 2 | -3/+3 |