index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2011-01-20
Add llvm-objdump
Michael J. Spencer
2010-11-27
macho-dump: Stub out C++ macho-dump tool.
Daniel Dunbar
2010-10-30
Add polly support to the build system.
Tobias Grosser
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-08-24
Check in a couple of changes that I apparently never committed:
John McCall
2010-08-08
Try to fix cmake build.
Rafael Espindola
2010-04-13
Add CMake support for 'edis'.
Ted Kremenek
2009-10-05
remove llvm-db: it is completely broken and if anyone wants to do a debugger,
Chris Lattner
2009-08-25
EXIT STAGE LEFT: gccas, gccld
Daniel Dunbar
2009-08-16
CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...
Oscar Fuentes
2009-08-14
CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is
Oscar Fuentes
2009-08-14
CMake: build llvm-config before the other tools.
Oscar Fuentes
2009-08-12
CMake: Re-enabled build of llvm-config. Removed recursive invocation
Oscar Fuentes
2009-06-23
CMake: remove support for llvm-config-generated dependencies in the build
Douglas Gregor
2009-06-18
Add a skeleton driver for new machine code level fun. llvm-mc is meant
Chris Lattner
2009-06-04
CMake: Use explicit dependencies for Xcode (as well as MSVC), to make
Douglas Gregor
2008-11-25
CMake: llvmc2 is now known as llvmc.
Oscar Fuentes
2008-10-26
CMake: If we have `clang' under the `tools/' subdirectory, add it to
Oscar Fuentes
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes