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-10-11
clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h.
NAKAMURA Takumi
2012-10-11
X86: add F16C support in Clang
Manman Ren
2012-10-11
Remove the ASTDeserializationListener's MacroVisible() callback, which
Douglas Gregor
2012-10-11
Remove an unused bit from the serialized IdentifierInfo
Douglas Gregor
2012-10-11
Deserialize macro history when we deserialize an identifier that has
Douglas Gregor
2012-10-11
Minor cleanup for r165678; no functional change.
Eli Friedman
2012-10-11
Make sure we perform the variadic method check correctly for calls to a membe...
Eli Friedman
2012-10-10
Reapply "[analyzer] Treat fields of unions as having symbolic offsets."
Jordan Rose
2012-10-10
Fix a crash-on-invalid when parsing a reference to an invalid auto declaration
David Blaikie
2012-10-10
objective-C IRgen: When sending a method to 'super'
Fariborz Jahanian
2012-10-10
Temporarily Revert "[analyzer] Treat fields of unions as having symbolic offs...
Eric Christopher
2012-10-10
Revert "[Options] make Option a value type."
Eric Christopher
2012-10-10
[Options] make Option a value type.
Michael J. Spencer
2012-10-10
[analyzer] Treat fields of unions as having symbolic offsets.
Jordan Rose
2012-10-10
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-10
[analyzer] Don't run non-path-sensitive checks on system headers...
Jordan Rose
2012-10-10
[analyzer] Fix typo: s/HandleDeclsGallGraph/HandleDeclsCallGraph/g
Jordan Rose
2012-10-10
-Warc-repeated-use-of-weak: look through explicit casts on assigned values.
Jordan Rose
2012-10-10
Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.
Jordan Rose
2012-10-10
Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor.
Jordan Rose
2012-10-10
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
Fix stack overflow when trying to create an implicit moving
Argyrios Kyrtzidis
2012-10-10
Apply the same fundamental fix for PR14048 as was applied for PR11905.
Chandler Carruth
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
Fix PR 11709: Change the definition of va_list to meet AAPCS requirement
Logan Chien
2012-10-10
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
When indexing a module file, for the ppIncludedFile callback give
Argyrios Kyrtzidis
2012-10-10
[modules] Consistently construct a buffer as input to build the module.
Argyrios Kyrtzidis
2012-10-10
Tidy up formatting.
Richard Smith
2012-10-10
-fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positiv...
Richard Smith
2012-10-09
-fcatch-undefined-behavior: store the type name directly at the end of a type...
Richard Smith
2012-10-09
Rework the (de-)serialization of macros, as stored in
Douglas Gregor
2012-10-09
People put pragmas in crazy places; add more handling. PR14046.
Eli Friedman
2012-10-09
The clang driver has a fairly fancy support for executing gcc instead of
Rafael Espindola
2012-10-09
Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer.
Argyrios Kyrtzidis
2012-10-09
[driver] Remove redundant cases due to overlapping commits between Ted (r1655...
Chad Rosier
2012-10-09
-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...
Richard Smith
2012-10-09
[driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion]
Chad Rosier
2012-10-09
Don't forward -Wenum-conversion to cc1plus.
Ted Kremenek
2012-10-09
Don't forward -Wint-conversion to cc1plus.
Ted Kremenek
2012-10-09
Move the functionality that looks for ObjC overridden methods from
Argyrios Kyrtzidis
2012-10-09
Make the order of visitation of the pending bodies in the AST reader
Douglas Gregor
2012-10-09
When we load a function or method body from an AST file, we check
Douglas Gregor
2012-10-09
If a macro has been #undef'd in a precompiled header, we still need to
Douglas Gregor
2012-10-09
Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidat...
Benjamin Kramer
2012-10-09
We use the enums to query whether an Attributes object has that attribute. The
Bill Wendling
2012-10-09
Move the logic that searches for overridden methods from libclang to
Argyrios Kyrtzidis
2012-10-09
When storing the C++ overridden methods, store them once for the
Argyrios Kyrtzidis
2012-10-08
Make sure we allow "#pragma options align=mac68k" in function-local contexts....
Eli Friedman
2012-10-08
In VarDecl::getSourceRange() make sure to check that the source location
Argyrios Kyrtzidis
[next]