[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / lib / Target / R600 / MCTargetDesc / SIMCCodeEmitter.cpp
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...
2014-12-19 Tom StellardR600/SI: Make sure non-inline constants aren't folded...
2014-09-23 Tom StellardR600/SI: Clean up checks for legality of immediate...
2014-08-01 Tom StellardR600/SI: Do abs/neg folding with ComplexPatterns
2014-07-21 Tom StellardR600/SI: Store constant initializer data in constant...
2014-07-21 Tom StellardR600/SI: Use a custom encoding method for simm16 in...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-01-28 David WoodhouseDelete MCSubtargetInfo data members from target MCCodeE...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-24 Alp TokerFix known typos
2013-03-26 NAKAMURA TakumiR600/SIMCCodeEmitter.cpp: Prune a couple of unused...
2013-03-01 Christian KonigR600/SI: remove GPR*AlignEncode
2013-02-26 Christian KonigR600/SI: fix stupid typo
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-16 Christian KonigR600/SI: cleanup literal handling v3
2013-02-07 Tom StellardR600/SI: cleanup VGPR encoding
2013-02-07 Tom StellardR600/SI: simplify and fix SMRD encoding
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-17 Tom StellardR600: BB operand support for SI
2012-12-11 Tom StellardAdd R600 backend