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-10-07
Removed couple of unnecessary canonicalization
Fariborz Jahanian
2009-10-07
Revert r83443.
Ted Kremenek
2009-10-07
Mangle anonymous structs/unions correctly. Fixes PR5139.
Anders Carlsson
2009-10-07
Fixup pathnames.
Mike Stump
2009-10-07
Add a MangleContext and pass it to all mangle functions. It will be used for ...
Anders Carlsson
2009-10-07
Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding mal...
Ted Kremenek
2009-10-07
Refactor checking of the scope of explicit template specialization
Douglas Gregor
2009-10-06
Fix eof.
Mike Stump
2009-10-06
Patch to implement C++ [over.built]p11 of overload resolution.
Fariborz Jahanian
2009-10-06
Uncomment some commented out code.
Anders Carlsson
2009-10-06
Change GetAddressCXXOfBaseClass to use CXXBasePaths for calculating base clas...
Anders Carlsson
2009-10-06
When mangling names, always use the canonical decl. Fixes PR5144.
Anders Carlsson
2009-10-06
InsertSubprogramStart if ATTACH_DEBUG_INFO_TO_AN_INSN is not defined.
Devang Patel
2009-10-06
Test explicit specialization for all of the various cases where
Douglas Gregor
2009-10-06
Add support to attach debug info to an instruction.
Devang Patel
2009-10-06
Emit the destructor epilogue in a cleanup block so a return from a destructor...
Anders Carlsson
2009-10-06
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-10-06
Pass the right type to GetAddrOfFunction when getting functions for the VTabl...
Anders Carlsson
2009-10-06
Add the -nostdclanginc option to clang (the driver).
Rafael Espindola
2009-10-06
Fix 'clang-cc -analyzer-display-progress' by flushing standard error after pr...
Ted Kremenek
2009-10-06
Fix crash introduced by r83358 where a symbol could be eagerly
Ted Kremenek
2009-10-06
Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when
Ted Kremenek
2009-10-06
Refactor the c++ include path a bit.
Rafael Espindola
2009-10-06
Set appropriate context for a global variable while emitting debug info.
Devang Patel
2009-10-06
Refixed pr5086 by letting Expr::isNullPointerConstant
Fariborz Jahanian
2009-10-05
Fix thinko and simplify.
Mike Stump
2009-10-05
Ensure we have atleast 2-byte alignment for member functions.
Mike Stump
2009-10-05
Respect alignments better.
Mike Stump
2009-10-05
tweaked my last patch to 1) preserve the protocol in
Fariborz Jahanian
2009-10-05
Encode the Clang branch and Subversion revision into a PCH file, and
Douglas Gregor
2009-10-05
Patch to implement Protocols on class extensions.
Fariborz Jahanian
2009-10-05
Provide a common set of routines in Version.h that return Subversion
Douglas Gregor
2009-10-05
Pre-commit commit to get URL keyword expansion for Clang version information
Douglas Gregor
2009-10-05
Use new predicates for some type equality tests.
Benjamin Kramer
2009-10-03
Pass the canonical method decl to GetVtableIndex. Fixes PR5120.
Anders Carlsson
2009-10-03
Implement code generation of member function pointer calls. Fixes PR5121.
Anders Carlsson
2009-10-03
Create CXXMemberCallExpr for pointer-to-member calls.
Anders Carlsson
2009-10-03
Ignore No-op casts when evaluating lvalue expressions. Fixes PR5122.
Anders Carlsson
2009-10-03
Teach AggExprEmitter about pointers to member functions.
Anders Carlsson
2009-10-03
Handle base-to-derived casts of member function pointers in CGExprConstant.cpp
Anders Carlsson
2009-10-03
Handle members to function pointers in CGExprConstant.
Anders Carlsson
2009-10-03
Move some functions from CodeGenFunctions to CodeGenModule so they can be use...
Anders Carlsson
2009-10-02
Don't update the struct alignment when adding fields to a packed struct. Fixe...
Anders Carlsson
2009-10-02
More magic pixie dust.
Mike Stump
2009-10-02
Fix up debug information for block pointers a bit more.
Mike Stump
2009-10-02
When building constant structs, check if the resulting LLVM struct will be bi...
Anders Carlsson
2009-10-01
Make sure to free the explicit template arguments provided for an
Douglas Gregor
2009-10-01
- Remove Sema::FindMethodInNestedImplementations().
Steve Naroff
2009-10-01
When the return type of a function is dependent, don't perform any
Douglas Gregor
2009-10-01
Implement a FIXME. This improves codegen just a tad.
Mike Stump
[prev]
[next]