Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename createAsmInfo to createMCAsmInfo and move registration code to ↵ | Evan Cheng | 2011-07-14 | 1 | -30/+0 |
| | | | | | | MCTargetDesc to prepare for next round of changes. llvm-svn: 135219 | ||||
* | Reverse unnecessary changes made in r129606 and r129608. There is no change ↵ | Akira Hatanaka | 2011-04-15 | 1 | -3/+3 |
| | | | | | | in functionality. llvm-svn: 129612 | ||||
* | Fix lines that have incorrect indentation or exceed 80 columns. There is no ↵ | Akira Hatanaka | 2011-04-15 | 1 | -3/+3 |
| | | | | | | change in functionality. llvm-svn: 129606 | ||||
* | Remove (hopefully) all trailing whitespaces from the mips backend. Patch by ↵ | Bruno Cardoso Lopes | 2011-03-04 | 1 | -1/+1 |
| | | | | | | Hatanaka, Akira llvm-svn: 127003 | ||||
* | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 1 | -2/+2 |
| | | | | llvm-svn: 108366 | ||||
* | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner | 2010-01-20 | 1 | -16/+2 |
| | | | | | | | stomache MCAsmInfo having this, and I found a better solution to this layering issue. llvm-svn: 93985 | ||||
* | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner | 2010-01-19 | 1 | -2/+16 |
| | | | | | | | | | I really want clients of the streamer to be able to say "emit this 64-bit integer" and have it get broken down right by the streamer. I may change this in the future, we'll see how it works out. llvm-svn: 93934 | ||||
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -0/+30 |
llvm-svn: 79763 |