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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ARM] Pass subtarget feature "+reserve-r9" instead of passing backend
Akira Hatanaka
2015-07-21
1
-7
/
+6
*
Revert r242736.
Akira Hatanaka
2015-07-20
1
-6
/
+7
*
[ARM] Pass subtarget feature "+reserve-r9" instead of passing backend
Akira Hatanaka
2015-07-20
1
-7
/
+6
*
Fixed style issues pointed out by Justin Bogner.
Artem Belevich
2015-07-20
1
-4
/
+2
*
Allow case-insensitive values for -mtune for AArch64 target in line with GCC.
Gabor Ballabas
2015-07-20
1
-4
/
+5
*
Driver/ToolChain/AMDGPU: Attempt to fix buildbots after r242601
Tom Stellard
2015-07-18
1
-1
/
+1
*
Driver: Add AMDGPU toolchain
Tom Stellard
2015-07-18
1
-0
/
+20
*
Fix -save-temp when using objc-arc, sanitizer and profiling
Steven Wu
2015-07-17
1
-7
/
+4
*
[Mips] Set mips64r6 as default CPU for MIPS64 Android
Petar Jovanovic
2015-07-17
1
-0
/
+4
*
Driver: Determine file names for crash reports more reliably
Justin Bogner
2015-07-17
1
-47
/
+48
*
[ARM] Pass subtarget feature "+no-movt" instead of passing backend option
Akira Hatanaka
2015-07-16
1
-4
/
+4
*
[clang-cl] Disable C++ exceptions a different way
Reid Kleckner
2015-07-14
1
-7
/
+3
*
Add support for -fuse-ld= in the mingw toolchain driver.
Yaron Keren
2015-07-14
1
-2
/
+10
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-8
/
+28
*
[OpenMP] Add TLS-based implementation for threadprivate directive.
Samuel Antao
2015-07-13
1
-0
/
+10
*
This reverts commit r242058, r242065, r242067.
Rafael Espindola
2015-07-13
1
-28
/
+8
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-8
/
+28
*
Disable C++ EH by default for clang-cl and MSVC environments
Reid Kleckner
2015-07-10
1
-16
/
+21
*
Refactor PPC ABI handling to accept and silently ignore -mabi=altivec.
Eric Christopher
2015-07-10
1
-3
/
+8
*
Factor PGO and coverage flag processing out of Clang::ConstructJob
Diego Novillo
2015-07-10
1
-78
/
+85
*
Re-use a single SmallString instance to reduce the stack frame size
Daniel Jasper
2015-07-10
1
-19
/
+18
*
Add GCC-compatible flags -fprofile-generate and -fprofile-use.
Diego Novillo
2015-07-09
1
-17
/
+40
*
[MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
2015-07-08
1
-0
/
+16
*
Add a comment to explain how the decision to pass feature "+long-calls" is made.
Akira Hatanaka
2015-07-07
1
-0
/
+3
*
[ARM] Pass subtarget feature "+long-calls" instead of passing backend option
Akira Hatanaka
2015-07-07
1
-16
/
+10
*
Support -pthread in mingw toolchain.
Yaron Keren
2015-07-06
1
-4
/
+2
*
Resubmit "Pass down the -flto option to the -cc1 job" (r239481)
Teresa Johnson
2015-07-06
1
-0
/
+4
*
Support mingw-w64 and mingw.org toolchains at any install location.
Yaron Keren
2015-07-02
1
-0
/
+206
*
Make getArchNameForCompilerRTLib return the right thing on 32-bit Windows. Fi...
Peter Collingbourne
2015-07-02
1
-0
/
+4
*
Driver: add support for linking the UBSan runtime library on Windows.
Peter Collingbourne
2015-07-02
1
-7
/
+3
*
[clang-cl] Use /arch: to set the base target CPU
Reid Kleckner
2015-06-30
1
-0
/
+22
*
More range-based for loops. NFC
Douglas Katzman
2015-06-29
1
-7
/
+5
*
Comment fixes. NFC.
Douglas Katzman
2015-06-29
1
-2
/
+2
*
clang-format some of the files in lib/Driver. NFC
Douglas Katzman
2015-06-26
1
-715
/
+638
*
Use more range-based for loops
Douglas Katzman
2015-06-25
1
-6
/
+5
*
Pedantically rename all Tool subclasses to be nouns, not verbs. NFC
Douglas Katzman
2015-06-23
1
-173
/
+166
*
Driver: Pass -I options to cc1as for .include search paths.
Jim Grosbach
2015-06-23
1
-0
/
+3
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[CFI] Require -flto instead of implying it.
Alexey Samsonov
2015-06-19
1
-5
/
+4
*
Add nominal support for 'shave' target.
Douglas Katzman
2015-06-19
1
-0
/
+78
*
Allow case-insensitive values for -march for AArch64 target in line with GCC.
Gabor Ballabas
2015-06-18
1
-1
/
+2
*
[mips] Don't propagate -mfpxx by default if soft/single float were also set.
Toma Tabacu
2015-06-16
1
-4
/
+24
*
[modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise for
Richard Smith
2015-06-16
1
-2
/
+2
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
1
-6
/
+6
*
Protection against stack-based memory corruption errors using SafeStack: Clan...
Peter Collingbourne
2015-06-15
1
-1
/
+17
*
[Sparc] Make soft-float emit an error.
James Y Knight
2015-06-15
1
-39
/
+13
*
Allow case-insensitive values for -mcpu for AArch64 target in line with GCC.
Gabor Ballabas
2015-06-12
1
-3
/
+5
*
Revert commit r239481 as it is dependent on reverted llvm commit r239480.
Teresa Johnson
2015-06-12
1
-4
/
+0
*
add the -mrecip driver flag and process its options (3rd try)
Sanjay Patel
2015-06-11
1
-0
/
+133
[prev]
[next]