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
*
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
*
Toolchain: Normalize dwarf, sjlj and seh eh
Martell Malone
2017-11-29
1
-0
/
+9
*
[Driver] Make the use of relax relocations a per target option
Petr Hosek
2017-11-22
1
-0
/
+4
*
[OpenMP] Consistently use cubin extension for nvlink
Jonas Hahnfeld
2017-11-21
1
-0
/
+4
*
[ARM] For assembler files recognize -Xassembler or -Wa, -mthumb
Peter Smith
2017-11-20
1
-5
/
+24
*
[WebAssembly] Add crt1.o with calling lld
Sam Clegg
2017-10-27
1
-8
/
+6
*
[WebAssembly] Include libclang_rt.builtins in the standard way
Sam Clegg
2017-10-27
1
-1
/
+7
*
Driver: use ld64.lld when -fuse-ld=lld for darwin
Martell Malone
2017-10-15
1
-1
/
+5
*
[OpenMP] Fix passing of -m arguments correctly
Jonas Hahnfeld
2017-10-04
1
-61
/
+55
*
[OpenMP] Fix passing of -m arguments to device toolchain
Jonas Hahnfeld
2017-09-27
1
-6
/
+9
*
[OpenMP] Fix memory leak when translating arguments
Jonas Hahnfeld
2017-09-27
1
-3
/
+5
*
Fix validation of the -mthread-model flag in the Clang driver
Jonathan Roelofs
2017-09-07
1
-5
/
+0
*
Restore clang_rt library name on i686-android.
Evgeniy Stepanov
2017-08-29
1
-0
/
+4
*
Use class to pass information about executable name
Serge Pavlov
2017-08-29
1
-19
/
+22
*
Reland r311836 - [Driver] Use arch type to find compiler-rt libraries (on Linux)
Michal Gorny
2017-08-28
1
-4
/
+1
*
Revert r311836 - [Driver] Use arch type to find compiler-rt libraries (on Linux)
Michal Gorny
2017-08-27
1
-1
/
+4
*
[Driver] Use arch type to find compiler-rt libraries (on Linux)
Michal Gorny
2017-08-26
1
-4
/
+1
*
Fix memory leak in ToolChain::TranslateOpenMPTargetArgs
Jonas Hahnfeld
2017-08-14
1
-1
/
+5
*
[Driver] Search compiler-rt paths in -print-file-name=
Petr Hosek
2017-08-10
1
-3
/
+8
*
[OpenMP] Fix bug regarding cubin integration into host binary
Gheorghe-Teodor Bercea
2017-08-09
1
-1
/
+3
*
[OpenMP] Add flag for specifying the target device architecture for OpenMP de...
Gheorghe-Teodor Bercea
2017-08-07
1
-0
/
+62
*
[Driver] Error if ARM mode was selected explicitly for M-profile CPUs.
Florian Hahn
2017-08-04
1
-0
/
+12
*
[Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.
Akira Hatanaka
2017-08-03
1
-1
/
+1
*
Update to use enum classes for various ARM *Kind enums
Florian Hahn
2017-07-27
1
-1
/
+1
*
Introduce -nostdlib++ flag to disable linking the C++ standard library.
Nico Weber
2017-07-25
1
-0
/
+8
*
[OpenMP] Extend CLANG target options with device offloading kind.
Gheorghe-Teodor Bercea
2017-07-06
1
-3
/
+3
*
[XRay] Add -fxray-{always,never}-instrument= flags to clang
Dean Michael Berris
2017-03-30
1
-0
/
+7
*
[ubsan] Add a nullability sanitizer
Vedant Kumar
2017-03-14
1
-1
/
+2
*
[Driver] Consolidate tools and toolchains by target platform. (NFC)
David L. Jones
2017-03-08
1
-1
/
+3
*
Add arch-specific directory to search path
Pirama Arumuga Nainar
2017-03-03
1
-0
/
+13
*
[Driver] Allow setting the default linker during build
Petr Hosek
2016-12-14
1
-24
/
+22
*
[Driver] Simplify ToolChain::GetCXXStdlibType (NFC)
Jonas Hahnfeld
2016-12-12
1
-34
/
+13
*
Refactor how the MSVC toolchain searches for a compatibility version.
David L. Jones
2016-12-07
1
-0
/
+54
[next]