index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-03-01
Moving tagging of '__experimental_modules_import' IdentifierInfo out of
Ted Kremenek
2012-03-01
Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name s...
Eli Friedman
2012-03-01
[analyzer] Turn inlining on by default for better testing exposure.
Anna Zaks
2012-03-01
Add a flag -fthread-sanitizer.
Kostya Serebryany
2012-03-01
Change @import to @__experimental_modules_import. We are not ready to commit...
Ted Kremenek
2012-03-01
[analyzer] Fix a regression introduced in malloc with
Anna Zaks
2012-03-01
Reapply r151702 with a small fix for a failure to cut and paste
Eric Christopher
2012-03-01
Fix the isReferenced bit on parameters in a couple of edge cases. PR12153.
Eli Friedman
2012-03-01
Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.
Argyrios Kyrtzidis
2012-03-01
StmtProfiler: Add a null check for child statements.
Peter Collingbourne
2012-03-01
Implement double underscore names support in __has_attribute
Jean-Daniel Dupas
2012-03-01
Avoid examining the AST from the parser, and simplify somewhat.
Richard Smith
2012-03-01
Revert r151800, which was committed without review and has correctness issues.
Richard Smith
2012-03-01
Implements support for #pragma include_alias in ms compatibility mode. Fixes...
Aaron Ballman
2012-03-01
Added support for parsing declspecs on enumerations. Fixes PR8783
Aaron Ballman
2012-03-01
Implement "optimization" for lambda-to-block conversion which inlines the gen...
Eli Friedman
2012-03-01
Reject 'a = {0} = {0}' rather than parsing it as '(a = {0}) = {0}'. Also
Richard Smith
2012-03-01
Fix regression from llvm-gcc where we should NOT emit a warning about __attri...
Ted Kremenek
2012-03-01
[analyzer] Diagnostics - do not try to cleanup the path with macros, it
Anna Zaks
2012-03-01
Tighten type-checking a bit to make it clearer how BuildCXXMemberCallExpr is ...
Eli Friedman
2012-03-01
Move suport for redefining operator keywords from -fms-extensions to -fms-com...
Nico Weber
2012-03-01
Change if...else if...else if... to a switch.
Ted Kremenek
2012-02-29
[analyzer] when scanning FIDs in a PathDiagnostic, correctly recurse calls an...
Ted Kremenek
2012-02-29
Allow operator keywords to be #defined in ms-ext mode.
Nico Weber
2012-02-29
objective-c: provide fixit hint when atomic property does not
Fariborz Jahanian
2012-02-29
Fix a couple -Wuninitialized warnings from gcc. Reported by David Greene.
Eli Friedman
2012-02-29
Serialization: Switch over to using the native SmallVector based BitstreamWriter
Daniel Dunbar
2012-02-29
Allocate TargetLibraryInfo for the CodeGen passes. Otherwise, it's instantiated
Chad Rosier
2012-02-29
[analyzer] Malloc: A pointer might escape through CFContainers APIs,
Anna Zaks
2012-02-29
Revert r151702, "Add support for handling captured variables in lambda debug
Daniel Dunbar
2012-02-29
Add -C when linking on Solaris so that the error messages are understandable ...
David Chisnall
2012-02-29
Tentatively fix PR12117. The test case from the bug now passes, and all exist...
Sebastian Redl
2012-02-29
Reapply r151638 and r151641.
James Molloy
2012-02-29
Remove a recursive visitiation in ExprEngine that is no longer needed
Erik Verbruggen
2012-02-29
[analyzer] Tweak the UnreachableCode checker to not warning about unreachable...
Ted Kremenek
2012-02-29
A couple minor bug-fixes for template instantiation for expressions which are...
Eli Friedman
2012-02-29
[driver] Emit an error when trying to use ARC on macosx earlier than 10.6
Argyrios Kyrtzidis
2012-02-29
Add support for handling captured variables in lambda debug info.
Eric Christopher
2012-02-29
Formatting.
Eric Christopher
2012-02-29
Make the odr-use logic work correctly for constant-expressions. PR12006.
Eli Friedman
2012-02-29
Sema/ObjC: Override search can generate a large search list, bump the base size
Daniel Dunbar
2012-02-29
ASTWriter: Cache some DenseMaps we use repeatedly.
Daniel Dunbar
2012-02-29
Parse: Change PragmaPackHandler to use the preprocessor allocator.
Daniel Dunbar
2012-02-29
objective-c modern translator. Fixes misc. bug in writing
Fariborz Jahanian
2012-02-29
Make sure list-initialization of arrays works correctly in explicit type conv...
Eli Friedman
2012-02-28
Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h
Argyrios Kyrtzidis
2012-02-28
Single- and zero-element initializer lists to scalars are list-initialization...
Sebastian Redl
2012-02-28
[analyzer diagnostics] Refactor filtration for PathDiagnosticConsumers that d...
Ted Kremenek
2012-02-28
[analyzer diagnostics] start prototyping stripping PathDiagnostics of unneces...
Ted Kremenek
2012-02-28
Modern objective-c translator. rewriting ivars of aggregate type.
Fariborz Jahanian
[prev]
[next]