Age | Commit message (Expand) | Author |
2008-12-03 | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman |
2008-12-03 | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman |
2008-12-03 | Extend X86's addFrameReference to add a MachineMemOperand for | Dan Gohman |
2008-12-03 | Fix bug 3140. | Rafael Espindola |
2008-12-03 | Rename DeleteBlockIfDead to DeleteDeadBlock and make it | Chris Lattner |
2008-12-03 | Factor some code out of SimplifyCFG, forming a new | Chris Lattner |
2008-12-03 | Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's | Dan Gohman |
2008-12-03 | Add an explicit keyword. | Dan Gohman |
2008-12-03 | Replace a #include with a forward-declaration. | Dan Gohman |
2008-12-02 | Fix isIntN to work with APInts > 64 bits. This method is only | Chris Lattner |
2008-12-02 | Comment typeo fix, thanks Duncan! | Chris Lattner |
2008-12-02 | Add a new SCEV representing signed division. | Nick Lewycky |
2008-12-02 | add a little helper function that does PHI translation. | Chris Lattner |
2008-12-02 | add densemap range insertion method. | Chris Lattner |
2008-12-01 | Expand getVTList, getNodeValueTypes, and SelectNodeTo to handle more value ty... | Bill Wendling |
2008-12-01 | reenable array_pod_sort, this time hopefully happy on 64-bit | Chris Lattner |
2008-12-01 | don't #include <algorithm> into the llvm namespace. | Chris Lattner |
2008-12-01 | switch to std::sort until I have time to sort this out. | Chris Lattner |
2008-12-01 | cleanups suggested by duncan, thanks! | Chris Lattner |
2008-12-01 | define array_pod_sort in terms of operator< instead of my brain | Chris Lattner |
2008-12-01 | There are no longer any places that require a | Duncan Sands |
2008-12-01 | Change the interface to the type legalization method | Duncan Sands |
2008-12-01 | don't assume iterators implicitly convert to pointers. | Chris Lattner |
2008-12-01 | Introduce a new array_pod_sort function and switch LSR to use it | Chris Lattner |
2008-12-01 | Reimplement the non-local dependency data structure in terms of a sorted | Chris Lattner |
2008-12-01 | Fix bogus assertion using getSExtValue for legitimate values, like -1 in | Eli Friedman |
2008-11-30 | Eliminate the DepResultTy abstraction. It is now completely | Chris Lattner |
2008-11-30 | Cache TargetData/AliasAnalysis in the pass instead of calling | Chris Lattner |
2008-11-30 | add the rest of the comparison routines. | Chris Lattner |
2008-11-30 | Two changes: Make getDependency remove QueryInst for a dirty record's | Chris Lattner |
2008-11-30 | introduce a typedef, no functionality change. | Chris Lattner |
2008-11-30 | Change NonLocalDeps to be a densemap of pointers to densemap | Chris Lattner |
2008-11-30 | implement a fixme by introducing a new getDependencyFromInternal | Chris Lattner |
2008-11-30 | REmove an old fixme, resolve another fixme by adding liberal | Chris Lattner |
2008-11-30 | fix indentation. std::pair is "isPod" if the first/second are both isPod. | Chris Lattner |
2008-11-29 | Eliminate the dropInstruction method, which is not needed any more. | Chris Lattner |
2008-11-29 | Add protected visibility to libLTO. | Nick Lewycky |
2008-11-29 | implement some fixme's: when deleting an instruction with | Chris Lattner |
2008-11-29 | Change MemDep::getNonLocalDependency to return its results as | Chris Lattner |
2008-11-29 | reimplement getNonLocalDependency with a simpler worklist | Chris Lattner |
2008-11-29 | tidy up some variable names. | Chris Lattner |
2008-11-29 | rename some maps. | Chris Lattner |
2008-11-29 | protect against negative values that would exceed allowed bit width | Torok Edwin |
2008-11-29 | apparently GCC doesn't believe that I understand C | Chris Lattner |
2008-11-29 | Typo fix. | Duncan Sands |
2008-11-29 | Split getDependency into getDependency and getDependencyFrom, the | Chris Lattner |
2008-11-29 | Now that DepType is private, we can start cleaning up some of its uses: | Chris Lattner |
2008-11-29 | Introduce and use a new MemDepResult class to hold the results of a memdep | Chris Lattner |
2008-11-29 | Reimplement the internal abstraction used by MemDep in terms | Chris Lattner |
2008-11-29 | Fix sentinels to use correctly 'aligned' pointers. | Chris Lattner |