| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-05-11 | 1 | -6/+6 |
* | Be nice to Xcore and the XMOS assembler and avoid quoting section names | Joerg Sonnenberger | 2011-03-04 | 1 | -12/+18 |
* | Bug#9033: For the ELF assembler output, always quote the section name. | Joerg Sonnenberger | 2011-03-03 | 1 | -2/+16 |
* | Switch llvm to using comdats. For now always use groups with a single | Rafael Espindola | 2011-02-14 | 1 | -0/+4 |
* | Move broken HasCommonSymbols to ELFWriter.cpp. | Rafael Espindola | 2011-02-14 | 1 | -11/+0 |
* | Remove more duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -15/+15 |
* | Remove duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -7/+9 |
* | Add support for @note. Patch by Jörg Sonnenberger. | Rafael Espindola | 2010-12-26 | 1 | -0/+2 |
* | make isVirtualSection a virtual method on MCSection. Chris' suggestion. | Rafael Espindola | 2010-11-17 | 1 | -0/+4 |
* | Fixed version of 118639 with an extra assert to catch similar problems | Rafael Espindola | 2010-11-09 | 1 | -32/+23 |
* | Revert previous patch. Missed a case. | Rafael Espindola | 2010-11-09 | 1 | -22/+32 |
* | Remove IsExplicit. It was always false. | Rafael Espindola | 2010-11-09 | 1 | -32/+22 |
* | Add hook in MCSection to decide when to use "optimized nops", for each | Jan Wen Voung | 2010-10-04 | 1 | -0/+4 |
* | Move logic of determining ELF entsize from the .s printer to initialization | Jan Wen Voung | 2010-09-30 | 1 | -12/+11 |
* | move elf section uniquing to MCContext. Along the way | Chris Lattner | 2010-04-08 | 1 | -57/+57 |
* | Simplify some uses of str(n)cmp with StringRef. | Benjamin Kramer | 2010-01-22 | 1 | -7/+5 |
* | tidy | Chris Lattner | 2010-01-13 | 1 | -4/+3 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -1/+1 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -7/+7 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -3/+3 |
* | add support for target-specific ELF section flags, add a new MCSectionXCore | Chris Lattner | 2009-08-15 | 1 | -4/+6 |
* | *try* to use a better name to describe how common symbols are marked on the e... | Bruno Cardoso Lopes | 2009-08-14 | 1 | -2/+4 |
* | Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and | Dan Gohman | 2009-08-13 | 1 | -3/+3 |
* | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes | 2009-08-13 | 1 | -9/+10 |
* | Add a method to return if the ELF section contains only common symbols! | Bruno Cardoso Lopes | 2009-08-13 | 1 | -0/+10 |
* | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes | 2009-08-13 | 1 | -0/+123 |