Fixup for r254547: use format_hex() to simplify code.
[oota-llvm.git] / lib / Target / Hexagon / AsmParser / HexagonAsmParser.cpp
2015-12-02 Alexey SamsonovFixup for r254547: use format_hex() to simplify code.
2015-12-02 Alexey Samsonov[Hexagon] Remove std::hex in favor of format().
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-13 Colin LeMahieu[Hexagon] Factoring bundle creation in to a utility...
2015-11-12 Benjamin Kramer[Hexagon] Allocate MCInst in the MCContext to avoid...
2015-11-09 Colin LeMahieu[Hexagon] Separating statement to match what clang...
2015-11-09 Colin LeMahieu[Hexagon] Adding override to methods.
2015-11-09 Colin LeMahieu[Hexagon] Fixing warnings.
2015-11-09 Colin LeMahieu[Hexagon] Enabling ASM parsing on Hexagon backend and...