index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
scripts
/
build-llvm.pl
Commit message (
Expand
)
Author
Age
Files
Lines
*
modify Xcode build to use cmake/ninja for internal llvm/clang
Todd Fiala
2016-01-28
1
-407
/
+0
*
I've been seeing a problem with xcodebuilds on macosx for
Jason Molenda
2015-10-16
1
-8
/
+8
*
A little more cleanup in the build script that creates a list of archive dire...
Greg Clayton
2015-09-10
1
-12
/
+17
*
Removed debug prints that I accidentally left in.
Greg Clayton
2015-09-10
1
-6
/
+0
*
On MacOSX, revamp the way we link against the llvm/clang .a files by making a...
Greg Clayton
2015-09-10
1
-38
/
+39
*
Fix the build-llvm.pl to not create one monster .a file from all of the llvm ...
Greg Clayton
2015-09-09
1
-62
/
+24
*
include compiler-rt in build-llvm.pl
Kuba Brecka
2014-10-11
1
-3
/
+13
*
Remove print statements I was using to debug this script additions.
Greg Clayton
2014-04-24
1
-3
/
+0
*
Fix the build-llvm.pl to use glob to find all llvm and clang .a files for lib...
Greg Clayton
2014-04-24
1
-76
/
+13
*
Include additional libLLVMARM64Utils.a file.
Greg Clayton
2014-04-14
1
-0
/
+1
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-1
/
+7
*
Link in the llvm/lib/ProfileData build product.
Jason Molenda
2014-03-27
1
-0
/
+1
*
Detect when llvm or clang sources have changed and rebuild llvm/clang automat...
Greg Clayton
2014-03-11
1
-5
/
+92
*
Add -stdlib=c++ to the LDFLAGS when configuring llvm. The lldb
Jason Molenda
2014-01-17
1
-0
/
+6
*
Request for review: Fix build-llvm.pl
Jean-Daniel Dupas
2013-12-02
1
-3
/
+1
*
Add --enable-cxx11 to llvm builds. As of r195239, SmallPtrSet.h /
Jason Molenda
2013-11-23
1
-5
/
+5
*
Updated build-llvm to use a more generic ioctl
Sean Callanan
2013-11-19
1
-1
/
+1
*
Changed LLVM configure options to reflect the new
Sean Callanan
2013-08-13
1
-1
/
+1
*
Ensure that we don't build LLVM with a dependency
Sean Callanan
2013-08-08
1
-1
/
+3
*
Fixing a linking issue when building LLDB with ToT LLVM
Enrico Granata
2013-06-17
1
-0
/
+1
*
SDKROOT should only be unset/cleared for ARM builds. The first fix by Bob Wil...
Greg Clayton
2013-01-16
1
-5
/
+14
*
Fix clang builds that were broken due to SDKROOT changes of you have an inter...
Greg Clayton
2013-01-16
1
-3
/
+3
*
Fix cross-compiling problems in build-llvm.pl script. <rdar://problem/12986905>
Bob Wilson
2013-01-12
1
-3
/
+5
*
Fix typo in function name and one more whitespace tweak.
Bob Wilson
2013-01-11
1
-7
/
+7
*
Fix whitespace.
Bob Wilson
2013-01-11
1
-230
/
+226
*
Removed a directive to delete the test subdirectories
Sean Callanan
2012-10-04
1
-3
/
+0
*
Added a new Xcode build configuration, DebugClang,
Sean Callanan
2012-09-24
1
-0
/
+1
*
Brought LLDB top-of-tree into sync with LLVM/Clang
Sean Callanan
2012-09-24
1
-48
/
+2
*
On Mac OS X, lldb will now build c++11 and use
Sean Callanan
2012-08-09
1
-4
/
+4
*
Building llvm for multiple arches could cause problems
Jason Molenda
2012-04-02
1
-1
/
+3
*
Updated the revision of LLVM/Clang used by LLDB.
Sean Callanan
2012-03-08
1
-2
/
+3
*
Updated LLVM to take a new MC JIT that supports
Sean Callanan
2012-03-01
1
-2
/
+2
*
Updated LLVM to take some fixes that make the
Sean Callanan
2012-02-23
1
-2
/
+2
*
Brought LLVM/Clang up to top of tree. The only
Sean Callanan
2012-02-09
1
-2
/
+2
*
I have brought LLDB up-to-date with top of tree
Sean Callanan
2012-02-04
1
-2
/
+2
*
Updated Clang to take an enhancement to the way
Sean Callanan
2011-12-16
1
-2
/
+2
*
Picked up a new revision of Clang to pull in Objective-C
Sean Callanan
2011-12-01
1
-2
/
+2
*
Pulled in a new revision of LLVM/Clang and added
Sean Callanan
2011-11-19
1
-2
/
+2
*
This commit completes the rearchitecting of ClangASTSource
Sean Callanan
2011-11-18
1
-1
/
+8
*
Pulled in a new version of LLVM/Clang to solve a variety
Sean Callanan
2011-11-15
1
-2
/
+2
*
Updated LLVM/Clang to pull in a fix for Objective-C
Sean Callanan
2011-11-11
1
-2
/
+2
*
Updated LLVM/Clang to pick up a fix for imports of
Sean Callanan
2011-11-04
1
-10
/
+10
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-95
/
+124
*
...And forgot to check in build-llvm.pl. Sigh.
Sean Callanan
2011-11-02
1
-2
/
+2
*
Updated LLVM/Clang to pull in a variety of type
Sean Callanan
2011-10-21
1
-2
/
+2
*
Updated LLVM/Clang to pull in the latest ARM disassembler.
Sean Callanan
2011-10-07
1
-3
/
+2
*
Restored the version of LLVM that we previously
Sean Callanan
2011-08-22
1
-2
/
+2
*
Refined the rollback to LLVM, picking up a newer
Sean Callanan
2011-08-19
1
-2
/
+11
*
Because of disassembler crashes, I rolled back
Sean Callanan
2011-08-18
1
-7
/
+9
*
Updated LLVM/Clang to to pick up fixes for a
Sean Callanan
2011-08-11
1
-2
/
+2
[next]