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
/
CGExprScalar.cpp
Age
Commit message (
Expand
)
Author
2010-05-21
Unbreak self-host.
Anders Carlsson
2010-05-21
Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se...
Anders Carlsson
2010-05-15
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-14
Make sure that value-initialized pointers to data members are initialized cor...
Anders Carlsson
2010-04-28
Completely reimplement __builtin_offsetof, based on a patch by Roberto
Douglas Gregor
2010-04-24
Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to ...
Anders Carlsson
2010-04-24
Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath.
Anders Carlsson
2010-04-24
Add a new GetAddressOfBaseClass overload that takes a base path and. Use it f...
Anders Carlsson
2010-04-23
Handle compound assignment expressions (i += j) as lvalues, which is
Douglas Gregor
2010-04-05
IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo.
Daniel Dunbar
2010-03-30
Introduce a new kind of derived-to-base cast which bypasses the need for
John McCall
2010-03-29
emit signed integer subtractions as 'sub nsw', patch by
Chris Lattner
2010-03-03
Fix code gen bug generating code for
Fariborz Jahanian
2010-02-15
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-05
Fix a code gen bug accessing 'isa' field via a message call
Fariborz Jahanian
2010-02-04
Rename StartConditionalBranch/FinishConditionalBranch to BeginConditionalBran...
Anders Carlsson
2010-02-02
Move pointer to data member emission to CodeGenModule and use it in CGExprCon...
Anders Carlsson
2010-01-31
Some class related cleanup.
Anders Carlsson
2010-01-11
Roll out ASTContext::getTypeSizeInChars(), replacing instances of
Ken Dyck
2010-01-09
refactor pre/postinc logic into CGF and require the caller to pass in the
Chris Lattner
2010-01-03
Get rid of more dead code.
Eli Friedman
2009-12-25
Remove some dead variables clang-analyzer found.
Benjamin Kramer
2009-12-19
Remove ';' after method definition. Noticed by clang++, which one would think
Daniel Dunbar
2009-12-18
It's perfectly fine to see UserDefinedConversion casts when emitting scalar e...
Anders Carlsson
2009-12-16
Implement additional undefined checks for additional loads and stores. WIP.
Mike Stump
2009-12-15
Switch codegen for -fcatch-undefined-bahavior over to __builtin_trap
Mike Stump
2009-12-14
Add support for detecting undefined shift behavior. WIP.
Mike Stump
2009-12-11
Patch to allow C-style cast from 'void *' to block pointer type.
Fariborz Jahanian
2009-12-11
Move the code for converting a member pointer to a bool so that it is usable
Eli Friedman
2009-12-11
Fix for PR5718: implement equality comparisons for member function pointers.
Eli Friedman
2009-12-10
Support unary type traits in a scalar context. Not that I've actually seen
Eli Friedman
2009-12-09
Code gen for ObjCIsaExpr AST used as lvalue.
Fariborz Jahanian
2009-12-09
Codegen. support for ObjCIsaExpr AST which until now
Fariborz Jahanian
2009-12-08
More detailed analysis of typecast to an objective-c pointer
Fariborz Jahanian
2009-12-07
Correctly handle conditional operators involving throw.
Eli Friedman
2009-11-29
Don't pass false (default) for isVolatile parameter to CreateLoad.
Daniel Dunbar
2009-11-28
Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.
Benjamin Kramer
2009-11-27
More work on ScalarExprEmitter::EmitCastExpr: for every cast kind, either
Eli Friedman
2009-11-27
Cleanup for ScalarExprEmitter::EmitCastExpr; no functional changes.
Eli Friedman
2009-11-26
Use the more general Evaluate infrastructure for folding constant DeclRefs
Eli Friedman
2009-11-24
We always need to emit the base expression of a member expression, even when ...
Anders Carlsson
2009-11-23
Don't try to treat an enum constant as an lvalue.
Anders Carlsson
2009-11-23
Handle converting member pointers to bool.
Anders Carlsson
2009-11-23
Handle base-to-derived casts. Will land test case shortly.
Anders Carlsson
2009-11-20
Fix lifetime of conditional temporaries. Patch by Victor Zverovich!
Anders Carlsson
2009-11-18
Minor cleanup to member pointer handling.
Eli Friedman
2009-11-16
Clean up scalar cast kind handling; make cast kind handling explicitly handle
Eli Friedman
2009-11-16
Implement most of dynamic_cast. WIP.
Mike Stump
2009-11-06
indirectbr seems to work! Rip out the old code.
Chris Lattner
2009-11-03
Refine volatile handling, specifically, we must have the canonical
Mike Stump
[prev]
[next]