index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
buildit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop building PPC parts on OSX. Radar 8637926.
Stuart Hastings
2011-03-08
1
-2
/
+2
*
Removed unnecessary dylibs from Apple builds, with or without "lib" prefix.
Bob Wilson
2011-02-26
1
-2
/
+3
*
Add a new "Embedded" makefile target for Apple-style builds.
Bob Wilson
2011-02-25
1
-1
/
+5
*
Fix bad comment marker.
Stuart Hastings
2011-02-25
1
-1
/
+1
*
Omit lto.h from the llvmCore result; henceforth, this will be supplied
Stuart Hastings
2011-02-25
1
-0
/
+3
*
I don't think I could find a 10.2.x box if I tried.
Eric Christopher
2011-01-08
1
-5
/
+0
*
Default to armv7 instead of armv6.
Bill Wendling
2010-12-23
1
-1
/
+1
*
Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383.
Bob Wilson
2010-10-22
1
-1
/
+4
*
Fix the name of libLLVMHello.dylib so that it does not get installed for
Bob Wilson
2010-10-22
1
-1
/
+1
*
Install Embedded builds into usr/local. Radar 8313723.
Bob Wilson
2010-08-16
1
-2
/
+2
*
Install llvmCore_Sim to the simulator SDK directory. Radar 8282845.
Bob Wilson
2010-08-10
1
-1
/
+1
*
Add an explicit -sdk option to xcrun command.
Bob Wilson
2010-07-22
1
-1
/
+1
*
Add support for a new Apple-style build target, EmbeddedSim, that builds
Bob Wilson
2010-07-20
2
-5
/
+20
*
Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the code
Bob Wilson
2010-07-19
1
-9
/
+11
*
Remove the entire docs directory from Apple-style builds.
Bob Wilson
2010-07-14
1
-2
/
+2
*
Try to get embedded build of llvmCore to pass verification.
Bob Wilson
2010-07-14
2
-17
/
+9
*
Use -l option to remove symbols from i386.
Bill Wendling
2010-06-29
1
-4
/
+13
*
Strip resulting binaries.
Bill Wendling
2010-06-29
1
-0
/
+7
*
Generate DWARF information during Apple-style build. They'll be stripped out
Bill Wendling
2010-06-22
1
-10
/
+16
*
Honor the SDKROOT setting when building llvm.
Bob Wilson
2010-06-14
1
-2
/
+1
*
Select an ARM-hosted cross build with a separate makefile target instead of
Bob Wilson
2010-05-05
2
-29
/
+31
*
Remove special case for llvmCore_Embedded project. This is no longer needed
Bob Wilson
2010-05-03
1
-5
/
+0
*
Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;
Bob Wilson
2010-04-29
1
-2
/
+0
*
Add an option to the Apple-style build to control whether libLTO.dylib should
Bob Wilson
2010-04-28
2
-12
/
+24
*
Undo most of my previous whitespace fix. I think I like it better this way
Bob Wilson
2010-04-28
1
-3
/
+3
*
Fix inconsistent use of HOSTS and TARGETS variables.
Bob Wilson
2010-04-28
1
-3
/
+3
*
Fix whitespace.
Bob Wilson
2010-04-28
1
-4
/
+3
*
Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for
Bill Wendling
2010-03-23
1
-0
/
+2
*
Use llvm-gcc to build ARM when it's available
Jim Grosbach
2010-03-17
1
-4
/
+3
*
Fix comment.
Bill Wendling
2010-03-03
1
-1
/
+1
*
Don't turn assertions on by default.
Bill Wendling
2010-03-03
1
-1
/
+1
*
The change in r90189 adds a link in a directory outside the iPhone platform
Bob Wilson
2010-01-19
1
-16
/
+11
*
Use ENABLE_ASSERTIONS throughout.
Bill Wendling
2010-01-14
1
-2
/
+2
*
Erm, previous patch was wrong; Thanks Bill\!
Stuart Hastings
2010-01-14
1
-2
/
+0
*
Enable assertions by default for Apple-style builds.
Stuart Hastings
2010-01-14
1
-2
/
+2
*
Some command lines don't like numbers with leading zeros. Remove them.
Bill Wendling
2009-12-15
1
-1
/
+5
*
Add a soft link so that in an apple style build we can find libLTO.dylib.
Eric Christopher
2009-12-01
1
-0
/
+8
*
Look for llvm-gcc under /Developer/usr/bin first.
Evan Cheng
2009-11-04
1
-1
/
+1
*
Use llvm-gcc on newer Darwins.
Bill Wendling
2009-11-03
1
-1
/
+1
*
Missing bit of universal built + hosted
Jim Grosbach
2009-11-02
1
-1
/
+1
*
The universal SDKROOT should only be assigned when hosted. Otherwise the
Jim Grosbach
2009-10-31
1
-0
/
+1
*
Allow cross target build
Jim Grosbach
2009-10-30
1
-18
/
+67
*
Trying again to tweak the top-level Makefile to facilitate an Apple-style build.
Stuart Hastings
2009-10-22
2
-1
/
+5
*
Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is
Daniel Dunbar
2009-10-20
2
-5
/
+1
*
Tweak top-level Makefile to facilitate Apple-style build.
Stuart Hastings
2009-10-19
2
-1
/
+5
*
B&I's buildit forces a PATH that omits /Developer. Temporarily add
Stuart Hastings
2009-09-28
1
-1
/
+3
*
For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ if
Stuart Hastings
2009-09-28
1
-4
/
+10
*
Disable optional bindings for Apple-style builds.
Bob Wilson
2009-08-28
1
-0
/
+1
*
Revert 76080. This broke some powerpc cross compiles.
Bob Wilson
2009-08-28
1
-5
/
+2
*
Don't build runtime libraries in an Apple style build.
Daniel Dunbar
2009-08-27
1
-0
/
+2
[next]