Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename createAsmInfo to createMCAsmInfo and move registration code to ↵ | Evan Cheng | 2011-07-14 | 1 | -46/+0 |
| | | | | | | MCTargetDesc to prepare for next round of changes. llvm-svn: 135219 | ||||
* | I forgot these files in the previous commit. | Rafael Espindola | 2011-05-01 | 1 | -0/+1 |
| | | | | llvm-svn: 130635 | ||||
* | Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when | Rafael Espindola | 2011-04-28 | 1 | -0/+7 |
| | | | | | | converting the symbol passed to .cfi_personality into bytes is the file. llvm-svn: 130400 | ||||
* | move elf section uniquing to MCContext. Along the way | Chris Lattner | 2010-04-08 | 1 | -1/+1 |
| | | | | | | merge XCore's section into MCSectionELF llvm-svn: 100812 | ||||
* | Forgot to commit the header | Anton Korobeynikov | 2010-02-14 | 1 | -5/+0 |
| | | | | llvm-svn: 96174 | ||||
* | resolve a fixme: the "nonexecutable stack directive" is actually | Chris Lattner | 2010-01-23 | 1 | -0/+1 |
| | | | | | | | | | a .section. Switch to it with SwitchSection. However, I think that this directive should be safe on any ELF target. If so, we should hoist it up out of the X86 and SystemZ targets. llvm-svn: 94298 | ||||
* | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner | 2009-08-22 | 1 | -4/+4 |
| | | | | llvm-svn: 79773 | ||||
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -0/+42 |
llvm-svn: 79763 |