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
*
Replace OwningPtr::isValid() with conversion to bool.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
2
-23
/
+14
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
2
-4
/
+2
*
RewriteObjC: Factor string literal creation into a helper and make sure it ge...
Benjamin Kramer
2014-02-25
2
-85
/
+36
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
2014-02-21
2
-22
/
+0
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
2
-35
/
+30
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
2
-44
/
+58
*
Use the simpler version of llvm::sys::fs::remove when possible.
Rafael Espindola
2014-01-10
1
-2
/
+1
*
Implement MSVC header search algorithm in MicrosoftMode.
Will Wilson
2013-12-27
1
-1
/
+1
*
Fix raw lex crash and -frewrite-includes noeol-at-eof failure
Alp Toker
2013-12-13
1
-5
/
+5
*
[CMake] clang/lib: Prune redundant dependencies.
NAKAMURA Takumi
2013-12-10
2
-2
/
+0
*
[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...
NAKAMURA Takumi
2013-12-09
2
-3
/
+14
*
Check the initial line number without going through PresumedLoc
Alp Toker
2013-12-05
1
-3
/
+2
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
2
-3
/
+3
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
2
-2
/
+2
*
Add an assert to make it clear we're on the first line
Alp Toker
2013-12-05
1
-1
/
+3
*
Revert r196372, "do not warn about unknown pragmas in modes that do not handl...
NAKAMURA Takumi
2013-12-04
1
-1
/
+7
*
do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
2013-12-04
1
-7
/
+1
*
Rewriter: Output RewriteRope contents efficiently
Alp Toker
2013-12-02
1
-2
/
+5
*
InclusionRewriter: Avoid duplicated BOM check
Alp Toker
2013-11-28
1
-7
/
+3
*
strip UTF-8 BOM in -frewrite-includes (PR#15664)
Lubos Lunak
2013-11-27
1
-0
/
+5
*
ObjectiveC modern translator. Fixes a translation bug
Fariborz Jahanian
2013-11-22
1
-6
/
+3
*
Fix typo: inccrementally
Benjamin Kramer
2013-10-13
1
-1
/
+1
*
ObjectiveC modern rewriter. Rewrite typedefs
Fariborz Jahanian
2013-10-07
1
-0
/
+15
*
Revert my patch in r191155 to allow forward
Fariborz Jahanian
2013-09-24
1
-9
/
+12
*
ObjectiveC modern translator: Provide proper cast of
Fariborz Jahanian
2013-09-17
1
-1
/
+1
*
Address review comment on r189557.
Eli Friedman
2013-09-17
1
-1
/
+3
*
Remove unused variable.
Eli Friedman
2013-09-10
1
-1
/
+0
*
Modern ObjectiveC translator. Fix translation of
Fariborz Jahanian
2013-09-09
1
-36
/
+26
*
Fix constructor-related typos.
Benjamin Kramer
2013-09-09
2
-28
/
+28
*
ObjectiveC modern translator: fix up generated fast enumeration
Fariborz Jahanian
2013-09-05
1
-18
/
+23
*
Properly escape filenames in line directives.
Eli Friedman
2013-08-29
1
-1
/
+3
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
3
-3
/
+3
*
[frontend] '-frewrite-includes' should not ignore headers included from comma...
Argyrios Kyrtzidis
2013-07-26
1
-1
/
+12
*
avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831)
Lubos Lunak
2013-07-20
1
-0
/
+8
*
fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795)
Lubos Lunak
2013-07-20
1
-3
/
+30
*
Update for llvm API change.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
Use llvm::sys::fs::createUniqueFile.
Rafael Espindola
2013-07-05
1
-2
/
+1
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-6
/
+4
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
2
-20
/
+20
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
2
-16
/
+16
*
Port HTMLDiagnostics to PathV2. No intended functionality change.
Benjamin Kramer
2013-06-12
1
-2
/
+1
*
Added Lexer::getBufferEnd().
Alexander Kornienko
2013-06-04
1
-1
/
+1
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-1
/
+1
*
Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the F...
Argyrios Kyrtzidis
2013-05-07
1
-1
/
+1
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-5
/
+0
*
rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
Benjamin Kramer
2013-04-16
1
-1
/
+119
*
[frontend] -frewrite-includes: turn implicit module imports into @imports.
Argyrios Kyrtzidis
2013-04-10
1
-15
/
+24
*
[frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo ...
Argyrios Kyrtzidis
2013-04-10
1
-3
/
+8
[next]