summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-1/+1
* Move some methods to a new MCInstrDesc.cpp file to allow includes to be trimm...Pete Cooper2015-05-151-0/+1
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* Nuke MCAnalysis.Sean Silva2014-09-021-1/+0
* MC: split Win64EHUnwindEmitter into a shared streamerSaleem Abdulrasool2014-08-071-0/+1
* Finish inverting the MC -> Object dependency.Rafael Espindola2014-07-231-3/+0
* Invert the MC -> Object dependency.Rafael Espindola2014-07-031-0/+2
* Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola2014-07-021-6/+1
* [ARM] [MC] Refactor the constant pool classesWeiming Zhao2014-06-181-0/+1
* Fix pr19645.Rafael Espindola2014-05-031-1/+0
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-0/+1
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-291-0/+1
* Look through variables when computing relocations.Rafael Espindola2014-03-201-0/+1
* Remove MCPureStreamer.Rafael Espindola2014-02-271-1/+0
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-161-0/+1
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-211-0/+1
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-0/+2
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-0/+4
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-201-1/+0
* Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen2012-07-271-0/+1
* Remove the logging streamer.Rafael Espindola2012-01-101-1/+0
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-5/+0
* Sort CMakeLists.txt.Benjamin Kramer2011-09-241-7/+5
* Add new files to CMake.Owen Anderson2011-09-221-0/+2
* Update CMake build.Benjamin Kramer2011-09-221-0/+2
* Pacify virtual dtor warnings and cmake buildbots.Benjamin Kramer2011-08-081-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+5
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-1/+1
* TargetAsmBackend has been renamed to MCAsmBackend.Evan Cheng2011-07-251-1/+1
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-0/+1
* Fix the CMake build.Francois Pichet2011-07-201-0/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+1
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-0/+1
* Fix CMake build.NAKAMURA Takumi2011-06-291-0/+1
* Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis2011-05-221-0/+1
* Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin2011-02-281-0/+1
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-181-0/+3
* Remove the MCObjectFormat class.Rafael Espindola2010-12-181-1/+0
* Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola2010-12-171-0/+1
* MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.Daniel Dunbar2010-12-161-0/+1
* MC-JIT: Stub out "pure" streamer.Daniel Dunbar2010-11-171-0/+1
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-161-0/+1
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-161-0/+2
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-281-0/+1
* introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner2010-07-111-0/+1
* introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner2010-07-111-0/+1
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-161-0/+1
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-231-0/+1
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-171-0/+1
* Update CMake build.Ted Kremenek2010-05-071-0/+1
OpenPOWER on IntegriCloud