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
*
[Driver] Add driver support for Fuchsia
Petr Hosek
2016-10-06
1
-0
/
+15
*
Revert "[Driver] Compute effective target triples once per job (NFCI)"
Vedant Kumar
2016-07-27
1
-54
/
+5
*
[Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar
2016-07-18
1
-5
/
+54
*
Support -masm= flag for x86 assembly targets.
Yunzhong Gao
2016-07-18
1
-0
/
+2
*
[CUDA][OpenMP] Create generic offload action
Samuel Antao
2016-07-15
1
-2
/
+1
*
[mips] Compact branch policy setting.
Simon Dardis
2016-05-27
1
-0
/
+1
*
[Sparc] Add software float option -msoft-float
Jacob Baungard Hansen
2016-05-24
1
-0
/
+10
*
[Mips] Finetuning MIPS32 Android default variants
Petar Jovanovic
2016-05-18
1
-0
/
+1
*
Get default -fms-compatibility-version from cl.exe's version
Adrian McCarthy
2016-05-13
1
-1
/
+2
*
AMDGPU: Use lld as the linker again
Tom Stellard
2016-05-05
1
-1
/
+1
*
[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
[next]