| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement (A&((~A)|B)) -> A&B transformation in the instruction combiner. This | Bill Wendling | 2008-11-30 | 3 | -10/+55 |
* | Forgot one remaining call to getSExtValue(). | Bill Wendling | 2008-11-30 | 1 | -1/+1 |
* | getSExtValue() doesn't work for ConstantInts with bitwidth > 64 bits. Use all | Bill Wendling | 2008-11-30 | 2 | -5/+33 |
* | Optimize memmove and memset into the LLVM builtins. Note that these | Eli Friedman | 2008-11-30 | 3 | -4/+81 |
* | A couple small cleanups, plus a new potential optimization. | Eli Friedman | 2008-11-30 | 1 | -3/+29 |
* | Moving potential optimizations out of PR2330 into lib/Target/README.txt. | Eli Friedman | 2008-11-30 | 1 | -0/+262 |
* | Followup to r60283: optimize arbitrary width signed divisions as well | Eli Friedman | 2008-11-30 | 2 | -71/+44 |
* | Fix for PR2164: allow transforming arbitrary-width unsigned divides into | Eli Friedman | 2008-11-30 | 3 | -96/+76 |
* | Don't make TwoToExp signed by default. | Bill Wendling | 2008-11-30 | 1 | -2/+1 |
* | From Hacker's Delight: | Bill Wendling | 2008-11-30 | 1 | -8/+10 |
* | APIntify a test which is potentially unsafe otherwise, and fix the | Eli Friedman | 2008-11-30 | 3 | -4/+33 |
* | Strengthen check for div inst-combining. | Bill Wendling | 2008-11-30 | 1 | -1/+1 |
* | Instcombine was illegally transforming -X/C into X/-C when either X or C | Bill Wendling | 2008-11-30 | 4 | -9/+52 |
* | Two changes: Make getDependency remove QueryInst for a dirty record's | Chris Lattner | 2008-11-30 | 2 | -22/+33 |
* | Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. | Eli Friedman | 2008-11-30 | 1 | -1/+1 |
* | introduce a typedef, no functionality change. | Chris Lattner | 2008-11-30 | 2 | -17/+19 |
* | Change NonLocalDeps to be a densemap of pointers to densemap | Chris Lattner | 2008-11-30 | 2 | -35/+60 |
* | calls never depend on allocations. | Chris Lattner | 2008-11-30 | 1 | -12/+5 |
* | Fix a fixme by making memdep's handling of allocations more logical. | Chris Lattner | 2008-11-30 | 2 | -35/+22 |
* | implement a fixme by introducing a new getDependencyFromInternal | Chris Lattner | 2008-11-30 | 2 | -36/+32 |
* | Move the getNonLocalDependency method to a more logical place in | Chris Lattner | 2008-11-30 | 1 | -90/+89 |
* | REmove an old fixme, resolve another fixme by adding liberal | Chris Lattner | 2008-11-30 | 2 | -3/+12 |
* | remove a bit of incorrect code that tried to be tricky about speeding up | Chris Lattner | 2008-11-30 | 1 | -49/+24 |
* | fix indentation. std::pair is "isPod" if the first/second are both isPod. | Chris Lattner | 2008-11-30 | 1 | -16/+17 |
* | Remove warning about declaration does not declare anything. This class was | Nick Lewycky | 2008-11-30 | 1 | -1/+0 |
* | Eliminate the dropInstruction method, which is not needed any more. | Chris Lattner | 2008-11-29 | 3 | -87/+35 |
* | Add protected visibility to libLTO. | Nick Lewycky | 2008-11-29 | 2 | -1/+4 |
* | implement some fixme's: when deleting an instruction with | Chris Lattner | 2008-11-29 | 2 | -23/+67 |
* | Change MemDep::getNonLocalDependency to return its results as | Chris Lattner | 2008-11-29 | 3 | -13/+13 |
* | move MemoryDependenceAnalysis::verifyRemoved to the end of the file, | Chris Lattner | 2008-11-29 | 1 | -32/+32 |
* | reimplement getNonLocalDependency with a simpler worklist | Chris Lattner | 2008-11-29 | 3 | -148/+104 |
* | don't require GVN to work on dead values, just make the | Chris Lattner | 2008-11-29 | 1 | -5/+4 |
* | Fix a thinko that manifested as a crash on clamav last night. | Chris Lattner | 2008-11-29 | 2 | -2/+29 |
* | Fix spelling mistake. | Nick Lewycky | 2008-11-29 | 1 | -1/+1 |
* | tidy up some variable names. | Chris Lattner | 2008-11-29 | 1 | -5/+4 |
* | rename some maps. | Chris Lattner | 2008-11-29 | 2 | -43/+43 |
* | rename some variables. | Chris Lattner | 2008-11-29 | 1 | -21/+21 |
* | eliminate a bunch of code in favor of using AliasAnalysis::getModRefInfo. | Chris Lattner | 2008-11-29 | 1 | -47/+45 |
* | protect against negative values that would exceed allowed bit width | Torok Edwin | 2008-11-29 | 1 | -1/+1 |
* | simplify some code and rename some variables. Reduce nesting. | Chris Lattner | 2008-11-29 | 1 | -64/+64 |
* | apparently GCC doesn't believe that I understand C | Chris Lattner | 2008-11-29 | 1 | -2/+2 |
* | Typo fix. | Duncan Sands | 2008-11-29 | 1 | -1/+1 |
* | Split getDependency into getDependency and getDependencyFrom, the | Chris Lattner | 2008-11-29 | 4 | -131/+94 |
* | Temporarily revert r60195. It's causing an optimized bootstrap of llvm-gcc to... | Bill Wendling | 2008-11-29 | 1 | -20/+21 |
* | Now that DepType is private, we can start cleaning up some of its uses: | Chris Lattner | 2008-11-29 | 2 | -84/+81 |
* | Introduce and use a new MemDepResult class to hold the results of a memdep | Chris Lattner | 2008-11-29 | 5 | -103/+161 |
* | Reimplement the internal abstraction used by MemDep in terms | Chris Lattner | 2008-11-29 | 5 | -190/+207 |
* | Fix sentinels to use correctly 'aligned' pointers. | Chris Lattner | 2008-11-29 | 1 | -2/+2 |
* | Fix spello, add DenseMapInfo specialization for PointerIntPair. | Chris Lattner | 2008-11-29 | 1 | -0/+22 |
* | fix comment typo | Chris Lattner | 2008-11-28 | 1 | -1/+1 |