Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtarge...
[oota-llvm.git] / lib / Target / R600 / MCTargetDesc / AMDGPUMCTargetDesc.cpp
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. 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-18 Rafael Espindolatwo or more, use a for.
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-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-10 Eric ChristopherRemove createAMDGPUMCCodeEmitter and instead just regis...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-12 Tom StellardR600/SI: Use RegisterOperands to specify which operands...
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-05-17 Tom StellardR600: Pass MCSubtargetInfo reference to R600CodeEmitter
2013-05-13 Rafael EspindolaRemove unused fields and arguments.
2013-04-15 Tom StellardR600: Emit ELF formatted code rather than raw ISA.
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-11 Tom StellardAdd R600 backend