| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Make these loops follow GetGEPOperands() behavior. | Wojciech Matyjewicz | 2007-12-13 | 1 | -11/+13 |
* | Fix PR1782, patch by Wojtek Matyjewicz! | Chris Lattner | 2007-12-09 | 1 | -4/+4 |
* | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -37/+0 |
* | Integrate the readonly/readnone logic more deeply | Duncan Sands | 2007-12-01 | 1 | -5/+0 |
* | 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 |
* | Ding dong, the DoesntAccessMemoryFns and | Duncan Sands | 2007-11-23 | 1 | -113/+0 |
* | Teach alias analysis about readnone/readonly functions. | Duncan Sands | 2007-11-22 | 1 | -0/+6 |
* | Fix for PR1801 | Tanya Lattner | 2007-11-16 | 1 | -0/+3 |
* | 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 | 1 | -2/+2 |
* | Make a comment better. | Owen Anderson | 2007-10-26 | 1 | -1/+3 |
* | Fix for PR1741. | Owen Anderson | 2007-10-25 | 1 | -2/+3 |
* | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 1 | -5/+4 |
* | Missing break. Patch by Wojciech Matyjewicz. | Evan Cheng | 2007-09-05 | 1 | -0/+1 |
* | This resolves a regression of BasicAA which failed to find any memory informa... | Chandler Carruth | 2007-08-06 | 1 | -4/+23 |
* | Upgrade BasicAliasAnalysis::getModRefBehavior to not call Value::getName, | Chris Lattner | 2007-08-05 | 1 | -4/+14 |
* | Implement review feedback. | Christopher Lamb | 2007-08-02 | 1 | -4/+4 |
* | Teach BasicAA about noalias parameter attributes, but do it correctly this time. | Christopher Lamb | 2007-08-02 | 1 | -1/+31 |
* | Revert overly aggressive interpretation of noalias | Christopher Lamb | 2007-07-31 | 1 | -32/+1 |
* | Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te... | Christopher Lamb | 2007-07-31 | 1 | -1/+32 |
* | Fix comments about vectors to use the current wording. | Dan Gohman | 2007-07-16 | 1 | -1/+1 |
* | Add explicit keywords. | Dan Gohman | 2007-07-02 | 1 | -1/+1 |
* | Make BasicAliasAnalysis correctly register itself. Patch by Devang | Anton Korobeynikov | 2007-06-18 | 1 | -0/+2 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -4/+4 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -4/+4 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+6 |
* | Make use of ConstantInt::isZero instead of ConstantInt::isNullValue. | Zhou Sheng | 2007-04-19 | 1 | -1/+1 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -3/+3 |
* | Switch some std::vector's to SmallVectors. This speeds up -load-vn -gcse | Chris Lattner | 2007-02-10 | 1 | -3/+5 |
* | modify CheckGEPInstructions to take a pointer and size instead of a vector. | Chris Lattner | 2007-02-10 | 1 | -23/+31 |
* | eliminate use of TargetData::getIndexedOffset that takes a vector | Chris Lattner | 2007-02-10 | 1 | -5/+11 |
* | Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce | Reid Spencer | 2007-02-05 | 1 | -1/+1 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
* | fit to 80 cols. | Chris Lattner | 2007-01-14 | 1 | -8/+6 |
* | GEP operands can't be bools | Chris Lattner | 2007-01-12 | 1 | -6/+3 |
* | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer | 2007-01-12 | 1 | -1/+1 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -4/+4 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -6/+9 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -20/+12 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -1/+2 |
* | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer | 2006-12-12 | 1 | -4/+4 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -2/+2 |
* | Convert to using llvm streams instead of iostreams. | Bill Wendling | 2006-11-28 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -31/+45 |
* | remove redundant code | Chris Lattner | 2006-11-13 | 1 | -2/+0 |
* | Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-range | Chris Lattner | 2006-11-03 | 1 | -8/+20 |