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