Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move elf section uniquing to MCContext. Along the way | Chris Lattner | 2010-04-08 | 1 | -35/+0 |
| | | | | | | merge XCore's section into MCSectionELF llvm-svn: 100812 | ||||
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
| | | | | llvm-svn: 79777 | ||||
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
| | | | | llvm-svn: 79763 | ||||
* | add support for target-specific ELF section flags, add a new MCSectionXCore | Chris Lattner | 2009-08-15 | 1 | -0/+35 |
class which represents the XCore cp/dp section flags. No functionality change yet. llvm-svn: 79077 |