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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Represent debug information compression type fully
Saleem Abdulrasool
2017-06-09
1
-1
/
+3
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-08
1
-0
/
+2
*
Retain header search and preprocessing options from AST file when emitting
Richard Smith
2017-06-06
2
-9
/
+30
*
Factor out and unify emission of "module is unavailable" diagnostics.
Richard Smith
2017-06-05
2
-28
/
+6
*
Rather than rejecting attempts to run preprocessor-only actions on AST files,
Richard Smith
2017-06-05
2
-20
/
+94
*
Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...
Renato Golin
2017-06-05
1
-2
/
+0
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
3
-0
/
+4
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-03
1
-0
/
+2
*
Support lazy stat'ing of files referenced by module maps.
Richard Smith
2017-06-02
1
-6
/
+20
*
PR32848: There isn't necessarily a FileChanged or FileSkipped for every Inclu...
Richard Smith
2017-06-02
1
-4
/
+3
*
Escape filenames in module map line marker directives, to unbreak Windows bui...
Richard Smith
2017-06-01
2
-4
/
+10
*
[Modules] Handle sanitizer feature mismatches when importing modules
Vedant Kumar
2017-06-01
1
-0
/
+7
*
[modules] When compiling a preprocessed module map, look for headers relative
Richard Smith
2017-05-31
1
-8
/
+12
*
[clang-cl] Improve default calling convention flag handling
Reid Kleckner
2017-05-31
1
-2
/
+2
*
[libclang] Allow to suspend a translation unit.
Erik Verbruggen
2017-05-30
1
-11
/
+16
*
Allow for unfinished #if blocks in preambles
Erik Verbruggen
2017-05-30
1
-0
/
+1
*
[trivial] fix a typo in comment, NFC
Hiroshi Inoue
2017-05-30
1
-1
/
+1
*
IRGen: Add optnone attribute on function during O0
Mehdi Amini
2017-05-29
1
-0
/
+1
*
Make helper functions static. NFC.
Benjamin Kramer
2017-05-26
1
-3
/
+3
*
Only define __SIZEOF_FLOAT128__ on x86 as intended in r304012
Reid Kleckner
2017-05-26
1
-2
/
+0
*
Enable __float128 for mingw for GCC compatibility and define __SIZEOF_FLOAT12...
Reid Kleckner
2017-05-26
1
-0
/
+2
*
Revert MSVC CXXOperatorNames patch due to issues with Chromium
Erich Keane
2017-05-25
1
-1
/
+1
*
[coroutines] Bump __cpp_coroutines version
Eric Fiselier
2017-05-25
1
-1
/
+1
*
For Microsoft compatibility, set fno_operator_names
Erich Keane
2017-05-24
1
-1
/
+1
*
Method loadFromCommandLine should be able to report errors
Serge Pavlov
2017-05-24
1
-0
/
+2
*
[Frontend] Don't index into an empty string.
Benjamin Kramer
2017-05-23
1
-1
/
+1
*
Allow to use vfs::FileSystem for file accesses inside ASTUnit.
Ilya Biryukov
2017-05-23
2
-42
/
+97
*
Add option to include multiple lines in snippets.
Richard Smith
2017-05-22
2
-86
/
+159
*
Give files from #line the characteristics of the current file
Reid Kleckner
2017-05-22
1
-1
/
+2
*
[Frontend] Remove unused TemporaryFiles
Krasimir Georgiev
2017-05-17
1
-23
/
+0
*
[asan] A clang flag to enable ELF globals-gc.
Evgeniy Stepanov
2017-05-09
1
-0
/
+2
*
[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...
Kostya Serebryany
2017-05-05
1
-0
/
+1
*
Add support for building modules from preprocessed source.
Richard Smith
2017-05-05
3
-81
/
+170
*
Add #pragma clang module begin/end pragmas and generate them when preprocessi...
Richard Smith
2017-05-04
2
-3
/
+64
*
Revert rL301998: "Fix a bug that -isysroot is completely ignored on Unix"
Yuka Takahashi
2017-05-03
1
-1
/
+1
*
Fix a bug that -isysroot is completely ignored on Unix
Yuka Takahashi
2017-05-03
1
-1
/
+1
*
PR26771: don't forget the " 2" (returning from #included file) linemarker aft...
Richard Smith
2017-04-29
1
-14
/
+9
*
Add pragma to perform module import and use it in -E output.
Richard Smith
2017-04-29
2
-34
/
+39
*
Move functionality for handling module maps as inputs from the -emit-module
Richard Smith
2017-04-28
5
-272
/
+331
*
Preprocessor: Suppress -Wnonportable-include-path for header maps
Duncan P. N. Exon Smith
2017-04-27
3
-3
/
+4
*
Remove leaking UnknownPragmaHandlers right after we are done with them.
Vassil Vassilev
2017-04-27
1
-13
/
+27
*
Improve diagnostics for bad -std= flag.
Richard Smith
2017-04-27
1
-5
/
+17
*
Remove unnecessary and somewhat inaccurate "C89" flag from language standards.
Richard Smith
2017-04-26
1
-1
/
+1
*
Don't accept -std= values that would switch us to a different source language.
Richard Smith
2017-04-26
2
-25
/
+29
*
Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""
Vedant Kumar
2017-04-26
1
-2
/
+4
*
Revert "PPCallbacks::MacroUndefined, change signature and add test."
Vedant Kumar
2017-04-26
1
-4
/
+2
*
PPCallbacks::MacroUndefined, change signature and add test.
Frederich Munch
2017-04-26
1
-2
/
+4
*
Refactor frontend InputKind to prepare for treating module maps as a distinct...
Richard Smith
2017-04-26
7
-155
/
+157
*
Move Split DWARF handling to an MC option/command line argument rather than u...
David Blaikie
2017-04-21
1
-0
/
+1
*
Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode.
Eric Fiselier
2017-04-20
1
-7
/
+12
[prev]
[next]