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
Age
Commit message (
Expand
)
Author
2009-02-11
Don't try to strip a file we just moved.
Bill Wendling
2009-02-09
Strip the LTO dylib.
Bill Wendling
2009-02-09
Small fix for the 'strip' command. Do a list of .so files.
Bill Wendling
2009-02-09
Don't run 'strip' on files that aren't there.
Bill Wendling
2009-02-09
Remove warnings about not being able to delete something. Don't run lipo on g...
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-12-16
Change so that buildit won't need a parent directory with only the build scri...
Bill Wendling
2008-11-20
Copy the tblgen utility.
Bill Wendling
2008-10-27
- Fix SUBVERSION string to handle x.x.x version number formats.
Bill Wendling
2008-10-06
Set UNIVERSAL_ARCH value.
Devang Patel
2008-08-19
Compress manpages.
Devang Patel
2008-08-05
Add ARM to the targets to build.
Bill Wendling
2008-07-28
Don't build with 4.0.
Bill Wendling
2008-07-21
Temporary hack to build with GCC 4.0 instead of 4.2.
Bill Wendling
2008-07-11
Porting r53478 into mainline:
Bill Wendling
2008-06-23
Extract the x86_64 part for the executables.
Bill Wendling
2008-05-06
Remove tar ball from installed directory.
Bill Wendling
2008-04-15
Apple GCC 4.2 builds things differently. It no longer spawns a bunch of
Bill Wendling
2008-04-15
Install into the directory
Bill Wendling
2008-04-11
Change llvm tools install location.
Devang Patel
2008-03-28
Simplify the conversion from "0x" numbers to a single digit number.
Bill Wendling
2008-03-22
Don't strip things when we're doing a debug build.
Bill Wendling
2008-02-29
install new lto dylib. pass down LLVM_SUBMIT_VERSION
Nick Kledzik
2008-02-29
fix default RC_ProjectSourceSubversion to be zero
Nick Kledzik
2008-02-12
Remove dead code.
Devang Patel
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
2008-01-17
Enable CBE
Devang Patel
2007-12-18
Ignore shell scripts when doing "dsymutil" call.
Bill Wendling
2007-12-01
Change LinkTimeOptimizer.h install location.
Devang Patel
2007-11-30
Change lib lto install location.
Devang Patel
2007-11-12
Move SYSCTL stuff close to where it's used.
Bill Wendling
2007-11-12
Build universal llvm.
Devang Patel
2007-11-09
Initial commit of files that support building LLVM the "Apple" way.
Bill Wendling