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
/
CodeGen
Age
Commit message (
Expand
)
Author
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
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
Implement a FIXME. This improves codegen just a tad.
Mike Stump
2009-10-01
CodeGen may see out-of-line declarations of the various special member
Douglas Gregor
2009-10-01
Fix a lame regression in IR gen for C++ delete expressions. PR5102
Douglas Gregor
2009-10-01
A couple of refinements for laying out debug information for
Mike Stump
2009-10-01
Anonymous namespaces, sema + codegen. A lot of semantics are still broken,
John McCall
2009-09-30
<rdar://problem/7263113> Make clang produce gcc's objc_assign_StrongCast as a...
Fariborz Jahanian
2009-09-30
Improve debugging information for BlockDeclRefExpr. WIP. Given this
Mike Stump
2009-09-29
Handle C++ delete expressions when the overloaded delete operator is a
Douglas Gregor
2009-09-29
Handle CXXMemberCallExprs that point to a static method. Fixes PR5093.
Anders Carlsson
2009-09-29
Handle CK_BaseToDerivedMemberPointer for member function pointers. Fixes PR5091.
Anders Carlsson
2009-09-29
Improve support for member function pointers.
Anders Carlsson
2009-09-29
Use a switch statement in VisitCastExpr.
Anders Carlsson
2009-09-29
Make hasAggregateLLVMType use positive checks.
Anders Carlsson
2009-09-29
Fix http://llvm.org/PR5090.
Mike Stump
2009-09-27
Mangle dependent name expressions. Fixes PR5063.
Anders Carlsson
2009-09-27
Use mangleTemplatePrefix when we know that we're mangling a nested template n...
Anders Carlsson
2009-09-27
CodeGen for try statements. (We just emit the body for now).
Anders Carlsson
2009-09-27
Look for substitutions when mangling TypenameTypes.
Anders Carlsson
2009-09-27
Better template parameter type mangling.
Anders Carlsson
2009-09-27
Mangle std::basic_string<char, std::char_traits<char>, std::allocator<char> >...
Anders Carlsson
2009-09-26
Mangle ::std::basic_string as Sb.
Anders Carlsson
2009-09-26
Mangle ::std::allocator as Sa.
Anders Carlsson
2009-09-26
Handle substitutions in mangleTemplatePrefix.
Anders Carlsson
2009-09-26
Substitute "::std::" as "St".
Anders Carlsson
2009-09-26
Don't crash when trying to mangle function templates.
Anders Carlsson
2009-09-26
mangleTemplatePrefix and mangleUnscopedTemplateName should take a TemplateDecl.
Anders Carlsson
2009-09-26
Use the qualified name for tag types.
Anders Carlsson
2009-09-26
Set alignment on static function level decls and VLAs. Fixes PR5060.
Anders Carlsson
2009-09-26
Use ABIArgInfo::getDirect() for all types that have a pointer representation.
Anders Carlsson
2009-09-26
Mangle record types as decls.
Anders Carlsson
2009-09-26
Change isTemplate to return the actual template declaration.
Anders Carlsson
2009-09-26
Improve mangling of typename types.
Anders Carlsson
2009-09-25
Fix 80-col violation.
Mike Stump
2009-09-25
Fix an infinite loop arising when trying to generate debug information
John McCall
2009-09-25
Fixed another code gen bug in objc's new write-barrier API.
Fariborz Jahanian
2009-09-24
Fix 80-col violation.
Mike Stump
2009-09-24
Patch fixes a code gen. bug in generation of objc_assign_ivar
Fariborz Jahanian
2009-09-24
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-24
Darwin/x86-32: Enumerated types and block pointer types in structures were not
Daniel Dunbar
[prev]
[next]