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-stub
Age
Commit message (
Expand
)
Author
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2011-03-24
llvm-stub.cpp: mingw-w64 tweak.
NAKAMURA Takumi
2010-10-16
Hack around incompatible pointer warnings.
Benjamin Kramer
2010-10-07
Fix Whitespace.
Michael J. Spencer
2010-10-07
Fix warnings on Windows.
Michael J. Spencer
2009-08-11
Silence MSVC warning.
Benjamin Kramer
2009-08-10
fix some warnings for the MSVC build, by Yonggang Luo!
Chris Lattner
2008-12-31
Comment headers should extend to 80 chars.
Misha Brukman
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-06-19
Fix some warnings reported by gcc-4.3. Hopefully
Duncan Sands
2008-06-15
Make sure that the current executable filename has "exe" suffix on Windows.
Argyrios Kyrtzidis
2007-12-29
regenerate
Chris Lattner
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-07-06
finishing touches of bytecode -> bitcode changes. also unbreak Windows
Gabor Greif
2004-12-20
Incorporate the contents of include/llvm/Config/unistd.h as this is the
Reid Spencer
2004-10-22
We're not doing automake any more
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-06-02
Fix a double negation (in grammar).
Misha Brukman
2004-06-02
No really cygwin, we LIKE .exe'ness.
Chris Lattner
2004-06-01
Initial checkin of a stub executable that can be used by gccld to forward to
Chris Lattner