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
/
ARCMigrate
/
TransformActions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-8
/
+8
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-2
/
+6
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
2015-07-30
1
-4
/
+3
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-2
/
+1
*
ARCMigrate: simplify diagnostic handling
Alp Toker
2014-07-02
1
-12
/
+1
*
ARCMigrate: Introduce proper diagnostics for TransformActions
Alp Toker
2014-01-26
1
-48
/
+23
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
Benjamin Kramer
2012-07-04
1
-0
/
+1
*
arc migrator: Provide infrastructure to add options
Fariborz Jahanian
2012-01-25
1
-0
/
+19
*
[arcmt] In GC, error out when there is a call that returns a pointer to
Argyrios Kyrtzidis
2011-11-04
1
-0
/
+14
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-1
/
+1
*
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
1
-1
/
+1
*
Rename SourceManager::getInstantiationRange to getExpansionRange.
Chandler Carruth
2011-07-25
1
-1
/
+1
*
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-25
1
-9
/
+9
*
Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...
Chris Lattner
2011-07-23
1
-5
/
+5
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-23
/
+21
*
[arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe
Argyrios Kyrtzidis
2011-07-18
1
-1
/
+2
*
Switch comments about 'macro instantiation' to 'macro expansion' in
Chandler Carruth
2011-07-15
1
-2
/
+2
*
Convert terminology in the Lexer from 'instantiate' and variants to
Chandler Carruth
2011-07-14
1
-2
/
+2
*
Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexe...
Argyrios Kyrtzidis
2011-07-07
1
-2
/
+2
*
In ARC, reclaim all return values of retainable type, not just those
John McCall
2011-07-07
1
-1
/
+1
*
Make the Preprocessor more memory efficient and improve macro instantiation d...
Argyrios Kyrtzidis
2011-07-07
1
-2
/
+2
*
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall
2011-06-15
1
-0
/
+699