| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for subsections to the ELF assembler. Fixes PR8717. | Peter Collingbourne | 2013-04-17 | 1 | -1/+3 |
* | Add a way of printing out an arbitrary label name for a section | Eric Christopher | 2012-12-13 | 1 | -0/+6 |
* | Remove unnecessary classof()'s | Sean Silva | 2012-10-11 | 1 | -2/+0 |
* | Make use of the LLVM_DELETED_FUNCTION macro. | Craig Topper | 2012-08-29 | 1 | -3/+3 |
* | Prune some includes and forward declarations. | Craig Topper | 2012-03-26 | 1 | -2/+0 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 |
* | Speculatively revert commit 127478 (jsjodin) in an attempt to fix the | Duncan Sands | 2011-03-12 | 1 | -0/+8 |
* | Remove optimization emitting a reference insted of label difference, since it... | Jan Sjödin | 2011-03-11 | 1 | -8/+0 |
* | make isVirtualSection a virtual method on MCSection. Chris' suggestion. | Rafael Espindola | 2010-11-17 | 1 | -0/+4 |
* | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -2/+1 |
* | Add hook in MCSection to decide when to use "optimized nops", for each | Jan Wen Voung | 2010-10-04 | 1 | -0/+4 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-07-01 | 1 | -3/+3 |
* | MC: Add dyn_cast support to MCSection. | Daniel Dunbar | 2010-05-17 | 1 | -1/+16 |
* | switch MCSectionCOFF from a syntactic to semantic representation, | Chris Lattner | 2010-05-07 | 1 | -26/+0 |
* | eliminate the magic AbsoluteDebugSectionOffsets MAI hook, | Chris Lattner | 2010-04-04 | 1 | -0/+8 |
* | Put MCSectionCOFF::Name into the MCContext instead of leaking it. | Jeffrey Yasskin | 2010-03-22 | 1 | -4/+3 |
* | fix MCSectionELF to not leak memory, just like I did for MCSymbol. | Chris Lattner | 2010-03-15 | 1 | -0/+2 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -3/+3 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -2/+2 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -3/+3 |
* | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes | 2009-08-13 | 1 | -27/+0 |
* | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner | 2009-08-13 | 1 | -4/+6 |
* | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner | 2009-08-10 | 1 | -153/+0 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -12/+141 |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 1 | -17/+41 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 1 | -4/+14 |
* | make target-specific TLOF impls (except PIC16) create target-specific | Chris Lattner | 2009-08-08 | 1 | -4/+4 |
* | stub out PECOFF/MachO/ELF MCSection classes | Chris Lattner | 2009-08-08 | 1 | -1/+27 |
* | it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ | Chris Lattner | 2009-08-01 | 1 | -2/+2 |
* | fix a layering violation by moving SectionKind out to its own header. | Chris Lattner | 2009-08-01 | 1 | -3/+1 |
* | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 1 | -3/+14 |
* | All MCSections are now required to have a SectionKind. | Chris Lattner | 2009-08-01 | 1 | -19/+4 |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -3/+8 |
* | split MCSection stuff out to its own .cpp file, add a new | Chris Lattner | 2009-07-31 | 1 | -4/+25 |
* | create sections with MCSection::Create instead of Context->getOrCreateSection. | Chris Lattner | 2009-07-31 | 1 | -3/+3 |
* | Move MCContext and friends to StringRef based APIs. | Daniel Dunbar | 2009-07-27 | 1 | -1/+2 |
* | add comments, privatize interface | Chris Lattner | 2009-07-01 | 1 | -2/+13 |
* | Start MCAsmStreamer implementation. | Daniel Dunbar | 2009-06-24 | 1 | -0/+2 |
* | Start flushing out MCContext. | Daniel Dunbar | 2009-06-23 | 1 | -0/+26 |