[Hexagon] Replacing cmp* instructions with ones that contain encoding bits.
[oota-llvm.git] / lib / Target / Hexagon / MCTargetDesc /
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
2014-10-05 NAKAMURA TakumiHexagonMCCodeEmitter.cpp: Prune 2nd redundant \brief...
2014-10-05 NAKAMURA TakumiHexagonDesc: Update LLVMBuild.txt.
2014-10-03 Hans WennborgHexagonMCCodeEmitter.h: deleted member functions are...
2014-10-03 Sid ManningAdding skeleton for unit testing Hexagon Code Emission
2014-08-20 Alexey SamsonovFix undefined behavior (left shift of negative value...
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-05-07 Jyotsna Verma[Hexagon] Add New TSFlags to be used in the upcoming...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-07 Jyotsna VermaHexagon: Set accessSize and addrMode on all load/store...
2013-03-29 Jyotsna VermaHexagon: Disable DwarfUsesInlineInfoSection flag.
2013-03-28 Jyotsna VermaHexagon: Enable SupportDebugInfomation and DwarfInSecti...
2013-03-01 Jyotsna VermaHexagon: Add constant extender support framework.
2013-02-20 Jyotsna VermaHexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMC...
2013-02-19 Jyotsna VermaHexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-14 Jyotsna VermaAdded multiclass for post-increment load instructions.
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-05-03 Sirish PandeSupport for target dependent Hexagon VLIW packetizer.
2012-04-23 Chandler CarruthRevert r155365, r155366, and r155367. All three of...
2012-04-23 Sirish PandeSupport for Hexagon VLIW Packetizer.
2012-04-18 Chandler CarruthThis reverts a long string of commits to the Hexagon...
2012-04-12 Ted KremenekUpdate CMake build.
2012-04-12 Sirish PandeHexagonPacketizer patch.
2012-03-22 Craig TopperRemove some unnecessary forward declarations.
2012-03-17 Craig TopperFix some copy and paste remnants of Cell and SPU in...
2012-03-17 Craig TopperFix typo in file header.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-09 Sirish PandeTest for commit access.
2012-02-08 Brendon CahoonUse TSFlag bit to describe instruction properties.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-12-15 Tony LinthicumAdd MCTargetDesc library to Hexagon target