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
...
*
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
*
Eliminate "enumeration value not handled in switch" warnings
Douglas Katzman
2015-06-23
1
-0
/
+2
*
Change some if/else chains to 'switch' statements. NFC
Douglas Katzman
2015-06-23
1
-24
/
+46
*
Add comment about the importance of being adjacent. NFC
Douglas Katzman
2015-06-22
1
-0
/
+3
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-19
1
-20
/
+56
*
Add nominal support for 'shave' target.
Douglas Katzman
2015-06-19
1
-0
/
+43
*
[Driver] Compute MacOS/iOS version from triple if/when we actually need it. NFC.
Alexey Samsonov
2015-06-18
1
-24
/
+19
*
[Driver] Remove unused class member. NFC.
Alexey Samsonov
2015-06-18
1
-6
/
+0
*
[Driver] Simplify code choosing between MacOS and iOS platforms. NFC.
Alexey Samsonov
2015-06-18
1
-12
/
+10
*
Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...
Alexey Samsonov
2015-06-17
1
-55
/
+20
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-17
1
-20
/
+55
*
Remove duplicated alteration to getProgramPaths().
Douglas Katzman
2015-06-16
1
-4
/
+0
*
[bpf] add support for BPF backend
Alexei Starovoitov
2015-06-10
1
-0
/
+2
*
range-for'ify Args->filtered_begin(...) loops
Sean Silva
2015-06-09
1
-8
/
+3
*
[SPARC] Add multiarch include paths.
James Y Knight
2015-06-05
1
-0
/
+10
*
[SPARC] Fix multiarch path detection for sparc and sparcv9.
James Y Knight
2015-06-04
1
-0
/
+8
*
Remove extraneous qualifiers due to "using namespace". NFC
Douglas Katzman
2015-06-04
1
-9
/
+9
*
Change big 'if' statement into a switch. NFC
Douglas Katzman
2015-06-03
1
-15
/
+20
*
[ARMTargetParser] FIXME MachO arch names. NFC
Renato Golin
2015-05-28
1
-21
/
+26
*
Factor out SmallDataThreshold
Ikhlas Ajbar
2015-05-14
1
-0
/
+24
*
Driver: Fix a -Wshadow issue from r237091
Justin Bogner
2015-05-12
1
-1
/
+1
*
Re-apply "Driver: Make profiling flags work with -nostdlib on Darwin"
Justin Bogner
2015-05-12
1
-14
/
+20
*
Revert "Driver: Make profiling flags work with -nostdlib on Darwin"
Justin Bogner
2015-05-12
1
-20
/
+14
*
Driver: Make profiling flags work with -nostdlib on Darwin
Justin Bogner
2015-05-12
1
-14
/
+20
*
[Sparc] Add support for 'sparcel' to clang.
Douglas Katzman
2015-05-11
1
-0
/
+1
*
Using ARMTargetParser in Clang
Renato Golin
2015-05-08
1
-0
/
+2
*
Revert "Allow case-insensitive values for -mcpu for ARM and AArch64"
Renato Golin
2015-05-08
1
-1
/
+1
*
Allow case-insensitive values for -mcpu for ARM and AArch64
Renato Golin
2015-05-08
1
-1
/
+1
[prev]
[next]