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
/
Lex
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Modules: Cache PCMs in memory and avoid a use-after-free
Duncan P. N. Exon Smith
2017-03-17
1
-5
/
+5
*
Fix handling of -fmodule-map-file=X where X has no directory component.
Richard Smith
2017-03-09
1
-2
/
+4
*
[Preprocessor] Fix incorrect token caching that occurs when lexing _Pragma
Alex Lorenz
2017-02-24
2
-0
/
+41
*
Fix for pr31836 - pp_nonportable_path on absolute paths: broken delimiters
Taewook Oh
2017-02-21
1
-1
/
+5
*
Remove unnecessary std::string construction
Reid Kleckner
2017-02-14
1
-3
/
+2
*
Fix modules codegen to be compatible with modules-ts
David Blaikie
2017-01-31
1
-1
/
+0
*
Prototype of modules codegen
David Blaikie
2017-01-30
1
-5
/
+8
*
P0426: Make the library implementation of constexpr char_traits a little easier
Richard Smith
2017-01-20
1
-0
/
+1
*
[Modules] Fix misleading warning about missing textual header in umbrella header
Bruno Cardoso Lopes
2017-01-12
1
-2
/
+12
*
[Modules] Support #import when entering files with modules
Bruno Cardoso Lopes
2017-01-11
3
-7
/
+47
*
PCH: fix a regression that reports a module is defined in both pch and pcm.
Manman Ren
2017-01-09
1
-0
/
+17
*
shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
David Blaikie
2017-01-06
1
-1
/
+1
*
Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-1
/
+1
*
Allow lexer to handle string_view literals. Patch from Anton Bikineev.
Eric Fiselier
2016-12-30
2
-3
/
+12
*
Use after move bug fixes
Piotr Padlewski
2016-12-23
1
-1
/
+1
*
[modules] Handle modules with nonstandard names in module.private.modulemaps
Graydon Hoare
2016-12-21
2
-4
/
+60
*
[CrashReproducer] Collect headermap files
Bruno Cardoso Lopes
2016-12-11
1
-0
/
+7
*
Don't assert when redefining a built-in macro in a PCH, PR29119
Nico Weber
2016-12-09
1
-3
/
+26
*
Revert r288626, which reverts r288449. Original commit message:
Richard Smith
2016-12-06
1
-5
/
+5
*
Revert "Recover better from an incompatible .pcm file being provided by -fmod...
Daniel Jasper
2016-12-04
1
-5
/
+5
*
Recover better from an incompatible .pcm file being provided by -fmodule-file=.
Richard Smith
2016-12-02
1
-5
/
+5
*
[Modules] Replace arrays with init lists.
Benjamin Kramer
2016-11-15
1
-9
/
+5
*
Accept nullability qualifiers on array parameters.
Jordan Rose
2016-11-10
1
-0
/
+1
*
Add some more asserts to clearly indicate that there are special cases
Chandler Carruth
2016-11-04
1
-1
/
+4
*
Do not print include_next/pragma once warnings when input is a header.
Erik Verbruggen
2016-10-27
3
-4
/
+14
*
Fix MSVC warning about missing 'this' from lambda default capture mode
Simon Pilgrim
2016-10-27
1
-1
/
+1
*
[PP] Replace some index based for loops with range based ones
Erik Verbruggen
2016-10-26
6
-25
/
+19
*
[PP] Remove another unused parameter
Erik Verbruggen
2016-10-26
1
-2
/
+2
*
[PP] Replace some uses of unsigned with size_t
Erik Verbruggen
2016-10-26
1
-7
/
+5
*
PP: Remove unused parameters from methods
Erik Verbruggen
2016-10-26
1
-6
/
+6
*
Treat module headers wrapped by our builtin headers as implicitly being textual
Richard Smith
2016-10-26
1
-5
/
+9
*
Include full filename range for missing includes
Erik Verbruggen
2016-10-25
1
-1
/
+2
*
Module: improve the diagnostic message for include of non-modular header.
Manman Ren
2016-10-21
1
-1
/
+2
*
[Modules] Add 'no_undeclared_includes' module map attribute
Bruno Cardoso Lopes
2016-10-21
2
-21
/
+59
*
Fix off-by-one error in PPCaching.cpp token annotation assertion
Reid Kleckner
2016-10-20
1
-1
/
+1
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
3
-12
/
+7
*
Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)
Mehdi Amini
2016-10-11
2
-4
/
+4
*
Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)
Mehdi Amini
2016-10-10
2
-11
/
+13
*
Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini
2016-10-01
3
-4
/
+4
*
Move UTF functions into namespace llvm.
Justin Lebar
2016-09-30
2
-25
/
+25
*
Mark P0127R3 as done, and replace its __has_feature check with the correspond...
Richard Smith
2016-09-29
1
-4
/
+5
*
P0127R2: Support type deduction for types of non-type template parameters in
Richard Smith
2016-09-28
1
-0
/
+2
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-09-07
7
-64
/
+164
*
Don't diagnose non-modular includes when we are not compiling a module.
Manman Ren
2016-08-26
1
-1
/
+3
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
4
-4
/
+40
*
Remove excessive padding from PTHStatData (NFC)
Mehdi Amini
2016-08-24
1
-2
/
+2
*
C++ Modules TS: Add parsing support for module import declaration.
Richard Smith
2016-08-18
1
-4
/
+8
*
Module: add -fprebuilt-module-path to support loading prebuilt modules.
Manman Ren
2016-08-18
1
-2
/
+20
*
PR28438: Update the information on an identifier with local definitions before
Richard Smith
2016-08-18
1
-1
/
+6
*
Reapply r276973 "Adjust Registry interface to not require plugins to export a...
John Brawn
2016-08-05
1
-1
/
+1
[prev]
[next]