| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fairly major rewrite of various timing related stuff. | Chris Lattner | 2010-03-30 | 1 | -8/+9 |
* | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 1 | -1/+1 |
* | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 2010-03-22 | 1 | -1/+1 |
* | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 1 | -1/+1 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 1 | -1/+1 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 1 | -1/+1 |
* | Update CMake build. | Ted Kremenek | 2010-03-01 | 1 | -1/+0 |
* | remove anders-aa from mainline, it isn't maintained and is | Chris Lattner | 2010-03-01 | 1 | -2868/+0 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 2 | -36/+36 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+2 |
* | eliminate dynamic_cast from this file. | Chris Lattner | 2010-01-22 | 1 | -17/+20 |
* | eliminate a bunch more unneeded dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -8/+9 |
* | eliminate a bunch of dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -0/+3 |
* | adopt getAdjustedAnalysisPointer in two more passes. | Chris Lattner | 2010-01-20 | 2 | -0/+20 |
* | adopt getAdjustedAnalysisPointer in BasicCallGraph. | Chris Lattner | 2010-01-20 | 1 | -1/+11 |
* | Change dbgs() back to errs() for assert messages as Chris requested. | David Greene | 2009-12-23 | 1 | -3/+3 |
* | Change dbgs() back to errs() for assert messages as Chris requested. | David Greene | 2009-12-23 | 1 | -1/+1 |
* | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -5/+5 |
* | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -2/+3 |
* | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -56/+56 |
* | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -2/+0 |
* | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner | 2009-11-22 | 2 | -28/+0 |
* | Fix DenseMap iterator constness. | Jeffrey Yasskin | 2009-11-10 | 1 | -3/+3 |
* | Reverting 85714, 85715, 85716, which are breaking the build | Douglas Gregor | 2009-11-01 | 1 | -1/+0 |
* | Don't #include Pass.h from CallGraph.h. | Dan Gohman | 2009-11-01 | 1 | -0/+1 |
* | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez | 2009-10-27 | 2 | -2/+2 |
* | Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t... | Victor Hernandez | 2009-10-26 | 2 | -2/+2 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 2 | -4/+3 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 3 | -3/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 3 | -6/+5 |
* | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 2009-10-24 | 2 | -5/+6 |
* | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 1 | -5/+10 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -3/+2 |
* | Extend the StartPassTimer and StopPassTimer functions so that the | Dan Gohman | 2009-09-28 | 1 | -4/+4 |
* | Enhance analysis passes so that they apply the same analysis to malloc calls ... | Victor Hernandez | 2009-09-18 | 2 | -9/+20 |
* | add a new CallGraphNode::replaceCallEdge method and use it from | Chris Lattner | 2009-09-15 | 1 | -0/+17 |
* | make -debug-pass=Executions show information about what call graph nodes | Chris Lattner | 2009-09-15 | 1 | -1/+14 |
* | Fix uppercaseo. | Dale Johannesen | 2009-09-10 | 1 | -1/+1 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 2 | -2/+2 |
* | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 2 | -2/+2 |
* | revert my patch, duncan points out what is wrong with my logic. Add | Chris Lattner | 2009-09-02 | 1 | -4/+8 |
* | one more try at making this simpler, hopefully it won't break everything :) | Chris Lattner | 2009-09-02 | 1 | -4/+4 |
* | Complicate Chris's simplification, avoiding complaints | Duncan Sands | 2009-09-02 | 1 | -1/+5 |
* | debug intrinsics do not go in the callgraph, this fixes a couple | Chris Lattner | 2009-09-01 | 1 | -1/+2 |
* | Fix a regression I introduced in r80708, found by llvm-test. | Chris Lattner | 2009-09-01 | 1 | -5/+12 |
* | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner | 2009-09-01 | 2 | -23/+1 |
* | doxygenate RefreshCallGraph, add a new 'verification mode', and run it after | Chris Lattner | 2009-09-01 | 1 | -4/+37 |
* | simpler solution to iterator invalidation "problem" found | Chris Lattner | 2009-09-01 | 1 | -11/+6 |