Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -116/+0 |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
* | Remember the set of leaders. Also compute on demand and cache the equiv | Vikram S. Adve | 2004-05-23 | 1 | -32/+52 |
| | | | | | | | class for each leader. Finally, rename Elem2ECLeaderMap to Elem2LeaderMap (most of the changed lines are only due to the latter). llvm-svn: 13651 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM notice. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | llvm-svn: 9300 | ||||
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -10/+6 |
| | | | | llvm-svn: 8782 | ||||
* | Regularize the names of #include-guards. | Brian Gaeke | 2003-06-17 | 1 | -2/+2 |
| | | | | llvm-svn: 6732 | ||||
* | Made changes suggested by Chris; Renamed 'union' function to unionSetsWith | Sumant Kowshik | 2003-06-04 | 1 | -11/+7 |
| | | | | llvm-svn: 6605 | ||||
* | Implementation of Equivalence Classes | Sumant Kowshik | 2003-05-29 | 1 | -0/+93 |
llvm-svn: 6422 |