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
/
DumpXML.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-23
1
-1
/
+0
*
Add support for coldcc to clang
Peter Collingbourne
2013-02-22
1
-0
/
+1
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
1
-9
/
+11
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Add intel_ocl_bicc calling convention as a function attribute to clang. The c...
Guy Benyei
2012-12-25
1
-0
/
+1
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-2
/
+1
*
PR14141 (part of DR1351): An implicitly-deduced "any" exception specification
Richard Smith
2012-10-21
1
-0
/
+10
*
Put used="1" on all used declarations in the XML dumper. This allows us to
Nick Lewycky
2012-10-18
1
-1
/
+3
*
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-16
1
-0
/
+1
*
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
1
-1
/
+1
*
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-26
1
-2
/
+2
*
Fix typo in debug method.
Benjamin Kramer
2012-08-22
1
-1
/
+1
*
Do NOT use inline functions with LLVM_ATTRIBUTE_USED.
Benjamin Kramer
2012-08-14
1
-0
/
+5
*
Provide isConst/Volatile on CXXMethodDecl.
David Blaikie
2012-08-10
1
-3
/
+3
*
Added -ast-dump-filter option to clang -cc1.
Alexander Kornienko
2012-07-26
1
-5
/
+0
*
Remove HasSynthBitfield and all callers/writers/etc. Also remove
Eric Christopher
2012-07-19
1
-2
/
+0
*
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-07
1
-1
/
+1
*
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-04-06
1
-1
/
+2
*
Reapply r151638 and r151641.
James Molloy
2012-02-29
1
-0
/
+4
*
Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h
Argyrios Kyrtzidis
2012-02-28
1
-4
/
+0
*
Correctly track tags and enum members defined in the prototype of a function,...
James Molloy
2012-02-28
1
-0
/
+4
*
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-02-11
1
-1
/
+7
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-2
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-2
/
+0
*
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2012-01-14
1
-1
/
+1
*
Eliminate redundant, empty function
Douglas Gregor
2012-01-01
1
-2
/
+0
*
Eliminate ObjCForwardProtocolDecl, which is redundant now that
Douglas Gregor
2012-01-01
1
-7
/
+6
*
Move the data that corresponds to the definition of a protocol into a
Douglas Gregor
2012-01-01
1
-1
/
+0
*
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
Douglas Gregor
2011-12-27
1
-5
/
+0
*
Keep track of all declarations of an Objective-C class (both forward
Douglas Gregor
2011-12-15
1
-1
/
+1
*
objective-c: Treat top-level objective-c declarations
Fariborz Jahanian
2011-08-27
1
-2
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-18
/
+18
*
Implement Objective-C Related Result Type semantics.
Douglas Gregor
2011-06-11
1
-0
/
+1
*
Include assembler label for functions in the XML dump
Joerg Sonnenberger
2011-05-13
1
-0
/
+2
*
Modify some deleted function methods to better reflect reality:
Alexis Hunt
2011-05-06
1
-2
/
+2
*
Implement support for C++0x alias templates.
Richard Smith
2011-05-05
1
-1
/
+2
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-1
/
+9
*
Implement ARM pcs attribute. Basically it's another way of calling convention...
Anton Korobeynikov
2011-04-14
1
-0
/
+2
*
PR8369: make __attribute((regparm(0))) work correctly. Original patch by
Eli Friedman
2011-04-09
1
-1
/
+1
*
Propagate the new exception information to FunctionProtoType.
Sebastian Redl
2011-03-12
1
-2
/
+3
*
Revert "Add CC_Win64ThisCall and set it in the necessary places."
Tilmann Scheller
2011-03-02
1
-1
/
+0
*
Add CC_Win64ThisCall and set it in the necessary places.
Tilmann Scheller
2011-03-02
1
-0
/
+1
*
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-19
1
-1
/
+1
*
Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,
Alexis Hunt
2011-01-08
1
-1
/
+1
*
Replace the representation of template template argument pack
Douglas Gregor
2011-01-05
1
-0
/
+4
*
Clean up the handling of template argument packs, especially in the
Douglas Gregor
2010-12-20
1
-1
/
+4
*
Tweaks.
John McCall
2010-12-02
1
-1
/
+1
*
ObjC support in the XML dumper.
John McCall
2010-12-02
1
-1
/
+158
[next]