| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | add a new pop_back_val method which returns the value popped. This is | Chris Lattner | 2008-12-05 | 1 | -0/+6 |
* | Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant. | Dan Gohman | 2008-12-05 | 1 | -2/+2 |
* | Update comments. There is no getArgumentAccesses. | Dan Gohman | 2008-12-05 | 1 | -4/+4 |
* | Have raw_fd_ostream keep track of the position in the file to make tell() go ... | Ted Kremenek | 2008-12-04 | 1 | -1/+4 |
* | Have PseudoSourceValue override Value::dump, so that it works | Dan Gohman | 2008-12-03 | 1 | -0/+6 |
* | Factor some code into a new FoldSingleEntryPHINodes method. | Chris Lattner | 2008-12-03 | 2 | -1/+9 |
* | fix a really incorrect comment. | Chris Lattner | 2008-12-03 | 1 | -2/+2 |
* | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman | 2008-12-03 | 1 | -8/+26 |
* | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman | 2008-12-03 | 2 | -5/+5 |
* | Extend X86's addFrameReference to add a MachineMemOperand for | Dan Gohman | 2008-12-03 | 2 | -3/+8 |
* | Fix bug 3140. | Rafael Espindola | 2008-12-03 | 1 | -2/+8 |
* | Rename DeleteBlockIfDead to DeleteDeadBlock and make it | Chris Lattner | 2008-12-03 | 1 | -4/+3 |
* | Factor some code out of SimplifyCFG, forming a new | Chris Lattner | 2008-12-03 | 1 | -0/+5 |
* | Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's | Dan Gohman | 2008-12-03 | 2 | -6/+9 |
* | Add an explicit keyword. | Dan Gohman | 2008-12-03 | 1 | -1/+1 |
* | Replace a #include with a forward-declaration. | Dan Gohman | 2008-12-03 | 1 | -1/+1 |
* | Fix isIntN to work with APInts > 64 bits. This method is only | Chris Lattner | 2008-12-02 | 1 | -5/+7 |
* | Comment typeo fix, thanks Duncan! | Chris Lattner | 2008-12-02 | 1 | -1/+1 |
* | Add a new SCEV representing signed division. | Nick Lewycky | 2008-12-02 | 3 | -1/+55 |
* | add a little helper function that does PHI translation. | Chris Lattner | 2008-12-02 | 1 | -0/+11 |
* | add densemap range insertion method. | Chris Lattner | 2008-12-02 | 1 | -0/+8 |
* | Expand getVTList, getNodeValueTypes, and SelectNodeTo to handle more value ty... | Bill Wendling | 2008-12-01 | 1 | -0/+9 |
* | reenable array_pod_sort, this time hopefully happy on 64-bit | Chris Lattner | 2008-12-01 | 1 | -9/+12 |
* | don't #include <algorithm> into the llvm namespace. | Chris Lattner | 2008-12-01 | 1 | -0/+2 |
* | switch to std::sort until I have time to sort this out. | Chris Lattner | 2008-12-01 | 1 | -3/+7 |
* | cleanups suggested by duncan, thanks! | Chris Lattner | 2008-12-01 | 1 | -1/+2 |
* | define array_pod_sort in terms of operator< instead of my brain | Chris Lattner | 2008-12-01 | 1 | -13/+9 |
* | There are no longer any places that require a | Duncan Sands | 2008-12-01 | 1 | -13/+1 |
* | Change the interface to the type legalization method | Duncan Sands | 2008-12-01 | 1 | -7/+8 |
* | don't assume iterators implicitly convert to pointers. | Chris Lattner | 2008-12-01 | 1 | -1/+1 |
* | Introduce a new array_pod_sort function and switch LSR to use it | Chris Lattner | 2008-12-01 | 1 | -1/+38 |
* | Reimplement the non-local dependency data structure in terms of a sorted | Chris Lattner | 2008-12-01 | 1 | -15/+21 |
* | Fix bogus assertion using getSExtValue for legitimate values, like -1 in | Eli Friedman | 2008-12-01 | 1 | -1/+1 |
* | 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 |
* | add the rest of the comparison routines. | Chris Lattner | 2008-11-30 | 1 | -6/+6 |
* | 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 |
* | fix indentation. std::pair is "isPod" if the first/second are both isPod. | Chris Lattner | 2008-11-30 | 1 | -16/+17 |
* | Eliminate the dropInstruction method, which is not needed any more. | Chris Lattner | 2008-11-29 | 1 | -5/+0 |
* | Add protected visibility to libLTO. | Nick Lewycky | 2008-11-29 | 1 | -1/+2 |
* | 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 |