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
...
*
[Sparc] Allow LEON cpu models to be selected with -mcpu
Jacob Baungard Hansen
2016-07-04
1
-0
/
+8
*
[Driver] Delete some dead code (NFC)
Vedant Kumar
2016-07-01
1
-3
/
+0
*
Driver: support -L for MSVC toolchain under the GNU driver
Saleem Abdulrasool
2016-07-01
1
-0
/
+4
*
[OpenCL] Allow -cl-std and other standard -cl- options in driver
Yaxun Liu
2016-06-29
1
-0
/
+34
*
Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC.
Andrey Turetskiy
2016-06-29
1
-6
/
+4
*
[Driver][AArch64] Add support for Broadcom Vulcan core.
Pankaj Gode
2016-06-29
1
-1
/
+1
*
[clang-cl] Implement support for /std
David Majnemer
2016-06-27
1
-4
/
+19
*
Add support for musl-libc on ARM Linux.
Rafael Espindola
2016-06-24
1
-0
/
+4
*
Restructure the propagation of -fPIC/-fPIE.
Rafael Espindola
2016-06-23
1
-4
/
+2
*
Add support for /Ob1 and -finline-hint-functions flags
Hans Wennborg
2016-06-22
1
-0
/
+1
*
Add a ENABLE_X86_RELAX_RELOCATIONS cmake option.
Rafael Espindola
2016-06-20
1
-1
/
+1
*
[X86] Add -mno-iamcu option.
Andrey Turetskiy
2016-06-20
1
-4
/
+6
*
Driver: introduce and use `-isystem-after` for cross-windows
Saleem Abdulrasool
2016-06-17
1
-0
/
+7
*
Compilation for Intel MCU (Part 3/3)
Andrey Turetskiy
2016-06-16
1
-14
/
+33
*
Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy
2016-06-16
1
-3
/
+14
*
Add support to clang-cl driver for /GS switch
Etienne Bergeron
2016-06-15
1
-0
/
+13
*
[CUDA][OpenMP] Create generic offload toolchains
Samuel Antao
2016-06-13
1
-4
/
+4
*
Driver: make it easier to select the SjLj EH model
Saleem Abdulrasool
2016-06-10
1
-1
/
+2
*
This patch fixes target linker emulation for ARM 32 big endian.
Strahinja Petrovic
2016-06-10
1
-1
/
+1
*
[mips] The default ABI depends on the CPU not the Arch on MTI and IMG vendor ...
Daniel Sanders
2016-06-06
1
-0
/
+24
*
Add PIE magic for NetBSD. Add tests for the correct flags for
Joerg Sonnenberger
2016-06-04
1
-9
/
+10
*
RAS extensions are part of ARMv8.2.
Sjoerd Meijer
2016-06-03
1
-0
/
+2
*
This adds target support and tests for Cortex-A73
Sjoerd Meijer
2016-06-02
1
-1
/
+1
*
Handle -Wa,--mrelax-relocations=[no|yes].
Rafael Espindola
2016-05-29
1
-0
/
+10
*
[Driver] Fix driver support for color diagnostics
Bruno Cardoso Lopes
2016-05-27
1
-28
/
+12
*
[mips] Compact branch policy setting.
Simon Dardis
2016-05-27
1
-0
/
+21
*
[mips] Kill 'support' for untested EABI.
Daniel Sanders
2016-05-27
1
-1
/
+1
*
Turn copies into references as suggested by clang-tidy's performance-unnecess...
Benjamin Kramer
2016-05-27
1
-1
/
+1
*
[OPENMP] Fixed processing of '-fopenmp-version=' option and test.
Alexey Bataev
2016-05-27
1
-1
/
+1
*
[AMDGPU] Remove individual debugger options + update features
Konstantin Zhuravlyov
2016-05-26
1
-1
/
+2
*
[OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing
Alexey Bataev
2016-05-26
1
-1
/
+3
*
Revert "[AArch64] Using new TargetParser in Clang"
Renato Golin
2016-05-25
1
-15
/
+39
*
[AArch64] Using new TargetParser in Clang
Renato Golin
2016-05-25
1
-39
/
+15
*
[Driver] Add support for -finline-functions and /Ob2 flags
Hans Wennborg
2016-05-24
1
-2
/
+3
*
[Sparc] Add software float option -msoft-float
Jacob Baungard Hansen
2016-05-24
1
-15
/
+59
*
Test commit
Jacob Baungard Hansen
2016-05-23
1
-0
/
+1
*
Driver: sink getLinuxDynamicLoader into the Toolchain
Saleem Abdulrasool
2016-05-22
1
-70
/
+1
*
Driver: simplify getDynameLinker
Saleem Abdulrasool
2016-05-22
1
-47
/
+49
*
Update for llvm change.
Rafael Espindola
2016-05-18
1
-2
/
+0
*
[Mips] Finetuning MIPS32 Android default variants
Petar Jovanovic
2016-05-18
1
-3
/
+18
*
Support for MSVS default calling convention options (/Gd, /Gz, /Gv,
Alexey Bataev
2016-05-18
1
-1
/
+10
*
[Mips] Set mips32 as default CPU for MIPS32 Android
Petar Jovanovic
2016-05-17
1
-1
/
+3
*
[PS4] Change the names of some "environmental" things to what our
Paul Robinson
2016-05-16
1
-4
/
+4
*
Get default -fms-compatibility-version from cl.exe's version
Adrian McCarthy
2016-05-13
1
-4
/
+10
*
Simplify getLinuxDynamicLinker() by using a common variable for the triple. NFC.
Vasileios Kalintiris
2016-05-13
1
-13
/
+12
*
[mips] Consult triple's vendor field before using musl's interpreter.
Vasileios Kalintiris
2016-05-13
1
-1
/
+3
*
[ubsan] Add -fsanitize-undefined-strip-path-components=N
Filipe Cabecinhas
2016-05-12
1
-0
/
+4
*
[Driver] Squash misleading indentation warning.
Marcin Koscielnicki
2016-05-12
1
-6
/
+6
*
Embed bitcode in object file (clang cc1 part)
Steven Wu
2016-05-11
1
-3
/
+9
*
[Power9] Enable -mcpu=pwr9 (-mcpu=power9) in the front end
Nemanja Ivanovic
2016-05-09
1
-0
/
+2
[prev]
[next]