Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / Hexagon / Disassembler / HexagonDisassembler.cpp
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-10 Colin LeMahieu[Hexagon] Adding decoders for signed operands and ensur...
2015-06-05 Colin LeMahieu[Hexagon] Reapply r239097 with tests corrected for...
2015-06-04 Colin LeMahieuRevert r239095 incorrect test tree.
2015-06-04 Colin LeMahieu[Hexagon] Adding functionality for duplexing. Duplexin...
2015-05-29 Colin LeMahieu[Hexagon] Disassembling, printing, and emitting instruc...
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-02-19 Colin LeMahieu[Hexagon] Moving remaining methods off of HexagonMCInst...
2015-02-10 Colin LeMahieu[Hexagon] Adding vector load with post-increment instru...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-26 Colin LeMahieu[Hexagon] Adding deallocframe and circular addressing...
2014-12-19 Colin LeMahieu[Hexagon] Adding transfers to and from control registers.
2014-12-05 Colin LeMahieu[Hexagon] Adding DoubleRegs decoder. Moving C2_mux...
2014-12-04 Colin LeMahieu[Hexagon] Marking some instructions as CodeGenOnly...
2014-11-18 Colin LeMahieu[Hexagon] Converting from ADD_rr to A2_add which has...
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-10 Rafael EspindolaMisc style fixes. NFC.
2014-11-04 Colin LeMahieu[Hexagon] Reverting 220584 to address ASAN errors.
2014-10-27 NAKAMURA TakumiPrune CRLF.
2014-10-24 Colin LeMahieu[Hexagon] Resubmission of 220427
2014-10-23 NAKAMURA TakumiRevert r220427, "[Hexagon] Adding encoding bits for...
2014-10-22 Colin LeMahieu[Hexagon] Adding encoding bits for add opcode.
2014-10-22 Hans WennborgFix VS2012 build; C++11 type aliases are not supported.
2014-10-22 Colin LeMahieuAmmending 220393 - Removing unused decoding tables.
2014-10-22 Colin LeMahieuAmmending 220393 - Removing unused functions.
2014-10-22 Colin LeMahieu[Hexagon] Adding basic disassembler.