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
/
ToolChains.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips][p5600] Add -mcpu=p5600 option.
Daniel Sanders
2015-10-05
1
-1
/
+1
*
Remove support for the mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-05
1
-162
/
+3
*
Re-commit "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-05
1
-3
/
+162
*
Revert "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-02
1
-162
/
+3
*
Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-02
1
-3
/
+162
*
Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...
Greg Bedwell
2015-09-25
1
-66
/
+0
*
This patch adds missing pieces to clang, including the PS4 toolchain
Ekaterina Romanova
2015-09-24
1
-0
/
+66
*
Enable SafeStack on all Linux platforms.
Evgeniy Stepanov
2015-09-24
1
-1
/
+1
*
Drop useless const in for-range loops.
Benjamin Kramer
2015-09-24
1
-6
/
+6
*
[Driver] Don't implicitly copy std::strings in for-range loop.
Benjamin Kramer
2015-09-24
1
-1
/
+1
*
cuda-path: StringRef cannot be used here.
NAKAMURA Takumi
2015-09-24
1
-1
/
+1
*
[darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures o...
Chris Bieneman
2015-09-23
1
-5
/
+3
*
[CUDA] Added CUDA installation detector class.
Artem Belevich
2015-09-23
1
-1
/
+45
*
Reverted r248408 "[CUDA] Added CUDA installation detector class."
Artem Belevich
2015-09-23
1
-45
/
+1
*
[CUDA] Added CUDA installation detector class.
Artem Belevich
2015-09-23
1
-1
/
+45
*
Driver: alter the getARMFloatABI signature
Saleem Abdulrasool
2015-09-19
1
-4
/
+4
*
Use None instead of an explicit constructor.
Douglas Katzman
2015-09-18
1
-1
/
+1
*
Driver: avoid unnecessary string based operations
Saleem Abdulrasool
2015-09-18
1
-4
/
+4
*
[Myriad]: add "<sysroot>/include" to standard search path
Douglas Katzman
2015-09-17
1
-0
/
+6
*
[Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.
Douglas Katzman
2015-09-17
1
-25
/
+51
*
[sanitizers] Enable memory sanitizer on clang
Adhemerval Zanella
2015-09-16
1
-1
/
+1
*
Driver: Support cfi-icall on all OSs when targeting x86/x86_64.
Peter Collingbourne
2015-09-10
1
-1
/
+0
*
CFI: Introduce -fsanitize=cfi-icall flag.
Peter Collingbourne
2015-09-10
1
-0
/
+1
*
[Solaris] Use the GCC Installation detector to add the C++ include paths.
Rafael Espindola
2015-09-09
1
-0
/
+25
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-0
/
+29
*
[Sparc]: GCCInstallationDetector should not care if little-endian
Douglas Katzman
2015-09-02
1
-1
/
+1
*
Stop hardcoding GCC paths in crt/ld.so lookup.
Rafael Espindola
2015-08-31
1
-9
/
+97
*
Update for API change in LLVM: ARMTargetParser class is just the ARM
Chandler Carruth
2015-08-30
1
-2
/
+2
*
Support Debian s390x multiarch paths
Sylvestre Ledru
2015-08-28
1
-0
/
+9
*
Change Native Client x86 usr include and link path to match SDK expectations
Derek Schuff
2015-08-26
1
-4
/
+13
*
Use GetLinkerPath utility function to find linker for NaCl toolchain
Derek Schuff
2015-08-24
1
-1
/
+1
*
Represent 2 parallel string arrays as one string[][2] array.
Douglas Katzman
2015-08-14
1
-19
/
+19
*
[AArch64] Enable thread sanitizer on clang
Renato Golin
2015-08-05
1
-2
/
+2
*
[sanitizers] Enable dfsan for aarch64
Adhemerval Zanella
2015-07-30
1
-1
/
+4
*
Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFC
Douglas Katzman
2015-07-27
1
-50
/
+54
*
Driver: Add AMDGPU toolchain
Tom Stellard
2015-07-18
1
-0
/
+10
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-0
/
+59
*
This reverts commit r242058, r242065, r242067.
Rafael Espindola
2015-07-13
1
-59
/
+0
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-0
/
+59
*
Add GCC-compatible flags -fprofile-generate and -fprofile-use.
Diego Novillo
2015-07-09
1
-0
/
+1
*
[Driver] semi-annual ubuntu version bump.
Benjamin Kramer
2015-07-09
1
-1
/
+3
*
[MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
2015-07-08
1
-0
/
+14
*
[Driver] x86-64 Windows is always PIC
David Majnemer
2015-06-28
1
-2
/
+6
*
[PPC]: Fix bug in getMultiarchTriple.
Douglas Katzman
2015-06-26
1
-18
/
+22
*
clang-format some of the files in lib/Driver. NFC
Douglas Katzman
2015-06-26
1
-580
/
+489
*
Use more range-based for loops
Douglas Katzman
2015-06-25
1
-40
/
+35
*
Teach Clang about the PPC64 memory sanitizer implementation.
Jay Foad
2015-06-25
1
-1
/
+4
*
Update darwin SDK version parsing to support OSX and simulator
Steven Wu
2015-06-25
1
-8
/
+23
*
[UBSan] Allow to use -fsanitize=vptr only on Mac OS 10.9+
Alexey Samsonov
2015-06-25
1
-5
/
+5
*
Pedantically rename all Tool subclasses to be nouns, not verbs. NFC
Douglas Katzman
2015-06-23
1
-65
/
+40
[next]