| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-mc/Mach-O: Support byte and fill value emission. | Daniel Dunbar | 2009-08-21 | 2 | -27/+140 |
* | Update CMakeLists. | Benjamin Kramer | 2009-08-21 | 1 | -0/+3 |
* | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar | 2009-08-21 | 2 | -0/+398 |
* | fix asmstreaming of 2/4 byte elements with pow-2 alignments. | Chris Lattner | 2009-08-19 | 1 | -1/+8 |
* | switch asmprinter to emit alignments through OutStreamer. | Chris Lattner | 2009-08-19 | 1 | -14/+29 |
* | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 1 | -0/+1 |
* | null streamer needs to maintain the current section as well. | Chris Lattner | 2009-08-18 | 1 | -1/+3 |
* | Make AsmStreamer maintain a notion of the current section, pushing it up from... | Chris Lattner | 2009-08-18 | 2 | -4/+2 |
* | change AsmPrinter to switch sections using AsmStreamer instead of | Chris Lattner | 2009-08-17 | 2 | -7/+5 |
* | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner | 2009-08-17 | 1 | -4/+7 |
* | formatting cleanups, no functionality change. | Chris Lattner | 2009-08-17 | 1 | -43/+36 |
* | add support for target-specific ELF section flags, add a new MCSectionXCore | Chris Lattner | 2009-08-15 | 1 | -4/+6 |
* | llvm-mc: Fix bugs where bytes were unintentionally being printed as signed. | Daniel Dunbar | 2009-08-14 | 1 | -1/+1 |
* | *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 |
* | llvm-mc: When handling a .set, make sure to print subsequent references to the | Daniel Dunbar | 2009-08-14 | 1 | -2/+9 |
* | llvm-mc: zerofill shouldn't print quotes around the section,segment. | Daniel Dunbar | 2009-08-14 | 1 | -2/+1 |
* | CMake: updated list of source files for library MC. | Oscar Fuentes | 2009-08-14 | 1 | -0/+2 |
* | Update llvm-mc / MCAsmStreamer to print the instruction using the actual target | Daniel Dunbar | 2009-08-14 | 1 | -43/+21 |
* | Add MCSymbol::{print, dump} | Daniel Dunbar | 2009-08-14 | 2 | -3/+56 |
* | Add MCValue::{print, dump} | Daniel Dunbar | 2009-08-14 | 1 | -0/+30 |
* | llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. | Daniel Dunbar | 2009-08-14 | 1 | -0/+5 |
* | Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and | Dan Gohman | 2009-08-13 | 1 | -3/+3 |
* | llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. | Daniel Dunbar | 2009-08-13 | 2 | -5/+74 |
* | 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 | 3 | -85/+124 |
* | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner | 2009-08-13 | 2 | -21/+2 |
* | add some comments: MCContext owns the MCSections, but it bump pointer allocates | Chris Lattner | 2009-08-13 | 1 | -0/+2 |
* | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner | 2009-08-10 | 4 | -270/+281 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 2 | -12/+261 |
* | always end a section with \n on elf. | Chris Lattner | 2009-08-09 | 1 | -0/+2 |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 2 | -19/+28 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 1 | -5/+109 |
* | make target-specific TLOF impls (except PIC16) create target-specific | Chris Lattner | 2009-08-08 | 1 | -2/+2 |
* | stub out PECOFF/MachO/ELF MCSection classes | Chris Lattner | 2009-08-08 | 1 | -2/+20 |
* | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 1 | -5/+6 |
* | All MCSections are now required to have a SectionKind. | Chris Lattner | 2009-08-01 | 1 | -8/+5 |
* | llvm-mc: Fix .s output to quote section & symbol names when necessary. | Daniel Dunbar | 2009-07-31 | 1 | -12/+51 |
* | split MCSection stuff out to its own .cpp file, add a new | Chris Lattner | 2009-07-31 | 3 | -12/+32 |
* | create sections with MCSection::Create instead of Context->getOrCreateSection. | Chris Lattner | 2009-07-31 | 1 | -8/+15 |
* | Expose Tokens to target specific assembly parsers. | Daniel Dunbar | 2009-07-28 | 1 | -1/+1 |
* | llvm-mc: Implement .abort fully in the front end | Daniel Dunbar | 2009-07-27 | 1 | -10/+0 |
* | llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. | Daniel Dunbar | 2009-07-27 | 1 | -3/+3 |
* | Move MCContext and friends to StringRef based APIs. | Daniel Dunbar | 2009-07-27 | 1 | -6/+6 |
* | Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as | Kevin Enderby | 2009-07-20 | 1 | -12/+0 |
* | Add MCAsmLexer interface. | Daniel Dunbar | 2009-07-20 | 2 | -0/+19 |
* | Add MCAsmParser interface. | Daniel Dunbar | 2009-07-20 | 2 | -0/+19 |
* | Update CMake file. | Ted Kremenek | 2009-07-17 | 1 | -0/+1 |
* | llvm-mc: Add -triple, and start fetching the target asm printer. | Daniel Dunbar | 2009-07-17 | 1 | -0/+19 |
* | Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic | Kevin Enderby | 2009-07-16 | 1 | -3/+6 |