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
*
[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
*
Revert r276973 "Adjust Registry interface to not require plugins to export a ...
John Brawn
2016-07-28
1
-1
/
+1
*
Reapply r276856 "Adjust Registry interface to not require plugins to export a...
John Brawn
2016-07-28
1
-1
/
+1
*
Implement filtering for code completion of identifiers.
Vassil Vassilev
2016-07-27
2
-2
/
+13
*
Revert r276856 "Adjust Registry interface to not require plugins to export a ...
John Brawn
2016-07-27
1
-1
/
+1
*
Adjust Registry interface to not require plugins to export a registry
John Brawn
2016-07-27
1
-1
/
+1
*
Support '#pragma once' in headers when using PCH
Sunil Srivastava
2016-07-25
1
-1
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
7
-10
/
+5
*
[Lex] Speed up updateConsecutiveMacroArgTokens (NFC)
Vedant Kumar
2016-07-07
1
-3
/
+4
*
[Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...
Eric Fiselier
2016-07-01
1
-0
/
+1
*
[Lex] Try to fix a 'comparison is always false' warning. NFC.
George Burgess IV
2016-06-16
1
-1
/
+1
*
Patch for r272584 (http://reviews.llvm.org/rL272584) to address clang-x64-nin...
Taewook Oh
2016-06-13
1
-41
/
+41
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
2
-6
/
+156
*
Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
Taewook Oh
2016-06-13
2
-156
/
+6
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
2
-6
/
+156
*
Revert commit r271708
Taewook Oh
2016-06-04
2
-75
/
+6
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-03
2
-6
/
+75
[next]