| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that the MallocInst no longer exists, this workaround for | Duncan Sands | 2010-10-30 | 1 | -5/+0 |
* | If a function does a volatile load from a global constant, do not | Duncan Sands | 2010-10-30 | 1 | -4/+4 |
* | RetOp is not actually used for anything useful (though | Duncan Sands | 2010-10-21 | 1 | -2/+0 |
* | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman | 2010-10-19 | 1 | -1/+1 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 20 | -24/+75 |
* | GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals. | Mikhail Glushenkov | 2010-10-19 | 1 | -6/+7 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-10-18 | 1 | -151/+151 |
* | CallGraphSCC passes implicity require CallGraph analysis. | Owen Anderson | 2010-10-13 | 5 | -4/+17 |
* | Be more consistent in using ValueToValueMapTy. | Rafael Espindola | 2010-10-13 | 2 | -4/+4 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 3 | -3/+14 |
* | Now using a variant of the existing inlining heuristics to decide whether to ... | Kenneth Uildriks | 2010-10-09 | 1 | -40/+50 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 20 | -26/+26 |
* | Add an initialization routine for libLLVMipo.a | Owen Anderson | 2010-10-07 | 1 | -2/+37 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -2/+4 |
* | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 1 | -2/+0 |
* | Fix llvm-extract so that it changes the linkage of all GlobalValues to | Bob Wilson | 2010-09-23 | 1 | -16/+14 |
* | fix PR8144, a bug where constant merge would merge globals marked | Chris Lattner | 2010-09-15 | 1 | -1/+27 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -8/+1 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -1/+8 |
* | Fix major bug in thunk detection. Also verify the calling convention. | Nick Lewycky | 2010-09-07 | 1 | -22/+39 |
* | Fix warning reported by MSVC++ builder. | Nick Lewycky | 2010-09-05 | 1 | -2/+2 |
* | Switch FnSet to containing the ComparableFunction instead of a pointer to one. | Nick Lewycky | 2010-09-05 | 1 | -36/+67 |
* | Fix many bugs when merging weak-strong and weak-weak pairs. We now merge all | Nick Lewycky | 2010-09-05 | 1 | -98/+183 |
* | Fix an infinite loop; merging two functions will create a new function (if the | Nick Lewycky | 2010-08-31 | 1 | -31/+45 |
* | Switch to DenseSet, simplifying much more code. We now have a single iteration | Nick Lewycky | 2010-08-31 | 1 | -78/+83 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -14/+0 |
* | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman | 2010-08-26 | 2 | -2/+4 |
* | zap dead code. | Chris Lattner | 2010-08-26 | 1 | -13/+1 |
* | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman | 2010-08-26 | 1 | -125/+32 |
* | DIGlobalVariable can be used to encode debug info for globals that are direc... | Devang Patel | 2010-08-25 | 1 | -2/+2 |
* | Fix a use after free error caught by the valgrind builders. | Nick Lewycky | 2010-08-09 | 1 | -2/+4 |
* | Do more to modernize MergeFunctions. Refactor in response to Chris' code review. | Nick Lewycky | 2010-08-08 | 1 | -91/+81 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 22 | -31/+31 |
* | Work in progress, cleaning up MergeFuncs. | Nick Lewycky | 2010-08-06 | 1 | -180/+40 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 22 | -31/+31 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 22 | -31/+31 |
* | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman | 2010-08-03 | 1 | -1/+1 |
* | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes | 2010-08-02 | 1 | -1/+1 |
* | Fix a -Wreorder warning. | Daniel Dunbar | 2010-08-02 | 1 | -1/+1 |
* | Work in progress. | Nick Lewycky | 2010-08-02 | 1 | -129/+164 |
* | The BlockExtractorPass() constructor was not reading the BlockFile and that was | Rafael Espindola | 2010-07-31 | 1 | -5/+3 |
* | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif | 2010-07-28 | 6 | -17/+16 |
* | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
* | simplify | Gabor Greif | 2010-07-22 | 1 | -3/+2 |
* | do not access arguments via low-level interface, do not multiply dereference ... | Gabor Greif | 2010-07-22 | 1 | -17/+19 |
* | pass dereferenced iterator to dyn_cast | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
* | undo 80 column trespassing I caused | Gabor Greif | 2010-07-22 | 1 | -1/+2 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 20 | -46/+51 |
* | Make this code a little more readable. | Dan Gohman | 2010-07-20 | 1 | -2/+4 |
* | Fix a typo. | Dan Gohman | 2010-07-20 | 1 | -1/+1 |