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
/
AST
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parsing/Sema for OMPAlignedClause.
Alexander Musman
2014-05-29
3
-0
/
+38
*
Move the logic for testing for namespace std into one location. This check can
Richard Trieu
2014-05-28
2
-8
/
+21
*
Retain isImplicit flag for local variable declarations when instantiating
Alexander Kornienko
2014-05-27
1
-0
/
+2
*
Add range accessors for captures of a LambdaExpr.
James Dennett
2014-05-27
1
-0
/
+12
*
Parsing/Sema for OMPCollapseClause.
Alexander Musman
2014-05-27
2
-0
/
+11
*
AArch64/ARM64: update Clang after AArch64 removal.
Tim Northover
2014-05-24
1
-4
/
+4
*
CXXInfo memory should be released after calling the destructor
Yaron Keren
2014-05-24
1
-1
/
+1
*
[MS-ABI] Implements MS-compatible RTTI
Warren Hunt
2014-05-23
1
-5
/
+5
*
Avoid allocating extra memory to handle the lazy definition data pointer for
Richard Smith
2014-05-22
2
-4
/
+4
*
Improved location for non-constant initializers diagnostics.
Abramo Bagnara
2014-05-22
1
-18
/
+33
*
Move virtual methods out of line.
Rafael Espindola
2014-05-21
1
-0
/
+26
*
Make the parent-map use significantly less memory.
Manuel Klimek
2014-05-21
1
-3
/
+37
*
Make global named registers internal variables
Renato Golin
2014-05-21
1
-0
/
+3
*
Ignore void returning overloaded functions fom -Wunused-comparison. PR19791.
Richard Trieu
2014-05-20
1
-1
/
+2
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
6
-122
/
+161
*
Rename SourceManager::createFileIDForMemBuffer()
Alp Toker
2014-05-16
1
-2
/
+1
*
Allow dllimport/dllexport on inline functions and adjust the linkage.
Hans Wennborg
2014-05-15
2
-6
/
+34
*
AST: Remove dead-code/update reference to standard
David Majnemer
2014-05-15
1
-11
/
+8
*
When an overloaded comparison operator returns a reference, do not consider
Richard Trieu
2014-05-14
1
-0
/
+2
*
Fix the AST printer for attributed statements so that it does not print dupli...
Aaron Ballman
2014-05-13
1
-13
/
+2
*
No longer triggering a checked iterator assert on Windows when using std::cop...
Aaron Ballman
2014-05-13
1
-4
/
+3
*
Drop AST's version of ARMCXXABI, it doesn't differ from the Itanium base
Joerg Sonnenberger
2014-05-13
3
-13
/
+2
*
MS ABI: Tighten RTTI mangling
David Majnemer
2014-05-13
1
-21
/
+21
*
MS ABI: Preliminary RTTI mangling
David Majnemer
2014-05-13
1
-14
/
+69
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
43
-1019
/
+1069
*
Make DiagnosticsEngine non-copyable
Alp Toker
2014-05-11
1
-2
/
+2
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
2
-3
/
+3
*
Stop all the Decl classes poking at Redeclarable's data member directly, and ...
Richard Smith
2014-05-10
2
-3
/
+3
*
Use nullptr instead of 0 for const char * value.
Yaron Keren
2014-05-07
1
-5
/
+5
*
Fix up indentation and fix an 80 column violation.
Craig Topper
2014-05-07
1
-19
/
+20
*
AST: Update reference temporary mangling
David Majnemer
2014-05-06
1
-24
/
+26
*
[OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...
Alexey Bataev
2014-05-06
2
-0
/
+8
*
Fix some typos
Alp Toker
2014-05-05
1
-2
/
+2
*
StringRefize and take out an old FIXME
Alp Toker
2014-05-05
1
-2
/
+1
*
Replace one-element SmallVectors inside DenseMaps with TinyPtrVector.
Benjamin Kramer
2014-05-03
1
-1
/
+1
*
Eliminate ASTContext's DelayInitialization flag
Alp Toker
2014-05-03
1
-11
/
+2
*
Fix null pointer segfault when calling dump() on a DeclStmt containing a VarD...
Alex McCarthy
2014-05-02
1
-0
/
+3
*
AST: Mangle reference temporaries reliably
David Majnemer
2014-05-01
3
-2
/
+28
*
Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
2014-05-01
1
-0
/
+15
*
Comment parsing: remove HTML attribute validation
Dmitri Gribenko
2014-04-30
1
-13
/
+8
*
[ARM64] Add arm64_be where it was accidentally missed from a bunch of if-cond...
James Molloy
2014-04-30
1
-0
/
+1
*
AST: Fix visibility calculation for VarTemplateSpecializationDecl
David Majnemer
2014-04-29
1
-0
/
+4
*
CodeGen: Fix linkage of reference temporaries
David Majnemer
2014-04-28
1
-12
/
+40
*
[Index/DocComments] When cloning a full comment, pick the template parameters...
Argyrios Kyrtzidis
2014-04-27
1
-0
/
+2
*
[SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...
Argyrios Kyrtzidis
2014-04-26
1
-3
/
+13
*
Add mangling for attribute enable_if. The demangling patch for libcxxabi is s...
Nick Lewycky
2014-04-26
1
-0
/
+19
*
Print detailed vector type information on diagnostics.
Benjamin Kramer
2014-04-25
1
-0
/
+14
*
MicrosoftVTableContext: Don't leak VPtrInfos. Found by LSan, PR19522.
Nico Weber
2014-04-24
1
-0
/
+2
*
Suppress unused variable warning
Reid Kleckner
2014-04-23
1
-1
/
+3
*
Make TypeDecl much less friendly.
Richard Smith
2014-04-23
3
-14
/
+13
[next]