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
/
Frontend
/
CompilerInvocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Fixed Point Arithmetic] Rename `-fsame-fbits` flag
Leonard Chan
2018-06-29
1
-2
/
+3
*
[clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)
Hans Wennborg
2018-06-25
1
-0
/
+1
*
Re-land "[LTO] Enable module summary emission by default for regular LTO"
Tobias Edler von Koch
2018-06-22
1
-2
/
+2
*
Revert "[LTO] Enable module summary emission by default for regular LTO"
Tobias Edler von Koch
2018-06-21
1
-2
/
+2
*
[LTO] Enable module summary emission by default for regular LTO
Tobias Edler von Koch
2018-06-21
1
-2
/
+2
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-0
/
+4
*
Add -fforce-emit-vtables
Piotr Padlewski
2018-06-13
1
-0
/
+4
*
Move VersionTuple from clang/Basic to llvm/Support
Pavel Labath
2018-06-11
1
-1
/
+1
*
[Frontend] Disallow non-MSVC exception models for windows-msvc targets
Shoaib Meenai
2018-06-07
1
-0
/
+5
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-04
1
-0
/
+5
*
Revert "This diff includes changes for supporting the following types."
Leonard Chan
2018-06-02
1
-5
/
+0
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
1
-0
/
+5
*
Add a new driver mode to dump compiler feature and extension options.
Aaron Ballman
2018-05-31
1
-0
/
+3
*
Sema: Add a flag for rejecting member pointers with incomplete base types.
Peter Collingbourne
2018-05-30
1
-0
/
+2
*
[Support] Avoid normalization in sys::getDefaultTargetTriple
Petr Hosek
2018-05-25
1
-1
/
+2
*
Optionally add code completion results for arrow instead of dot
Ivan Donchevskii
2018-05-25
1
-0
/
+2
*
[OPENMP-SIMD] Fix PR37536: Fix definition of _OPENMP macro.
Alexey Bataev
2018-05-21
1
-5
/
+6
*
Revert 332750, clang part (see comment on D46910).
Nico Weber
2018-05-20
1
-2
/
+1
*
[Support] Avoid normalization in sys::getDefaultTargetTriple
Petr Hosek
2018-05-18
1
-1
/
+2
*
This patch aims to match the changes introduced
Alexander Ivchenko
2018-05-18
1
-0
/
+11
*
Revert commits r332160, r332164, r332236.
Douglas Yung
2018-05-16
1
-10
/
+0
*
Force the PS4 clang ABI version to 6.
Douglas Yung
2018-05-12
1
-0
/
+10
*
[CUDA] Added -f[no-]cuda-short-ptr option
Artem Belevich
2018-05-09
1
-0
/
+2
*
[OpenCL] Restrict various keywords in OpenCL C++ mode
Sven van Haastregt
2018-05-09
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[OpenCL] Factor out language version printing
Sven van Haastregt
2018-05-08
1
-5
/
+2
*
[ThinLTO] Support opt remarks options with distributed ThinLTO backends
Teresa Johnson
2018-05-05
1
-1
/
+3
*
[clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP...
Erich Keane
2018-05-04
1
-1
/
+11
*
[OPENMP] Enable c++ exceptions outside of the target constructs iff they are
Alexey Bataev
2018-05-02
1
-0
/
+1
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+1
*
[Driver, CodeGen] rename options to disable an FP cast optimization
Sanjay Patel
2018-04-30
1
-1
/
+2
*
[Driver, CodeGen] add options to enable/disable an FP cast optimization
Sanjay Patel
2018-04-27
1
-0
/
+2
*
[HIP] Add hip input kind and codegen for kernel launching
Yaxun Liu
2018-04-25
1
-1
/
+12
*
[OpenCL] Reject virtual functions for OpenCL C++
Sven van Haastregt
2018-04-23
1
-0
/
+1
*
[CodeGen] Reland r330442: Add an option to suppress output of llvm.ident
Mikhail Maltsev
2018-04-23
1
-0
/
+2
*
Revert r330442, CodeGen/no-ident-version.c is failing on PPC
Mikhail Maltsev
2018-04-20
1
-2
/
+0
*
[CodeGen] Add an option to suppress output of llvm.ident
Mikhail Maltsev
2018-04-20
1
-0
/
+2
*
Implement proper support for `-falign-functions`
Saleem Abdulrasool
2018-04-19
1
-0
/
+3
*
[XRay] Add clang builtin for xray typed events.
Keith Wyss
2018-04-17
1
-0
/
+7
*
Add a command line option 'fregister_global_dtors_with_atexit' to
Akira Hatanaka
2018-04-17
1
-0
/
+2
*
[ThinLTO] Pass -save-temps to LTO backend for distributed ThinLTO builds
Teresa Johnson
2018-04-17
1
-2
/
+9
*
[XRay][clang] Add flag to choose instrumentation bundles
Dean Michael Berris
2018-04-13
1
-2
/
+34
*
Remove -cc1 option "-backend-option".
Eli Friedman
2018-04-12
1
-1
/
+0
*
[OpenCL] Added -std/-cl-std=c++
Anastasia Stulova
2018-04-12
1
-1
/
+4
*
[XRay][llvm+clang] Consolidate attribute list files
Dean Michael Berris
2018-04-09
1
-0
/
+1
*
CMake option to allow enabling experimental new pass manager by default
Petr Hosek
2018-04-06
1
-1
/
+1
*
Disable -fmerge-all-constants as default.
Manoj Gupta
2018-04-05
1
-1
/
+1
*
Add -fclang-abi-compat=6 flag for upcoming ABI changes.
Richard Smith
2018-04-02
1
-0
/
+2
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-27
/
+27
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-2
/
+2
[prev]
[next]