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
...
*
[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
*
AST: Don't ignore alignas on EnumDecls when calculating alignment
David Majnemer
2015-01-21
1
-2
/
+12
*
Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.
Alexander Kornienko
2015-01-20
1
-1
/
+3
*
Reverting r226548 as one of the tests fails in some configurations.
Alexander Kornienko
2015-01-20
1
-3
/
+1
*
Introduce SPIR calling conventions.
Sameer Sahasrabuddhe
2015-01-20
1
-1
/
+3
*
Fix some copypasta typos in asserts.
Sean Silva
2015-01-16
1
-2
/
+2
*
AST: Ensure implicit records have default visibility
David Majnemer
2015-01-15
1
-0
/
+2
*
Document that GetTypeForDeclarator() cannot return a null type.
Nico Weber
2015-01-04
1
-1
/
+1
*
[OpenCL] Generic address space has been added in OpenCL v2.0.
Anastasia Stulova
2014-11-26
1
-3
/
+4
*
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
2014-11-13
1
-0
/
+56
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-1
/
+3
*
[Sanitizer] Refactor sanitizer options in LangOptions.
Alexey Samsonov
2014-11-11
1
-1
/
+1
*
Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarity
David Blaikie
2014-10-17
1
-1
/
+1
*
Teach SanitizerBlacklist to blacklist by SourceLocation. NFC.
Alexey Samsonov
2014-10-16
1
-1
/
+1
*
PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...
David Blaikie
2014-10-16
1
-1
/
+1
*
Move SanitizerBlacklist object from CodeGenModule to ASTContext.
Alexey Samsonov
2014-10-15
1
-27
/
+20
*
Objective-C [Sema]. Fixes a bug in comparing qualified
Fariborz Jahanian
2014-10-13
1
-48
/
+30
*
Return a reference instead of vector copy for parentmap queries.
Benjamin Kramer
2014-10-04
1
-6
/
+5
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-1
/
+2
*
Fix handling of preincrement on bit-fields. This gives a bit-field in C++, but
Richard Smith
2014-09-24
1
-7
/
+23
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-25
1
-5
/
+3
*
Objective-C. Warn when @encode'ing provides an incomplete
Fariborz Jahanian
2014-08-22
1
-26
/
+39
*
Range'ify some for loops over RecordDecl::fields()
Hans Wennborg
2014-08-21
1
-4
/
+3
*
AST: Propagate 'AlignIsRequired' though many levels of typedefs
David Majnemer
2014-08-04
1
-1
/
+3
*
Factor out exception specification information from
Richard Smith
2014-07-31
1
-8
/
+7
*
AST: Simplify some code
David Majnemer
2014-07-30
1
-6
/
+7
*
Simplify the code.
Rafael Espindola
2014-07-30
1
-7
/
+6
*
Fix a use after free bug.
Rafael Espindola
2014-07-30
1
-5
/
+8
*
MS ABI: Consider alignment attributes on typedefs for layout
David Majnemer
2014-07-30
1
-39
/
+42
*
MS compatibility: always emit dllexported in-class initialized static data me...
Hans Wennborg
2014-07-17
1
-1
/
+14
*
Added the pack_elements range accessor. Refactoring some for loops to use ran...
Aaron Ballman
2014-07-15
1
-5
/
+3
*
Cleanup. No functionality change.
Richard Smith
2014-07-10
1
-2
/
+2
*
ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method.
Joe Groff
2014-07-07
1
-3
/
+11
*
Do not store duplicate parents when memoization data is available.
Samuel Benzaquen
2014-06-13
1
-14
/
+25
*
CodeGen: Correct linkage of thread_local for OS X
David Majnemer
2014-06-11
1
-8
/
+0
*
Teach __alignof__ to look through arrays before performing the
Richard Smith
2014-06-10
1
-9
/
+1
*
Related to PR19992: when the GNU alignof-expression extension is applied to an
Richard Smith
2014-06-10
1
-3
/
+8
*
Delay lookup of simple default template arguments under -fms-compatibility
Reid Kleckner
2014-06-06
1
-2
/
+0
*
Cleanup, and always create a DecltypeType for a decltype expression, rather
Richard Smith
2014-06-05
1
-21
/
+16
[prev]
[next]