summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-101-1/+1
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-101-2/+2
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-7/+7
* Remove another unused argument.Rafael Espindola2014-03-271-1/+1
* Remove unused argument.Rafael Espindola2014-03-271-3/+2
* Fix missing C++ mode commentMatt Arsenault2014-03-061-1/+1
* Every target uses .align. Simplify.Rafael Espindola2014-02-041-1/+0
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-282-7/+5
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-283-10/+17
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-282-4/+8
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-261-0/+1
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-1/+1
* Fix known typosAlp Toker2014-01-241-1/+1
* CommentColumn is always 40. Simplify.Rafael Espindola2014-01-161-1/+0
* Don't set unused variable.Rafael Espindola2013-12-111-1/+0
* Don't set a variable to its default value.Rafael Espindola2013-12-091-1/+0
* Don't set PrivateGlobalPrefix for NVPTX and R600.Rafael Espindola2013-12-031-1/+0
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-021-2/+0
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it.Rafael Espindola2013-11-271-1/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-193-0/+23
* Revert r194865 and r194874.Alexey Samsonov2013-11-183-23/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-153-0/+23
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-3/+0
* Remove another unused flag.Rafael Espindola2013-10-311-1/+0
* Remove unused flag.Rafael Espindola2013-10-311-1/+0
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-1/+0
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-3/+5
* Remove unused stdio.h includesDmitri Gribenko2013-08-181-1/+0
* Remove address spaces from MC.Rafael Espindola2013-07-022-6/+0
* R600: Use correct encoding for Vertex Fetch instructions on CaymanTom Stellard2013-06-141-1/+3
* R600: Hide symbols of implementation details.Benjamin Kramer2013-05-231-0/+4
* Fix 32 bit build in c++11 mode.Rafael Espindola2013-05-231-1/+1
* s/u_int32_t/uint32_t/Rafael Espindola2013-05-221-2/+2
* Fix the build in c++11 mode.Rafael Espindola2013-05-171-2/+2
* R600: Improve texture handlingVincent Lejeune2013-05-171-72/+23
* R600: Fix encoding for R600 family GPUsTom Stellard2013-05-171-0/+7
* R600: Pass MCSubtargetInfo reference to R600CodeEmitterTom Stellard2013-05-173-6/+10
* Remove unused fields and arguments.Rafael Espindola2013-05-133-13/+6
* Fix the R600 build.Rafael Espindola2013-05-102-3/+2
* R600: Remove dead code from the CodeEmitter v2Tom Stellard2013-05-061-397/+59
* R600: Stop emitting the instruction type byte before each instructionTom Stellard2013-05-061-33/+2
* R600: Emit ISA for CALL_FS_* instructionsTom Stellard2013-05-061-1/+0
* R600: use native for aluVincent Lejeune2013-04-301-2/+5
* R600: Add a Bank Swizzle operandVincent Lejeune2013-04-301-1/+1
* R600: Turn TEX/VTX into native instructionsVincent Lejeune2013-04-301-5/+11
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-231-4/+0
OpenPOWER on IntegriCloud