Rename llvm -> gallivm.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 18 Feb 2008 11:05:06 +0000 (20:05 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 18 Feb 2008 11:05:06 +0000 (20:05 +0900)
commit3f3b09d6d86cfd277c5837d15466ee703897aa3d
tree61d639bac7f5542e907ad1d5560713ed786172b8
parent687a8b96ef13658bbe779d0011ce1144844f1972
Rename llvm -> gallivm.

Following the directory == library name policy simplifies the build system.
38 files changed:
src/gallium/auxiliary/gallivm/Makefile [new file with mode: 0644]
src/gallium/auxiliary/gallivm/gallivm.cpp [new file with mode: 0644]
src/gallium/auxiliary/gallivm/gallivm.h [new file with mode: 0644]
src/gallium/auxiliary/gallivm/gallivm_builtins.cpp [new file with mode: 0644]
src/gallium/auxiliary/gallivm/gallivm_cpu.cpp [new file with mode: 0644]
src/gallium/auxiliary/gallivm/gallivm_p.h [new file with mode: 0644]
src/gallium/auxiliary/gallivm/instructions.cpp [new file with mode: 0644]
src/gallium/auxiliary/gallivm/instructions.h [new file with mode: 0644]
src/gallium/auxiliary/gallivm/instructionssoa.cpp [new file with mode: 0644]
src/gallium/auxiliary/gallivm/instructionssoa.h [new file with mode: 0644]
src/gallium/auxiliary/gallivm/llvm_builtins.c [new file with mode: 0644]
src/gallium/auxiliary/gallivm/loweringpass.cpp [new file with mode: 0644]
src/gallium/auxiliary/gallivm/loweringpass.h [new file with mode: 0644]
src/gallium/auxiliary/gallivm/storage.cpp [new file with mode: 0644]
src/gallium/auxiliary/gallivm/storage.h [new file with mode: 0644]
src/gallium/auxiliary/gallivm/storagesoa.cpp [new file with mode: 0644]
src/gallium/auxiliary/gallivm/storagesoa.h [new file with mode: 0644]
src/gallium/auxiliary/gallivm/tgsitollvm.cpp [new file with mode: 0644]
src/gallium/auxiliary/gallivm/tgsitollvm.h [new file with mode: 0644]
src/gallium/auxiliary/llvm/Makefile [deleted file]
src/gallium/auxiliary/llvm/gallivm.cpp [deleted file]
src/gallium/auxiliary/llvm/gallivm.h [deleted file]
src/gallium/auxiliary/llvm/gallivm_builtins.cpp [deleted file]
src/gallium/auxiliary/llvm/gallivm_cpu.cpp [deleted file]
src/gallium/auxiliary/llvm/gallivm_p.h [deleted file]
src/gallium/auxiliary/llvm/instructions.cpp [deleted file]
src/gallium/auxiliary/llvm/instructions.h [deleted file]
src/gallium/auxiliary/llvm/instructionssoa.cpp [deleted file]
src/gallium/auxiliary/llvm/instructionssoa.h [deleted file]
src/gallium/auxiliary/llvm/llvm_builtins.c [deleted file]
src/gallium/auxiliary/llvm/loweringpass.cpp [deleted file]
src/gallium/auxiliary/llvm/loweringpass.h [deleted file]
src/gallium/auxiliary/llvm/storage.cpp [deleted file]
src/gallium/auxiliary/llvm/storage.h [deleted file]
src/gallium/auxiliary/llvm/storagesoa.cpp [deleted file]
src/gallium/auxiliary/llvm/storagesoa.h [deleted file]
src/gallium/auxiliary/llvm/tgsitollvm.cpp [deleted file]
src/gallium/auxiliary/llvm/tgsitollvm.h [deleted file]