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
*
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
*
uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselists
Duncan P. N. Exon Smith
2015-04-15
1
-4
/
+2
*
IR: Change clang to set -preserve-bc-uselistorder
Duncan P. N. Exon Smith
2015-04-14
1
-0
/
+9
*
[Mips] Generate warning for invalid '-mnan' and '-march' combinations
Petar Jovanovic
2015-04-14
1
-5
/
+35
*
[Driver] Properly support -mglobal-merge using explicit options.
Ahmed Bougacha
2015-04-11
1
-6
/
+10
*
NaCl ARM: fix assembler float abi flags
Derek Schuff
2015-04-10
1
-1
/
+2
*
Process the -freciprocal-math optimization flag (PR20912)
Sanjay Patel
2015-04-09
1
-0
/
+3
*
[ARM] add support for Cortex-R4/R4F
Javed Absar
2015-04-09
1
-1
/
+1
*
This reverts commit r234104, bringing back 233393 now that ARM is fixed.
Rafael Espindola
2015-04-06
1
-3
/
+6
*
Revert "Revert "Revert "Don't use unique section names by default if using th...
Rafael Espindola
2015-04-04
1
-6
/
+3
*
Revert "Revert "Don't use unique section names by default if using the integr...
Rafael Espindola
2015-04-04
1
-3
/
+6
*
Complete comment. Reflow conditional.
Eric Christopher
2015-04-04
1
-3
/
+2
*
[UBSan] Embed UBSan into ASan runtime (Clang part).
Alexey Samsonov
2015-04-01
1
-11
/
+3
*
[SystemZ] Support transactional execution on zEC12
Ulrich Weigand
2015-04-01
1
-0
/
+15
*
[X86] Use getHostCPUFeatures when 'native' is specified for cpu.
Craig Topper
2015-03-31
1
-0
/
+11
*
Add driver support for Native Client SDK
Derek Schuff
2015-03-30
1
-0
/
+166
*
Revert "Don't use unique section names by default if using the integrated as."
Rafael Espindola
2015-03-27
1
-6
/
+3
*
Don't use unique section names by default if using the integrated as.
Rafael Espindola
2015-03-27
1
-3
/
+6
*
Enable -ffunction-sections and -fdata-sections for CloudABI by default.
Ed Schouten
2015-03-26
1
-2
/
+5
*
Let Clang invoke CloudABI's linker.
Ed Schouten
2015-03-26
1
-0
/
+70
*
[UBSan] Introduce "ubsan_standalone" library (Clang part).
Alexey Samsonov
2015-03-23
1
-7
/
+10
[next]