OSDN Git Service

android: enable support for R600 targets for radeonsi
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 12 Dec 2015 22:11:42 +0000 (23:11 +0100)
committerMauro Rossi <mauro.rossi@inwind.it>
Mon, 4 Jan 2016 15:46:52 +0000 (16:46 +0100)
commit571b37049a813fdb02631a20246ee3a4bc99760b
tree346d3b944443927cc02ddff851a2d229f946e560
parent039ace80c6746a215b3ea7403e60183f4ce78239
android: enable support for R600 targets for radeonsi

Inspired by former psglia work on LLVM 3.5.x, now applied to 3.7.0

Gallium radeonsi driver requires LLVM.
Some required features(like compiling the R600 Taget itself) are not enabled.

These changes enable R600 targets and fix a problem with "intrinsic",
due to a typo in tablegen command option.
14 files changed:
Android.mk
lib/ExecutionEngine/Android.mk
lib/ExecutionEngine/Interpreter/Android.mk
lib/ExecutionEngine/MCJIT/Android.mk
lib/ExecutionEngine/Orc/Android.mk
lib/ExecutionEngine/RuntimeDyld/Android.mk
lib/Target/R600/Android.mk [new file with mode: 0644]
lib/Target/R600/AsmParser/Android.mk [new file with mode: 0644]
lib/Target/R600/InstPrinter/Android.mk [new file with mode: 0644]
lib/Target/R600/MCTargetDesc/Android.mk [new file with mode: 0644]
lib/Target/R600/TargetInfo/Android.mk [new file with mode: 0644]
llvm-tblgen-rules.mk
llvm.mk
shared_llvm.mk