Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 1 | -1/+0 |
| | | | | | | | | | | | Default HasSetDirective to true, since most targets have it. The targets that claim to not have it probably do, or it is spelled differently. These include Blackfin, Mips, Alpha, and PIC16. All of these except pic16 are normal ELF targets, so they almost certainly have it. llvm-svn: 94585 | ||||
* | don't set value to its default. | Chris Lattner | 2010-01-25 | 1 | -1/+0 |
| | | | | llvm-svn: 94411 | ||||
* | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner | 2010-01-20 | 1 | -2/+1 |
| | | | | | | | 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 | -1/+2 |
| | | | | | | | | | 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 | ||||
* | Add source debug information to the Sparc code generator. | Richard Pennington | 2009-09-08 | 1 | -0/+3 |
| | | | | llvm-svn: 81215 | ||||
* | Generate section for bss and enable weak symbols | Venkatraman Govindaraju | 2009-08-26 | 1 | -0/+6 |
| | | | | llvm-svn: 80121 | ||||
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -0/+29 |
llvm-svn: 79763 |