Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Drop 'const' | Devang Patel | 2007-05-03 | 2 | -4/+4 | |
| | | | | llvm-svn: 36662 | |||||
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 2 | -4/+4 | |
| | | | | | | | Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652 | |||||
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 2 | -3/+6 | |
| | | | | llvm-svn: 36632 | |||||
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 2 | -3/+3 | |
| | | | | | | target for tabs checking. llvm-svn: 36146 | |||||
* | For PR1146: | Reid Spencer | 2007-04-11 | 1 | -2/+2 | |
| | | | | | | | Put the parameter attributes in their own ParamAttr name space. Adjust the rest of llvm as a result. llvm-svn: 35877 | |||||
* | For PR1146: | Reid Spencer | 2007-04-09 | 1 | -2/+4 | |
| | | | | | | Adapt handling of parameter attributes to use the new ParamAttrsList class. llvm-svn: 35814 | |||||
* | Fix authorship | Anton Korobeynikov | 2007-03-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 35337 | |||||
* | Add TODO list for MSIL backend | Anton Korobeynikov | 2007-03-21 | 1 | -0/+51 | |
| | | | | llvm-svn: 35244 | |||||
* | Let the new backend begin! | Anton Korobeynikov | 2007-03-21 | 3 | -0/+1594 | |
llvm-svn: 35242 |