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
/
Tools.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU] Switch linker to amdphdrs + update test
Konstantin Zhuravlyov
2016-03-29
1
-1
/
+1
*
[lanai] Add Lanai backend to clang driver.
Jacques Pienaar
2016-03-28
1
-0
/
+2
*
[clang-cl] /EHc should not effect functions with explicit exception specifica...
David Majnemer
2016-02-29
1
-1
/
+1
*
Move DebugInfoKind enum from Driver to Basic. NFC
Paul Robinson
2016-02-05
1
-1
/
+1
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
1
-2
/
+2
*
[CUDA] Invoke ptxas and fatbinary during compilation.
Justin Lebar
2016-01-14
1
-0
/
+35
*
Driver: Use the new ELF lld linker for AMDGPU
Tom Stellard
2016-01-08
1
-1
/
+1
*
[WebAssembly] Enable -fvisibility=hidden by default.
Dan Gohman
2016-01-07
1
-0
/
+2
*
Change the set of actions built for external gcc tools.
Eric Christopher
2016-01-06
1
-0
/
+4
*
[WebAssembly] Initial linking support.
Dan Gohman
2015-12-16
1
-0
/
+15
*
[Power PC] add soft float support for ppc32
Petar Jovanovic
2015-12-14
1
-0
/
+10
*
[CUDA] added include paths for both sides of CUDA compilation.
Artem Belevich
2015-11-17
1
-1
/
+2
*
Derive nacltools::Linker from GnuTool to get response file support
Derek Schuff
2015-11-16
1
-2
/
+2
*
Re-recommit: Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-11-12
1
-0
/
+2
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-24
/
+32
*
Revert "[mips] Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-30
1
-2
/
+0
*
[mips] Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-29
1
-0
/
+2
*
Bring back r250262: PS4 toolchain
Filipe Cabecinhas
2015-10-14
1
-0
/
+30
*
Revert-to-green r250262 (PS4 toolchain patch)
Sean Silva
2015-10-14
1
-30
/
+0
*
I took care of the build problem in the commit 250252.
Ekaterina Romanova
2015-10-14
1
-0
/
+30
*
reverting my patch, cause build problems
Ekaterina Romanova
2015-10-14
1
-30
/
+0
*
This patch adds missing pieces to clang, including the PS4 toolchain
Ekaterina Romanova
2015-10-13
1
-0
/
+30
*
Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman
2015-10-08
1
-1
/
+4
*
Remove support for the mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-05
1
-2
/
+0
*
Re-commit "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-05
1
-0
/
+2
*
Revert "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-02
1
-2
/
+0
*
Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-02
1
-0
/
+2
*
Driver: support ARM/HF on a single toolchain
Saleem Abdulrasool
2015-09-26
1
-2
/
+3
*
Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...
Greg Bedwell
2015-09-25
1
-30
/
+0
*
This patch adds missing pieces to clang, including the PS4 toolchain
Ekaterina Romanova
2015-09-24
1
-0
/
+30
*
[ARM] Fix crash "-target arm -mcpu=generic", without "-march="
Vladimir Sukharev
2015-09-23
1
-1
/
+2
*
Driver: alter the getARMFloatABI signature
Saleem Abdulrasool
2015-09-19
1
-2
/
+1
*
Driver: tweak ARM target feature calculation
Saleem Abdulrasool
2015-09-19
1
-1
/
+2
*
Driver: avoid unnecessary string ops
Saleem Abdulrasool
2015-09-19
1
-2
/
+10
*
Driver: avoid unnecessary string based operations
Saleem Abdulrasool
2015-09-18
1
-2
/
+9
*
[Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.
Douglas Katzman
2015-09-17
1
-0
/
+17
*
Update for several APIs in LLVM that now use StringRefs rather than
Chandler Carruth
2015-08-30
1
-3
/
+2
*
[ARM] Changes to Arch/CPU handling to help with -Wa,-mfpu etc. (nfc)
Renato Golin
2015-07-27
1
-4
/
+4
*
Driver: Add AMDGPU toolchain
Tom Stellard
2015-07-18
1
-0
/
+15
*
Run clang-format on Tools.h, the indentation is inconsistent
Reid Kleckner
2015-07-15
1
-392
/
+378
*
Support mingw-w64 and mingw.org toolchains at any install location.
Yaron Keren
2015-07-02
1
-0
/
+31
*
Driver: add support for linking the UBSan runtime library on Windows.
Peter Collingbourne
2015-07-02
1
-0
/
+3
*
[Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY.
Benjamin Kramer
2015-06-23
1
-1
/
+1
*
Pedantically rename all Tool subclasses to be nouns, not verbs. NFC
Douglas Katzman
2015-06-23
1
-231
/
+231
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-6
/
+6
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-6
/
+6
*
Add nominal support for 'shave' target.
Douglas Katzman
2015-06-19
1
-0
/
+27
*
[mips] Don't propagate -mfpxx by default if soft/single float were also set.
Toma Tabacu
2015-06-16
1
-1
/
+3
*
Allow case-insensitive values for -march for ARM in line with GCC.
Gabor Ballabas
2015-06-11
1
-2
/
+2
*
[Driver] Inject the MSVC compatibility version into the triple
David Majnemer
2015-06-08
1
-0
/
+5
[next]