index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
buildit
Age
Commit message (
Expand
)
Author
2011-11-29
Install llvmCore to /usr/local. <rdar://problem/10390708>
Bob Wilson
2011-11-04
Build llvmCore with RTTI enabled. <rdar://problem/10395761>
Bob Wilson
2011-10-03
Find the strip tool that works with the specified SDKROOT. rdar://10165908
Bob Wilson
2011-09-26
Remove old hack for compiling with gcc-4.0.
Bob Wilson
2011-09-16
Migrate this to use clang by default as well.
Eric Christopher
2011-09-16
We now look for clang, then llvm-gcc, then gcc as our compiler. We don't need
Eric Christopher
2011-08-10
Update comment.
Eric Christopher
2011-08-09
clang is the new black.
Eric Christopher
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-08
Stop building PPC parts on OSX. Radar 8637926.
Stuart Hastings
2011-02-26
Removed unnecessary dylibs from Apple builds, with or without "lib" prefix.
Bob Wilson
2011-02-25
Add a new "Embedded" makefile target for Apple-style builds.
Bob Wilson
2011-02-25
Fix bad comment marker.
Stuart Hastings
2011-02-25
Omit lto.h from the llvmCore result; henceforth, this will be supplied
Stuart Hastings
2011-01-08
I don't think I could find a 10.2.x box if I tried.
Eric Christopher
2010-12-23
Default to armv7 instead of armv6.
Bill Wendling
2010-10-22
Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383.
Bob Wilson
2010-10-22
Fix the name of libLLVMHello.dylib so that it does not get installed for
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-22
Add an explicit -sdk option to xcrun command.
Bob Wilson
2010-07-20
Add support for a new Apple-style build target, EmbeddedSim, that builds
Bob Wilson
2010-07-19
Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the code
Bob Wilson
2010-07-14
Remove the entire docs directory from Apple-style builds.
Bob Wilson
2010-07-14
Try to get embedded build of llvmCore to pass verification.
Bob Wilson
2010-06-29
Use -l option to remove symbols from i386.
Bill Wendling
2010-06-29
Strip resulting binaries.
Bill Wendling
2010-06-22
Generate DWARF information during Apple-style build. They'll be stripped out
Bill Wendling
2010-06-14
Honor the SDKROOT setting when building llvm.
Bob Wilson
2010-05-05
Select an ARM-hosted cross build with a separate makefile target instead of
Bob Wilson
2010-05-03
Remove special case for llvmCore_Embedded project. This is no longer needed
Bob Wilson
2010-04-29
Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;
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 inconsistent use of HOSTS and TARGETS variables.
Bob Wilson
2010-04-28
Fix whitespace.
Bob Wilson
2010-03-23
Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for
Bill Wendling
2010-03-17
Use llvm-gcc to build ARM when it's available
Jim Grosbach
2010-03-03
Fix comment.
Bill Wendling
2010-03-03
Don't turn assertions on by default.
Bill Wendling
2010-01-19
The change in r90189 adds a link in a directory outside the iPhone platform
Bob Wilson
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-12-15
Some command lines don't like numbers with leading zeros. Remove them.
Bill Wendling
2009-12-01
Add a soft link so that in an apple style build we can find libLTO.dylib.
Eric Christopher
2009-11-04
Look for llvm-gcc under /Developer/usr/bin first.
Evan Cheng
2009-11-03
Use llvm-gcc on newer Darwins.
Bill Wendling
2009-11-02
Missing bit of universal built + hosted
Jim Grosbach
2009-10-31
The universal SDKROOT should only be assigned when hosted. Otherwise the
Jim Grosbach
[next]