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
/
Types.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang][IFS] Driver Pipeline: generate stubs after standard pipeline (3)
Puyan Lotfi
2019-11-20
1
-16
/
+0
*
Revert "[clang][IFS] Driver Pipeline: generate stubs after standard pipeline ...
Puyan Lotfi
2019-11-19
1
-0
/
+16
*
[clang][IFS] Driver Pipeline: generate stubs after standard pipeline (2)
Puyan Lotfi
2019-11-19
1
-16
/
+0
*
Revert "[clang][IFS] Driver pipeline: generate interface stubs after standard...
Puyan Lotfi
2019-11-19
1
-0
/
+16
*
[clang][IFS] Driver pipeline: generate interface stubs after standard pipeline.
Puyan Lotfi
2019-11-19
1
-16
/
+0
*
[clang][driver] Add basic --driver-mode=flang support for fortran
Peter Waller
2019-10-30
1
-0
/
+10
*
[clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).
Puyan Lotfi
2019-10-12
1
-1
/
+1
*
[clang][ifs] Clang Interface Stubs ToolChain plumbing.
Puyan Lotfi
2019-10-08
1
-1
/
+17
*
Revert 373538 and follow-ups 373549 and 373552.
Nico Weber
2019-10-03
1
-17
/
+1
*
[clang][ifs] Clang Interface Stubs ToolChain plumbing.
Puyan Lotfi
2019-10-02
1
-1
/
+17
*
[static analyzer] Remove --analyze-auto
Jan Korous
2019-09-24
1
-1
/
+1
*
[NFC][clang] Adding argument based Phase list filtering to getComplicationPhases
Puyan Lotfi
2019-08-13
1
-1
/
+55
*
[NFC][clang] Refactor getCompilationPhases()+Types.def step 3.
Puyan Lotfi
2019-07-31
1
-4
/
+11
*
Revert "[NFC][clang] Refactor getCompilationPhases()+Types.def step 3."
Sam McCall
2019-07-30
1
-11
/
+4
*
[NFC][clang] Refactor getCompilationPhases()+Types.def step 3.
Puyan Lotfi
2019-07-30
1
-4
/
+11
*
[NFC][clang] Refactor getCompilationPhases()+Types.def step 2.
Puyan Lotfi
2019-07-25
1
-38
/
+18
*
[NFC][clang] Refactor getCompilationPhases()+Types.def step 1.
Puyan Lotfi
2019-07-22
1
-3
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[modules] Driver support for precompiling a collection of files as a single
Richard Smith
2018-09-15
1
-0
/
+2
*
[HIP] Set proper triple and offload kind for the toolchain
Yaxun Liu
2018-05-11
1
-0
/
+10
*
[HIP] Add driver input type for HIP
Yaxun Liu
2018-04-18
1
-0
/
+9
*
[Driver][OpenMP] Update actions builder to create unbundling action when nece...
Samuel Antao
2016-10-27
1
-0
/
+4
*
Driver: use StringRef instead of raw pointer in lookupTypeForExtension() (NFC)
Mehdi Amini
2016-10-07
1
-1
/
+1
*
clang-cl: Use the .obj file extension also in LTO mode
Hans Wennborg
2016-10-04
1
-6
/
+13
*
[CUDA][OpenMP] Add a generic offload action builder
Samuel Antao
2016-09-30
1
-1
/
+1
*
Unrevert r280035 now that the clang-cl bug it exposed has been fixed by
Richard Smith
2016-08-30
1
-2
/
+19
*
PR30195: Fix clang-cl attempting to precompile bogus (non-precompilable) inpu...
Richard Smith
2016-08-30
1
-0
/
+18
*
Revert r280035 (and followups r280057, r280085), it caused PR30195
Nico Weber
2016-08-30
1
-19
/
+2
*
C++ Modules TS: driver support for building modules.
Richard Smith
2016-08-30
1
-2
/
+19
*
Sort list of driver-known file extensions. It was previously approximately
Richard Smith
2016-08-26
1
-25
/
+25
*
Add a RenderScript language type
Pirama Arumuga Nainar
2016-06-09
1
-0
/
+1
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-1
/
+0
*
[CUDA] Invoke ptxas and fatbinary during compilation.
Justin Lebar
2016-01-14
1
-2
/
+1
*
[ThinLTO] Option to invoke ThinLTO backend passes and importing
Teresa Johnson
2015-12-07
1
-0
/
+13
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-3
/
+18
*
This reverts commit r242058, r242065, r242067.
Rafael Espindola
2015-07-13
1
-18
/
+3
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-3
/
+18
*
Revert r239213: "clang-cl: Implement /GL in terms of -flto."
Hans Wennborg
2015-06-13
1
-1
/
+1
*
clang-cl: Implement /GL in terms of -flto.
Peter Collingbourne
2015-06-06
1
-1
/
+1
*
Ensure that we still parse preprocessed CUDA files as CUDA when we use
Artem Belevich
2015-03-19
1
-2
/
+3
*
Reapply "Change -save-temps to emit unoptimized bitcode files."
Bob Wilson
2014-12-21
1
-0
/
+1
*
Revert "Change -save-temps to emit unoptimized bitcode files."
Reid Kleckner
2014-12-18
1
-1
/
+0
*
Change -save-temps to emit unoptimized bitcode files.
Bob Wilson
2014-12-18
1
-0
/
+1
*
Recognize .lib files as linker input explicitly
Ehsan Akhgari
2014-09-10
1
-0
/
+1
*
Add a CC1 option -verify-pch
Ben Langmuir
2014-02-05
1
-0
/
+2
*
Make .asm a valid extension for assembly files
Hans Wennborg
2013-10-17
1
-0
/
+1
*
clang-cl: Add support for asm listings (/FA and /Fa)
Hans Wennborg
2013-10-17
1
-0
/
+2
*
clang-cl: Support the /Fe option
Hans Wennborg
2013-08-12
1
-0
/
+2
*
clang-cl: Use .obj as object file extension instead of .o
Hans Wennborg
2013-08-07
1
-1
/
+4
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-1
/
+2
[next]