summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-22
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-22
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* prune some redundant #includes.Chris Lattner2009-08-22
* tweak #includesChris Lattner2009-08-22
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-22
* llvm-mc/Mach-O: Sketch symbol table support.Daniel Dunbar2009-08-22
* llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writerDaniel Dunbar2009-08-22
* llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (theDaniel Dunbar2009-08-22
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-22
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-21
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-21
* Update CMakeLists.Benjamin Kramer2009-08-21
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-21
* fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner2009-08-19
* switch asmprinter to emit alignments through OutStreamer.Chris Lattner2009-08-19
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* 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