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
*
[leaks] Fix a leak recently introduced to the pragma handling. This
Chandler Carruth
2014-05-02
1
-0
/
+1
*
Reformat code following Preprocessor constructor updates
Alp Toker
2014-05-02
1
-6
/
+5
*
Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor
Alp Toker
2014-05-02
1
-8
/
+3
*
Remove unused IncrProcessing parameter from Preprocessor ctor
Alp Toker
2014-05-02
1
-3
/
+2
*
do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
2014-05-01
1
-0
/
+22
*
Do not print inferred submodules explicitly in __inferred_module.map
Ben Langmuir
2014-04-23
1
-0
/
+2
*
Add some missing checks for C++1y digit separators that don't in fact separate
Richard Smith
2014-04-22
1
-0
/
+6
*
Allow submodule inferrences with a missing umbrella when the module is unavai...
Ben Langmuir
2014-04-21
1
-1
/
+2
*
Don't build modules with (submodules with) missing headers
Ben Langmuir
2014-04-18
1
-2
/
+10
*
Teach users of OnDiskHashTable to define hash_value and offset types
Justin Bogner
2014-04-18
1
-8
/
+8
*
Remove OnDiskHashTable.h, since it's been moved to llvm
Justin Bogner
2014-04-18
1
-5
/
+4
*
Add more constness to module-related APIs
Dmitri Gribenko
2014-04-18
1
-2
/
+3
*
Lex: Fix __has_feature(cxx_exceptions) for objective C++
Justin Bogner
2014-04-16
1
-1
/
+1
*
Fixed problem with exclude header. The exclude header argument needs to be re...
John Thompson
2014-04-16
1
-22
/
+0
*
Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
2014-04-14
2
-27
/
+53
*
Add a test to distinguish between reserved tokens and normal identifiers.
Yunzhong Gao
2014-04-11
1
-0
/
+4
*
Add -fmodules-strict-decluse to check that all headers are in modules
Daniel Jasper
2014-04-11
1
-1
/
+5
*
Move search for header in umbrella directories into its own function
Ben Langmuir
2014-04-10
1
-75
/
+83
*
[Preprocessor/CodeComplete] Don't add include guard macros to code-completion...
Argyrios Kyrtzidis
2014-04-09
2
-1
/
+6
*
If a header is explicitly included in module A, and excluded from an umbrella
Richard Smith
2014-04-08
1
-6
/
+17
*
Revert r205436:
Roman Divacky
2014-04-03
1
-28
/
+5
*
Extend the SSE2 comment lexing to AVX2. Only 16byte align when not on AVX2.
Roman Divacky
2014-04-02
1
-5
/
+28
*
Post-commit review coding style change: renaming HasAttribute to hasAttribute...
Aaron Ballman
2014-03-31
1
-1
/
+1
*
Reapplying r204952 a second time.
Aaron Ballman
2014-03-31
1
-15
/
+3
*
[HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInf...
Argyrios Kyrtzidis
2014-03-29
1
-1
/
+1
*
Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"
Justin Bogner
2014-03-28
1
-29
/
+57
*
Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"
Justin Bogner
2014-03-28
1
-0
/
+1
*
Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"
Justin Bogner
2014-03-28
1
-57
/
+29
*
Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"
Justin Bogner
2014-03-28
1
-1
/
+0
*
OnDiskHashTable: Use Endian.h to read little endian ostreams
Justin Bogner
2014-03-28
1
-29
/
+57
*
OnDiskHashTable: Use EndianStream.h to write little endian ostreams
Justin Bogner
2014-03-28
1
-0
/
+1
*
Reverting r204968 and r204969; while more build bots are happy with the resul...
Aaron Ballman
2014-03-27
1
-3
/
+15
*
Reapplying r204952 with fixes which should hopefully resolve linking issues w...
Aaron Ballman
2014-03-27
1
-15
/
+3
*
Reverting r204952, while I figure out what's going on with the makefile build.
Aaron Ballman
2014-03-27
1
-3
/
+15
*
Clean up the __has_attribute implementation without modifying its behavior.
Aaron Ballman
2014-03-27
1
-15
/
+3
*
Prevent lookup of subframework modules by name without parent framework
Ben Langmuir
2014-03-20
1
-24
/
+3
*
Silencing an MSVC warning about not all control paths returning a value. No f...
Aaron Ballman
2014-03-20
1
-0
/
+1
*
Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
2014-03-19
2
-67
/
+106
*
Use the expansion location of the file name when finding the module.
Manuel Klimek
2014-03-19
1
-1
/
+1
*
Added a __has_feature() for 'is_constructible'
Marshall Clow
2014-03-18
1
-0
/
+1
*
Preprocessor: Clarify the ownership of the IncludeMacroStack with unique_ptr.
Benjamin Kramer
2014-03-15
1
-5
/
+1
*
Implement the MS extension __identifier properly: take a token and strip it of
Richard Smith
2014-03-15
1
-6
/
+47
*
Add two missing entries to the C++11 support page. Bump one relevant diagnostic
Richard Smith
2014-03-14
1
-2
/
+3
*
Don't verify module inclusions in assembler files.
Daniel Jasper
2014-03-14
1
-1
/
+1
*
Prevent outputting HeaderFileInfos for files not used as headers
Ben Langmuir
2014-03-13
1
-0
/
+12
*
Only allow streaming exactly type 'bool' to a DiagnosticBuilder, not anything
Richard Smith
2014-03-12
1
-1
/
+2
*
Lex: reduce buffer size, add a test
Saleem Abdulrasool
2014-03-12
1
-1
/
+1
*
lex: improve include handling on Linux for Windows
Saleem Abdulrasool
2014-03-11
1
-10
/
+22
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-11
2
-35
/
+35
*
[HeaderSearch] Fix issue where if a headermap entry maps the filename to a fr...
Argyrios Kyrtzidis
2014-03-11
1
-10
/
+28
[next]