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
/
ToolChains
/
Darwin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[profile] Don't crash when forking in several threads
Calixte Denizet
2020-05-07
1
-0
/
+1
*
[driver][darwin] Don't use -platform_version flag by default (PR44813)
Hans Wennborg
2020-02-27
1
-1
/
+1
*
[NFC] Use isX86() instead of getArch()
Jim Lin
2020-01-07
1
-7
/
+3
*
Add Triple::isX86()
Fangrui Song
2020-01-06
1
-1
/
+1
*
[driver][darwin] Pass -platform_version flag to the linker instead of the -<p...
Alex Lorenz
2019-12-17
1
-1
/
+43
*
AArch64: add arm64_32 support to Clang.
Tim Northover
2019-11-12
1
-1
/
+5
*
[Driver] Remove unused variable. NFC.
Benjamin Kramer
2019-11-10
1
-1
/
+0
*
Fix compilation warning. NFC.
Michael Liao
2019-11-04
1
-2
/
+2
*
[profile] Add a mode to continuously sync counter updates to a file
Vedant Kumar
2019-10-31
1
-1
/
+35
*
Build fix after 4b6597f
Nico Weber
2019-10-31
1
-1
/
+1
*
Make flang driver stuff work on macOS
Nico Weber
2019-10-31
1
-1
/
+1
*
[profile] Do not cache __llvm_profile_get_filename result
Vedant Kumar
2019-10-18
1
-1
/
+0
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-6
/
+6
*
[NFC] simplify Darwin environment handling
JF Bastien
2019-07-30
1
-16
/
+12
*
[Remarks][Driver] Use the specified format in the remarks file extension
Francis Visoiu Mistrih
2019-06-17
1
-1
/
+7
*
[Remarks] Extend -fsave-optimization-record to specify the format
Francis Visoiu Mistrih
2019-06-17
1
-0
/
+9
*
Add back --sysroot support for darwin header search.
James Y Knight
2019-05-22
1
-9
/
+12
*
[clang][Darwin] Refactor header search path logic into the driver
Louis Dionne
2019-05-21
1
-12
/
+157
*
[Darwin] Introduce a new flag, -fapple-link-rtlib that forces linking of the ...
Amara Emerson
2019-05-10
1
-9
/
+25
*
[driver][macOS] Link libarclite from the default toolchain when clang
Alex Lorenz
2019-04-26
1
-1
/
+30
*
[LTO] Add plumbing to save stats during LTO on Darwin.
Florian Hahn
2019-04-19
1
-0
/
+8
*
[asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...
Pierre Gousseau
2019-04-12
1
-0
/
+2
*
Make -mno-outline pass -enable-machine-outliner=never to ld in LTO
Jessica Paquette
2019-03-26
1
-6
/
+15
*
Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+8
*
Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-8
/
+0
*
[Remarks] Add -foptimization-record-passes to filter remark emission
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+8
*
Remove esan.
Nico Weber
2019-03-11
1
-2
/
+0
*
Fixed failure on Darwin due to r354064
Ana Pazos
2019-02-15
1
-1
/
+0
*
[Driver][Darwin] Emit an error when using -pg on OS without support for it.
Volodymyr Sapsai
2019-02-14
1
-14
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Darwin][Driver] Don't pass a file as object_path_lto during ThinLTO
Steven Wu
2019-01-11
1
-7
/
+14
*
[Driver] Fix libcxx detection on Darwin with clang run as ./clang
Ilya Biryukov
2019-01-09
1
-4
/
+5
*
[Driver] Don't override '-march' when using '-arch x86_64h'
Francis Visoiu Mistrih
2018-12-17
1
-5
/
+1
*
[darwin] parse the SDK settings from SDKSettings.json if it exists and
Alex Lorenz
2018-12-17
1
-28
/
+87
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
Move detection of libc++ include dirs to Driver on MacOS
Ilya Biryukov
2018-12-05
1
-0
/
+32
*
[gcov/Darwin] Ensure external symbols are exported when using an export list
Vedant Kumar
2018-12-03
1
-4
/
+10
*
[Darwin] Export new weak external symbols when compiling with coverage
Vedant Kumar
2018-11-06
1
-0
/
+2
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-1
/
+1
*
[ubsan] Enable -fsanitize=vptr on Apple devices and simulators
Vedant Kumar
2018-08-28
1
-2
/
+8
*
[Xray] Darwin - Enable in the driver side
David Carlier
2018-08-27
1
-0
/
+7
*
[Darwin Driver] Fix Simulator builtins and test cases
Chris Bieneman
2018-08-15
1
-7
/
+12
*
Refactor Darwin driver to refer to runtimes by component
Chris Bieneman
2018-08-15
1
-60
/
+21
*
SafeStack: Disable Darwin support
Vlad Tsyrklevich
2018-08-14
1
-10
/
+0
*
[Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.
Volodymyr Sapsai
2018-08-03
1
-1
/
+5
*
Revert r337635 "[Driver] Sanitizer support based on runtime library presence"
Reid Kleckner
2018-07-31
1
-51
/
+22
*
[Driver] Sanitizer support based on runtime library presence
George Karpenkov
2018-07-20
1
-22
/
+51
*
[MachineOutliner] Properly pass -moutline along to the toolchain
Jessica Paquette
2018-07-06
1
-0
/
+12
*
[Driver][Darwin] Use Host Triple to infer target os version
Steven Wu
2018-07-03
1
-1
/
+7
*
[Darwin] Remove _VPMergeHook from the auto-export list
Vedant Kumar
2018-06-28
1
-1
/
+0
[next]