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
2009-05-23
Propagate volatile around for property references.
Mike Stump
2009-05-23
Track volatile aggregate copies better. I'm hoping someone else will decide
Mike Stump
2009-05-23
Fix thinko, and implement aggregate volatile reads.
Mike Stump
2009-05-23
More volatile fixes. Can't testcase these yet as ultimately volatile
Mike Stump
2009-05-23
Collapse a few FIXMEs together and refactor to make fixing the code easier.
Mike Stump
2009-05-23
Add support for volatile RValues.
Mike Stump
2009-05-23
Fix use after free, found by Benjamin Kramer.
Daniel Dunbar
2009-05-23
One step to fixing up codegen for a=b, where a is a volatile struct.
Mike Stump
2009-05-23
Add IEEE quad support to DefineFloatMacros.
Eli Friedman
2009-05-23
Initialize Obj-C GC attributes when emitting BlockDeclRefExprs.
Daniel Dunbar
2009-05-23
PR4247: Widen the buffer slightly so it can hold all the definitions for
Eli Friedman
2009-05-23
Fix typo.
Mike Stump
2009-05-22
Template instantiation for qualified declaration reference
Douglas Gregor
2009-05-22
Template instantiation for the GNU address-of-label extension.
Douglas Gregor
2009-05-22
Template instantiation for ExtVectorElementExpr.
Douglas Gregor
2009-05-22
Fix lots of PCH crashes caused by the new assertions in
Douglas Gregor
2009-05-22
Fix PCH crash caused by new assertions in llvm::SmallVector. Use
Ted Kremenek
2009-05-22
Cannot type cast @selector expressions.
Fariborz Jahanian
2009-05-22
In assembler-with-cpp mode, don't error on '#' (stringize) operator applied to
Daniel Dunbar
2009-05-22
Add a few tests to ensure that member functions of class templates can
Douglas Gregor
2009-05-22
Representation of and template instantiation for member
Douglas Gregor
2009-05-22
The disambiguation process for ambiguous paren expressions is not "side effec...
Argyrios Kyrtzidis
2009-05-22
The TokenLexer may encounter annotations if the parser enters them using Prep...
Argyrios Kyrtzidis
2009-05-22
This patch adds support for sender-aware dispatch in Objective-C for the GNU ...
Fariborz Jahanian
2009-05-22
Fixup codegen for __block int i; i += rhs();. Should also slightly
Mike Stump
2009-05-22
Don't warn about -funit-at-a-time, and reject -fno-unit-at-a-time.
Daniel Dunbar
2009-05-22
x86_64 ABI: Account for sret parameters consuming an integer register.
Daniel Dunbar
2009-05-22
(Next runtime only) check to see if class implements forwardInvocation method
Fariborz Jahanian
2009-05-22
Some minor comments modifications.
Argyrios Kyrtzidis
2009-05-22
Targets like PIC16 generate Static decls for automatic variables, emit the ap...
Sanjiv Gupta
2009-05-22
Handle correctly a very ugly part of the C++ syntax. We cannot disambiguate b...
Argyrios Kyrtzidis
2009-05-22
Factor the compound literal parsing out from ParseParenExpression and into a ...
Argyrios Kyrtzidis
2009-05-22
Modification to ParseParenExpression.
Argyrios Kyrtzidis
2009-05-22
Remove ParseSimpleParenExpression.
Argyrios Kyrtzidis
2009-05-22
Refactor the common code of 'ParseTypeofSpecifier' and 'ParseSizeofAlignofExp...
Argyrios Kyrtzidis
2009-05-22
Parse typeof-specifier the same way as sizeof/alignof are parsed.
Argyrios Kyrtzidis
2009-05-22
Pull EmitRecord() out of loop. It should be called only once.
Zhongxing Xu
2009-05-22
Set correct calling convention even if there is a bitcast in the way.
Torok Edwin
2009-05-22
(llvm up) Use llvm::Triple for storing target triples.
Daniel Dunbar
2009-05-22
Don't rely on getArchName() to return a constant string reference.
Daniel Dunbar
2009-05-22
A few more tweaks for Solaris; please correct me if it's wrong somehow.
Eli Friedman
2009-05-22
Add --analyzer-no-default-checks and --analyzer-output options.
Daniel Dunbar
2009-05-21
Improve target support for Solaris.
Douglas Gregor
2009-05-21
Template instantiation for C99 compound literals
Douglas Gregor
2009-05-21
Template instantiation for GNU array-range designators.
Douglas Gregor
2009-05-21
Template instantiation for C99 designated initializers, because we
Douglas Gregor
2009-05-21
Template instantiation for initializer lists
Douglas Gregor
2009-05-21
Fix CMake build for AST XML dumper
Douglas Gregor
2009-05-21
Fixup blocks codegen for { __block i; i = rhs(); }, we want the rhs
Mike Stump
2009-05-21
Fixed a warning bug when receiver is an object via
Fariborz Jahanian
[next]