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
...
*
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
*
Remove unused function HasPICArg().
Ikhlas Ajbar
2015-05-14
1
-5
/
+0
*
Factor out SmallDataThreshold
Ikhlas Ajbar
2015-05-14
1
-31
/
+11
*
[ARM] Add v8.1a architecture
Vladimir Sukharev
2015-05-14
1
-10
/
+32
*
Change TargetParser enum names to avoid macro conflicts (clang)
Renato Golin
2015-05-12
1
-14
/
+14
*
Re-apply "Driver: Make profiling flags work with -nostdlib on Darwin"
Justin Bogner
2015-05-12
1
-0
/
+5
*
Revert "Driver: Make profiling flags work with -nostdlib on Darwin"
Justin Bogner
2015-05-12
1
-5
/
+0
*
Driver: Make profiling flags work with -nostdlib on Darwin
Justin Bogner
2015-05-12
1
-0
/
+5
*
[Sparc] Add support for 'sparcel' to clang.
Douglas Katzman
2015-05-11
1
-1
/
+11
*
Factor out Hexagon code to build args.
Ikhlas Ajbar
2015-05-09
1
-8
/
+21
*
Using ARMTargetParser in Clang
Renato Golin
2015-05-08
1
-44
/
+48
*
Revert "Allow case-insensitive values for -mcpu for ARM and AArch64"
Renato Golin
2015-05-08
1
-4
/
+3
*
Allow case-insensitive values for -mcpu for ARM and AArch64
Renato Golin
2015-05-08
1
-3
/
+4
*
[ARM] Give an error on invalid -march values
John Brawn
2015-05-08
1
-1
/
+14
*
[driver] Cosmetic change to use Input instead of Inputs[0].
Artem Belevich
2015-05-06
1
-13
/
+13
*
[SystemZ] Add support for z13 and its vector facility
Ulrich Weigand
2015-05-05
1
-0
/
+8
*
InstrProf: Support for setting profile output from command line
Justin Bogner
2015-04-30
1
-3
/
+9
*
Revert r236060, it caused PR23375.
Nico Weber
2015-04-29
1
-1
/
+23
*
Stop emitting the soft-float and soft-float-abi target features
Eric Christopher
2015-04-28
1
-23
/
+1
*
Introduce tsan_cxx and msan_cxx libraries (Clang part).
Alexey Samsonov
2015-04-27
1
-2
/
+8
*
Revert "PR21000: pass -I options to assembler" as the test was failing on hex...
Artem Belevich
2015-04-27
1
-4
/
+0
*
PR21000: pass -I options to assembler
Artem Belevich
2015-04-27
1
-0
/
+4
*
Support generating NMake/Jom-style depfiles.
Paul Robinson
2015-04-27
1
-0
/
+1
*
[AArch64] Add v8.1a architecture
Vladimir Sukharev
2015-04-16
1
-1
/
+10
[prev]
[next]