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
/
ASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.
Benjamin Kramer
2015-10-20
1
-18
/
+32
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
[MS ABI] Give linkonce_odr, instead of external_linkage, to certain kinds of ...
David Majnemer
2015-10-19
1
-2
/
+2
*
[MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...
David Majnemer
2015-10-08
1
-5
/
+8
*
Perform Objective-C lifetime adjustments before comparing deduced lambda resu...
Douglas Gregor
2015-10-01
1
-8
/
+17
*
[CUDA] __global__ functions should always be visible externally.
Artem Belevich
2015-09-23
1
-6
/
+6
*
[CUDA] Allow parsing of host and device code simultaneously.
Artem Belevich
2015-09-22
1
-6
/
+8
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-5
/
+22
*
[OpenCL] Add new types for OpenCL 2.0.
Alexey Bader
2015-09-15
1
-0
/
+31
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-0
/
+2
*
[MS ABI] Correctly mangle classes without names for linkage purposes
David Majnemer
2015-08-31
1
-0
/
+19
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+4
*
Internal-linkage variables with constant-evaluatable initializers do not need...
Richard Smith
2015-08-19
1
-1
/
+5
*
[ASTContext] Call APValue destructors for MaterializedTemporaryValues
David Majnemer
2015-08-14
1
-0
/
+4
*
Avoid iteration invalidation issues around MaterializedTemporaryExpr
David Majnemer
2015-08-13
1
-5
/
+7
*
Rename the non-coding style conformant functions in namespace Builtins
Eric Christopher
2015-08-06
1
-1
/
+1
*
[AST] ArrayRefize template argument packs. No functionality change intended.
Benjamin Kramer
2015-08-05
1
-1
/
+1
*
[modules] Add an assert for redeclarations that we never added to their redecl
Richard Smith
2015-07-27
1
-30
/
+19
*
[AST] Perform additional canonicalization for DependentSizedArrayType
David Majnemer
2015-07-24
1
-3
/
+4
*
[MS ABI] Explicit specialization of static data members are weak
David Majnemer
2015-07-17
1
-1
/
+5
*
Implement variance for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-5
/
+50
*
Implement the Objective-C __kindof type qualifier.
Douglas Gregor
2015-07-07
1
-29
/
+82
*
Improve the Objective-C common-type computation used by the ternary operator.
Douglas Gregor
2015-07-07
1
-75
/
+173
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-19
/
+42
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-26
/
+66
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-0
/
+1
*
[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...
Alexey Bataev
2015-07-02
1
-0
/
+11
*
[MS ABI] Account for the virtual inheritance quirk when mangling
David Majnemer
2015-06-23
1
-0
/
+10
*
Honor the objc_runtime_name attribute when encoding class/protocol names.
Douglas Gregor
2015-06-16
1
-6
/
+5
*
[MSVC] Handle out-of-line definition of static data member correctly (fix for...
Alexey Bataev
2015-05-20
1
-1
/
+1
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-0
/
+25
*
[MS ABI] Fix the preferred alignment of member pointers
David Majnemer
2015-04-24
1
-1
/
+6
*
Implement target-specific __attribute__((aligned)) value
Ulrich Weigand
2015-04-21
1
-0
/
+7
*
Fix __alignof__ of global variables on SystemZ
Ulrich Weigand
2015-04-21
1
-1
/
+1
*
Lower the default alignment on ASTContext's operator new.
Benjamin Kramer
2015-04-02
1
-4
/
+5
*
[modules] Remove redundant import of lexical decls when building a lookup table
Richard Smith
2015-03-23
1
-1
/
+1
*
Reverting r232793 until some new LLDB failures are discussed
Vince Harron
2015-03-22
1
-1
/
+1
*
[modules] Remove some redundant work when building a lookup table for a DeclC...
Richard Smith
2015-03-20
1
-1
/
+1
*
Don't crash-on-valid when an inline function is friend of class template
David Majnemer
2015-03-20
1
-1
/
+1
*
Sort ObjCProtocolDecls with array_pod_sort.
Benjamin Kramer
2015-03-14
1
-5
/
+5
*
MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr
David Majnemer
2015-03-13
1
-0
/
+3
*
MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
2015-03-11
1
-0
/
+12
*
Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext
Richard Smith
2015-03-07
1
-1
/
+9
*
MS ABI: Insert copy-constructors into the CatchableType
David Majnemer
2015-03-06
1
-0
/
+13
*
Sema: Properly initialize the thrown exception object
David Majnemer
2015-03-03
1
-0
/
+13
*
Change representation of member function pointers for MIPS targets
Zoran Jovanovic
2015-02-18
1
-0
/
+2
*
Allow to specify multiple -fsanitize-blacklist= arguments.
Alexey Samsonov
2015-02-04
1
-3
/
+2
*
AST: Hoist RT->getDecl() into a variable
David Majnemer
2015-02-03
1
-2
/
+3
*
MS ABI: Records with required alignment can't have common linkage
David Majnemer
2015-02-03
1
-0
/
+1
[prev]
[next]