summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* null streamer needs to maintain the current section as well.Chris Lattner2009-08-18
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-18
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-17
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-17
* formatting cleanups, no functionality change.Chris Lattner2009-08-17
* add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner2009-08-15
* llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.Daniel Dunbar2009-08-14
* *try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes2009-08-14
* llvm-mc: When handling a .set, make sure to print subsequent references to theDaniel Dunbar2009-08-14
* llvm-mc: zerofill shouldn't print quotes around the section,segment.Daniel Dunbar2009-08-14
* CMake: updated list of source files for library MC.Oscar Fuentes2009-08-14
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-14
* Add MCSymbol::{print, dump}Daniel Dunbar2009-08-14
* Add MCValue::{print, dump}Daniel Dunbar2009-08-14
* llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs.Daniel Dunbar2009-08-14
* Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data andDan Gohman2009-08-13
* llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.Daniel Dunbar2009-08-13
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* Add a method to return if the ELF section contains only common symbols!Bruno Cardoso Lopes2009-08-13
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-13
* add some comments: MCContext owns the MCSections, but it bump pointer allocatesChris Lattner2009-08-13
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-10
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* always end a section with \n on elf.Chris Lattner2009-08-09
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* 1. Make MCSection an abstract class.Chris Lattner2009-08-08
* make target-specific TLOF impls (except PIC16) create target-specificChris Lattner2009-08-08
* stub out PECOFF/MachO/ELF MCSection classesChris Lattner2009-08-08
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-01
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-01
* llvm-mc: Fix .s output to quote section & symbol names when necessary.Daniel Dunbar2009-07-31
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-31
* create sections with MCSection::Create instead of Context->getOrCreateSection.Chris Lattner2009-07-31
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-28
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-27
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-27
* Move MCContext and friends to StringRef based APIs.Daniel Dunbar2009-07-27
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-20
* Add MCAsmLexer interface.Daniel Dunbar2009-07-20
* Add MCAsmParser interface.Daniel Dunbar2009-07-20
* Update CMake file.Ted Kremenek2009-07-17
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-17
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-16
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-16
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-15
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-14
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-14
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-14
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14