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
/
Rewrite
Commit message (
Expand
)
Author
Age
Files
Lines
*
objc rewriter: Restore objc_msgSend_stret/objc_msgSendSuper_stret declaration
Fariborz Jahanian
2011-10-11
1
-6
/
+6
*
objc rewriter. Fix declaration of objc_msgSend_stret/objc_msgSendSuper_stret.
Fariborz Jahanian
2011-10-07
1
-7
/
+12
*
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-07
1
-2
/
+2
*
Improve location fidelity of objc decls.
Argyrios Kyrtzidis
2011-10-04
1
-1
/
+1
*
ArrayRef'ize ObjCMessageExpr
Argyrios Kyrtzidis
2011-10-03
1
-6
/
+4
*
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
Douglas Gregor
2011-09-29
2
-11
/
+5
*
When 'bool' is not a built-in type but is defined as a macro, print
Douglas Gregor
2011-09-27
1
-21
/
+21
*
Rename DiagnosticInfo to Diagnostic as per issue 5397
David Blaikie
2011-09-26
2
-2
/
+2
*
Rename IgnoringDiagClient to IgnoringDiagConsumer as per issue 5397
David Blaikie
2011-09-25
1
-3
/
+3
*
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
2
-2
/
+2
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
3
-13
/
+15
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-6
/
+6
*
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
2
-34
/
+34
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-10
/
+10
*
objc rewriter - more fixes to support compiling the rewritten
Fariborz Jahanian
2011-09-10
1
-4
/
+10
*
objc rewriter - Add rewriter test for new instancetype
Fariborz Jahanian
2011-09-09
1
-1
/
+3
*
Give conversions of block pointers to ObjC pointers a different cast kind
John McCall
2011-09-09
1
-11
/
+39
*
Fix a rewriter bug caused by recent changes in objc's
Fariborz Jahanian
2011-08-29
1
-26
/
+65
*
objective-c: Treat top-level objective-c declarations
Fariborz Jahanian
2011-08-27
1
-25
/
+28
*
objc rewriter: Fixes a rewriting of implicit casting of an integral
Fariborz Jahanian
2011-08-04
1
-1
/
+5
*
objective-c rewrite: Fixes rewriting of objective-c collection
Fariborz Jahanian
2011-08-02
1
-1
/
+9
*
objc rewriter - my last patch was not quite right.
Fariborz Jahanian
2011-07-30
1
-2
/
+8
*
objc rewriter - set the flag passed to _Block_object_assign/_Block_object_dis...
Fariborz Jahanian
2011-07-30
1
-2
/
+2
*
Add support for C++0x unicode string and character literals, from Craig Topper!
Douglas Gregor
2011-07-27
2
-9
/
+19
*
Rename getInstantiationLineNumber to getExpansionLineNumber in both
Chandler Carruth
2011-07-25
1
-2
/
+2
*
Rename SourceManager::getInstantiationRange to getExpansionRange.
Chandler Carruth
2011-07-25
1
-1
/
+1
*
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-25
3
-10
/
+10
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
10
-118
/
+109
*
Switch a comment in Rewrite from 'instantiation' to 'expansion'.
Chandler Carruth
2011-07-15
1
-1
/
+1
*
Make more use of llvm::StringRef in various APIs. In particular, don't
Jay Foad
2011-06-21
1
-13
/
+7
*
Automatic Reference Counting.
John McCall
2011-06-15
2
-28
/
+48
*
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
2011-06-11
1
-5
/
+10
*
Replace a literal 8 with Context->getCharWidth() in
Ken Dyck
2011-04-30
1
-1
/
+1
*
Use S.str() to force a flush.
Fariborz Jahanian
2011-04-20
1
-3
/
+1
*
Be sure to flush raw_string_ostream objects in the Objective-C
Douglas Gregor
2011-04-20
1
-0
/
+2
*
Introduce Rewriter::IncreaseIndentation() which increase indentations for the...
Argyrios Kyrtzidis
2011-04-16
1
-0
/
+83
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-3
/
+3
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
Add a flag to StringLiteral to keep track of whether the string is a pascal s...
Anders Carlsson
2011-04-14
1
-7
/
+9
*
Collect the options applicable to the Rewriter methods into a RewriterOptions...
Argyrios Kyrtzidis
2011-04-13
1
-8
/
+10
*
Fixup more objc rwriter bug having to do with
Fariborz Jahanian
2011-04-11
2
-9
/
+23
*
Fixes a rewrting bug of a property-dot syntax expression inside
Fariborz Jahanian
2011-04-08
1
-0
/
+1
*
Enhance the Rewriter.
Argyrios Kyrtzidis
2011-04-07
1
-7
/
+76
*
Fixes a rewriter bug rewriting call to a byref
Fariborz Jahanian
2011-04-01
1
-19
/
+2
*
ANother rewrite bug, rewriting a call of
Fariborz Jahanian
2011-04-01
1
-1
/
+2
*
Fix couple of rewriter bugs related to rewriting a
Fariborz Jahanian
2011-03-31
1
-3
/
+11
*
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-03-11
1
-4
/
+5
*
Fixed InnerLocStart.
Abramo Bagnara
2011-03-09
1
-8
/
+11
*
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-08
1
-11
/
+27
*
Fixed TypedefDecl and TemplateTypeParameter source range.
Abramo Bagnara
2011-03-06
1
-1
/
+1
[next]