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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
make XFAIL, REQUIRES, and UNSUPPORTED support multi-line expressions
Eric Fiselier
2019-01-20
3
-3
/
+44
*
Update structured references to the license to the new license.
Chandler Carruth
2019-01-19
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
100
-404
/
+303
*
[X86] Deduplicate static calling convention helpers for code size, NFC
Reid Kleckner
2019-01-19
1
-11
/
+23
*
Use llvm_canonicalize_cmake_booleans for LLVM_LIBXML2_ENABLED [llvm]
Nico Weber
2019-01-19
3
-4
/
+2
*
[ADT] Add streaming operators for llvm::Optional
Pavel Labath
2019-01-18
1
-1
/
+14
*
gn build: unbreak mac (and maybe win) after r351258, r351277
Nico Weber
2019-01-18
2
-3
/
+9
*
gn build: Merge r351499
Nico Weber
2019-01-18
1
-0
/
+1
*
mac: Correctly disable tools/lto tests when building with LLVM_ENABLE_PIC=OFF
Nico Weber
2019-01-18
1
-1
/
+0
*
llvm build: Merge r351448
Nico Weber
2019-01-17
2
-0
/
+2
*
build_llvm_package.bat: Run more tests
Hans Wennborg
2019-01-17
1
-5
/
+13
*
gn build: Add headers to compiler-rt build files.
Peter Collingbourne
2019-01-16
5
-1
/
+104
*
Revert r351324 "Build LLVM-C.dll by default on windows and enable in release ...
Hans Wennborg
2019-01-16
1
-11
/
+1
*
Build LLVM-C.dll by default on windows and enable in release package
Hans Wennborg
2019-01-16
1
-1
/
+11
*
Bump the trunk version to 9.0.0svn
Hans Wennborg
2019-01-16
1
-2
/
+2
*
Include lldb in Win snapshots again (PR37307)
Hans Wennborg
2019-01-16
1
-7
/
+15
*
gn build: Merge r351283.
Peter Collingbourne
2019-01-16
2
-0
/
+3
*
gn build: Add check-hwasan target.
Peter Collingbourne
2019-01-16
6
-14
/
+231
*
gn build: Add a stage2 host toolchain and make the hwasan runtime buildable o...
Peter Collingbourne
2019-01-15
5
-20
/
+65
*
gn build: Add a resource_dir.gni file.
Peter Collingbourne
2019-01-15
3
-7
/
+8
*
gn build: Move target flags from toolchain to a .gni file.
Peter Collingbourne
2019-01-15
4
-29
/
+54
*
gn build: Add build files for compiler-rt/lib/{hwasan,interception,sanitizer_...
Peter Collingbourne
2019-01-15
6
-1
/
+235
*
gn build: Merge r351216, r351228.
Peter Collingbourne
2019-01-15
2
-0
/
+2
*
[Nios2] Remove Nios2 backend
Craig Topper
2019-01-15
1
-1
/
+0
*
gn build: Don't assume valgrind.h exists on Linux
Hans Wennborg
2019-01-15
1
-6
/
+1
*
gn build: Rename llvm_host_triple to llvm_current_triple and have it use curr...
Peter Collingbourne
2019-01-15
6
-13
/
+29
*
gn build: Make a couple of improvements to the unix toolchain.
Peter Collingbourne
2019-01-15
1
-2
/
+12
*
gn build: Switch to using current_os in lib/Support/BUILD.gn.
Peter Collingbourne
2019-01-15
1
-1
/
+1
*
gn build: Split no-RTTI flag into a config.
Peter Collingbourne
2019-01-15
2
-5
/
+10
*
gn build: Stop defining LLVM_ON_UNIX globally.
Peter Collingbourne
2019-01-15
1
-5
/
+0
*
[lit] llvm-lit.in: specify file encoding to UTF-8
George Karpenkov
2019-01-14
1
-0
/
+1
*
gn build: Unbreak mac build after r350977
Nico Weber
2019-01-14
1
-1
/
+3
*
gn build: Fix path to gn.py in docs
Nico Weber
2019-01-14
2
-3
/
+3
*
gn build: svn propset svn:executable on utils/gn/gn.py
Nico Weber
2019-01-14
1
-0
/
+0
*
gn build: Add gn.py wrapper script that adds --dotfile= and --root= parameters
Nico Weber
2019-01-14
3
-10
/
+50
*
Detect incorrect FileCheck variable CLI definition
Thomas Preud'homme
2019-01-14
1
-4
/
+22
*
Remove TypeBuilder.h, and fix the few locations using it.
James Y Knight
2019-01-13
1
-1
/
+0
*
gn build: Unbreak Windows build
Nico Weber
2019-01-12
2
-3
/
+3
*
gn build: Add a stage2 toolchain for Android.
Peter Collingbourne
2019-01-11
6
-28
/
+96
*
gn build: Create a template for unix toolchains.
Peter Collingbourne
2019-01-11
1
-96
/
+112
*
gn build: Merge r350958.
Peter Collingbourne
2019-01-11
2
-3
/
+13
*
gn build: Create a variable for the host toolchain and start using it in the ...
Peter Collingbourne
2019-01-11
3
-4
/
+5
*
gn build: s/root_out_dir/root_build_dir/g in llvm/utils/gn/build/write_cmake_...
Peter Collingbourne
2019-01-11
1
-2
/
+2
*
gn build: Add a template for calling write_cmake_config.py
Nico Weber
2019-01-10
13
-276
/
+207
*
gn build: Merge r350852
Nico Weber
2019-01-10
2
-3
/
+3
*
gn build: Use "git rev-parse --git-dir" to discover the path to the .git dire...
Peter Collingbourne
2019-01-10
1
-7
/
+8
*
gn build: Merge r350893
Nico Weber
2019-01-10
1
-0
/
+1
*
[lit] Make it possible for the lit test suite to pass with
Dan Liew
2019-01-10
1
-1
/
+1
*
gn build: Merge r350819
Nico Weber
2019-01-10
1
-0
/
+1
*
Fix visualization of intrusive reference counted objects in MSVC.
Aaron Ballman
2019-01-09
1
-3
/
+3
[prev]
[next]