summaryrefslogtreecommitdiff
path: root/lib/MC/CMakeLists.txt
Commit message (Expand)AuthorAge
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-21
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen2012-07-27
* Remove the logging streamer.Rafael Espindola2012-01-10
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Sort CMakeLists.txt.Benjamin Kramer2011-09-24
* Add new files to CMake.Owen Anderson2011-09-22
* Update CMake build.Benjamin Kramer2011-09-22
* Pacify virtual dtor warnings and cmake buildbots.Benjamin Kramer2011-08-08
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* TargetAsmBackend has been renamed to MCAsmBackend.Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Fix the CMake build.Francois Pichet2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Fix CMake build.NAKAMURA Takumi2011-06-29
* Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis2011-05-22
* Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin2011-02-28
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* Remove the MCObjectFormat class.Rafael Espindola2010-12-18
* Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola2010-12-17
* MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.Daniel Dunbar2010-12-16
* MC-JIT: Stub out "pure" streamer.Daniel Dunbar2010-11-17
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-16
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-16
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-28
* introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner2010-07-11
* introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner2010-07-11
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-16
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-23
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-17
* Update CMake build.Ted Kremenek2010-05-07
* MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar2010-03-19
* MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar2010-03-19
* MC/X86: Add stub AsmBackend.Daniel Dunbar2010-02-21
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* Update CMake.Daniel Dunbar2009-09-14
* Update CMake files.Ted Kremenek2009-09-11
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-31
* Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar2009-08-27
* Update CMakeDaniel Dunbar2009-08-27
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-22
* Update CMakeLists.Benjamin Kramer2009-08-21
* CMake: updated list of source files for library MC.Oscar Fuentes2009-08-14
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-10