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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-3
/
+13
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
1
-7
/
+7
*
Fix regular expression used by 'make update' to only look for 'I' and '?' at ...
Craig Topper
2013-07-03
1
-1
/
+1
*
Improved svn repo searching for 'make update'
Edwin Vane
2013-01-28
1
-4
/
+17
*
Update the root Makefile for VMCore -> IR. Missed by my original search
Chandler Carruth
2013-01-02
1
-3
/
+3
*
[c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.
Argyrios Kyrtzidis
2012-11-06
1
-3
/
+1
*
Don't try to install c-index-test with BUILD_CLANG_ONLY. rdar://12492703
Bob Wilson
2012-10-24
1
-1
/
+4
*
Remove dead variable.
Bill Wendling
2012-10-10
1
-1
/
+0
*
Set the 'build clang only' flag when we're building only clang.
Bill Wendling
2012-10-02
1
-0
/
+1
*
Clear UNIVERSAL_SDK_PATH setting when building host tools. <rdar://12360497>
Bob Wilson
2012-09-24
1
-2
/
+4
*
darwin/cross-build: Unset SDKROOT when building BuildTools.
Daniel Dunbar
2012-08-22
1
-0
/
+1
*
Fix the make update target to work even when sub repo repositories are ignored.
David Blaikie
2012-08-14
1
-2
/
+2
*
Do not install llvm-config-host for cross-builds of clang. rdar://11317847
Bob Wilson
2012-05-09
1
-5
/
+0
*
When cross compiling, install a host version of llvm-config. <rdar://11187889>
Bob Wilson
2012-04-19
1
-0
/
+5
*
Makefile: add missing files to FilesToConfig
Dylan Noblesmith
2012-01-17
1
-2
/
+9
*
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-12-01
1
-2
/
+2
*
Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.
Duncan Sands
2011-12-01
1
-2
/
+2
*
Remove the install-clang-c makefile target.
Bob Wilson
2011-11-30
1
-9
/
+0
*
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-11-29
1
-2
/
+2
*
Partially revert r145157 to quiet an unhappy buildbot.
Bob Wilson
2011-11-27
1
-0
/
+9
*
Merge the install-clang-c target into install-clang. <rdar://problem/10217046>
Bob Wilson
2011-11-27
1
-9
/
+2
*
build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than
Daniel Dunbar
2011-11-12
1
-1
/
+1
*
build/Make: Change llvm-config-2 to be compiled as a build tool.
Daniel Dunbar
2011-11-11
1
-1
/
+1
*
cross-build/Make: Update cross build to properly forward ARCH and
Daniel Dunbar
2011-11-11
1
-0
/
+2
*
Add an option '--enable-libcpp' that will have the compiler pass on
Eric Christopher
2011-11-11
1
-0
/
+1
*
build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned up
Daniel Dunbar
2011-11-10
1
-1
/
+1
*
Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",
Daniel Dunbar
2011-11-10
1
-3
/
+3
*
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-11-10
1
-3
/
+3
*
build/Make: Update for rename of show-diagnostics.
Daniel Dunbar
2011-11-02
1
-1
/
+1
*
Updating 'update' target to handle svn 1.7 'info' output. Patch by Jean-Dania...
David Blaikie
2011-10-19
1
-1
/
+1
*
Add clang-tblgen to OPTIONAL_DIRS when building native tools for the
Peter Collingbourne
2011-10-08
1
-2
/
+3
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-3
/
+3
*
Remove llvmc and assorted build machinery for it.
Eric Christopher
2011-09-19
1
-2
/
+1
*
Install libprofile_rt.dylib where it's more available for gcov support.
Bill Wendling
2011-06-10
1
-2
/
+2
*
build: Add support for a SHOW_DIAGNOSTICS build variable.
Daniel Dunbar
2011-04-11
1
-0
/
+15
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-5
/
+5
*
build/Makefiles: Don't build unittests when ONLY_TOOLS is set.
Daniel Dunbar
2010-11-27
1
-0
/
+5
*
Add --enable-docs. Patch by NAKAMURA Takumi.
Rafael Espindola
2010-11-12
1
-0
/
+4
*
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-08-15
1
-1
/
+1
*
tests: Kill off custom targets which were just there for TestRunner.sh.
Daniel Dunbar
2010-08-02
1
-3
/
+0
*
Add support for a new Apple-style build target, EmbeddedSim, that builds
Bob Wilson
2010-07-20
1
-1
/
+2
*
build/Clang: Build and install libLTO as part of clang-only/install-clang tar...
Daniel Dunbar
2010-07-16
1
-2
/
+4
*
Issue the warning about being slow whenever optimization is disabled,
Duncan Sands
2010-07-07
1
-1
/
+1
*
adapt condition for changed default build mode
Gabor Greif
2010-07-07
1
-1
/
+1
*
Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"
Duncan Sands
2010-07-07
1
-1
/
+1
*
build: Update install-clang target.
Daniel Dunbar
2010-06-30
1
-1
/
+1
*
Update for CIndex rename.
Daniel Dunbar
2010-04-30
1
-1
/
+1
*
Add an install-clang-c top-level target, which does a Clang C API install.
Daniel Dunbar
2010-04-30
1
-0
/
+9
*
cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-s...
Jim Grosbach
2010-04-24
1
-0
/
+2
*
modernize the do-all-for-me target to run lit
Gabor Greif
2010-03-21
1
-1
/
+1
[next]