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
/
Driver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Clang] Limit -fintegrated-cc1 to only one TU
Alexandre Ganea
2020-02-13
1
-0
/
+5
*
Replace CLANG_SPAWN_CC1 env var with a driver mode flag
Nico Weber
2020-01-16
1
-0
/
+4
*
[Remarks][Driver] Run dsymutil when remarks are enabled
Francis Visoiu Mistrih
2019-12-18
1
-2
/
+3
*
[Remarks][Driver][NFC] Make shouldEmitRemarks more available in the Driver
Francis Visoiu Mistrih
2019-12-18
1
-0
/
+23
*
[Driver] Avoid copies in range-based for loops
Mark de Wever
2019-12-17
1
-1
/
+1
*
[clang][IFS] Allow 2 output files when using -o and -c with clang IFS stubs.
Puyan Lotfi
2019-12-09
1
-5
/
+16
*
Fix compilation warning. NFC.
Michael Liao
2019-11-21
1
-1
/
+1
*
[clang][IFS][test] GreenDragon and Fuchsia Darwin bot fix: BindArchClass Nest.
Puyan Lotfi
2019-11-20
1
-1
/
+3
*
[clang][IFS] Driver Pipeline: generate stubs after standard pipeline (3)
Puyan Lotfi
2019-11-20
1
-8
/
+69
*
Revert "[clang][IFS] Driver Pipeline: generate stubs after standard pipeline ...
Puyan Lotfi
2019-11-19
1
-69
/
+8
*
[clang][IFS] Driver Pipeline: generate stubs after standard pipeline (2)
Puyan Lotfi
2019-11-19
1
-8
/
+69
*
Revert "[clang][IFS] Driver pipeline: generate interface stubs after standard...
Puyan Lotfi
2019-11-19
1
-69
/
+8
*
[clang][IFS] Driver pipeline: generate interface stubs after standard pipeline.
Puyan Lotfi
2019-11-19
1
-8
/
+69
*
[RISCV] Set triple based on -march flag
Simon Cook
2019-11-18
1
-0
/
+11
*
[clang][driver] Add basic --driver-mode=flang support for fortran
Peter Waller
2019-10-30
1
-0
/
+14
*
Add AIX toolchain and basic linker functionality
stevewan
2019-10-24
1
-0
/
+4
*
[clang][driver] Print compilation phases with indentation.
Michael Liao
2019-10-19
1
-5
/
+24
*
Reland [Driver] Fix -working-directory issues
Jan Korous
2019-10-15
1
-13
/
+9
*
[clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).
Puyan Lotfi
2019-10-12
1
-2
/
+2
*
[Clang][OpenMP Offload] Add new tool for wrapping offload device binaries
Sergey Dmitriev
2019-10-09
1
-15
/
+42
*
[HIP] Fix -save-temps
Yaxun Liu
2019-10-09
1
-0
/
+11
*
[driver][hip] Skip bundler if host action is nothing.
Michael Liao
2019-10-08
1
-1
/
+2
*
[clang][ifs] Clang Interface Stubs ToolChain plumbing.
Puyan Lotfi
2019-10-08
1
-7
/
+29
*
[HIP] Enable specifying different default gpu arch for HIP/CUDA.
Michael Liao
2019-10-03
1
-3
/
+11
*
[HIP] Support -emit-llvm for device compilation
Yaxun Liu
2019-10-03
1
-2
/
+8
*
Revert 373538 and follow-ups 373549 and 373552.
Nico Weber
2019-10-03
1
-29
/
+7
*
[clang][ifs] Clang Interface Stubs ToolChain plumbing.
Puyan Lotfi
2019-10-02
1
-7
/
+29
*
[Clang][Driver][NFC] Corrected DeviceActionBuilder methods' comments.
Sergey Dmitriev
2019-10-02
1
-4
/
+2
*
[static analyzer] Remove --analyze-auto
Jan Korous
2019-09-24
1
-3
/
+2
*
[Driver] Fix multiple bugs related to dependency file options: -M -MM -MD -MM...
Fangrui Song
2019-09-14
1
-2
/
+4
*
Revert r361885 "[Driver] Fix -working-directory issues"
Hans Wennborg
2019-09-05
1
-10
/
+14
*
[Driver] Use shared singleton instance of DriverOptTable
Ilya Biryukov
2019-09-04
1
-28
/
+30
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-48
/
+48
*
[NFC][clang] Moving argument handling: Driver::BuildActions -> handleArguments
Puyan Lotfi
2019-08-14
1
-114
/
+118
*
[NFC][clang] Adding argument based Phase list filtering to getComplicationPhases
Puyan Lotfi
2019-08-13
1
-9
/
+7
*
[clang][NFC] Consolidating usage of "FinalPhase" in Driver::BuildActions.
Puyan Lotfi
2019-08-09
1
-83
/
+100
*
[NFC][clang] Refactor getCompilationPhases()+Types.def step 1.
Puyan Lotfi
2019-07-22
1
-8
/
+8
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-2
/
+2
*
[clang] allow -fthinlto-index= without -x ir
Bob Haarman
2019-07-15
1
-0
/
+6
*
Add a comment explaining why a function exists
Nico Weber
2019-07-05
1
-0
/
+3
*
Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...
Nico Weber
2019-07-05
1
-1
/
+1
*
[Driver] Fix style issues of --print-supported-cpus after D63105
Fangrui Song
2019-06-29
1
-12
/
+8
*
print-supported-cpus quality of life patch.
Ziang Wan
2019-06-25
1
-3
/
+9
*
[clang-ifs] Clang Interface Stubs, first version (second landing attempt).
Puyan Lotfi
2019-06-20
1
-0
/
+3
*
Revert D60974 "[clang-ifs] Clang Interface Stubs, first version."
Fangrui Song
2019-06-18
1
-3
/
+0
*
[clang-ifs] Clang Interface Stubs, first version.
Puyan Lotfi
2019-06-17
1
-0
/
+3
*
Add --print-supported-cpus flag for clang.
Ziang Wan
2019-06-14
1
-1
/
+13
*
AMDGPU: Use AMDGPU toolchain for other OSes
Matt Arsenault
2019-06-14
1
-0
/
+2
*
Fix compilation warning about unused variable [NFC]
Mikael Holmen
2019-06-03
1
-1
/
+1
*
[Driver] Search the toolchain dir with -print-file-name
Petr Hosek
2019-05-29
1
-0
/
+5
[next]