2008-12-15 |
Dan Gohman | Fix a typo in a comment. |
tree | commitdiff |
2008-12-15 |
Nick Lewycky | It turns out that "align 1" and unaligned are different... |
tree | commitdiff |
2008-12-15 |
Chris Lattner | Implement initial support for PHI translation in memdep... |
tree | commitdiff |
2008-12-15 |
Nick Lewycky | Introducing nocapture, a parameter attribute for pointe... |
tree | commitdiff |
2008-12-14 |
Duncan Sands | Reapply r60997, this time without forgetting that |
tree | commitdiff |
2008-12-13 |
Bill Wendling | Temporarily revert r60997. It was causing this failure: |
tree | commitdiff |
2008-12-13 |
Duncan Sands | LegalizeDAG is not supposed to introduce illegal |
tree | commitdiff |
2008-12-13 |
Cedric Venet | Add explicit this-> for some member function in templat... |
tree | commitdiff |
2008-12-13 |
Torok Edwin | Fix getFieldAs() to use the parameter instead of 6. |
tree | commitdiff |
2008-12-11 |
Torok Edwin | fix grammar, thanks Duncan! |
tree | commitdiff |
2008-12-11 |
Mikhail Glushenkov | Merge Base.td and Tools.td. |
tree | commitdiff |
2008-12-11 |
Torok Edwin | introduce BasicBlock::getUniquePredecessor() |
tree | commitdiff |
2008-12-10 |
Evan Cheng | Fix MachineCodeEmitter to use uintptr_t instead of... |
tree | commitdiff |
2008-12-10 |
Dan Gohman | Update CalcLatency to work in terms of edge latencies... |
tree | commitdiff |
2008-12-10 |
Evan Cheng | Fix a couple of Dwarf bugs. |
tree | commitdiff |
2008-12-09 |
Dan Gohman | Rewrite the SDep class, and simplify some of the relate... |
tree | commitdiff |
2008-12-09 |
Bill Wendling | Add sub/mul overflow intrinsics. This currently doesn... |
tree | commitdiff |
2008-12-09 |
Chris Lattner | Teach GVN to invalidate some memdep information when... |
tree | commitdiff |
2008-12-09 |
Duncan Sands | Fix PR3117: not all nodes being legalized. The |
tree | commitdiff |
2008-12-09 |
Chris Lattner | Teach BasicAA::getModRefInfo(CallSite, CallSite) some |
tree | commitdiff |
2008-12-09 |
Chris Lattner | rename getNonLocalDependency -> getNonLocalCallDependen... |
tree | commitdiff |
2008-12-09 |
Mikhail Glushenkov | Support -emit-llvm properly (with -S and -c). |
tree | commitdiff |
2008-12-09 |
Chris Lattner | rename getNonLocalPointerDepInternal -> getNonLocalPoin... |
tree | commitdiff |
2008-12-09 |
Evan Cheng | DisableGVCompilation should not abort on internal Globa... |
tree | commitdiff |
2008-12-09 |
Chris Lattner | newline at end of phile |
tree | commitdiff |
2008-12-09 |
Chris Lattner | use hte new pred cache to speed up the new non-local... |
tree | commitdiff |
2008-12-09 |
Chris Lattner | pred_iterator got a lot slower since use-diet landed... |
tree | commitdiff |
2008-12-09 |
Dan Gohman | Fix the name of ISD::TokenFactor in a comment. Thanks... |
tree | commitdiff |
2008-12-09 |
Chris Lattner | remove two unneeded forward declarations, pointed out... |
tree | commitdiff |
2008-12-08 |
Dan Gohman | Move the conversion to intptr_t to a separate statement... |
tree | commitdiff |
2008-12-08 |
Ted Kremenek | Use 'delete []' instead of 'delete' in OwningArray... |
tree | commitdiff |
2008-12-08 |
Duncan Sands | Fix comment typo. |
tree | commitdiff |
2008-12-08 |
Dan Gohman | Factor out the code for sign-extending/truncating gep... |
tree | commitdiff |
2008-12-08 |
Chris Lattner | add another level of caching for non-local pointer... |
tree | commitdiff |
2008-12-08 |
Chris Lattner | introduce a new RoundUpAlignment helper function, use... |
tree | commitdiff |
2008-12-08 |
Dan Gohman | Make ConstantAggregateZero::get return a ConstantAggreg... |
tree | commitdiff |
2008-12-08 |
Chris Lattner | Speed up getABITypeSize by turning a i64 mul and div... |
tree | commitdiff |
2008-12-08 |
Dan Gohman | Clarify a comment. |
tree | commitdiff |
2008-12-08 |
Dan Gohman | Move createVirtualRegister out-of-line. |
tree | commitdiff |
2008-12-07 |
Dan Gohman | Use bool instead of int, now that it no longer evokes... |
tree | commitdiff |
2008-12-07 |
Dan Gohman | Use intptr_t instead of unsigned here, which is more... |
tree | commitdiff |
2008-12-07 |
Chris Lattner | fix a typo duncan noticed! |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Make 'extern' an option property. |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Plugin updates: support more options. |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Use (actions) instead of option properties, support... |
tree | commitdiff |
2008-12-07 |
Chris Lattner | add support for caching pointer dependence queries... |
tree | commitdiff |
2008-12-07 |
Chris Lattner | Some internal refactoring to make it easier to cache... |
tree | commitdiff |
2008-12-07 |
Chris Lattner | Introduce a new MemDep::getNonLocalPointerDependency |
tree | commitdiff |
2008-12-07 |
Chris Lattner | push the "pointer case" up the analysis stack a bit... |
tree | commitdiff |
2008-12-07 |
Chris Lattner | Rename getCallSiteDependency -> getCallSiteDependencyFr... |
tree | commitdiff |
2008-12-07 |
Chris Lattner | make getDependencyFrom private. |
tree | commitdiff |
2008-12-05 |
Chris Lattner | Make a few major changes to memdep and its clients: |
tree | commitdiff |
2008-12-05 |
Chris Lattner | Make it illegal to call getDependency* on non-memory... |
tree | commitdiff |
2008-12-05 |
Chris Lattner | add a new pop_back_val method which returns the value... |
tree | commitdiff |
2008-12-05 |
Dan Gohman | Drop the reg argument to isRegReDefinedByTwoAddr, which... |
tree | commitdiff |
2008-12-05 |
Dan Gohman | Update comments. There is no getArgumentAccesses. |
tree | commitdiff |
2008-12-04 |
Ted Kremenek | Have raw_fd_ostream keep track of the position in the... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Have PseudoSourceValue override Value::dump, so that... |
tree | commitdiff |
2008-12-03 |
Chris Lattner | Factor some code into a new FoldSingleEntryPHINodes... |
tree | commitdiff |
2008-12-03 |
Chris Lattner | fix a really incorrect comment. |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Split foldMemoryOperand into public non-virtual and... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Rename isSimpleLoad to canFoldAsLoad, to better reflect... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Extend X86's addFrameReference to add a MachineMemOpera... |
tree | commitdiff |
2008-12-03 |
Rafael Espindola | Fix bug 3140. |
tree | commitdiff |
2008-12-03 |
Chris Lattner | Rename DeleteBlockIfDead to DeleteDeadBlock and make it |
tree | commitdiff |
2008-12-03 |
Chris Lattner | Factor some code out of SimplifyCFG, forming a new |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Add an explicit keyword. |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Replace a #include with a forward-declaration. |
tree | commitdiff |
2008-12-02 |
Chris Lattner | Fix isIntN to work with APInts > 64 bits. This method... |
tree | commitdiff |
2008-12-02 |
Chris Lattner | Comment typeo fix, thanks Duncan! |
tree | commitdiff |
2008-12-02 |
Nick Lewycky | Add a new SCEV representing signed division. |
tree | commitdiff |
2008-12-02 |
Chris Lattner | add a little helper function that does PHI translation. |
tree | commitdiff |
2008-12-02 |
Chris Lattner | add densemap range insertion method. |
tree | commitdiff |
2008-12-01 |
Bill Wendling | Expand getVTList, getNodeValueTypes, and SelectNodeTo... |
tree | commitdiff |
2008-12-01 |
Chris Lattner | reenable array_pod_sort, this time hopefully happy... |
tree | commitdiff |
2008-12-01 |
Chris Lattner | don't #include <algorithm> into the llvm namespace. |
tree | commitdiff |
2008-12-01 |
Chris Lattner | switch to std::sort until I have time to sort this... |
tree | commitdiff |
2008-12-01 |
Chris Lattner | cleanups suggested by duncan, thanks! |
tree | commitdiff |
2008-12-01 |
Chris Lattner | define array_pod_sort in terms of operator< instead... |
tree | commitdiff |
2008-12-01 |
Duncan Sands | There are no longer any places that require a |
tree | commitdiff |
2008-12-01 |
Duncan Sands | Change the interface to the type legalization method |
tree | commitdiff |
2008-12-01 |
Chris Lattner | don't assume iterators implicitly convert to pointers. |
tree | commitdiff |
2008-12-01 |
Chris Lattner | Introduce a new array_pod_sort function and switch... |
tree | commitdiff |
2008-12-01 |
Chris Lattner | Reimplement the non-local dependency data structure... |
tree | commitdiff |
2008-12-01 |
Eli Friedman | Fix bogus assertion using getSExtValue for legitimate... |
tree | commitdiff |
2008-11-30 |
Chris Lattner | Eliminate the DepResultTy abstraction. It is now compl... |
tree | commitdiff |
2008-11-30 |
Chris Lattner | Cache TargetData/AliasAnalysis in the pass instead... |
tree | commitdiff |
2008-11-30 |
Chris Lattner | add the rest of the comparison routines. |
tree | commitdiff |
2008-11-30 |
Chris Lattner | Two changes: Make getDependency remove QueryInst for... |
tree | commitdiff |
2008-11-30 |
Chris Lattner | introduce a typedef, no functionality change. |
tree | commitdiff |
2008-11-30 |
Chris Lattner | Change NonLocalDeps to be a densemap of pointers to... |
tree | commitdiff |
2008-11-30 |
Chris Lattner | implement a fixme by introducing a new getDependencyFro... |
tree | commitdiff |
2008-11-30 |
Chris Lattner | REmove an old fixme, resolve another fixme by adding... |
tree | commitdiff |
2008-11-30 |
Chris Lattner | fix indentation. std::pair is "isPod" if the first... |
tree | commitdiff |
2008-11-29 |
Chris Lattner | Eliminate the dropInstruction method, which is not... |
tree | commitdiff |
2008-11-29 |
Nick Lewycky | Add protected visibility to libLTO. |
tree | commitdiff |
2008-11-29 |
Chris Lattner | implement some fixme's: when deleting an instruction... |
tree | commitdiff |
2008-11-29 |
Chris Lattner | Change MemDep::getNonLocalDependency to return its... |
tree | commitdiff |
2008-11-29 |
Chris Lattner | reimplement getNonLocalDependency with a simpler worklist |
tree | commitdiff |
next |