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-09-18
Handle mangling of TemplateSpecializationType.
Anders Carlsson
2009-09-18
Fixed a bug in generation of the new write-barriers when
Fariborz Jahanian
2009-09-17
Ignore extern "C++" { } when mangling.
Anders Carlsson
2009-09-17
Revert r82123 for now.
Anders Carlsson
2009-09-17
Treat an unqualified RecordType as a RecordDecl when substituting.
Anders Carlsson
2009-09-17
Substitution for prefixes.
Anders Carlsson
2009-09-17
Substitute unscoped template names.
Anders Carlsson
2009-09-17
IRgen/ObjC: Correctly construct the function info for variadic message sends.
Daniel Dunbar
2009-09-17
IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.
Daniel Dunbar
2009-09-17
Add mangleSubstitution/addSubstitution variants that take a NamedDecl.
Anders Carlsson
2009-09-17
When mangling function template specialization, mangle the type encoding of t...
Anders Carlsson
2009-09-17
Add new functions to the mangler for the <unscoped-name> and <unscoped-templa...
Anders Carlsson
2009-09-17
Add basic substitution to the C++ mangler. It currently only looks at types.
Anders Carlsson
2009-09-16
patch for generating objc'2 objc_assign_ivar. WIP.
Fariborz Jahanian
2009-09-16
Starting patch to generate more specific API for objc's
Fariborz Jahanian
2009-09-16
Removed a superfluous check before setting
Fariborz Jahanian
2009-09-16
x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...
Anders Carlsson
2009-09-15
Be sure to use the correct version instead of inventing the wrong one.
Mike Stump
2009-09-15
Code generation of Conditional operators that are lvalues (but that aren't bi...
Anders Carlsson
2009-09-15
Handle reinterpret_cast between integral types and pointer types.
Anders Carlsson
2009-09-15
Codegen support for nullptr from C++0x.
Anders Carlsson
2009-09-14
ARM/[A]APCS: Ignore empty records passed as arguments.
Daniel Dunbar
2009-09-14
Small fix to stop CGObjCGNU emitting symbols that break some versions of gas.
David Chisnall
2009-09-14
Remove an unnecessary FunctionDecl parameter to the synthesizing functions.
Anders Carlsson
2009-09-14
Fix subtle bug in generating LLVM function declarations for builtin functions.
Daniel Dunbar
2009-09-14
ARM/APCS: Don't treat structs w/ floating point types as "integer like".
Daniel Dunbar
2009-09-14
If a function call returns a reference, don't bind it to a temporary.
Anders Carlsson
2009-09-14
Implement CodeGenFunction::EmitCXXExprWithTemporariesLValue.
Anders Carlsson
2009-09-14
Some minor clang/ARM/AAPCS tweaks.
Daniel Dunbar
2009-09-14
Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that.
Daniel Dunbar
2009-09-14
Handle delete where the class has a virtual destructor.
Anders Carlsson
2009-09-13
Fix another byref bug. This should hopefully get QuickLookPlugins building su...
Anders Carlsson
2009-09-13
ARM/APCS: Only "integer like" aggregates should be returned in r0 (following
Daniel Dunbar
2009-09-13
Rework the way we determine whether an externally visible symbol is
Douglas Gregor
2009-09-12
Don't use the PredefinedExpr string as the global variable name, these don't
Daniel Dunbar
2009-09-12
whitespace fix
Chris Lattner
2009-09-12
Update CMake files.
Benjamin Kramer
2009-09-12
Add FIXME for alignments that won't be honored.
Mike Stump
2009-09-12
We can't have ctors in the vtable (right Doug?) :-)
Mike Stump
2009-09-12
Handle CK_DerivedToBase when emitting lvalue casts.
Anders Carlsson
2009-09-12
When necessary, null check the base value in GetAddressCXXOfBaseClass.
Anders Carlsson
2009-09-12
Handle derived-to-base conversion in CGExprScalar::EmitCast, if the cast kind...
Anders Carlsson
2009-09-12
Whoops, add CGCXXClass.cpp
Anders Carlsson
2009-09-12
Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValu...
Anders Carlsson
2009-09-12
Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there.
Anders Carlsson
2009-09-12
Add support for __block variables with alignment greater than __alignof(void *).
Anders Carlsson
2009-09-12
For __block variables, cache the LLVM types as well as which LLVM field where...
Anders Carlsson
2009-09-12
Stub out room for ARM APCS ABI implementation (and AAPCS_VFP, although you can't
Daniel Dunbar
2009-09-12
Formatting fixes.
Daniel Dunbar
2009-09-12
Change CodeGenModule::ConstructTypeAttributes to return the calling convention
Daniel Dunbar
[prev]
[next]