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
*
Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...
Greg Bedwell
2015-09-25
1
-336
/
+7
*
This patch adds missing pieces to clang, including the PS4 toolchain
Ekaterina Romanova
2015-09-24
1
-7
/
+336
*
Drop useless const in for-range loops.
Benjamin Kramer
2015-09-24
1
-2
/
+2
*
[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
*
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
*
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
1
-9
/
+15
*
[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
*
Driver: alter the getARMFloatABI signature
Saleem Abdulrasool
2015-09-19
1
-19
/
+18
*
Driver: tweak ARM target feature calculation
Saleem Abdulrasool
2015-09-19
1
-10
/
+6
*
Driver: avoid unnecessary string ops
Saleem Abdulrasool
2015-09-19
1
-22
/
+25
*
Driver: avoid unnecessary string based operations
Saleem Abdulrasool
2015-09-18
1
-55
/
+58
*
[Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.
Douglas Katzman
2015-09-17
1
-0
/
+78
*
Emiting llvm.invariant.group.barrier when dynamic type changes
Piotr Padlewski
2015-09-15
1
-0
/
+4
*
[Solaris] Default to -fno-cxa-finalize.
Rafael Espindola
2015-09-14
1
-6
/
+3
*
[Static Analyzer] Turn on some nullability checks by default.
Gabor Horvath
2015-09-14
1
-0
/
+5
*
Driver should forward at most one gdwarf-N flag to cc1as.
Douglas Katzman
2015-09-14
1
-14
/
+9
*
[Solaris] Add -lc also when linking shared libraries
Rafael Espindola
2015-09-14
1
-1
/
+1
*
[Shave]: pass -isystem dirs and "-Wa," args to moviAsm
Douglas Katzman
2015-09-11
1
-4
/
+5
*
Record function attribute "stackrealign" instead of using backend option
Akira Hatanaka
2015-09-11
1
-7
/
+1
*
[modules] Don't load files specified by -fmodule-file= when modules are
Richard Smith
2015-09-11
1
-1
/
+4
*
[Driver] Use UniversalCRT on Windows if available
Reid Kleckner
2015-09-11
1
-0
/
+7
*
[OPENMP] Generate threadprivates as TLS variables by default.
Alexey Bataev
2015-09-10
1
-4
/
+1
*
[Shave]: add a -MT option to moviCompile if there wasn't one
Douglas Katzman
2015-09-08
1
-9
/
+21
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-2
/
+55
*
[mips] Added support for choosing between traps and breaks in the integrated ...
Daniel Sanders
2015-09-03
1
-0
/
+6
*
[ARM] Allow passing/returning of __fp16 arguments
Oliver Stannard
2015-09-03
1
-2
/
+12
*
Revert 246755 as it breaks buildbots
Oliver Stannard
2015-09-03
1
-12
/
+2
*
[ARM] Allow passing/returning of __fp16 arguments
Oliver Stannard
2015-09-03
1
-2
/
+12
*
Remove inadvertent debug output from prior change.
Douglas Katzman
2015-09-02
1
-1
/
+0
*
Use new utility function to clean leading junk from pathnames. NFC
Douglas Katzman
2015-09-02
1
-0
/
+1
*
[Shave]: pass through more clang options to moviCompile
Douglas Katzman
2015-09-02
1
-0
/
+1
*
Stop hardcoding GCC paths in crt/ld.so lookup.
Rafael Espindola
2015-08-31
1
-34
/
+20
*
Update for several APIs in LLVM that now use StringRefs rather than
Chandler Carruth
2015-08-30
1
-12
/
+9
*
Update for API change in LLVM: ARMTargetParser class is just the ARM
Chandler Carruth
2015-08-30
1
-11
/
+11
*
Support Debian s390x multiarch paths
Sylvestre Ledru
2015-08-28
1
-1
/
+1
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
1
-0
/
+6
*
[ARM] Error out if float-ab=hard and abi=apcs-gnu on macho platforms.
Akira Hatanaka
2015-08-26
1
-4
/
+15
*
Revert r245866.
Akira Hatanaka
2015-08-24
1
-4
/
+0
*
[ARM] Error out on apple darwin platforms if float-abi is "hard".
Akira Hatanaka
2015-08-24
1
-0
/
+4
*
Stop treating -static as overriding -fPIC: they are distinct.
James Y Knight
2015-08-21
1
-4
/
+2
*
Revert r245344.
Evgeniy Stepanov
2015-08-20
1
-1
/
+0
*
[Sparc] Add '-EL' when invoking gcc to link little-endian binaries.
Douglas Katzman
2015-08-20
1
-4
/
+14
*
Silence a "not all control paths return a value" warning; NFC.
Aaron Ballman
2015-08-20
1
-1
/
+1
*
Properly pass through the PIC mode to the integrated assembler when
James Y Knight
2015-08-19
1
-162
/
+201
[next]