index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for passing the main file name down to the assembler
Eric Christopher
2012-12-18
5
-14
/
+39
*
Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a reference
Richard Smith
2012-12-18
2
-8
/
+19
*
Fix isThisDeclarationADefinition for extern following tentative.
Rafael Espindola
2012-12-17
2
-1
/
+3
*
Fix PR14625 by teaching the driver to detect PWD for assembly files.
Chandler Carruth
2012-12-17
4
-10
/
+39
*
[c-index-test] Fix warnings about unused results from chdir().
Argyrios Kyrtzidis
2012-12-17
1
-3
/
+11
*
Just use begin()/end() instead of "&Vector[0], &Vector[0]+Vector.size()".
Argyrios Kyrtzidis
2012-12-17
1
-1
/
+1
*
Don't include the header outside the include guards, it defeats the purpose o...
Argyrios Kyrtzidis
2012-12-17
1
-2
/
+2
*
[parser] Push a semi token for recovery only when it is actually missing.
Argyrios Kyrtzidis
2012-12-17
1
-7
/
+9
*
[analyzer] Tweak the NumFunctionsAnalyzed stat so that it's more useful.
Anna Zaks
2012-12-17
2
-6
/
+7
*
[analyzer] Implement "do not inline large functions many times"
Anna Zaks
2012-12-17
6
-7
/
+50
*
Reapply r170344, this time without forgetting to commit the header changes.
David Chisnall
2012-12-17
7
-14
/
+112
*
Revert "Added support for new property helpers (GNUstep runtime)."
Benjamin Kramer
2012-12-17
6
-97
/
+13
*
Added support for new property helpers (GNUstep runtime).
David Chisnall
2012-12-17
6
-13
/
+97
*
Add basic support for splitting before function calls if it can't be
Daniel Jasper
2012-12-17
2
-16
/
+60
*
tsan: correct llvm libc++ name
Dmitry Vyukov
2012-12-17
1
-1
/
+1
*
Fix several formatting problems.
Daniel Jasper
2012-12-17
4
-17
/
+43
*
tsan: add __has_feature(thread_sanitizer)
Dmitry Vyukov
2012-12-17
3
-0
/
+26
*
tsan: update docs
Dmitry Vyukov
2012-12-17
1
-18
/
+20
*
Clean up a small (messy) section of Clang's release notes for 3.2.
Chandler Carruth
2012-12-17
1
-12
/
+8
*
This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABI
Bill Schmidt
2012-12-17
2
-0
/
+130
*
IdentifierResolver: Remove an unnecessary include and an unused parameter.
Nico Weber
2012-12-17
3
-6
/
+3
*
Documentation: add a missing word
Dmitri Gribenko
2012-12-16
1
-1
/
+1
*
Clang ReleaseNotes: add information about documentation comments support
Dmitri Gribenko
2012-12-16
1
-0
/
+33
*
Documentation: AutomaticReferenceCounting.rst: use CSS section numbering.
Dmitri Gribenko
2012-12-16
1
-5
/
+52
*
Don't use SourceLineCache in getColumnNumber if LastLineNoResult is past the ...
Craig Topper
2012-12-16
1
-1
/
+2
*
docs: Fix completely broken adornment structure.
Sean Silva
2012-12-16
1
-68
/
+60
*
Documentation: random cleanups. Use monospaced font where appropriate,
Dmitri Gribenko
2012-12-15
8
-205
/
+202
*
Documentation: convert InternalsManual.html to reST
Dmitri Gribenko
2012-12-15
5
-2038
/
+1823
*
Documentation: LanguageExtensions.rst: convert link to :doc: style and fix up
Dmitri Gribenko
2012-12-15
1
-3
/
+3
*
[ubsan] Emit branch weight metadata to hint towards common case.
Will Dietz
2012-12-15
2
-3
/
+13
*
Docs: redirect "static analysis extensions" section to the analyzer site.
Jordan Rose
2012-12-15
1
-110
/
+88
*
Remove old description of analyzer internals from public docs.
Jordan Rose
2012-12-15
2
-1
/
+0
*
fixed line endings
Anton Yartsev
2012-12-14
1
-22
/
+22
*
added post-statement callback to CXXNewExpr and pre-statement callback to CXX...
Anton Yartsev
2012-12-14
1
-15
/
+22
*
Don't hit an assertion failure when calculating the __PRETTY_FUNCTION__
Argyrios Kyrtzidis
2012-12-14
2
-2
/
+2
*
[analyzer] Propagate the checker's state from checkBranchCondition
Anna Zaks
2012-12-14
1
-3
/
+3
*
[analyzer] Refactor: Store visited Decls instead of CallGraphNodes.
Anna Zaks
2012-12-14
1
-24
/
+22
*
Style and Doc fix for CommonOptionsParser
Edwin Vane
2012-12-14
5
-16
/
+16
*
[preprocessor] For errors at a function macro invocation, also include
Argyrios Kyrtzidis
2012-12-14
2
-3
/
+11
*
[CMake] Move libxml2 stuff from clang to llvm/cmake.
NAKAMURA Takumi
2012-12-14
2
-6
/
+1
*
Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.
Nico Weber
2012-12-14
4
-49
/
+76
*
Targets.cpp: [cygwin] Add the predefined macro "_X86_", according to newer ve...
NAKAMURA Takumi
2012-12-14
1
-0
/
+1
*
Have Sema::ActOnStartOfFunctionDef return the declaration that was passed it.
Argyrios Kyrtzidis
2012-12-14
2
-4
/
+4
*
Remove code from Sema::ActOnStartOfFunctionTemplateDef that duplicates what
Argyrios Kyrtzidis
2012-12-14
1
-7
/
+1
*
fix another spello
Nico Weber
2012-12-14
1
-1
/
+1
*
fix spello
Nico Weber
2012-12-14
1
-1
/
+1
*
clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts.
NAKAMURA Takumi
2012-12-14
1
-2
/
+2
*
Refactor dump methods to make RegionBindingsRef printable in the debugger.
Ted Kremenek
2012-12-14
1
-9
/
+16
*
Make the test less sensitive to the inline threshold.
Nadav Rotem
2012-12-14
1
-1
/
+1
*
Make sure the __invoke function for lambdas returns properly. Per bug report...
Eli Friedman
2012-12-13
2
-0
/
+11
[next]