Use make_range to reduce mentions of iterator type. NFC
[oota-llvm.git] / lib / Target / Hexagon / MCTargetDesc / HexagonMCInstrInfo.cpp
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-11-13 Colin LeMahieu[Hexagon] Factoring bundle creation in to a utility...
2015-11-13 Colin LeMahieu[Hexagon] Fixing leak in padEndloop by allocating in...
2015-11-12 Benjamin Kramer[Hexagon] Allocate MCInst in the MCContext to avoid...
2015-11-10 Colin LeMahieu[Hexagon] Fixing load instruction parsing and reenablin...
2015-11-09 Colin LeMahieu[Hexagon] Enabling ASM parsing on Hexagon backend and...
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-17 Colin LeMahieu[Hexagon] Adding MC ELF streamer and updating addend...
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-31 Colin LeMahieu[Hexagon] Adding MC packet shuffler.
2015-05-30 Colin LeMahieu[Hexagon] Adding basic relaxation functionality.
2015-05-29 Colin LeMahieu[Hexagon] Disassembling, printing, and emitting instruc...
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-01 Colin LeMahieu[Hexagon] Adding expression MC emission and removing...
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...