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
*
Driver: use StringRef instead of raw pointer in lookupTypeForExtension() (NFC)
Mehdi Amini
2016-10-07
1
-1
/
+1
*
Revert "Driver: use the canonical static library naming"
Saleem Abdulrasool
2016-08-31
1
-3
/
+3
*
Driver: use the canonical static library naming
Saleem Abdulrasool
2016-08-30
1
-3
/
+3
*
[Driver] Enable CFI for WebAssembly
Derek Schuff
2016-08-08
1
-1
/
+3
*
Retry: [Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar
2016-07-27
1
-1
/
+2
*
Revert "[Driver] Compute effective target triples once per job (NFCI)"
Vedant Kumar
2016-07-27
1
-30
/
+22
*
[ARM] Pass thumb as architecture to the underlying tools, when targeting windows
Renato Golin
2016-07-27
1
-1
/
+3
*
Support setting default value for -rtlib at build time
Jonas Hahnfeld
2016-07-27
1
-9
/
+13
*
Update description for CLANG_DEFAULT_CXX_STDLIB and add comment. NFC
Jonas Hahnfeld
2016-07-25
1
-0
/
+2
*
[Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar
2016-07-18
1
-22
/
+30
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-3
/
+3
*
[CUDA][OpenMP] Create generic offload action
Samuel Antao
2016-07-15
1
-2
/
+1
*
Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy
2016-06-16
1
-0
/
+3
*
Make FreeBSD and NetBSD use CLANG_DEFAULT_CXX_STDLIB
Jonas Hahnfeld
2016-03-14
1
-3
/
+10
*
Accept absolute paths in the -fuse-ld option.
Peter Zotov
2016-03-09
1
-13
/
+20
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-1
/
+0
*
[CMake] Add option to switch default C++ stdlib
Jonas Hahnfeld
2016-02-12
1
-9
/
+26
*
Driver: protect from empty -L args
Martell Malone
2015-11-26
1
-1
/
+2
*
Driver: Defer computation of linker path until it is needed.
Peter Collingbourne
2015-11-20
1
-1
/
+1
*
[CUDA] added include paths for both sides of CUDA compilation.
Artem Belevich
2015-11-17
1
-0
/
+3
*
Add trivial utility to append -L arguments to linker step. NFC
Douglas Katzman
2015-11-17
1
-0
/
+6
*
Re-recommit: Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-11-12
1
-1
/
+0
*
[ARM] Clang gives unintended warning message for 'mthumb' + M-profiles:
Alexandros Lamprineas
2015-11-05
1
-3
/
+2
*
Revert "[mips] Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-30
1
-0
/
+1
*
[mips] Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-29
1
-1
/
+0
*
When running clang with an arm triple such as '--target=thumbv7m-none-eabi'
Alexandros Lamprineas
2015-10-28
1
-6
/
+8
*
clang driver toolchain refactoring
Xinliang David Li
2015-10-22
1
-4
/
+30
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+1
*
Use Triple.isAndroid() where possible.
Evgeniy Stepanov
2015-10-08
1
-2
/
+1
*
[VFS] Port driver tool chains to VFS.
Benjamin Kramer
2015-10-07
1
-3
/
+1
*
Remove support for the mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-05
1
-0
/
+1
*
Re-commit "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-05
1
-1
/
+0
*
Revert "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-02
1
-0
/
+1
*
Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-02
1
-1
/
+0
*
Allow a ToolChain to compute the path of a compiler-rt's component.
Vasileios Kalintiris
2015-10-01
1
-1
/
+39
*
The Clang gcc-compatible driver (clang/tools/driver/driver.cpp) has some
Eric Christopher
2015-09-25
1
-0
/
+94
*
[ARM] Fix crash "-target arm -mcpu=generic", without "-march="
Vladimir Sukharev
2015-09-23
1
-2
/
+1
*
Driver: Support cfi-icall on all OSs when targeting x86/x86_64.
Peter Collingbourne
2015-09-10
1
-3
/
+7
*
CFI: Introduce -fsanitize=cfi-icall flag.
Peter Collingbourne
2015-09-10
1
-1
/
+1
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-2
/
+4
*
Update for several APIs in LLVM that now use StringRefs rather than
Chandler Carruth
2015-08-30
1
-3
/
+4
*
Range-forify a loop, delete trailing whitespace. NFC
Douglas Katzman
2015-08-06
1
-6
/
+4
*
[ARM] Changes to Arch/CPU handling to help with -Wa,-mfpu etc. (nfc)
Renato Golin
2015-07-27
1
-3
/
+8
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-0
/
+2
*
This reverts commit r242058, r242065, r242067.
Rafael Espindola
2015-07-13
1
-2
/
+0
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-0
/
+2
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-19
1
-0
/
+9
*
Allow case-insensitive values for -mcpu for ARM
Gabor Ballabas
2015-06-04
1
-1
/
+1
*
[ARM] Add v8.1a architecture
Vladimir Sukharev
2015-05-14
1
-3
/
+6
[next]