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
*
[Frontend] Delete -print-decl-contexts
Fangrui Song
2018-10-03
1
-3
/
+0
*
[HIP] Support early finalization of device code for -fno-gpu-rdc
Yaxun Liu
2018-10-02
1
-1
/
+1
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
1
-2
/
+2
*
[analyzer] Provide an option to dump generated exploded graphs to a given file.
George Karpenkov
2018-09-28
1
-0
/
+1
*
[modules] Frontend support for building a header module from a list of
Richard Smith
2018-09-15
1
-0
/
+3
*
[clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstop
Mike Rice
2018-09-11
1
-0
/
+3
*
Revert "[OPENMP][NVPTX] Disable runtime-type info for CUDA devices."
Alexey Bataev
2018-09-07
1
-5
/
+0
*
[MSan] add KMSAN support to Clang driver
Alexander Potapenko
2018-09-07
1
-1
/
+3
*
[analyzer] Remove traces of ubigraph visualization
George Karpenkov
2018-09-06
1
-2
/
+0
*
[OPENMP][NVPTX] Disable runtime-type info for CUDA devices.
Alexey Bataev
2018-09-05
1
-0
/
+5
*
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
Chandler Carruth
2018-09-04
1
-0
/
+2
*
[DEBUGINFO] Add support for emission of the debug directives only.
Alexey Bataev
2018-08-31
1
-0
/
+1
*
[OPENMP][NVPTX] Add options -f[no-]openmp-cuda-force-full-runtime.
Alexey Bataev
2018-08-30
1
-1
/
+6
*
[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default
George Karpenkov
2018-08-29
1
-1
/
+0
*
Currently clang does not emit unused static constants. GCC emits these
Elizabeth Andrews
2018-08-22
1
-0
/
+2
*
[AArch64] Add Tiny Code Model for AArch64
David Green
2018-08-22
1
-1
/
+1
*
Add a new flag and attributes to control static destructor registration
Erik Pilkington
2018-08-21
1
-0
/
+2
*
DebugInfo: Add the ability to disable DWARF name tables entirely
David Blaikie
2018-08-20
1
-1
/
+7
*
Rename -mlink-cuda-bitcode to -mlink-builtin-bitcode
Matt Arsenault
2018-08-20
1
-2
/
+2
*
[AArch64] - return address signing
Luke Cheeseman
2018-08-17
1
-0
/
+14
*
[ADT] Normalize empty triple components
Petr Hosek
2018-08-08
1
-2
/
+1
*
[OPENMP] Force OpenMP 4.5 when compiling for offloading.
Alexey Bataev
2018-07-26
1
-4
/
+6
*
[HIP] Support -fcuda-flush-denormals-to-zero for amdgcn
Yaxun Liu
2018-07-21
1
-4
/
+3
*
Change \t to spaces
Fangrui Song
2018-07-20
1
-1
/
+1
*
[clang]: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-19
1
-0
/
+2
*
Re-land r337333, "Teach Clang to emit address-significance tables.",
Peter Collingbourne
2018-07-18
1
-0
/
+2
*
Revert r337333, "Teach Clang to emit address-significance tables."
Peter Collingbourne
2018-07-17
1
-2
/
+0
*
Teach Clang to emit address-significance tables.
Peter Collingbourne
2018-07-17
1
-0
/
+2
*
[Driver] Add -fno-digraphs
Jacob Bandes-Storch
2018-07-17
1
-0
/
+2
*
[clang-cl, PCH] Implement support for MS-style PCH through headers
Erich Keane
2018-07-05
1
-1
/
+1
*
[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
[next]