summaryrefslogtreecommitdiff
path: root/lib/Target/R600/MCTargetDesc
Commit message (Expand)AuthorAge
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-10
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-10
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* Fix missing C++ mode commentMatt Arsenault2014-03-06
* Every target uses .align. Simplify.Rafael Espindola2014-02-04
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-28
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Fix known typosAlp Toker2014-01-24
* CommentColumn is always 40. Simplify.Rafael Espindola2014-01-16
* Don't set unused variable.Rafael Espindola2013-12-11
* Don't set a variable to its default value.Rafael Espindola2013-12-09
* Don't set PrivateGlobalPrefix for NVPTX and R600.Rafael Espindola2013-12-03
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-02
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it.Rafael Espindola2013-11-27
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* Remove another unused flag.Rafael Espindola2013-10-31
* Remove unused flag.Rafael Espindola2013-10-31
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Remove unused stdio.h includesDmitri Gribenko2013-08-18
* Remove address spaces from MC.Rafael Espindola2013-07-02
* R600: Use correct encoding for Vertex Fetch instructions on CaymanTom Stellard2013-06-14
* R600: Hide symbols of implementation details.Benjamin Kramer2013-05-23
* Fix 32 bit build in c++11 mode.Rafael Espindola2013-05-23
* s/u_int32_t/uint32_t/Rafael Espindola2013-05-22
* Fix the build in c++11 mode.Rafael Espindola2013-05-17
* R600: Improve texture handlingVincent Lejeune2013-05-17
* R600: Fix encoding for R600 family GPUsTom Stellard2013-05-17
* R600: Pass MCSubtargetInfo reference to R600CodeEmitterTom Stellard2013-05-17
* Remove unused fields and arguments.Rafael Espindola2013-05-13
* Fix the R600 build.Rafael Espindola2013-05-10
* R600: Remove dead code from the CodeEmitter v2Tom Stellard2013-05-06
* R600: Stop emitting the instruction type byte before each instructionTom Stellard2013-05-06
* R600: Emit ISA for CALL_FS_* instructionsTom Stellard2013-05-06
* R600: use native for aluVincent Lejeune2013-04-30
* R600: Add a Bank Swizzle operandVincent Lejeune2013-04-30