| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | s/Method/Function | Chris Lattner | 2002-04-08 | 1 | -1/+1 |
| | | | | | | | Remove extraneous #includes of llvm/Assembly/Writer llvm-svn: 2178 | ||||
| * | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -5/+5 |
| | | | | | | | | class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144 | ||||
| * | Major overhaul to support arbitrary mixed array and structure indices. | Vikram S. Adve | 2002-03-24 | 1 | -63/+94 |
| | | | | | | | Also moved to the Scalar/ directory and renamed to "MultiDim". llvm-svn: 1961 | ||||
| * | New pass to decompose multi-dimensional array references into | Vikram S. Adve | 2002-03-23 | 1 | -0/+148 |
| a sequence of 1-D references, using a sequence of getElementPtrs. llvm-svn: 1948 | |||||

