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
/
projects
/
sample
/
Makefile.llvm.rules
Age
Commit message (
Expand
)
Author
2013-02-05
Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>
Bob Wilson
2013-01-30
build: add --with-python option
Saleem Abdulrasool
2012-11-27
Add ENABLE_CXX11 and ENABLE_WERROR to Makefile.llvm.rules for sample project....
Craig Topper
2012-10-01
Re-enable support for --program-prefix.
Jordan Rose
2012-09-26
Revert "Add --program-prefix support to build"
Jordan Rose
2012-09-25
Add --program-prefix support to build
Sebastian Pop
2012-06-28
Remove 'check-dg', a wrapper around 'check-local-dg' which was just
Chandler Carruth
2012-04-19
Remove llvm-ld and llvm-stub (which is only used by llvm-ld).
Michael J. Spencer
2012-03-26
Add some fixes to the configure script for isInf and add
Eric Christopher
2012-02-28
Enable -Wcovered-switch-default again, but add -Werror to the checks to make
Rafael Espindola
2012-02-28
Temporarily revert r151609, which enabled a new warning for LLVM and
Chandler Carruth
2012-02-28
Enable -Wcovered-switch-default as it matches the switch style used in llvm.
Rafael Espindola
2011-10-18
projects/sample: Import adapted form of current LLVM autoconf/Makefile setup ...
Daniel Dunbar