aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-161-0/+1
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-161-0/+2
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-281-0/+1
* introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner2010-07-111-0/+1
* introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner2010-07-111-0/+1
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-161-0/+1
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-231-0/+1
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-171-0/+1
* Update CMake build.Ted Kremenek2010-05-071-0/+1
* MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar2010-03-191-0/+1
* MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar2010-03-191-0/+1
* MC/X86: Add stub AsmBackend.Daniel Dunbar2010-02-211-0/+1
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-221-3/+0
* Update CMake.Daniel Dunbar2009-09-141-0/+1
* Update CMake files.Ted Kremenek2009-09-111-0/+1
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-311-0/+1
* Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar2009-08-271-0/+1
* Update CMakeDaniel Dunbar2009-08-271-0/+1
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-221-0/+3
* Update CMakeLists.Benjamin Kramer2009-08-211-0/+3
* CMake: updated list of source files for library MC.Oscar Fuentes2009-08-141-0/+2
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-131-0/+1
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-101-0/+1
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-311-0/+1
* Add MCAsmLexer interface.Daniel Dunbar2009-07-201-0/+1
* Add MCAsmParser interface.Daniel Dunbar2009-07-201-0/+1
* Update CMake file.Ted Kremenek2009-07-171-0/+1
* Add new files to cmake list.Duncan Sands2009-06-241-0/+2
* Start flushing out MCContext.Daniel Dunbar2009-06-231-0/+3