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
/
build_llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build Apple's llvmCore with --disable-zlib. <rdar://problem/14182316>
Bob Wilson
2013-06-18
1
-1
/
+2
*
Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983>
Bob Wilson
2013-02-05
1
-0
/
+10
*
Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>
Bob Wilson
2013-02-05
1
-0
/
+13
*
Use xcrun to find the right compiler when building llvmCore. <rdar://12801151>
Bob Wilson
2013-01-25
1
-0
/
+3
*
Fix quoting problems from my previous change. <rdar://problem/13001651>
Bob Wilson
2013-01-12
1
-5
/
+15
*
Update Apple's build script for llvmCore. <rdar://problem/12914321>
Bob Wilson
2013-01-10
1
-63
/
+65
*
Use the final .version number for LLVM_MINOR_VERSION in Apple llvmCore builds.
Bob Wilson
2012-08-10
1
-1
/
+1
*
Remove old code to strip out unwanted PPC slices for Apple llvmCore.
Bob Wilson
2012-04-13
1
-13
/
+0
*
Do not include multiple -arch options in CPPFLAGS.
Bob Wilson
2012-04-05
1
-3
/
+2
*
Remove dead code for installing libLTO when building llvmCore.
Bob Wilson
2012-04-03
1
-33
/
+6
*
When building llvmCore, pass the SDKROOT and -arch setting to configure.
Bob Wilson
2012-04-03
1
-0
/
+10
*
Remove a reference to the C backend.
Bob Wilson
2012-04-03
1
-1
/
+1
*
Remove broken command to copy tblgen tool.
Bob Wilson
2011-12-22
1
-3
/
+0
*
Build llvmCore with RTTI enabled. <rdar://problem/10395761>
Bob Wilson
2011-11-04
1
-0
/
+1
*
Find the strip tool that works with the specified SDKROOT. rdar://10165908
Bob Wilson
2011-10-03
1
-4
/
+10
*
Remove old hack for compiling with gcc-4.0.
Bob Wilson
2011-09-26
1
-25
/
+8
*
Migrate this to use clang by default as well.
Eric Christopher
2011-09-16
1
-6
/
+3
*
We now look for clang, then llvm-gcc, then gcc as our compiler. We don't need
Eric Christopher
2011-09-16
1
-12
/
+0
*
Update comment.
Eric Christopher
2011-08-10
1
-1
/
+1
*
clang is the new black.
Eric Christopher
2011-08-09
1
-4
/
+4
*
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
*
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
*
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
1
-2
/
+9
*
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
1
-15
/
+7
*
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
1
-28
/
+23
*
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
1
-11
/
+20
*
Fix inconsistent use of HOSTS and TARGETS variables.
Bob Wilson
2010-04-28
1
-3
/
+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
*
The change in r90189 adds a link in a directory outside the iPhone platform
Bob Wilson
2010-01-19
1
-16
/
+11
*
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
[next]