OSDN Git Service

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.
19 files changed:
src/gallium/auxiliary/gallivm/Makefile [moved from src/gallium/auxiliary/llvm/Makefile with 100% similarity]
src/gallium/auxiliary/gallivm/gallivm.cpp [moved from src/gallium/auxiliary/llvm/gallivm.cpp with 100% similarity]
src/gallium/auxiliary/gallivm/gallivm.h [moved from src/gallium/auxiliary/llvm/gallivm.h with 100% similarity]
src/gallium/auxiliary/gallivm/gallivm_builtins.cpp [moved from src/gallium/auxiliary/llvm/gallivm_builtins.cpp with 100% similarity]
src/gallium/auxiliary/gallivm/gallivm_cpu.cpp [moved from src/gallium/auxiliary/llvm/gallivm_cpu.cpp with 100% similarity]
src/gallium/auxiliary/gallivm/gallivm_p.h [moved from src/gallium/auxiliary/llvm/gallivm_p.h with 100% similarity]
src/gallium/auxiliary/gallivm/instructions.cpp [moved from src/gallium/auxiliary/llvm/instructions.cpp with 100% similarity]
src/gallium/auxiliary/gallivm/instructions.h [moved from src/gallium/auxiliary/llvm/instructions.h with 100% similarity]
src/gallium/auxiliary/gallivm/instructionssoa.cpp [moved from src/gallium/auxiliary/llvm/instructionssoa.cpp with 100% similarity]
src/gallium/auxiliary/gallivm/instructionssoa.h [moved from src/gallium/auxiliary/llvm/instructionssoa.h with 100% similarity]
src/gallium/auxiliary/gallivm/llvm_builtins.c [moved from src/gallium/auxiliary/llvm/llvm_builtins.c with 100% similarity]
src/gallium/auxiliary/gallivm/loweringpass.cpp [moved from src/gallium/auxiliary/llvm/loweringpass.cpp with 100% similarity]
src/gallium/auxiliary/gallivm/loweringpass.h [moved from src/gallium/auxiliary/llvm/loweringpass.h with 100% similarity]
src/gallium/auxiliary/gallivm/storage.cpp [moved from src/gallium/auxiliary/llvm/storage.cpp with 100% similarity]
src/gallium/auxiliary/gallivm/storage.h [moved from src/gallium/auxiliary/llvm/storage.h with 100% similarity]
src/gallium/auxiliary/gallivm/storagesoa.cpp [moved from src/gallium/auxiliary/llvm/storagesoa.cpp with 100% similarity]
src/gallium/auxiliary/gallivm/storagesoa.h [moved from src/gallium/auxiliary/llvm/storagesoa.h with 100% similarity]
src/gallium/auxiliary/gallivm/tgsitollvm.cpp [moved from src/gallium/auxiliary/llvm/tgsitollvm.cpp with 100% similarity]
src/gallium/auxiliary/gallivm/tgsitollvm.h [moved from src/gallium/auxiliary/llvm/tgsitollvm.h with 100% similarity]