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
/
Decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constant expression evaluation: support for evaluation of structs and unions of
Richard Smith
2011-11-10
1
-14
/
+10
*
There's no good reason to track temporaries in ExprWithCleanups,
John McCall
2011-11-10
1
-15
/
+0
*
From Vassil Vassilev: add checks for removing Decls for more use cases.
Axel Naumann
2011-11-08
1
-1
/
+1
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-5
/
+5
*
PR11062: Make C99 inlining work properly for names with associated builtin li...
Eli Friedman
2011-10-11
1
-1
/
+6
*
Constant expression evaluation refactoring:
Richard Smith
2011-10-10
1
-0
/
+6
*
In DeclContext::LoadLexicalDeclsFromExternalStorage don't clear out
Argyrios Kyrtzidis
2011-10-07
1
-1
/
+2
*
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-07
1
-6
/
+6
*
Use a sidetable in ASTContext for ParmVarDecls whose index exceeds the 8 bits...
Ted Kremenek
2011-10-06
1
-0
/
+9
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
Don't use TemplateArgumentListInfo inside AST nodes because it may leak.
Argyrios Kyrtzidis
2011-09-22
1
-1
/
+1
*
ArrayRef-ifying Function/BlockDecl's setParams
David Blaikie
2011-09-21
1
-13
/
+12
*
Remove redundant break statements, and replace asserts with llvm_unreachable
Peter Collingbourne
2011-09-20
1
-7
/
+7
*
OpenCL: introduce support for function scope __local variables
Peter Collingbourne
2011-09-19
1
-6
/
+7
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-1
/
+1
*
Fix else style. No functionality change intended.
Chad Rosier
2011-08-17
1
-4
/
+2
*
Track in the AST whether a function is constexpr.
Richard Smith
2011-08-15
1
-2
/
+4
*
Implement function template specialization at class scope extension in Micros...
Francois Pichet
2011-08-14
1
-1
/
+13
*
Fixed FieldDecl source range.
Abramo Bagnara
2011-08-05
1
-2
/
+2
*
Not sure why we bother updating FunctionDecl's EndRangeLoc in FunctionDecl::s...
Argyrios Kyrtzidis
2011-07-30
1
-5
/
+0
*
[libclang] Annotation of parameters that got default args from a previous dec...
Argyrios Kyrtzidis
2011-07-30
1
-0
/
+10
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
Don't crash when codegen'ing an empty redecl of a function in C99 mode, when
Nick Lewycky
2011-07-18
1
-3
/
+4
*
In C99, emit an inline function when encountering an extern redeclaration.
Nick Lewycky
2011-07-18
1
-0
/
+26
*
Augment the interface of ExternalASTSource::FindExternalLexicalDecls()
Douglas Gregor
2011-07-15
1
-3
/
+8
*
r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly,
Cameron Zwarich
2011-07-07
1
-26
/
+0
*
A redeclaration of an inline method in C99 mode should trigger emission of that
Nick Lewycky
2011-07-07
1
-0
/
+26
*
Don't factor in visibility for templates and template arguments
John McCall
2011-06-27
1
-24
/
+44
*
A few tweaks to MaterializeTemporaryExpr suggested by John.
Douglas Gregor
2011-06-21
1
-2
/
+1
*
Introduce a new AST node describing reference binding to temporaries.
Douglas Gregor
2011-06-21
1
-0
/
+14
*
Move computation of __private_extern__ visibilty to
Fariborz Jahanian
2011-06-16
1
-0
/
+8
*
Introduce a utility routine for checking whether a block's captures
John McCall
2011-06-15
1
-0
/
+10
*
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
2011-06-11
1
-3
/
+11
*
Implement -fgnu89-inline. Fixes PR10041.
Rafael Espindola
2011-06-02
1
-1
/
+1
*
Implement explicit specialization of explicitly-defaulted constructors.
Alexis Hunt
2011-05-23
1
-1
/
+1
*
main() exists in hosted, not freestanding implementations. Fixes the
Alexis Hunt
2011-05-15
1
-1
/
+1
*
Add a method for checking whether a function is one of the reserved global
John McCall
2011-05-15
1
-4
/
+28
*
When emitting the destructor for a class with a vtable, if we can determine
Anders Carlsson
2011-05-14
1
-0
/
+14
*
Modify some deleted function methods to better reflect reality:
Alexis Hunt
2011-05-06
1
-1
/
+12
*
Finish off rules for z-length bitfields in ms_struct
Fariborz Jahanian
2011-05-03
1
-2
/
+1
*
More rule enforcement of zero bitfields for ms_struct.
Fariborz Jahanian
2011-05-02
1
-1
/
+2
*
Compress some bits. Only matters for MSVC, or if we ever
John McCall
2011-05-01
1
-1
/
+1
*
ms_struct patch for initialization and field access irgen.
Fariborz Jahanian
2011-04-28
1
-2
/
+13
*
Add -fdelayed-template-parsing option. Using this option all templated functi...
Francois Pichet
2011-04-22
1
-1
/
+4
*
ADT/Triple: Switch to using .isOSDarwin() predicate.
Daniel Dunbar
2011-04-19
1
-1
/
+1
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-7
/
+21
*
Chained PCH: Remember when additional specializations are added to a function...
Sebastian Redl
2011-04-14
1
-1
/
+1
*
On Mac OS X, the presence of an 'availability' attribute for that
Douglas Gregor
2011-03-26
1
-54
/
+70
*
Fix a test case and teach ClearLinkageCache() to clear the linkage of
John McCall
2011-03-22
1
-1
/
+3
[next]