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
...
*
Variable templates: handle instantiation of static data member templates
Richard Smith
2013-09-27
1
-8
/
+1
*
Fix ObjC @encode for C++ classes w/virtual bases.
Eli Friedman
2013-09-18
1
-1
/
+2
*
Prune "return" after llvm_unreachable(). It was redundant.
NAKAMURA Takumi
2013-09-16
1
-1
/
+0
*
ASTContext.cpp: Fix a warning in r190684. [-Wcovered-switch-default]
NAKAMURA Takumi
2013-09-13
1
-1
/
+2
*
Certain multi-platform languages, such as OpenCL, have the concept of
David Tweed
2013-09-13
1
-0
/
+14
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-1
/
+16
*
Add new methods for TargetInfo:
Stepan Dyatkovskiy
2013-09-05
1
-0
/
+34
*
Delete CC_Default and use the target default CC everywhere
Reid Kleckner
2013-08-27
1
-26
/
+12
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-11
/
+6
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-6
/
+11
*
[Mips][msa] Add support for half
Jack Carter
2013-08-15
1
-0
/
+5
*
Fix alignof computation of large arrays on x86_64.
Rafael Espindola
2013-08-08
1
-9
/
+4
*
Correctly allign arrays on 32 bit systems.
Rafael Espindola
2013-08-07
1
-7
/
+8
*
Patch to fix doxygen trailing comments for ObjectiveC methods.
Fariborz Jahanian
2013-08-07
1
-1
/
+1
*
Patch to fix doxygen trailing comments for ObjectiveC properties.
Fariborz Jahanian
2013-08-06
1
-1
/
+2
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-22
/
+35
*
AST: Treat inline function declarations in -fms-compatibility as if it were i...
David Majnemer
2013-08-01
1
-2
/
+3
*
[libclang] Remove comma from the blacklist of characters that prevent a comme...
Argyrios Kyrtzidis
2013-07-26
1
-1
/
+1
*
Documentation parsing: if typedef name is being declared
Fariborz Jahanian
2013-07-24
1
-1
/
+7
*
ObjC migrator: finding conforming protocol
Fariborz Jahanian
2013-07-15
1
-0
/
+32
*
Add 'static' and 'const' qualifiers to some arrays of strings.
Craig Topper
2013-07-15
1
-2
/
+2
*
Simplify getTypeInfoImpl handling of 'non-canonical unless dependent' types.
David Blaikie
2013-07-13
1
-26
/
+4
*
fixes a typo caught by Jordan.
Fariborz Jahanian
2013-07-12
1
-1
/
+1
*
Objective-C: Produce gcc compatible encoding of
Fariborz Jahanian
2013-07-12
1
-0
/
+14
*
More local mangling fixes.
Eli Friedman
2013-07-10
1
-14
/
+9
*
Fix mangling for block literals.
Eli Friedman
2013-07-01
1
-5
/
+2
*
Delete dead code.
Eli Friedman
2013-06-27
1
-9
/
+0
*
Rewrite record layout for ms_struct structs.
Eli Friedman
2013-06-26
1
-32
/
+0
*
Don't try to get the layout of an invalid decl in getDeclAlign.
Matt Beaumont-Gay
2013-06-25
1
-17
/
+20
*
[AST] Introduce a new DecayedType sugar node
Reid Kleckner
2013-06-24
1
-16
/
+44
*
Add an assert() suggested by Richard.
Nico Weber
2013-06-21
1
-0
/
+1
*
Fix a crash with __flaot128 noticed by Eli.
Nico Weber
2013-06-20
1
-6
/
+6
*
Lazily provide a __float128 dummy type in -std=gnu++11 mode.
Nico Weber
2013-06-20
1
-1
/
+14
*
[AST] Don't include RecursiveASTVisitor.h in ASTContext.h
Reid Kleckner
2013-06-17
1
-0
/
+95
*
Use FPT::getArgTypes() instead of manually building ArrayRefs
Reid Kleckner
2013-06-10
1
-13
/
+4
*
Revert "[Sema] Make FunctionType's TSI use unadjusted argument types"
Reid Kleckner
2013-06-08
1
-15
/
+0
*
[Sema] Make FunctionType's TSI use unadjusted argument types
Reid Kleckner
2013-06-08
1
-0
/
+15
*
Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
2013-06-05
1
-0
/
+13
*
Objective-C encoding. Fixes up encodeing for
Fariborz Jahanian
2013-06-04
1
-6
/
+3
*
Fix memory leak for APValues that do memory allocation.
Manuel Klimek
2013-06-03
1
-5
/
+7
*
Remove unused field.
Rafael Espindola
2013-05-29
1
-2
/
+1
*
Patch to issue error when target of MacOS and iOS
Fariborz Jahanian
2013-05-28
1
-0
/
+14
*
Fix a crash when we were trying to compute the linkage too early.
Rafael Espindola
2013-05-28
1
-2
/
+1
*
In -ast-dump, only dump comments when dumping the actual Decl to which they
Richard Smith
2013-05-21
1
-0
/
+5
*
Add static_cast to assertion to silence sign/unsigned comparison warning.
Richard Trieu
2013-05-14
1
-1
/
+2
*
When computing the size of large arrays, use char units instead of bits.
Richard Trieu
2013-05-14
1
-2
/
+21
*
Objective-C error recovery. This patch makes a quick
Fariborz Jahanian
2013-05-13
1
-0
/
+2
*
Fix a gcc warning.
Rafael Espindola
2013-05-13
1
-0
/
+2
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-45
/
+30
*
C++1y deduced return types: when we deduce a return type for a function which
Richard Smith
2013-05-11
1
-2
/
+10
[prev]
[next]