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
/
clang
/
lib
/
Driver
/
ToolChain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable memtag sanitizer in all AArch64 toolchains
Momchil Velikov
2019-08-13
1
-0
/
+3
*
[Driver] Introduce -stdlib++-isystem
Shoaib Meenai
2019-08-06
1
-0
/
+10
*
[Driver] -noprofilelib flag
Petr Hosek
2019-07-11
1
-0
/
+3
*
[Driver] Add float-divide-by-zero back to supported sanitizers after D63793/r...
Fangrui Song
2019-07-10
1
-0
/
+1
*
[Driver] Change layout of per-target runtimes to resemble multiarch
Petr Hosek
2019-05-27
1
-2
/
+2
*
[Driver] Update handling of c++ and runtime directories
Petr Hosek
2019-05-26
1
-24
/
+41
*
[Driver] Try normalized triple when looking for C++ libraries
Petr Hosek
2019-05-23
1
-0
/
+5
*
[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...
Petr Hosek
2019-05-22
1
-0
/
+7
*
[OpenMP][Clang] Support for target math functions
Gheorghe-Teodor Bercea
2019-05-08
1
-1
/
+1
*
[Driver] Default Android toolchains to noexecstack.
Dan Albert
2019-03-28
1
-0
/
+4
*
Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib= [take 2]
Sterling Augustine
2019-03-19
1
-0
/
+27
*
[Driver] Support object files in addition to static and shared libraries in c...
Petr Hosek
2019-03-12
1
-8
/
+19
*
Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"
Matthew Voss
2019-03-08
1
-5
/
+0
*
[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/
Petr Hosek
2019-03-08
1
-0
/
+5
*
Order File Instrumentation: add clang support for -forder-file-instrumentation
Manman Ren
2019-03-04
1
-1
/
+2
*
[PGO] Clang part of change for context-sensitive PGO (part1)
Rong Xu
2019-03-04
1
-0
/
+2
*
[Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...
Pierre Gousseau
2019-03-01
1
-7
/
+9
*
revert r354873 as this breaks lldb builds.
Pierre Gousseau
2019-02-26
1
-9
/
+7
*
[Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...
Pierre Gousseau
2019-02-26
1
-7
/
+9
*
Rollback unwindlib patch.
Sterling Augustine
2019-01-29
1
-27
/
+0
*
Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib=
Sterling Augustine
2019-01-28
1
-0
/
+27
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[gcov/Darwin] Ensure external symbols are exported when using an export list
Vedant Kumar
2018-12-03
1
-4
/
+8
*
Revert "Reapply: [Driver] Use forward slashes in most linker arguments"
Martin Storsjo
2018-10-26
1
-11
/
+8
*
Reapply: [Driver] Use forward slashes in most linker arguments
Martin Storsjo
2018-10-26
1
-8
/
+11
*
Revert "[Driver] Use forward slashes in most linker arguments"
Martin Storsjo
2018-10-23
1
-9
/
+7
*
[Driver] Use forward slashes in most linker arguments
Martin Storsjo
2018-10-23
1
-7
/
+9
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-2
/
+4
*
[MinGW] Allow using ASan
Martin Storsjo
2018-10-01
1
-1
/
+3
*
[modules] Driver support for precompiling a collection of files as a single
Richard Smith
2018-09-15
1
-0
/
+1
*
[Driver] Check normalized triples for multiarch runtime path
Petr Hosek
2018-08-22
1
-7
/
+17
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang part
Roman Lebedev
2018-07-30
1
-2
/
+2
*
Support for multiarch runtimes layout
Petr Hosek
2018-06-28
1
-2
/
+15
*
Move VersionTuple from clang/Basic to llvm/Support
Pavel Labath
2018-06-11
1
-2
/
+2
*
[Driver] Stop passing -fseh-exceptions for x86_64-windows-msvc
Shoaib Meenai
2018-06-06
1
-2
/
+0
*
Do not enable RTTI with -fexceptions, for PS4
Sunil Srivastava
2018-05-18
1
-16
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-3
/
+3
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
1
-1
/
+1
*
AArch64: Implement support for the shadowcallstack attribute.
Peter Collingbourne
2018-04-04
1
-1
/
+2
*
Add the -fsanitize=shadow-call-stack flag
Vlad Tsyrklevich
2018-04-03
1
-0
/
+2
*
[Driver] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2018-03-20
1
-18
/
+32
*
Better OpenBSD frontend support
Kamil Rytarowski
2018-03-03
1
-0
/
+2
*
Handle the NetBSD case in ToolChain::getOSLibName()
Kamil Rytarowski
2018-02-27
1
-0
/
+2
*
[Driver] Allow using a canonical form of '-fuse-ld=' when cross-compiling on ...
Igor Kudrin
2018-02-27
1
-2
/
+2
*
[Sanitizers] Basic Solaris sanitizer support (PR 33274)
Alex Shlyapnikov
2018-02-05
1
-4
/
+13
*
[driver] Set the 'simulator' environment for Darwin when compiling for
Alex Lorenz
2017-12-07
1
-0
/
+6
*
Toolchain: Normalize dwarf, sjlj and seh eh
Martell Malone
2017-11-29
1
-0
/
+9
*
Revert "Toolchain: Normalize dwarf, sjlj and seh eh"
Martell Malone
2017-11-29
1
-9
/
+0
[next]