| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed so it gets linked properly | Anand Shukla | 2002-08-26 | 2 | -0/+7 |
* | Convert comments to Doxygen style | Chris Lattner | 2002-08-25 | 12 | -360/+367 |
* | Fix the way parens are printed around "*ptrName" so that | Vikram S. Adve | 2002-08-25 | 2 | -12/+38 |
* | Added function GetMemInstArgs and made FoldGetElemChain private. | Vikram S. Adve | 2002-08-24 | 1 | -6/+15 |
* | Added support for type inquiry in subclasses of InstTreeNode. | Vikram S. Adve | 2002-08-24 | 1 | -1/+35 |
* | Use newly-added type inspection support in InstTreeNode subclasses. | Vikram S. Adve | 2002-08-24 | 2 | -10/+8 |
* | Moved code here to extract memory instruction indices and to check | Vikram S. Adve | 2002-08-24 | 2 | -34/+192 |
* | LoadIdx non-terminal no longer needed. | Vikram S. Adve | 2002-08-24 | 1 | -3/+0 |
* | Sign-extend values used to index arrays (and Simplify | Vikram S. Adve | 2002-08-24 | 1 | -89/+28 |
* | Fix sign-extension: it needs to happen *after* multiplying by type size. | Vikram S. Adve | 2002-08-24 | 1 | -4/+2 |
* | Sign-extend array index expressions to work correctly on non-32 bit machines. | Vikram S. Adve | 2002-08-24 | 2 | -8/+18 |
* | - instcombine demorgan's law: and (not A), (not B) == not (or A, B) | Chris Lattner | 2002-08-23 | 1 | -0/+12 |
* | Test that demorgan's law is instcombined successfully | Chris Lattner | 2002-08-23 | 1 | -0/+10 |
* | Implement classof for SetCondInst so that instcombine doesn't break on dyn_ca... | Chris Lattner | 2002-08-23 | 1 | -0/+11 |
* | Changed default value of 3rd parameter in function definition | Anand Shukla | 2002-08-23 | 2 | -2/+2 |
* | Added #include <alloca.h> | Anand Shukla | 2002-08-23 | 2 | -0/+2 |
* | Simplify previous hack slightly. | Vikram S. Adve | 2002-08-23 | 1 | -5/+3 |
* | Force sign-extension for uint array indexes from 32-bit to 64-bits | Vikram S. Adve | 2002-08-23 | 1 | -1/+6 |
* | Eliminated the MemAccessInst class, folding contents into GEP class. | Chris Lattner | 2002-08-22 | 4 | -22/+16 |
* | Eliminated the MemAccessInst class, folding contents into GEP class. | Chris Lattner | 2002-08-22 | 13 | -184/+114 |
* | Load & Store Inst now no longer derive from MemAccessInst | Chris Lattner | 2002-08-22 | 1 | -2/+2 |
* | Load & StoreInst no longer derive from MemAccessInst, so we don't have | Chris Lattner | 2002-08-22 | 7 | -44/+14 |
* | Load & StoreInst no longer derive from MemAccessInst, so we don't have | Chris Lattner | 2002-08-22 | 3 | -12/+12 |
* | *** empty log message *** | Chris Lattner | 2002-08-22 | 3 | -17/+4 |
* | Load and Store now no longer derive from MemAccessInst. Indexing a load or | Chris Lattner | 2002-08-22 | 2 | -45/+19 |
* | doxygenize comments | Chris Lattner | 2002-08-22 | 1 | -9/+8 |
* | doxygenize comments in header | Chris Lattner | 2002-08-22 | 1 | -4/+4 |
* | Make doxygen not exclude doxygenized comments from the source code listings | Chris Lattner | 2002-08-22 | 2 | -2/+2 |
* | Add capability of using pointer analysis to LICM | Chris Lattner | 2002-08-22 | 1 | -2/+35 |
* | Add new testcases for instcombine | Chris Lattner | 2002-08-22 | 1 | -0/+20 |
* | Remove long obsolete comments | Chris Lattner | 2002-08-22 | 1 | -7/+0 |
* | Add doxygen comments to AliasAnalysis class | Chris Lattner | 2002-08-22 | 1 | -25/+25 |
* | Fix bug: test/Regression/Assembler/2002-08-22-DominanceProblem.ll | Chris Lattner | 2002-08-22 | 1 | -13/+23 |
* | Fix bug: test/Regression/Assembler/2002-08-22-DominanceProblem.ll | Chris Lattner | 2002-08-22 | 1 | -0/+2 |
* | New testcase | Chris Lattner | 2002-08-22 | 1 | -0/+13 |
* | Add a testcase that checks to make sure LICM uses basicaa correctly. | Chris Lattner | 2002-08-22 | 4 | -0/+94 |
* | Instcombine PHI's of the form %PN = phi PN, X into X and | Chris Lattner | 2002-08-22 | 1 | -4/+13 |
* | Add readme file describing directory | Chris Lattner | 2002-08-22 | 1 | -0/+3 |
* | Add documentation for AnalysisGroup functionality | Chris Lattner | 2002-08-22 | 1 | -7/+133 |
* | Add missing #include | Chris Lattner | 2002-08-22 | 1 | -0/+1 |
* | Check-in new alias analysis infrastructure | Chris Lattner | 2002-08-22 | 1 | -0/+155 |
* | Checkin new alias analysis infrastructure | Chris Lattner | 2002-08-22 | 2 | -0/+113 |
* | Convert GCSE pass to use new alias analysis infrastructure | Chris Lattner | 2002-08-22 | 1 | -61/+35 |
* | Initial testcases for basicaa alias analysis | Chris Lattner | 2002-08-22 | 4 | -0/+66 |
* | Do not generate load/store instructions with indexing. | Chris Lattner | 2002-08-22 | 1 | -18/+36 |
* | Convert testcases to not use indexed loads/stores | Chris Lattner | 2002-08-22 | 4 | -5/+8 |
* | Convert testcases to not use indexed loads/stores | Chris Lattner | 2002-08-22 | 1 | -5/+5 |
* | Covnert testcases to not use indexed loads/stores | Chris Lattner | 2002-08-22 | 2 | -6/+12 |
* | Covnert testcases to not use indexed loads/stores | Chris Lattner | 2002-08-22 | 3 | -11/+21 |
* | Remove obsolete test | Chris Lattner | 2002-08-22 | 1 | -30/+0 |