[Hexagon] Fixing mistaken case fallthrough.
[oota-llvm.git] / lib / Target / Hexagon / MCTargetDesc /
2015-10-28 Benjamin KramerPut global classes into the appropriate namespace.
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-17 Colin LeMahieu[Hexagon] Adding skeleton of HVX extension instructions.
2015-10-05 Rafael EspindolaFix pr24486.
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-15 Daniel SandersFix namespace indentation and missing blank lines befor...
2015-08-05 David Blaikie-Wdeprecated: Remove some dead code that was relying...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-06-24 Justin BognerHexagon: Paper over the undefined behaviour introduced...
2015-06-24 Justin BognerHexagon: Avoid left shifting negative values (it's UB)
2015-06-23 Benjamin KramerMake helper functions static. NFC.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 Colin LeMahieu[Hexagon] Fixing unused field copypasta.
2015-06-18 Colin LeMahieu[Hexagon] Printing packet brackets when asm printing...
2015-06-17 Colin LeMahieu[Hexagon] Adding MC ELF streamer and updating addend...
2015-06-16 Colin LeMahieu[Hexagon] Alphabetical ordering of functions, NFC.
2015-06-15 Colin LeMahieu[Hexagon] PC-relative offsets are relative to packet...
2015-06-15 Eric ChristopherRemove duplicate conditional in if-stmt.
2015-06-15 Colin LeMahieu[Hexagon] Moving pass declarations out of header and...
2015-06-10 Colin LeMahieu[Hexagon] Adding decoders for signed operands and ensur...
2015-06-10 Benjamin Kramer[Hexagon] Make global arrays 'static const'. NFC.
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-08 Colin LeMahieu[Hexagon] Adding functionality for searching for compou...
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-06-04 Benjamin KramerReplace custom fixed endian to raw_ostream emission...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-06-03 Colin LeMahieu[Hexagon] Test doesn't work on all platforms. At any...
2015-06-03 Colin LeMahieu[Hexagon] Reapply 238772 OSABI was not correctly set...
2015-06-01 Rafael EspindolaRevert "[Hexagon] Adding basic ELF relocation generatio...
2015-06-01 Colin LeMahieu[Hexagon] Adding basic ELF relocation generation and...
2015-05-31 Colin LeMahieu[Hexagon] Including raw_ostream for debug builds.
2015-05-31 Colin LeMahieu[Hexagon] classes are actually structs.
2015-05-31 Colin LeMahieu[Hexagon] Adding MC packet shuffler.
2015-05-30 Colin LeMahieu[Hexagon] Adding override specifier and removing errone...
2015-05-30 Colin LeMahieu[Hexagon] Adding basic relaxation functionality.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Colin LeMahieu[Hexagon] Disassembling, printing, and emitting instruc...
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-04 Reid KlecknerFix -Wmicrosoft warning by making enum unsigned
2015-05-01 Colin LeMahieu[Hexagon] Removing variable unused in release.
2015-05-01 Colin LeMahieu[Hexagon] Adding expression MC emission and removing...
2015-04-27 Brendon Cahoon[Hexagon] Use constant extenders to fix up hardware...
2015-04-22 Krzysztof Parzyszek[Hexagon] Implement HexagonInstPrinter::printRegName
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-09 Eric ChristopherRemove duplicated code and consolidate initializers.
2015-04-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-18 Rafael EspindolaAdd a default implementation of createObjectStreamer.
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-02-22 NAKAMURA TakumiFix a warning on HexagonMCCodeEmitter::MCII. [-Wunused...
2015-02-19 Colin LeMahieu[Hexagon] Moving remaining methods off of HexagonMCInst...
2015-02-19 Colin LeMahieu[Hexagon] Moving more functions off of HexagonMCInst...
2015-02-19 Colin LeMahieu[Hexagon] Creating HexagonMCInstrInfo namespace as...
2015-02-19 Colin LeMahieu[Hexagon] Removing static variable holding MCInstrInfo.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-02 Eric ChristopherRemove dead code in the HexagonMCInst classes. This...
2015-02-02 Eric Christopher80-col fixup.
2015-02-02 Eric ChristopherRemove dead code in the HexagonMCInst classes. This...
2015-02-02 Eric Christopher80-col fixup.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-31 Colin LeMahieuReverting 225045 and 225043 and XFAIL multiline.ll...
2014-12-31 Colin LeMahieu[Hexagon] Removing assertion to appease buildbot until...
2014-12-31 Colin LeMahieu[Hexagon] Changing an llvm_unreachable to an assertion...
2014-12-04 NAKAMURA TakumiHexagonMCInst.h: Qualify constants explicitly to appeas...
2014-12-03 Colin LeMahieu[Hexagon] Converting member InstrDesc to static variable.
2014-12-03 Colin LeMahieu[Hexagon] Converting subclass members to an implicit...
2014-12-03 Colin LeMahieu[NFC] Fixing pendantic warning extra semicolons.
2014-12-03 Colin LeMahieu[Hexagon] [NFC] Moving function implementations out...
2014-12-03 Colin LeMahieu[Hexagon] [NFC] Renaming *packetStart to *packetBegin
2014-11-25 Colin LeMahieu[Hexagon] Adding NOP encoding bits.
2014-11-20 Colin LeMahieu[Hexagon] [NFC] Merging InstPrinter directory in to...
2014-11-13 Colin LeMahieu[Hexagon]
2014-11-06 Colin LeMahieu[Hexagon] Adding basic Hexagon ELF object emitter.
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 Colin LeMahieu[Hexagon] Adding basic disassembler.
2014-10-21 Colin LeMahieuTest commit
2014-10-15 Sid ManningEnable the instruction printer in HexagonMCTargetDesc
next