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
/
CGExpr.cpp
Age
Commit message (
Expand
)
Author
2009-11-17
More const is always good.
Anders Carlsson
2009-11-16
Implement most of dynamic_cast. WIP.
Mike Stump
2009-11-16
Some minor cleanup for EmitCastLValue.
Eli Friedman
2009-11-15
Implement typeid for class types.
Mike Stump
2009-11-14
Handle CK_BitCast in EmitCastLValue.
Anders Carlsson
2009-11-14
Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484.
Anders Carlsson
2009-11-09
Explicitly note that pre-inc/dec lvalues are not supported yet, so that it
Eli Friedman
2009-11-08
Add clarifying parens.
Daniel Dunbar
2009-11-07
Handle member expressions where the member declaration is actually a static v...
Anders Carlsson
2009-11-07
More LValue related code cleanup.
Anders Carlsson
2009-11-07
More cleanup, the code is much easier to follow now.
Anders Carlsson
2009-11-07
Reduce nesting, no functionality change.
Anders Carlsson
2009-11-07
We only need to call SetObjCNonGC for local variables. No functionality change.
Anders Carlsson
2009-11-07
Change EmitPointerToDataMemberLValue to take a FieldDecl. No intended functio...
Anders Carlsson
2009-10-28
random tidying
Chris Lattner
2009-10-28
adjust for a pending LLVM change.
Chris Lattner
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-23
Emit calls using the canonical prototype of the called function.
John McCall
2009-10-22
Complete code gen for '.*' binary expression for
Fariborz Jahanian
2009-10-21
Expand on code gen. for pointer to data members so it works
Fariborz Jahanian
2009-10-21
Code gen for pointer-to-datamember - WIP.
Fariborz Jahanian
2009-10-20
Code-gen for CXXZeroInitValueExpr AST passed
Fariborz Jahanian
2009-10-19
Handle emitting the assignment operator when the lhs is a reference. Fixes PR...
Anders Carlsson
2009-10-19
Twinify CodeGenFunction::CreateTempAlloca
Daniel Dunbar
2009-10-18
When binding a reference to a temporary, it's important that other temporarie...
Anders Carlsson
2009-10-15
Handle
Anders Carlsson
2009-10-13
Simplify pointer creation with the new Type::getInt*Ptr methods.
Benjamin Kramer
2009-10-12
There is no need to attach debug location info with alloca instruction.
Devang Patel
2009-10-06
Add support to attach debug info to an instruction.
Devang Patel
2009-09-30
<rdar://problem/7263113> Make clang produce gcc's objc_assign_StrongCast as a...
Fariborz Jahanian
2009-09-25
Fixed another code gen bug in objc's new write-barrier API.
Fariborz Jahanian
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-21
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-21
Removed -fobjc-newgc-api option. clang now conforms to
Fariborz Jahanian
2009-09-21
Miscellanous fixes in generatation of objc gc's write-barriers.
Fariborz Jahanian
2009-09-18
Fixed a bug in generation of the new write-barriers when
Fariborz Jahanian
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-15
Code generation of Conditional operators that are lvalues (but that aren't bi...
Anders Carlsson
2009-09-14
Implement CodeGenFunction::EmitCXXExprWithTemporariesLValue.
Anders Carlsson
2009-09-12
Don't use the PredefinedExpr string as the global variable name, these don't
Daniel Dunbar
2009-09-12
Handle CK_DerivedToBase when emitting lvalue casts.
Anders Carlsson
2009-09-12
Add support for __block variables with alignment greater than __alignof(void *).
Anders Carlsson
2009-09-12
Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID
Douglas Gregor
2009-09-11
Set the calling convention based on the CGFunctionInfo.
Daniel Dunbar
2009-09-10
GlobalDecl doesn't have an explicit constructor anymore.
Anders Carlsson
2009-09-09
If a cast expression needs either a conversion function or a constructor to b...
Anders Carlsson
[next]