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