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
*
[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
*
[Driver] Fix -working-directory issues
Michael J. Spencer
2019-05-28
1
-14
/
+10
*
lld-link, clang: Treat non-existent input files as possible spellos for optio...
Nico Weber
2019-05-23
1
-11
/
+30
*
[Driver] Create non-existent directory for -fcrash-diagnostics-dir
Petr Hosek
2019-05-04
1
-0
/
+2
*
[Windows] Separate elements in -print-search-dirs with semicolons
Martin Storsjo
2019-04-25
1
-2
/
+2
*
[PowerPC] [Clang] Port MMX intrinsics and basic test cases to Power
Qiu Chaofan
2019-04-23
1
-0
/
+6
*
[driver] clang-format. Fix indentation, split long lines. NFC
Simon Atanasyan
2019-04-02
1
-10
/
+15
*
clang -dumpversion returns 4.2.1 for legacy reason, update it
Sylvestre Ledru
2019-03-25
1
-5
/
+1
*
[HIP] Do not unbundle object files for -fno-gpu-rdc
Yaxun Liu
2019-03-05
1
-10
/
+13
*
[WebAssembly] Remove uses of ThreadModel
Thomas Lively
2019-02-28
1
-1
/
+1
*
[WebAssembly] Make thread-related options consistent
Heejin Ahn
2019-02-11
1
-1
/
+1
*
Use llvm::is_contained. NFC
Fangrui Song
2019-02-10
1
-2
/
+1
*
Make clang/test/Index/pch-from-libclang.c pass in more places
Nico Weber
2019-01-31
1
-11
/
+28
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MSP430] Provide a toolchain description
Anton Korobeynikov
2019-01-15
1
-0
/
+5
*
[Darwin][Driver] Don't pass a file as object_path_lto during ThinLTO
Steven Wu
2019-01-11
1
-0
/
+11
*
[HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file types
Aaron Enye Shi
2019-01-04
1
-0
/
+12
*
[clang-cl] Treat inputs as C++ with /E, like MSVC
Reid Kleckner
2018-12-26
1
-1
/
+4
*
[Driver] Also obey -nostdlib++ when rewriting -lstdc++.
Dan Albert
2018-12-18
1
-1
/
+3
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-4
/
+1
*
Add Hurd target to Clang driver (2/2)
Kristina Brooks
2018-11-29
1
-0
/
+11
*
[HIP] Fix device only compilation
Yaxun Liu
2018-11-14
1
-8
/
+12
*
[Tooling] Produce diagnostics for missing input files.
Sam McCall
2018-11-08
1
-1
/
+1
*
clang-cl: Add "/clang:" pass-through arg support.
Hans Wennborg
2018-11-08
1
-13
/
+40
*
Revert "Reapply: [Driver] Use forward slashes in most linker arguments"
Martin Storsjo
2018-10-26
1
-6
/
+0
*
Reapply: [Driver] Use forward slashes in most linker arguments
Martin Storsjo
2018-10-26
1
-0
/
+6
*
[autocompletion] Handle the space before pressing tab
Yuka Takahashi
2018-10-24
1
-0
/
+15
*
[bash-autocompletion] Fix bug when a flag ends with '='
Yuka Takahashi
2018-10-24
1
-1
/
+3
[next]