summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSIL
Commit message (Collapse)AuthorAgeFilesLines
...
* Drop 'const'Devang Patel2007-05-032-4/+4
| | | | llvm-svn: 36662
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-022-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 Patel2007-05-012-3/+6
| | | | llvm-svn: 36632
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-162-3/+3
| | | | | | target for tabs checking. llvm-svn: 36146
* For PR1146:Reid Spencer2007-04-111-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 Spencer2007-04-091-2/+4
| | | | | | Adapt handling of parameter attributes to use the new ParamAttrsList class. llvm-svn: 35814
* Fix authorshipAnton Korobeynikov2007-03-251-1/+1
| | | | llvm-svn: 35337
* Add TODO list for MSIL backendAnton Korobeynikov2007-03-211-0/+51
| | | | llvm-svn: 35244
* Let the new backend begin!Anton Korobeynikov2007-03-213-0/+1594
llvm-svn: 35242
OpenPOWER on IntegriCloud