aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/CMakeLists.txt
AgeCommit message (Expand)Author
2013-05-10LLVM: Add ELF Note section to NaCl object files identifying them as such to goldDerek Schuff
2012-12-20Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky
2012-07-27Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen
2012-01-10Remove the logging streamer.Rafael Espindola
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-09-24Sort CMakeLists.txt.Benjamin Kramer
2011-09-22Add new files to CMake.Owen Anderson
2011-09-22Update CMake build.Benjamin Kramer
2011-08-08Pacify virtual dtor warnings and cmake buildbots.Benjamin Kramer
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-25TargetAsmBackend has been renamed to MCAsmBackend.Evan Cheng
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-20Fix the CMake build.Francois Pichet
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-01- Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng
2011-06-29Fix CMake build.NAKAMURA Takumi
2011-05-22Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis
2011-02-28Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2010-12-18Remove the MCObjectFormat class.Rafael Espindola
2010-12-17Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola
2010-12-16MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.Daniel Dunbar
2010-11-17MC-JIT: Stub out "pure" streamer.Daniel Dunbar
2010-10-16Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming
2010-07-28Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby
2010-07-11introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner
2010-07-11introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner
2010-06-16MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar
2010-05-23MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar
2010-05-17Added support in MC for Directional Local Labels.Kevin Enderby
2010-05-07Update CMake build.Ted Kremenek
2010-03-19MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar
2010-03-19MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar
2010-02-21MC/X86: Add stub AsmBackend.Daniel Dunbar
2010-01-22create a new MCParser library and move some stuff into it.Chris Lattner
2009-09-14Update CMake.Daniel Dunbar
2009-09-11Update CMake files.Ted Kremenek
2009-08-31llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar
2009-08-27Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar
2009-08-27Update CMakeDaniel Dunbar
2009-08-22Update CMake build, unbreak linux build.Benjamin Kramer
2009-08-21Update CMakeLists.Benjamin Kramer
2009-08-14CMake: updated list of source files for library MC.Oscar Fuentes
2009-08-13Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes
2009-08-10split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner
2009-07-31split MCSection stuff out to its own .cpp file, add a newChris Lattner
2009-07-20Add MCAsmLexer interface.Daniel Dunbar
2009-07-20Add MCAsmParser interface.Daniel Dunbar