Use std::bitset for SubtargetFeatures
[oota-llvm.git] / lib / Target / R600 / MCTargetDesc / R600MCCodeEmitter.cpp
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
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-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
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...
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
2013-06-14 Tom StellardR600: Use correct encoding for Vertex Fetch instruction...
2013-05-23 Rafael EspindolaFix 32 bit build in c++11 mode.
2013-05-22 Rafael Espindolas/u_int32_t/uint32_t/
2013-05-17 Rafael EspindolaFix the build in c++11 mode.
2013-05-17 Vincent LejeuneR600: Improve texture handling
2013-05-17 Tom StellardR600: Fix encoding for R600 family GPUs
2013-05-17 Tom StellardR600: Pass MCSubtargetInfo reference to R600CodeEmitter
2013-05-13 Rafael EspindolaRemove unused fields and arguments.
2013-05-06 Tom StellardR600: Remove dead code from the CodeEmitter v2
2013-05-06 Tom StellardR600: Stop emitting the instruction type byte before...
2013-05-06 Tom StellardR600: Emit ISA for CALL_FS_* instructions
2013-04-30 Vincent LejeuneR600: use native for alu
2013-04-30 Vincent LejeuneR600: Add a Bank Swizzle operand
2013-04-30 Vincent LejeuneR600: Turn TEX/VTX into native instructions
2013-04-23 Vincent LejeuneR600: Use .AMDGPU.config section to emit stacksize
2013-04-23 Vincent LejeuneR600: Add CF_END
2013-04-17 Vincent LejeuneR600: Export is emitted as a CF_NATIVE inst
2013-04-08 Vincent LejeuneR600: Control Flow support for pre EG gen
2013-04-04 Vincent LejeuneR600: Use a mask for offsets when encoding instructions
2013-04-01 Vincent LejeuneR600: Add support for native control flow
2013-04-01 Vincent LejeuneR600: Emit CF_ALU and use true kcache register.
2013-03-31 Vincent LejeuneR600: Emit native instructions for tex
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-18 Vincent LejeuneR600: Support for TBO
2013-02-13 Tom StellardR600: Add support for 128-bit parameters
2013-01-23 Tom StellardR600: rework handling of the constants
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-11 Tom StellardAdd R600 backend