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
2011-02-07
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed)
Anton Yartsev
2011-02-03
More capturing of 'this': implicit member expressions. Getting that
John McCall
2011-01-26
Better framework for conditional cleanups; untested as yet.
John McCall
2011-01-24
Revert r124146 for now. It appears to be failing on a few platforms.
Eric Christopher
2011-01-24
pre/post increase/decrease for AltiVec vectors
Anton Yartsev
2011-01-22
Send code generation for xvalues down the same path as lvalues
Douglas Gregor
2011-01-19
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-19
Replace calls to getTypeSize() and getTypeAlign() with their 'InChars'
Ken Dyck
2011-01-13
Ensure an insertion point at the end of a statement-expression.
John McCall
2011-01-12
Add IR generation support for SizeOfPackExpr.
Douglas Gregor
2010-12-08
Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...
Francois Pichet
2010-12-07
Type traits intrinsic implementation: __is_base_of(T, U)
Francois Pichet
2010-12-06
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-12-05
Fix a bug in the emission of __real/__imag l-values on scalar operands.
John McCall
2010-12-04
Silly special case: never load when dereferencing void*.
John McCall
2010-12-04
Although we currently have explicit lvalue-to-rvalue conversions, they're
John McCall
2010-12-04
Kill the KVC l-value kind and calculate the base expression when emitting
John McCall
2010-12-02
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-12-01
Restore the lvalue-to-rvalue conversion patch with a minimal fix.
John McCall
2010-11-30
L-value to r-value conversion is not ready for prime-time.
John McCall
2010-11-30
Introduce an r-value to l-value cast kind. I'm not promising anything
John McCall
2010-11-24
Switch a lot of call-sites over to using the new value-kind calculations.
John McCall
2010-11-18
comparison of AltiVec vectors now gives bool result (fix for 7533)
Anton Yartsev
2010-11-16
Simplify some complex emission and implement correct semantics for
John McCall
2010-11-16
Now that we have reliable cast kinds, simplify scalar cast IR gen.
John McCall
2010-11-16
Kill CK_Unknown and flesh out the documentation for the existing CastKinds.
John McCall
2010-11-15
Assorted work leading towards the elimination of CK_Unknown.
John McCall
2010-11-14
Add a few more complex-related cast kinds that arise due to arbitrary
John McCall
2010-11-13
Introduce five new cast kinds for various conversions into and
John McCall
2010-11-13
Introduce a null-to-pointer implicit cast kind.
John McCall
2010-10-31
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...
Anders Carlsson
2010-10-22
More class anonymization.
Benjamin Kramer
2010-10-09
Permit constant evaluation of const floating-point variables with
John McCall
2010-10-08
Tighter check in r116060 blcoked enums also. Emit enum const's debug info.
Devang Patel
2010-10-08
Do not repeat debug info for file variable constants.
Devang Patel
2010-10-04
dyn_cast is more appropriate here.
Devang Patel
2010-10-04
Add missing '}' :)
Devang Patel
2010-10-04
Emit debug info for an aggregate while processing MemberExpr if the aggregate...
Devang Patel
2010-09-24
Patch implements passing arrays to functions expecting
Fariborz Jahanian
2010-09-21
Fixes an IRgen ICE due to cast of null pointer to
Fariborz Jahanian
2010-09-20
Check in support for OpenCL conditional operator on vector types.
Nate Begeman
2010-09-17
Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...
David Chisnall
2010-09-17
Patch to add IRgen support for Gnu's conditional operator
Fariborz Jahanian
2010-09-15
one piece of code is responsible for the lifetime of every aggregate
John McCall
2010-09-13
Eagerly evaluate type traits in Sema instead of lazily in AST. They actually ...
Sebastian Redl
2010-09-11
Augment -ftrapv to check for divide by zero, mod by zero, and INT_MIN % -1.
Chris Lattner
2010-09-10
Implement CXXNoexceptExpr codegen.
Sebastian Redl
2010-09-04
Casting of a property reference to 'void' did not
Fariborz Jahanian
2010-09-03
Truncate block variable of bool type to i1 when its
Fariborz Jahanian
[next]