Introduce MCCodeGenInfo, which keeps information that can affect codegen
[oota-llvm.git] / lib / MC / CMakeLists.txt
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-06-29 NAKAMURA TakumiFix CMake build.
2011-05-22 Charles DavisMake the COFF streamer emit unwind info when processing...
2011-02-28 Jan SjödinMake all static functions become static class methods...
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-17 Rafael EspindolaStub out explicit MCELFObjectTargetWriter interface.
2010-12-16 Daniel DunbarMC/Mach-O: Stub out explicit MCMachObjectTargetWriter...
2010-11-17 Daniel DunbarMC-JIT: Stub out "pure" streamer.
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...
2010-07-11 Chris Lattnerintroduce WinCOFFObjectWriter, patch by Michael Spencer!
2010-07-11 Chris Lattnerintroduce WinCOFFStreamer.cpp, patch by Michael Spencer!
2010-06-16 Daniel DunbarMC: Factor out an MCObjectStreamer class, which will...
2010-05-23 Daniel DunbarMC: Add an MCLoggingStreamer, for use in debugging...
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-07 Ted KremenekUpdate CMake build.
2010-03-19 Daniel DunbarMC/Mach-O: Move to MachObjectWriter.{h,cpp}.
2010-03-19 Daniel DunbarMC: Split MCObjectWriter out of MCAssembler.cpp.
2010-02-21 Daniel DunbarMC/X86: Add stub AsmBackend.
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.
2009-09-14 Daniel DunbarUpdate CMake.
2009-09-11 Ted KremenekUpdate CMake files.
2009-08-31 Daniel Dunbarllvm-mc: Move AsmExpr into MC lib (as MCExpr).
2009-08-27 Daniel DunbarAdd {MCInst,MCOperand}::{print,dump}
2009-08-27 Daniel DunbarUpdate CMake
2009-08-22 Benjamin KramerUpdate CMake build, unbreak linux build.
2009-08-21 Benjamin KramerUpdate CMakeLists.
2009-08-14 Oscar FuentesCMake: updated list of source files for library MC.
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...
2009-07-31 Chris Lattnersplit MCSection stuff out to its own .cpp file, add...
2009-07-20 Daniel DunbarAdd MCAsmLexer interface.
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-17 Ted KremenekUpdate CMake file.
2009-06-24 Duncan SandsAdd new files to cmake list.
2009-06-23 Daniel DunbarStart flushing out MCContext.