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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment to XML conversion: replace string comparison with command ID comparison
Dmitri Gribenko
2013-02-03
1
-3
/
+8
*
libclang: wrap CXString implementation into 'namespace cxstring'
Dmitri Gribenko
2013-02-03
1
-19
/
+24
*
libclang: remove 'using namespace cxstring'
Dmitri Gribenko
2013-02-03
10
-13
/
+3
*
libclang: migrate IndexingDeclVisitor to ConstDeclVisitor
Dmitri Gribenko
2013-02-03
1
-36
/
+38
*
libclang: remove unneeded const_cast
Dmitri Gribenko
2013-02-03
1
-1
/
+1
*
libclang: migrate USRGenerator to ConstDeclVisitor
Dmitri Gribenko
2013-02-03
1
-59
/
+62
*
libclang: remove unneeded const_casts
Dmitri Gribenko
2013-02-03
2
-4
/
+3
*
libclang: introduce cxstring::{createRef,createDup} for StringRefs
Dmitri Gribenko
2013-02-02
11
-90
/
+111
*
Add some horrible Perl code to teach scan-build to recursively walk a directo...
Ted Kremenek
2013-02-02
1
-9
/
+22
*
libclang: introduce cxstring::{createRef,createDup} for C strings
Dmitri Gribenko
2013-02-02
8
-181
/
+200
*
Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
2013-02-01
1
-3
/
+42
*
libclang: document the purpose of createNull()
Dmitri Gribenko
2013-02-01
1
-0
/
+2
*
libclang: add comments for CXStringFlag
Dmitri Gribenko
2013-02-01
1
-1
/
+12
*
libclang: itroduce cxstring::createEmpty()
Dmitri Gribenko
2013-02-01
10
-43
/
+53
*
libclang: introduce cxstring::createNull()
Dmitri Gribenko
2013-02-01
6
-26
/
+36
*
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2013-01-31
1
-2
/
+15
*
Attempt to fix Windows build breakage.
Evgeniy Stepanov
2013-01-31
1
-1
/
+2
*
Allow the computation of the base priority for a declaration code completion ...
Douglas Gregor
2013-01-31
1
-1
/
+1
*
scan-build: When using Xcode 4.6, use build settings for doing proper build i...
Ted Kremenek
2013-01-30
1
-0
/
+30
*
[driver] Refactor the driver so that a failing commands doesn't prevent
Chad Rosier
2013-01-29
1
-8
/
+24
*
libclang: refactor CXStringPool: make it a class
Dmitri Gribenko
2013-01-26
5
-43
/
+48
*
libclang: type safety for CXTranslationUnitImpl::CIdx
Dmitri Gribenko
2013-01-26
4
-6
/
+6
*
libclang: type safety for CXTranslationUnitImpl::FormatContext
Dmitri Gribenko
2013-01-26
3
-15
/
+10
*
libclang: some type safety for CXTranslationUnitImpl's internals
Dmitri Gribenko
2013-01-26
3
-10
/
+13
*
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-26
14
-67
/
+72
*
libclang: make getCursorParentDecl() return 'const Decl *'
Dmitri Gribenko
2013-01-26
3
-4
/
+4
*
libclang: change getCursorAttr() to return 'const Attr *'
Dmitri Gribenko
2013-01-26
3
-7
/
+7
*
libclang: make getCursorStmt() and getCursorExpr() return const pointers
Dmitri Gribenko
2013-01-26
4
-169
/
+180
*
[libclang] Introduce clang_getFileUniqueID which returns a struct
Argyrios Kyrtzidis
2013-01-26
2
-0
/
+16
*
scan-build: Add a --keep-empty option for better testing.
Jordan Rose
2013-01-24
1
-4
/
+17
*
Always process an index.html file if we have HTML output. Patch by Justin Bo...
Ted Kremenek
2013-01-23
1
-1
/
+1
*
libclang: change return type of getCursorDecl() to 'const Decl *'
Dmitri Gribenko
2013-01-23
8
-159
/
+167
*
Remove uneeded casts
Dmitri Gribenko
2013-01-23
2
-6
/
+4
*
Explicitly cast away the const-ness instead of doing it implicitly.
Bill Wendling
2013-01-23
2
-5
/
+5
*
Explicitly cast away the const-ness instead of doing it implicitly.
Bill Wendling
2013-01-23
1
-5
/
+9
*
libclang: Update comment about USEDLIBS in c-*-test/Makefile.
NAKAMURA Takumi
2013-01-22
2
-1
/
+4
*
Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-ind...
NAKAMURA Takumi
2013-01-20
2
-2
/
+2
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
2
-0
/
+2
*
update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...
Chris Lattner
2013-01-20
1
-38
/
+26
*
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-20
4
-8
/
+3
*
random tidying
Chris Lattner
2013-01-19
1
-6
/
+3
*
update header comment.
Chris Lattner
2013-01-19
1
-12
/
+12
*
these now depend on the bitcode reader too.
Chris Lattner
2013-01-19
6
-3
/
+6
*
this depends on the bitcode reader, since it is using it.
Chris Lattner
2013-01-19
2
-1
/
+2
*
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-19
6
-7
/
+8
*
clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()
NAKAMURA Takumi
2013-01-18
1
-0
/
+2
*
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-17
1
-0
/
+4
*
[libclang] In clang_reparseTranslationUnit_Impl, move the check whether TU is
Argyrios Kyrtzidis
2013-01-16
1
-3
/
+2
*
[libclang] In clang_getCursorType, don't crash if the translation unit is not
Argyrios Kyrtzidis
2013-01-16
1
-0
/
+3
*
Fix Casting
David Greene
2013-01-15
1
-6
/
+11
[next]