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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The Driver does not set the +strict-align flag when targeting
Alexandros Lamprineas
2015-10-05
1
-1
/
+2
*
[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
6
-254
/
+25
*
Re-commit "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-05
6
-25
/
+254
*
Add -f[no-]declspec to control recognition of __declspec as a keyword
Saleem Abdulrasool
2015-10-04
1
-0
/
+7
*
Driver: follow WoA ABI recommendations
Saleem Abdulrasool
2015-10-03
1
-0
/
+4
*
[Myriad]: Accept '-nostdlib' option
Douglas Katzman
2015-10-02
1
-17
/
+23
*
[DarwinDriver] Reapply: Use -lto_library to specify the path for libLTO.dylib
Bruno Cardoso Lopes
2015-10-02
1
-9
/
+28
*
Revert "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-02
6
-254
/
+25
*
Fix bogus comment.
Douglas Katzman
2015-10-02
1
-1
/
+1
*
Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-02
6
-25
/
+254
*
Allow a ToolChain to compute the path of a compiler-rt's component.
Vasileios Kalintiris
2015-10-01
3
-57
/
+44
*
Revert "[DarwinDriver] Use -lto_library to specify the path for libLTO.dylib"
Bruno Cardoso Lopes
2015-09-30
1
-28
/
+9
*
[DarwinDriver] Use -lto_library to specify the path for libLTO.dylib
Bruno Cardoso Lopes
2015-09-30
1
-9
/
+28
*
Alias "-ggdbN" to "-gN" options, fixing some incompatibilities.
Douglas Katzman
2015-09-30
1
-4
/
+2
*
Driver: support ARM/HF on a single toolchain
Saleem Abdulrasool
2015-09-26
3
-22
/
+37
*
The Clang gcc-compatible driver (clang/tools/driver/driver.cpp) has some
Eric Christopher
2015-09-25
1
-0
/
+94
*
Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...
Greg Bedwell
2015-09-25
5
-456
/
+7
*
This patch adds missing pieces to clang, including the PS4 toolchain
Ekaterina Romanova
2015-09-24
5
-7
/
+456
*
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
3
-10
/
+10
*
[Driver] Don't implicitly copy std::strings in for-range loop.
Benjamin Kramer
2015-09-24
1
-1
/
+1
*
[mips] Relax -mnan=2008 acceptance to permit MIPS32R2 and MIPS64R2.
Daniel Sanders
2015-09-24
1
-2
/
+5
*
[ARM] Follow-up to fix crash "-target arm -mcpu=generic", without "-march="
Vladimir Sukharev
2015-09-24
1
-1
/
+1
*
[ARM] Follow-up to fix crash "-target arm -mcpu=generic", without "-march="
Vladimir Sukharev
2015-09-24
1
-3
/
+3
*
[Driver] Add support for Windows 10 SDK
Igor Kudrin
2015-09-24
2
-68
/
+102
*
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
2
-1
/
+77
*
Support linking against OpenMP runtime on NetBSD.
Joerg Sonnenberger
2015-09-23
1
-0
/
+1
*
Push OpenMP linker flags after linker input on Darwin. Don't add any
Joerg Sonnenberger
2015-09-23
1
-2
/
+4
*
Reverted r248408 "[CUDA] Added CUDA installation detector class."
Artem Belevich
2015-09-23
2
-77
/
+1
*
[CUDA] Added CUDA installation detector class.
Artem Belevich
2015-09-23
2
-1
/
+77
*
Refactor library decision for -fopenmp support from Darwin into a
Joerg Sonnenberger
2015-09-23
1
-17
/
+23
*
Add -fplugin=name.so option to the driver
John Brawn
2015-09-23
1
-0
/
+7
*
[ARM] Fix crash "-target arm -mcpu=generic", without "-march="
Vladimir Sukharev
2015-09-23
3
-12
/
+18
*
Augmented CudaHostAction to carry device-side triple.
Artem Belevich
2015-09-22
2
-10
/
+11
*
[CUDA] Fixes minor cuda-related issues in the driver
Artem Belevich
2015-09-22
1
-13
/
+20
*
[mips] Added support for using the command line options -Wa,-msoft-float and ...
Daniel Sanders
2015-09-22
1
-0
/
+6
*
Don't pass StringRefs around by const reference. Pass by value instead per co...
Craig Topper
2015-09-21
1
-1
/
+1
*
Convert two loops to range-based loops. No behavior change.
Nico Weber
2015-09-19
1
-5
/
+3
*
Driver: alter the getARMFloatABI signature
Saleem Abdulrasool
2015-09-19
3
-25
/
+23
*
Driver: tweak ARM target feature calculation
Saleem Abdulrasool
2015-09-19
2
-11
/
+8
*
Driver: avoid unnecessary string ops
Saleem Abdulrasool
2015-09-19
2
-24
/
+35
*
clang-cl: Use 'pc' for the vendor field in the default triple
Hans Wennborg
2015-09-18
1
-0
/
+1
*
Use None instead of an explicit constructor.
Douglas Katzman
2015-09-18
2
-3
/
+2
*
Driver: avoid unnecessary string based operations
Saleem Abdulrasool
2015-09-18
3
-61
/
+71
*
[Myriad]: add "<sysroot>/include" to standard search path
Douglas Katzman
2015-09-17
2
-0
/
+9
*
Try to unbreak windows compiler after r247926.
Douglas Katzman
2015-09-17
1
-1
/
+2
*
[Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.
Douglas Katzman
2015-09-17
5
-39
/
+162
[next]