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
/
CGExprAgg.cpp
Age
Commit message (
Expand
)
Author
2010-05-14
Remove an unused function.
Anders Carlsson
2010-05-03
If we're generating code to create a pointer-to-member function
Douglas Gregor
2010-05-03
When computing the address of a virtual member function pointer, use the poin...
Anders Carlsson
2010-05-03
Don't copy or initialize empty classes. Fixes PR7012.
Anders Carlsson
2010-04-24
Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to ...
Anders Carlsson
2010-04-17
Vtable -> VTable renames across the board.
Anders Carlsson
2010-04-04
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-02
Revert r100193 since it causes failures in objc in clang
Mon P Wang
2010-04-02
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-03-30
Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.
Bob Wilson
2010-03-30
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-23
Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...
Anders Carlsson
2010-03-21
Fix PR6648 by not creating a temporary with the type of a
Rafael Espindola
2010-03-08
add a codegen hack to work around an AST bug, allowing us to compile the
Chris Lattner
2010-03-07
Perform overload resolution when static_cast'ing from a
Douglas Gregor
2010-02-23
PR6386: Fix a recent regression in IRGen of cast-to-union constructs.
Eli Friedman
2010-02-09
IRgen: Add CreateMemTemp, for creating an temporary memory object for a parti...
Daniel Dunbar
2010-02-07
Use the right type when taking the address of a non-virtual member function p...
Anders Carlsson
2010-02-05
IRgen: Factor out EmitAggExprToLValue.
Daniel Dunbar
2010-02-04
Rename StartConditionalBranch/FinishConditionalBranch to BeginConditionalBran...
Anders Carlsson
2010-02-04
Calculate offset correctly when taking the address of a virtual member function.
Anders Carlsson
2010-02-03
Handle reference binding in aggregate initializers. Fixes another 47 tests.
Anders Carlsson
2010-02-03
Add a band-aid fix for clang self-hosting. A better fix will follow shortly.
Anders Carlsson
2010-02-03
More cleanup.
Anders Carlsson
2010-01-31
Some class related cleanup.
Anders Carlsson
2010-01-29
Simplify EmitLValueForField - we can get whether the field is part of a union...
Anders Carlsson
2010-01-05
When emitting member function pointers, use the canonical decl if the member ...
Anders Carlsson
2010-01-04
Revert r92431, this code isn't dead and broke the ntfs build.
Daniel Dunbar
2010-01-02
Delete impossible case.
Eli Friedman
2009-12-25
Minor optimization; emit proper unsupported messages for a couple of cases.
Eli Friedman
2009-12-24
Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half...
Anders Carlsson
2009-12-18
Handle case when DestPtr is 0.
Mike Stump
2009-12-16
When value-initializing a class with no user-defined constructors but
Douglas Gregor
2009-12-16
Handle ImplicitValueInitExpr in AggExprEmitter.
Anders Carlsson
2009-12-09
Add throw support. WIP.
Mike Stump
2009-12-04
Update chunk of #if 0'ed code to remove fixed FIXME and make it compile. We
Eli Friedman
2009-11-28
Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.
Benjamin Kramer
2009-11-27
Add case for CK_DerivedToBaseMemberPointer cast kind to
Eli Friedman
2009-11-20
Fix lifetime of conditional temporaries. Patch by Victor Zverovich!
Anders Carlsson
2009-11-18
Fix one last gotcha with typeid.
Mike Stump
2009-10-26
Add Code gen support for '->*' operator which fell
Fariborz Jahanian
2009-10-23
Eliminate QualifiedDeclRefExpr, which captured the notion of a
Douglas Gregor
2009-10-22
Complete code gen for '.*' binary expression for
Fariborz Jahanian
2009-10-18
Use CK_BitCast for member function pointer casts. Fixes PR5138.
Anders Carlsson
2009-10-18
add support for codegening CXXZeroInitValueExprs
Nuno Lopes
2009-10-17
Suppress -Asserts warning.
Daniel Dunbar
2009-10-13
Simplify pointer creation with the new Type::getInt*Ptr methods.
Benjamin Kramer
2009-10-11
Move the vtable builder to CGVtable.cpp, general cleanup.
Anders Carlsson
2009-10-03
Pass the canonical method decl to GetVtableIndex. Fixes PR5120.
Anders Carlsson
2009-10-03
Teach AggExprEmitter about pointers to member functions.
Anders Carlsson
[prev]
[next]