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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the missing line return to align parameters of printPretty.
Michael Han
2013-01-27
1
-1
/
+1
*
[utils] Kill another no-longer-useful utility script.
Daniel Dunbar
2013-01-25
1
-117
/
+0
*
[utils] Remove the OptionalTests subdir no one runs.
Daniel Dunbar
2013-01-25
4
-371
/
+0
*
[utils] Remove C++Tests that I don't think anyone uses anymore.
Daniel Dunbar
2013-01-25
10
-333
/
+0
*
scan-build: Add a --keep-empty option for better testing.
Jordan Rose
2013-01-24
1
-0
/
+1
*
PR14922: when printing an attribute, use the real syntax of the attribute (GN...
Michael Han
2013-01-24
3
-21
/
+148
*
clang/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp: Add /usr/bin/cmp.
NAKAMURA Takumi
2013-01-20
1
-0
/
+7
*
Turns out there is a simpler way of getting a set difference in bash than par...
Benjamin Kramer
2013-01-14
1
-1
/
+1
*
Speed up find-unused-diagnostics. Now runs in less than a second instead of m...
Benjamin Kramer
2013-01-12
1
-11
/
+7
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-3
/
+3
*
Error if an anonymous DiagGroup is referenced multiple times.
Jordan Rose
2013-01-10
1
-2
/
+119
*
[utils/ClangDataFormat.py] Don't use lldb.frame directly, get the frame from ...
Argyrios Kyrtzidis
2013-01-09
1
-3
/
+4
*
Fixed a number of -Wcovered-switch-default diagnostics in tools/clang/include...
Alexander Kornienko
2013-01-07
1
-5
/
+0
*
Implement Attr dumping for -ast-dump.
Alexander Kornienko
2013-01-07
3
-13
/
+129
*
Sort the #include lines under utils/...
Chandler Carruth
2012-12-04
3
-7
/
+5
*
[analyzer] SATestBuild.py: allow make builds to disable parallelization
Jordan Rose
2012-11-26
1
-1
/
+2
*
[analyzer] SATestBuild.py: fix broken string concatenation
Jordan Rose
2012-11-16
1
-2
/
+2
*
[ClangDataFormat.py] Add summary for QualType.
Argyrios Kyrtzidis
2012-11-16
1
-2
/
+19
*
[analyzer] CmpRuns: move the clang_version info into the run (out of
Anna Zaks
2012-11-15
1
-7
/
+15
*
[analyzer] SATestBuild.py: correctly add -j option for projects using make.
Jordan Rose
2012-11-15
1
-2
/
+2
*
[utils/ClangDataFormat.py] For invalid source locations just return
Argyrios Kyrtzidis
2012-11-15
1
-0
/
+6
*
[PCH] Reading expressions from attributes should be done using ReadExpr(),
Argyrios Kyrtzidis
2012-11-15
1
-1
/
+1
*
[utils/ClangDataFormat.py] Add data formatter for StringRef.
Argyrios Kyrtzidis
2012-11-14
1
-0
/
+21
*
[utils/ClangDataFormat.py] In the summary of SourceLocation, include whether ...
Argyrios Kyrtzidis
2012-11-14
1
-2
/
+5
*
Remove the cellspu port.
Eric Christopher
2012-11-14
3
-6
/
+0
*
[analyzer] Ensure that CmpRuns recursively walks the output directory.
Anna Zaks
2012-11-14
1
-39
/
+40
*
Remove leftover code.
Argyrios Kyrtzidis
2012-11-09
1
-3
/
+0
*
Add lldb data formatters for clang classes, starting with SourceLocation.
Argyrios Kyrtzidis
2012-11-09
1
-0
/
+116
*
[analyzer] Test SimpleStream on the buildbot.
Anna Zaks
2012-11-02
1
-1
/
+1
*
Don't require exception handling for clang-tblgen.
Joerg Sonnenberger
2012-10-25
2
-2
/
+0
*
Don't throw exceptions in clang-tblgen by switching to PrintFatalError.
Joerg Sonnenberger
2012-10-25
4
-18
/
+24
*
[Options] Add prefixes to options.
Michael J. Spencer
2012-10-22
1
-2
/
+79
*
[analyzer] CmpRuns: cleanup APIs, allow processing of plists with no
Anna Zaks
2012-10-17
1
-16
/
+20
*
[analyzer] Expose clang_version in CmpRuns
Anna Zaks
2012-10-16
1
-2
/
+3
*
[analyzer] CmpRuns - cleaned up the API, added relative path getter
Anna Zaks
2012-10-15
1
-19
/
+40
*
Remove pointless classof()'s.
Sean Silva
2012-10-11
1
-2
/
+0
*
tblgen: Build clang-tblgen without RTTI.
Sean Silva
2012-10-10
2
-2
/
+0
*
tblgen: Use LLVM-style RTTI in clang-tblgen
Sean Silva
2012-10-10
4
-25
/
+24
*
tblgen: Migrate clang-tblgen to new TableGenMain API.
Sean Silva
2012-10-03
1
-87
/
+82
*
Comment sema: warn when comment has \deprecated but declaration does not have a
Dmitri Gribenko
2012-09-22
1
-0
/
+1
*
Comment parsing: handle \deprecated command. It is a block command, but it
Dmitri Gribenko
2012-09-13
1
-0
/
+1
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
4
-0
/
+81
*
Add handy script for updating plist FileCheck expected output for
Ted Kremenek
2012-09-10
1
-0
/
+51
*
[analyzer] testing: add a build mode to allow C++11 testing.
Anna Zaks
2012-09-06
2
-16
/
+22
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-2
/
+2
*
Comment HTML tag name machers: move from StringSwitch to an efficient
Dmitri Gribenko
2012-08-31
4
-0
/
+89
*
Revert "[analyzer] Disable diagnostic checking on the buildbot."
Jordan Rose
2012-08-31
1
-8
/
+6
*
[analyzer] Disable diagnostic checking on the buildbot.
Anna Zaks
2012-08-30
1
-6
/
+8
*
[analyzer] Fixup 162863.
Anna Zaks
2012-08-29
1
-3
/
+0
*
[analyzer]Fix typo, unbreak static analyzer BuildBot (at least
Anna Zaks
2012-08-29
1
-1
/
+4
[next]