index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-09-10
Use Sema::isDeclInScope instead of IdentifierResolver::isDeclInScope.
Argyrios Kyrtzidis
2008-09-10
Tweak CGCall functions again:
Daniel Dunbar
2008-09-10
Tweak CGCall functions:
Daniel Dunbar
2008-09-09
Add CodeGenFunction::ReturnTypeUsesSret
Daniel Dunbar
2008-09-09
Add new 'CXXConditionDeclExpr' expression node used for a 'condition' declara...
Argyrios Kyrtzidis
2008-09-09
Move ABI specific code for functions / calls to CGCall.cpp:
Daniel Dunbar
2008-09-09
Factor CodeGenFunction::StartFunction out of GenerateCode and
Daniel Dunbar
2008-09-09
Make IdentifierResolver::isDeclInScope regard declarations of a parent 'contr...
Argyrios Kyrtzidis
2008-09-09
Add a LangOptions member to IdentifierResolver.
Argyrios Kyrtzidis
2008-09-09
Add Sema::isDeclInScope which wraps IdentifierResolver::isDeclInScope.
Argyrios Kyrtzidis
2008-09-09
Use a unified return block.
Daniel Dunbar
2008-09-09
Fix test case.
Argyrios Kyrtzidis
2008-09-09
Move EmitAggregate{Copy,Clear} into CodeGenFunction.
Daniel Dunbar
2008-09-09
Implement parser support for the 'condition' part of C++ selection-statements...
Argyrios Kyrtzidis
2008-09-09
Fix <rdar://problem/6197841> try, finally with no catch stops the exception f...
Steve Naroff
2008-09-09
IdentifierResolver cleanup. Make some methods out-of-line.
Argyrios Kyrtzidis
2008-09-09
Check in half-assed implementation of @try/@catch.
Anders Carlsson
2008-09-09
Simple @throw support.
Anders Carlsson
2008-09-09
Tweak implementation for allowing ObjC builtin type redefinitions.
Steve Naroff
2008-09-09
Simplify typesAreBlockCompatible().
Steve Naroff
2008-09-09
Update VC++ project files.
Argyrios Kyrtzidis
2008-09-09
Add types and functions related to exceptions.
Anders Carlsson
2008-09-09
Move handling of @try and @throw to the runtime class.
Anders Carlsson
2008-09-09
Added SSE4.1 packusdw
Mon P Wang
2008-09-09
Change CodeGen to emit calls using (RValue,Type) list:
Daniel Dunbar
2008-09-09
Added SSE41 pmovsx pmovzx intrinsics
Mon P Wang
2008-09-08
Fix a number of issues w.r.t. emission of global for functions and
Daniel Dunbar
2008-09-08
Refactor parameter attribute handling:
Daniel Dunbar
2008-09-08
Add ThreadSpecified bit to Decl.
Daniel Dunbar
2008-09-08
Add missing RUN line
Daniel Dunbar
2008-09-07
Support C++'s declaration-statement.
Argyrios Kyrtzidis
2008-09-07
rename libclangSEMA to libclangSema
Nico Weber
2008-09-06
skip test if llvm-gcc is requires but not found on the path.
Nuno Lopes
2008-09-06
Key LLVM types for TagDecl's off of the clang Type, since there is now
Daniel Dunbar
2008-09-06
Per PR2773, define __USER_LABEL_PREFIX__ for x86-32 Linux and Windows.
Eli Friedman
2008-09-05
More type checking for blocks. Still incomplete (will hopefully finish up thi...
Steve Naroff
2008-09-05
Add comment back that Argiris pointed out that I mistakenly removed (the comm...
Ted Kremenek
2008-09-05
Change struct forward declarations and definitions to use unique RecordDecls,...
Ted Kremenek
2008-09-05
Support "typeof unary-expression" (GNU C++ extension).
Argyrios Kyrtzidis
2008-09-05
Set different header search paths for the Windows platform.
Argyrios Kyrtzidis
2008-09-05
Add header search paths for Mingw32 (GCC version 4).
Argyrios Kyrtzidis
2008-09-05
Line endings: CRLF -> LF
Argyrios Kyrtzidis
2008-09-05
Fix placement of const on a number of X86 builtins.
Daniel Dunbar
2008-09-05
Test case for previous commit (Workaround gcc bug causing crash on our
Daniel Dunbar
2008-09-05
Workaround gcc bug causing crash on our preprocessed outputs.
Daniel Dunbar
2008-09-05
Remove stale comments.
Ted Kremenek
2008-09-05
Remove "NextDecl" from RecordDecl. This change touches many files that where...
Ted Kremenek
2008-09-05
Set sext/zext on function result.
Daniel Dunbar
2008-09-04
Patch to scan-build by Jordan Breeding:
Ted Kremenek
2008-09-04
Set function attributes (sext, zext, etc.) on Objective-C methods.
Daniel Dunbar
[prev]
[next]