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
/
utils
/
buildit
/
GNUmakefile
Age
Commit message (
Expand
)
Author
2012-04-03
Fix the install location for the Embedded makefile target.
Bob Wilson
2012-04-03
Remove dead code for installing libLTO when building llvmCore.
Bob Wilson
2011-11-29
Install llvmCore to /usr/local. <rdar://problem/10390708>
Bob Wilson
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-02-25
Add a new "Embedded" makefile target for Apple-style builds.
Bob Wilson
2010-08-16
Install Embedded builds into usr/local. Radar 8313723.
Bob Wilson
2010-08-10
Install llvmCore_Sim to the simulator SDK directory. Radar 8282845.
Bob Wilson
2010-07-20
Add support for a new Apple-style build target, EmbeddedSim, that builds
Bob Wilson
2010-07-14
Try to get embedded build of llvmCore to pass verification.
Bob Wilson
2010-05-05
Select an ARM-hosted cross build with a separate makefile target instead of
Bob Wilson
2010-04-28
Add an option to the Apple-style build to control whether libLTO.dylib should
Bob Wilson
2010-04-28
Undo most of my previous whitespace fix. I think I like it better this way
Bob Wilson
2010-04-28
Fix whitespace.
Bob Wilson
2010-03-03
Fix comment.
Bill Wendling
2010-03-03
Don't turn assertions on by default.
Bill Wendling
2010-01-14
Use ENABLE_ASSERTIONS throughout.
Bill Wendling
2010-01-14
Erm, previous patch was wrong; Thanks Bill\!
Stuart Hastings
2010-01-14
Enable assertions by default for Apple-style builds.
Stuart Hastings
2009-10-22
Trying again to tweak the top-level Makefile to facilitate an Apple-style build.
Stuart Hastings
2009-10-20
Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is
Daniel Dunbar
2009-10-19
Tweak top-level Makefile to facilitate Apple-style build.
Stuart Hastings
2009-08-26
Don't submit test directory.
Bill Wendling
2009-02-07
Revert 64023. make prefers GNUmakefile over makefile.
Evan Cheng
2009-02-07
Move Apple style build makefiles to the top level. Just like llvmgcc42.
Evan Cheng
2008-02-29
fix default RC_ProjectSourceSubversion to be zero
Nick Kledzik
2008-01-30
Always put version numbers at the end because they are optional.
Devang Patel
2008-01-18
Fix makefiles to enable Apply style debug build.
Evan Cheng
2007-11-09
Initial commit of files that support building LLVM the "Apple" way.
Bill Wendling