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
*
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
*
Allow case-insensitive values for -march for ARM in line with GCC.
Gabor Ballabas
2015-06-11
1
-6
/
+7
*
[mips] Pass on -m{single,double}-float to GAS.
Toma Tabacu
2015-06-11
1
-0
/
+3
*
Pass down the -flto option to the -cc1 job, and from there into the
Teresa Johnson
2015-06-10
1
-0
/
+4
*
range-for'ify Args->filtered_begin(...) loops
Sean Silva
2015-06-09
1
-54
/
+31
*
[Driver] Inject the MSVC compatibility version into the triple
David Majnemer
2015-06-08
1
-30
/
+50
*
[ARM] Use TargetParser to determine FPU subtarget features
John Brawn
2015-06-05
1
-74
/
+2
*
Simplify ARMTargetParser::parseArch(ARMTargetParser::getCanonical()), followi...
Artyom Skrobov
2015-06-04
1
-7
/
+3
*
Allow case-insensitive values for -mcpu for ARM
Gabor Ballabas
2015-06-04
1
-5
/
+5
*
Use the appropriate PIE level for OpenBSD/sparc.
Brad Smith
2015-06-04
1
-1
/
+1
*
Save getArch() in a local var instead of calling it 20 times, etc.
Douglas Katzman
2015-06-04
1
-80
/
+74
*
Revert "add the -mrecip driver flag and process its options (2nd try)"
Rafael Espindola
2015-06-03
1
-134
/
+0
*
add the -mrecip driver flag and process its options (2nd try)
Sanjay Patel
2015-06-02
1
-0
/
+134
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
[ARM] Adjust -march checking
John Brawn
2015-05-29
1
-4
/
+5
*
[omp] Fix a typo in a comment and a line I forgot to clang-format that
Chandler Carruth
2015-05-28
1
-2
/
+3
*
[ARMTargetParser] FIXME on getLLVMArchSuffixForARM. NFC
Renato Golin
2015-05-28
1
-33
/
+7
*
[omp] Re-work Clang's handling of -fopenmp and undo r237769.
Chandler Carruth
2015-05-28
1
-53
/
+94
*
[Driver] Unbreak hexagon build bots
David Majnemer
2015-05-23
1
-1
/
+1
*
[Driver] Handle -fno-signed-char and -fno-unsigned-char
David Majnemer
2015-05-23
1
-2
/
+9
*
This reverts commit r238064 and r238055.
Rafael Espindola
2015-05-23
1
-134
/
+0
*
add the -mrecip driver flag and process its options
Sanjay Patel
2015-05-22
1
-0
/
+134
*
Make unique section names the default again.
Rafael Espindola
2015-05-22
1
-6
/
+3
*
Use profile and version parsers from ARMTargetParser
Renato Golin
2015-05-22
1
-32
/
+5
*
[ARM] Restructure cpu handling in the driver to mostly use the triple
John Brawn
2015-05-21
1
-44
/
+92
*
[OpenMP] Make default OpenMP library (the one selected with just -fopenmp)
Richard Smith
2015-05-20
1
-41
/
+52
*
[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)
Alexey Bataev
2015-05-20
1
-10
/
+16
*
[clang-cl] Enable C++14 when targeting 2015 compatibility
David Majnemer
2015-05-18
1
-2
/
+11
[next]