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
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
7
-2480
/
+0
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-0
/
+3
*
Remove the last remaining llvm/Config/config.h includes
Alp Toker
2014-06-04
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-07
3
-19
/
+19
*
Make RewriteRope less confusing for me. No intended behavior change.
Nico Weber
2014-04-23
1
-3
/
+2
*
Check for LLVM_ON_WIN32 instead of _WIN32.
Hans Wennborg
2014-03-12
1
-1
/
+2
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Replace OwningPtr::isValid() with conversion to bool.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
1
-2
/
+1
*
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
2014-02-21
1
-11
/
+0
*
Use the simpler version of llvm::sys::fs::remove when possible.
Rafael Espindola
2014-01-10
1
-2
/
+1
*
[CMake] clang/lib: Prune redundant dependencies.
NAKAMURA Takumi
2013-12-10
1
-1
/
+0
*
[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...
NAKAMURA Takumi
2013-12-09
1
-1
/
+6
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
Rewriter: Output RewriteRope contents efficiently
Alp Toker
2013-12-02
1
-2
/
+5
*
Use llvm::sys::fs::createUniqueFile.
Rafael Espindola
2013-07-05
1
-2
/
+1
*
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
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
3
-7
/
+7
*
Make helper classes anonymous. Make helper functions static instead of privat...
Benjamin Kramer
2012-12-01
1
-0
/
+2
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-1
/
+3
*
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
1
-0
/
+1
*
Remove pointless classof()'s.
Sean Silva
2012-10-11
2
-7
/
+0
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
7
-0
/
+2488