R600/SI: Fix assertion from copying a TargetGlobalAddress
[oota-llvm.git] / lib / Target / Hexagon / MCTargetDesc /
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