2008-12-01 |
Bill Wendling | - Have "ADD" instructions return an implicit EFLAGS. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Bill Wendling | Expand getVTList, getNodeValueTypes, and SelectNodeTo... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | Add rdar reference, make this actually fail when the... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Dale Johannesen | Consider only references to an IV within the loop when |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | reenable array_pod_sort, this time hopefully happy... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Bill Wendling | Don't rebuild RHSNeg. Just use the one that's already... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Bill Wendling | Document what this check is doing. Also, no need to... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Bill Wendling | Use a simple comparison. Overflow on integer negation... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | don't #include <algorithm> into the llvm namespace. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Scott Michel | CellSPU: |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | switch to std::sort until I have time to sort this... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | cleanups suggested by duncan, thanks! |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | define array_pod_sort in terms of operator< instead... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Duncan Sands | There are no longer any places that require a |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Duncan Sands | Change the interface to the type legalization method |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Bill Wendling | Generalize the FoldOrWithConstant method to fold for... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Bill Wendling | Reduce copy-and-paste code by splitting out the code... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Bill Wendling | Use m_Specific() instead of double matching. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Bill Wendling | Move pattern check outside of the if-then statement... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | Rename some variables, only increment BI once at the... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | pull the predMap densemap out of the inner loop of... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | switch a couple more calls to use array_pod_sort. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | don't assume iterators implicitly convert to pointers. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | Introduce a new array_pod_sort function and switch... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | Eliminate use of setvector for the DeadInsts set, just... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | DeleteTriviallyDeadInstructions is always passed the |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | simplify DeleteTriviallyDeadInstructions again, unlike... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | simplify these patterns using m_Specific. No need... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | Teach jump threading to clean up after itself, DCE... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | The PreVerifier pass preserves everything. In practice... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | Change instcombine to use FoldPHIArgGEPIntoPHI to fold... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | Teach inst combine to merge GEPs through PHIs. This... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | testcase for my previous commit. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | Make GVN be more intelligent about redundant load |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | Reimplement the non-local dependency data structure... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Bill Wendling | Implement ((A|B)&1)|(B&-2) -> (A&1) | B transformation... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Eli Friedman | Fix bogus assertion using getSExtValue for legitimate... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Chris Lattner | Cache analyses in ivars and add some useful DEBUG output. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | improve indentation, do cheap checks before expensive... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | Eliminate the DepResultTy abstraction. It is now compl... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Eli Friedman | Minor cleanup: use getTrue and getFalse where appropria... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Eli Friedman | Some minor cleanups to instcombine; no functionality... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | Cache TargetData/AliasAnalysis in the pass instead... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | add the rest of the comparison routines. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Bill Wendling | Add instruction combining for ((A&~B)|(~A&B)) -> A... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Bill Wendling | Implement (A&((~A)|B)) -> A&B transformation in the... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Bill Wendling | Forgot one remaining call to getSExtValue(). |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Bill Wendling | getSExtValue() doesn't work for ConstantInts with bitwi... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Eli Friedman | Optimize memmove and memset into the LLVM builtins... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Eli Friedman | A couple small cleanups, plus a new potential optimization. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Eli Friedman | Moving potential optimizations out of PR2330 into lib... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Eli Friedman | Followup to r60283: optimize arbitrary width signed... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Eli Friedman | Fix for PR2164: allow transforming arbitrary-width... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Bill Wendling | Don't make TwoToExp signed by default. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Bill Wendling | From Hacker's Delight: |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Eli Friedman | APIntify a test which is potentially unsafe otherwise... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Bill Wendling | Strengthen check for div inst-combining. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Bill Wendling | Instcombine was illegally transforming -X/C into X... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | Two changes: Make getDependency remove QueryInst for... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Eli Friedman | Fix a link issue I ran into trying compiling LLVM on... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | introduce a typedef, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | Change NonLocalDeps to be a densemap of pointers to... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | calls never depend on allocations. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | Fix a fixme by making memdep's handling of allocations... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | implement a fixme by introducing a new getDependencyFro... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | Move the getNonLocalDependency method to a more logical... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | REmove an old fixme, resolve another fixme by adding... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | remove a bit of incorrect code that tried to be tricky... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Chris Lattner | fix indentation. std::pair is "isPod" if the first... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Nick Lewycky | Remove warning about declaration does not declare anyth... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | Eliminate the dropInstruction method, which is not... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Nick Lewycky | Add protected visibility to libLTO. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | implement some fixme's: when deleting an instruction... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | Change MemDep::getNonLocalDependency to return its... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | move MemoryDependenceAnalysis::verifyRemoved to the... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | reimplement getNonLocalDependency with a simpler worklist |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | don't require GVN to work on dead values, just make the |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | Fix a thinko that manifested as a crash on clamav last... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Nick Lewycky | Fix spelling mistake. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | tidy up some variable names. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | rename some maps. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | rename some variables. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | eliminate a bunch of code in favor of using AliasAnalys... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Torok Edwin | protect against negative values that would exceed allow... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | simplify some code and rename some variables. Reduce... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | apparently GCC doesn't believe that I understand C |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Duncan Sands | Typo fix. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | Split getDependency into getDependency and getDependenc... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Bill Wendling | Temporarily revert r60195. It's causing an optimized... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | Now that DepType is private, we can start cleaning... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | Introduce and use a new MemDepResult class to hold... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | Reimplement the internal abstraction used by MemDep... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | Fix sentinels to use correctly 'aligned' pointers. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Chris Lattner | Fix spello, add DenseMapInfo specialization for Pointer... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Chris Lattner | fix comment typo |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Chris Lattner | fix a bug. |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Chris Lattner | add a generic "bitmangled pointer" class, which allows... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Chris Lattner | Fix PR3141 by ensuring that MemoryDependenceAnalysis... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Chris Lattner | don't revisit instructions off the beginning of the... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Chris Lattner | comment cleanups. |
commit | commitdiff | tree | snapshot |
next |