| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR2002. Suppose n is the initial value for the induction | Wojciech Matyjewicz | 2008-02-12 | 1 | -6/+4 |
* | If the LHS of the comparison is a loop-invariant we also want to move it | Wojciech Matyjewicz | 2008-02-11 | 1 | -2/+2 |
* | Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an | Wojciech Matyjewicz | 2008-02-11 | 1 | -49/+100 |
* | We should check that existing cast operation has the appropriate opcode befor... | Wojciech Matyjewicz | 2008-02-09 | 1 | -19/+21 |
* | Throttle the non-local dependence analysis for basic blocks with more than 50... | Tanya Lattner | 2008-02-06 | 1 | -7/+20 |
* | Fix an obscure read-after-free bug that Duncan found. | Owen Anderson | 2008-02-05 | 1 | -10/+20 |
* | Avoid unnecessarily casting away const, fixing a FIXME. | Dan Gohman | 2008-01-31 | 2 | -2/+2 |
* | Fix an issue where, under very specific circumstances, memdep could end up de... | Owen Anderson | 2008-01-30 | 1 | -2/+2 |
* | getUnderlyingObject can return null, handle this. | Chris Lattner | 2008-01-24 | 1 | -2/+3 |
* | Teach basicaa that 'byval' arguments define a new memory location that | Chris Lattner | 2008-01-24 | 1 | -34/+34 |
* | Don't be rude, emit debugging info where asked to. | Nick Lewycky | 2008-01-02 | 1 | -5/+5 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 29 | -58/+58 |
* | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 2 | -4/+4 |
* | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen | 2007-12-19 | 1 | -4/+0 |
* | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman | 2007-12-14 | 1 | -1/+1 |
* | Make these loops follow GetGEPOperands() behavior. | Wojciech Matyjewicz | 2007-12-13 | 1 | -11/+13 |
* | Revert r44626, which turned off the use of readonly | Duncan Sands | 2007-12-12 | 1 | -12/+4 |
* | Fix a bug in my previous patch, thanks to Jay Foad for | Chris Lattner | 2007-12-12 | 1 | -2/+2 |
* | Changes from Curtis Dunham implementing lazy cycle detection algorithm. | Daniel Berlin | 2007-12-12 | 1 | -125/+287 |
* | Implement constant folding if vector<->vector bitcasts where the number | Chris Lattner | 2007-12-11 | 1 | -2/+122 |
* | Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. | Chris Lattner | 2007-12-10 | 2 | -21/+95 |
* | Fix PR1782, patch by Wojtek Matyjewicz! | Chris Lattner | 2007-12-09 | 1 | -4/+4 |
* | Fix several cache coherence bugs in MemDep/GVN that were found. Also add som... | Owen Anderson | 2007-12-08 | 1 | -23/+67 |
* | Commit 44487 broke bootstrap of llvm-gcc-4.2. It is | Duncan Sands | 2007-12-05 | 1 | -4/+12 |
* | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 3 | -42/+5 |
* | Integrate the readonly/readnone logic more deeply | Duncan Sands | 2007-12-01 | 7 | -43/+58 |
* | chain update requests properly. | Chris Lattner | 2007-11-30 | 1 | -0/+3 |
* | Add some convenience methods for querying attributes, and | Duncan Sands | 2007-11-28 | 1 | -3/+2 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -2/+2 |
* | Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T... | Owen Anderson | 2007-11-27 | 1 | -1/+1 |
* | Fix a silly bug that Nicholas noticed. | Owen Anderson | 2007-11-26 | 1 | -1/+2 |
* | Allow GVN to eliminate read-only function calls when it can detect that they ... | Owen Anderson | 2007-11-26 | 1 | -4/+5 |
* | Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. | Nick Lewycky | 2007-11-25 | 2 | -80/+140 |
* | simplify some code. | Chris Lattner | 2007-11-23 | 1 | -5/+1 |
* | splice some lines together, no functionality change. | Chris Lattner | 2007-11-23 | 1 | -11/+7 |
* | Ding dong, the DoesntAccessMemoryFns and | Duncan Sands | 2007-11-23 | 1 | -113/+0 |
* | Fix a bug where we'd try to find a scev value for a bitcast operand, | Chris Lattner | 2007-11-23 | 1 | -0/+8 |
* | Teach alias analysis about readnone/readonly functions. | Duncan Sands | 2007-11-22 | 1 | -0/+6 |
* | Instead of calculating constant factors, calculate the number of trailing | Nick Lewycky | 2007-11-22 | 1 | -54/+47 |
* | Create nodes for inline asm so that we don't crash looking for the node later. | Nick Lewycky | 2007-11-22 | 1 | -0/+8 |
* | Small cleanup. Use APInt::getHighBitsSet method instead of shift left. | Nick Lewycky | 2007-11-20 | 1 | -5/+4 |
* | Be more careful when transforming | to +. Patch from Wojciech Matyjewicz. | Nick Lewycky | 2007-11-20 | 1 | -6/+8 |
* | Fix for PR1801 | Tanya Lattner | 2007-11-16 | 1 | -0/+3 |
* | Reverted r44163 per request | Anton Korobeynikov | 2007-11-15 | 1 | -52/+4 |
* | Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV | Nick Lewycky | 2007-11-15 | 1 | -4/+51 |
* | More templatization. | Owen Anderson | 2007-11-15 | 1 | -230/+1 |
* | Start the process of making MachineLoopInfo possible by templating Loop. | Owen Anderson | 2007-11-14 | 1 | -396/+0 |
* | Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll | Chris Lattner | 2007-11-06 | 1 | -7/+11 |
* | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 7 | -25/+26 |
* | Add explicit keywords. | Dan Gohman | 2007-10-29 | 1 | -1/+1 |