index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
Age
Commit message (
Expand
)
Author
2009-06-08
PR4016: Forward -fno-show-source-location to clang.
Daniel Dunbar
2009-06-08
Add real parsing for __declspec. It doesn't make much of a difference
Eli Friedman
2009-06-08
Misc minor fixes for clang for the Windows target.
Eli Friedman
2009-06-08
Delete method which is now trivial.
Eli Friedman
2009-06-08
teach clang that -Wunused turns on all unused warnings, even though most
Chris Lattner
2009-06-07
Instantiation support for more Obj-C expressions, string literals, @selector ...
Anders Carlsson
2009-06-07
Template instantiation support for Obj-C @encode expressions.
Anders Carlsson
2009-06-07
Remove a few more vector builtins.
Eli Friedman
2009-06-07
Now that LLVM CodeGen can handle the generic variations a bit better,
Eli Friedman
2009-06-06
Get rid of a bunch of dead builtins.
Eli Friedman
2009-06-06
Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argume...
Anders Carlsson
2009-06-05
Set function Attribute::NoImplicitFloat appropriately.
Devang Patel
2009-06-05
Use of DeclContext for objc's ivars. No functionality
Fariborz Jahanian
2009-06-05
Improvements to CXXExprWithTemporaries in preparation for fixing a bug with d...
Anders Carlsson
2009-06-05
PR3443: Add stpcpy builtin (plus a few other related builtins). Yes,
Eli Friedman
2009-06-05
Add driver support for -fsigned-char/-funsigned-char.
Eli Friedman
2009-06-05
Move CharIsSigned from TargetInfo to LangOptions.
Eli Friedman
2009-06-05
Add a couple of FreeBSD-specific command-line options.
Eli Friedman
2009-06-05
Address review comments for #pragma weak.
Eli Friedman
2009-06-05
Make TemplateArgumentListBuilder take an ASTContext (because we're probably g...
Anders Carlsson
2009-06-05
Make the TemplateArgumentList take a TemplateArgumentListBuilder.
Anders Carlsson
2009-06-05
Change the specialization decls to take a TemplateArgumentListBuilder.
Anders Carlsson
2009-06-05
Add a helper class for building template argument lists.
Anders Carlsson
2009-06-05
Start of a Sema implementation for #pragma weak. This isn't really the
Eli Friedman
2009-06-05
Several improvements to template argument deduction:
Douglas Gregor
2009-06-05
Add parser support for #pragma weak.
Eli Friedman
2009-06-04
Set function attribute llvm::Attribute::NoRedZone appropriately.
Devang Patel
2009-06-04
Clean up builtin lists, add a few new builtins. (I re-sorted the
Eli Friedman
2009-06-04
forward -fno-color-diagnostics to clang-cc.
Torok Edwin
2009-06-04
Add ANSI color support for clang.
Torok Edwin
2009-06-04
Cleanup/Refactoring of ivar collection. No change in functionality.
Fariborz Jahanian
2009-06-04
When performing template argument deduction, ensure that multiple
Douglas Gregor
2009-06-03
PR4308: Fix support for -m32/-m64 on Linux.
Eli Friedman
2009-06-03
Driver: Support -mllvm; this just forwards options to clang-cc.
Daniel Dunbar
2009-06-03
Minor cleanup for implicit int warnings.
Eli Friedman
2009-06-03
Fix up a bunch of warnings to use ExtWarn so they interact with
Eli Friedman
2009-06-03
Add support for -Wempty-body.
Eli Friedman
2009-06-03
PR4290: Handle vfprintf in a way that doesn't give any diagnostics for
Eli Friedman
2009-06-02
Add clang-cc support for -disable-llvm-optzns.
Daniel Dunbar
2009-06-02
Missing file for __builtin_unwind_init support.
Eli Friedman
2009-06-02
Add builtin declarations for the variants of sin and cos.
Eli Friedman
2009-06-02
Add --shared option.
Eli Friedman
2009-06-01
A corner case of objc2 gc's write-barrier generation
Fariborz Jahanian
2009-06-01
Fix a bug in hasEmptyExceptionSpec. (Thanks Sebastian for noticing).
Anders Carlsson
2009-06-01
PR4283: Don't truncate multibyte character constants in the
Eli Friedman
2009-05-31
Improve irgen of 'new' further.
Anders Carlsson
2009-05-31
Downgrade an error about "return in a no-return function" from being
Chris Lattner
2009-05-31
Disallow exception specs on typedefs.
Sebastian Redl
2009-05-31
Initial infrastructure for class template partial specialization. Here
Douglas Gregor
2009-05-31
Add more getters to the new AST nodes.
Anders Carlsson
[prev]
[next]