[mips] Add MipsOptionRecord abstraction and use it to implement .reginfo/.MIPS.options
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / CMakeLists.txt
2014-07-21 Daniel Sanders[mips] Add MipsOptionRecord abstraction and use it...
2014-07-08 Daniel Sanders[mips] Improve encapsulation of the .MIPS.abiflags...
2014-03-27 Matheus Almeida[mips] Implement custom MCELFStreamer.
2014-02-28 NAKAMURA TakumiReorder Mips/MCTargetDesc/CMakeLists.txt.
2014-02-28 Sasa Stankovic[mips] Add MipsNaClELFStreamer.cpp to CMakeLists.txt.
2014-02-04 Petar Jovanovic[mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2...
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-18 Jack Carter[Mips] MipsTargetStreamer refactoring.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-05-27 Rafael EspindolaMake helper functions static.
2013-01-30 Jack CarterForgot to add new file to CMakeLists
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2012-10-02 Jack CarterThe mips 64bit instructions DSLL, DSRA, DSRL, DEXT...
2011-12-22 Rafael EspindolaMove the Mips only bits of the ELF writer to lib/Target...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-09-30 Akira HatanakaAdd MCELFObjectTargetWriter and MCAsmBackend classes.
2011-09-30 Benjamin KramerUpdate CMake build.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Oscar FuentesExplicitly declare a library dependency of LLVM*Desc to
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...