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
/
llvm
/
utils
/
llvm-build
Commit message (
Expand
)
Author
Age
Files
Lines
*
Write the RequiredLibraries for 'all' in LibraryDependencies.inc in a determi...
Hans Wennborg
2019-08-05
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-8
/
+6
*
Python compat - print statement
Serge Guelton
2019-01-03
1
-3
/
+3
*
Remove llvm-build's --configure-target-def-file.
Nico Weber
2018-04-20
2
-114
/
+1
*
Remove llvm-build's --write-make-fragment which looks like a remnant from the...
Nico Weber
2018-04-04
1
-101
/
+0
*
llvm-config: Add preliminary Windows support
Ehsan Akhgari
2016-02-09
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-3
/
+7
*
Filter libraries that are not installed out of CMake exports (currently
Dan Liew
2015-08-21
1
-5
/
+12
*
llvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT. Patch by
Dan Liew
2015-08-21
1
-2
/
+16
*
llvm-build: Factor out duplicate cmake export listing. Patch by
Dan Liew
2015-08-21
1
-27
/
+36
*
Teach llvm-build to avoid touching LibraryDependencies.inc unless the contents
Peter Collingbourne
2014-11-19
1
-1
/
+10
*
Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled
Michael Kuperstein
2014-10-29
1
-11
/
+23
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-1
/
+1
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-1
/
+1
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-1
/
+1
*
llvm-build: Get rid of 'import *'
Anders Waldenborg
2014-04-23
2
-2
/
+2
*
Fixed llvm-build when no targets are enabled
Greg Fitzgerald
2014-04-18
1
-1
/
+3
*
llvmbuild: Exclude disabled targets from LLVMExports.cmake.
NAKAMURA Takumi
2014-02-16
1
-0
/
+5
*
Provide CMake package modules in install tree
NAKAMURA Takumi
2014-02-09
1
-0
/
+40
*
[llvm-build] Make Py3 compatible.
Daniel Dunbar
2013-08-14
4
-102
/
+117
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-2
/
+2
*
llvmbuild/main.py: Let LibraryDependencies.inc deterministic.
NAKAMURA Takumi
2012-12-20
1
-1
/
+3
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
llvm-build: Add support for non-installed libraries (e.g., gtest).
Daniel Dunbar
2012-05-15
2
-10
/
+22
*
llvm-build: Don't emit library information for disabled targets.
Daniel Dunbar
2012-05-15
2
-1
/
+21
*
Make IntelJITEvents and OProfileJIT as optional libraries and add
Preston Gurd
2012-05-07
2
-6
/
+37
*
build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile
Daniel Dunbar
2011-12-15
1
-4
/
+2
*
llvm-build: Switch to using the common subdirectory list instead of
Daniel Dunbar
2011-12-12
2
-23
/
+27
*
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
2011-12-12
1
-7
/
+39
*
llvm-build: Don't write out the required_libraries list for "special" compone...
Daniel Dunbar
2011-12-12
2
-1
/
+6
*
llvm-build: Add sketchy support for preserving comments when using
Daniel Dunbar
2011-12-12
2
-2
/
+26
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+2
*
llvm-build: Don't generate duplicate dependencies when LLVMBuild files define
Daniel Dunbar
2011-12-06
1
-2
/
+8
*
llvmbuild/CMake: Update CMake output fragment to include explicit library
Daniel Dunbar
2011-11-29
2
-0
/
+66
*
llvm-build: Attempt to work around a CMake Makefile generator bug that doesn't
Daniel Dunbar
2011-11-17
1
-1
/
+16
*
llvm-build: Add --configure-target-def-file option.
Daniel Dunbar
2011-11-11
3
-9
/
+115
*
LLVMBuild: Add explicit information on whether targets define an assembly pri...
Daniel Dunbar
2011-11-11
1
-4
/
+22
*
build/Make & CMake: Pass the appropriate --native-target and --enable-targets
Daniel Dunbar
2011-11-10
1
-4
/
+10
*
llvm-build: Add --native-target and --enable-targets options, and add logic to
Daniel Dunbar
2011-11-10
2
-0
/
+117
*
llvm-build: Split out the validation logic.
Daniel Dunbar
2011-11-10
1
-3
/
+20
*
llvm-build: Add an explicit component type to represent targets.
Daniel Dunbar
2011-11-10
2
-6
/
+76
*
llvm-build: Tidy up options.
Daniel Dunbar
2011-11-10
1
-20
/
+29
*
utils/llvm-build: Ensure output directory exists for tools which write variou...
Daniel Dunbar
2011-11-05
1
-0
/
+14
*
utils/llvm-build: Add trivial quoting of slashes for CMake fragment.
Daniel Dunbar
2011-11-05
1
-2
/
+16
*
llvm-build: Quote colons in target names, in an attempt to make msys happy.
Daniel Dunbar
2011-11-04
1
-2
/
+15
*
llvm-build: Add initial --write-cmake-fragment option.
Daniel Dunbar
2011-11-04
1
-11
/
+88
*
llvm-build: Add initial code for --write-make-fragment.
Daniel Dunbar
2011-11-03
1
-0
/
+96
*
llvm-build: Avoid followlinks keyword argument to os.walk.
Daniel Dunbar
2011-11-03
1
-2
/
+7
*
llvm-build: Update --write-llvmbuild to write out a standard LLVM style file
Daniel Dunbar
2011-11-03
1
-0
/
+25
*
llvm-build: Add "--write-library-table" option for generating the C++ library
Daniel Dunbar
2011-11-03
2
-4
/
+114
[next]