| Commit message (Expand) | Author | Age | Files | Lines |
* | Use lightweight DebugInfo objects directly. | Devang Patel | 2009-01-15 | 1 | -0/+1 |
* | Fix the time regression I introduced in 464.h264ref with | Dale Johannesen | 2009-01-14 | 1 | -2/+2 |
* | Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295, | Nick Lewycky | 2009-01-13 | 3 | -56/+3 |
* | Add classof() methods to support isa<> and other related facilities. | Devang Patel | 2009-01-12 | 1 | -9/+74 |
* | Extract source location info from DebugInfo. | Devang Patel | 2009-01-05 | 1 | -9/+31 |
* | Add classof() methods so that dwarf writer can decide what DIDescriptor is in... | Devang Patel | 2009-01-05 | 1 | -2/+17 |
* | Construct stuct field DIEs. | Devang Patel | 2009-01-05 | 1 | -0/+1 |
* | Construct enumerator DIE using DebugInfo. | Devang Patel | 2009-01-05 | 1 | -1/+1 |
* | Construct array/vector type DIEs using DebugInfo. | Devang Patel | 2009-01-05 | 1 | -10/+12 |
* | Now, getTag() is used by DwarfWriter. | Devang Patel | 2009-01-05 | 1 | -3/+4 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 9 | -17/+11 |
* | Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_... | Devang Patel | 2008-12-17 | 1 | -9/+33 |
* | Add -print-dbginfo pass that prints LLVM IR with comments inserted to show | Torok Edwin | 2008-12-16 | 1 | -0/+3 |
* | Add utility functions to search for DbgStopPointInst corresponding to an | Torok Edwin | 2008-12-16 | 1 | -1/+14 |
* | Implement initial support for PHI translation in memdep. This means that | Chris Lattner | 2008-12-15 | 1 | -5/+12 |
* | Fix getFieldAs() to use the parameter instead of 6. | Torok Edwin | 2008-12-13 | 1 | -1/+1 |
* | Teach GVN to invalidate some memdep information when it does an RAUW | Chris Lattner | 2008-12-09 | 1 | -1/+8 |
* | Teach BasicAA::getModRefInfo(CallSite, CallSite) some | Chris Lattner | 2008-12-09 | 1 | -1/+1 |
* | rename getNonLocalDependency -> getNonLocalCallDependency, and remove | Chris Lattner | 2008-12-09 | 1 | -3/+3 |
* | rename getNonLocalPointerDepInternal -> getNonLocalPointerDepFromBB | Chris Lattner | 2008-12-09 | 1 | -6/+10 |
* | use hte new pred cache to speed up the new non-local memdep | Chris Lattner | 2008-12-09 | 1 | -10/+7 |
* | add another level of caching for non-local pointer queries, keeping | Chris Lattner | 2008-12-08 | 1 | -1/+2 |
* | Use bool instead of int, now that it no longer evokes a warning. | Dan Gohman | 2008-12-07 | 1 | -1/+1 |
* | fix a typo duncan noticed! | Chris Lattner | 2008-12-07 | 1 | -1/+1 |
* | add support for caching pointer dependence queries. Nothing uses this yet | Chris Lattner | 2008-12-07 | 1 | -8/+22 |
* | Some internal refactoring to make it easier to cache results. | Chris Lattner | 2008-12-07 | 1 | -4/+8 |
* | Introduce a new MemDep::getNonLocalPointerDependency | Chris Lattner | 2008-12-07 | 1 | -0/+12 |
* | push the "pointer case" up the analysis stack a bit. This causes | Chris Lattner | 2008-12-07 | 1 | -4/+6 |
* | Rename getCallSiteDependency -> getCallSiteDependencyFrom to | Chris Lattner | 2008-12-07 | 1 | -5/+3 |
* | make getDependencyFrom private. | Chris Lattner | 2008-12-07 | 1 | -10/+10 |
* | Make a few major changes to memdep and its clients: | Chris Lattner | 2008-12-05 | 1 | -22/+38 |
* | Make it illegal to call getDependency* on non-memory instructions | Chris Lattner | 2008-12-05 | 1 | -1/+2 |
* | Update comments. There is no getArgumentAccesses. | Dan Gohman | 2008-12-05 | 1 | -4/+4 |
* | Add a new SCEV representing signed division. | Nick Lewycky | 2008-12-02 | 3 | -1/+55 |
* | cleanups suggested by duncan, thanks! | Chris Lattner | 2008-12-01 | 1 | -1/+2 |
* | Reimplement the non-local dependency data structure in terms of a sorted | Chris Lattner | 2008-12-01 | 1 | -15/+21 |
* | Eliminate the DepResultTy abstraction. It is now completely | Chris Lattner | 2008-11-30 | 1 | -59/+42 |
* | Cache TargetData/AliasAnalysis in the pass instead of calling | Chris Lattner | 2008-11-30 | 1 | -3/+7 |
* | Two changes: Make getDependency remove QueryInst for a dirty record's | Chris Lattner | 2008-11-30 | 1 | -4/+7 |
* | introduce a typedef, no functionality change. | Chris Lattner | 2008-11-30 | 1 | -1/+4 |
* | Change NonLocalDeps to be a densemap of pointers to densemap | Chris Lattner | 2008-11-30 | 1 | -5/+8 |
* | implement a fixme by introducing a new getDependencyFromInternal | Chris Lattner | 2008-11-30 | 1 | -12/+13 |
* | REmove an old fixme, resolve another fixme by adding liberal | Chris Lattner | 2008-11-30 | 1 | -1/+12 |
* | Eliminate the dropInstruction method, which is not needed any more. | Chris Lattner | 2008-11-29 | 1 | -5/+0 |
* | implement some fixme's: when deleting an instruction with | Chris Lattner | 2008-11-29 | 1 | -9/+5 |
* | Change MemDep::getNonLocalDependency to return its results as | Chris Lattner | 2008-11-29 | 1 | -1/+2 |
* | reimplement getNonLocalDependency with a simpler worklist | Chris Lattner | 2008-11-29 | 1 | -8/+10 |
* | tidy up some variable names. | Chris Lattner | 2008-11-29 | 1 | -5/+4 |
* | rename some maps. | Chris Lattner | 2008-11-29 | 1 | -8/+8 |
* | Split getDependency into getDependency and getDependencyFrom, the | Chris Lattner | 2008-11-29 | 1 | -5/+12 |