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
/
llvm-db
/
Makefile
Age
Commit message (
Expand
)
Author
2006-09-04
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-07-21
Build more debugger/selectiondag libraries as archives instead of .o files.
Chris Lattner
2006-07-07
Tools require EH for their top-level try blocks.
Chris Lattner
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2006-04-22
This no longer needs the JIT.
Chris Lattner
2004-11-29
Use LLVMLIBS=JIT to get JIT libraries
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-14
Use the shared Makefile.JIT for JIT-enablement
Misha Brukman
2004-10-08
Use the SparcV9-marked instr scheduling library
Misha Brukman
2004-08-29
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-05
sparcv9select is history.
Brian Gaeke
2004-02-25
Great renaming part II: Sparc --> SparcV9 (also includes command-line options...
Brian Gaeke
2004-01-05
Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but
Chris Lattner