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
/
CodeGenFunction.h
Age
Commit message (
Expand
)
Author
2011-03-09
Use the "undergoes default argument promotion" bit on parameters to
John McCall
2011-03-08
Extract a function to emit an arbitrary expression as if it were the initializer
John McCall
2011-03-07
DebugInfo can be enabled or disabled at function level (e.g. using an attribu...
Devang Patel
2011-03-03
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-02
Revert "Add CC_Win64ThisCall and set it in the necessary places."
Tilmann Scheller
2011-03-02
revert r126858.
Devang Patel
2011-03-02
Add CC_Win64ThisCall and set it in the necessary places.
Tilmann Scheller
2011-03-02
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-02
Revert r126794.
Devang Patel
2011-03-01
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-02-28
Add some helper methods that will be used in my next patch.
Chris Lattner
2011-02-27
Change the interface to ConstantFoldsToSimpleInteger to not encode
Chris Lattner
2011-02-22
Establish the iteration variable of an ObjC for-in loop before
John McCall
2011-02-22
Reorganize the emission of local variables.
John McCall
2011-02-20
Add a LangOptions::areExceptionsEnabled and start using it.
Anders Carlsson
2011-02-18
Objective-c armv7 API for atomic properties of
Fariborz Jahanian
2011-02-17
Remove the "conditional save" hashtables from IR generation.
John McCall
2011-02-17
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
Step #1/N of implementing support for __label__: split labels into
Chris Lattner
2011-02-16
Save a copy expression for non-trivial copy constructions of catch variables.
John McCall
2011-02-16
Simplify test to check an aggregate argument that has non trivial constructor...
Devang Patel
2011-02-15
Assorted cleanup:
John McCall
2011-02-10
Implement mcount profiling, enabled via -pg.
Roman Divacky
2011-02-09
If an aggregate argument is passed indirectly because it has non trivial
Devang Patel
2011-02-08
Reorganize CodeGen{Function,Module} to eliminate the unfortunate
John McCall
2011-02-07
A few more tweaks to the blocks AST representation:
John McCall
2011-02-03
Clean up of -fapple-kext abi code. No change otherwise.
Fariborz Jahanian
2011-02-01
-fapple-kext support for indirect call to virtuals dtors - wip.
Fariborz Jahanian
2011-01-28
Reorganize the value-dominance metaprogram and introduce a specialization
John McCall
2011-01-28
Convert the exception-freeing cleanup over to the conditional cleanups code,
John McCall
2011-01-26
Fixes an IRgen bug where __block variable is
Fariborz Jahanian
2011-01-26
Fix some obvious bugs in the conditional-cleanup code and then make the
John McCall
2011-01-26
Better framework for conditional cleanups; untested as yet.
John McCall
2011-01-20
apple kext abi requires all vf calls, including qualified
Fariborz Jahanian
2011-01-13
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2010-12-08
Stop using builtins for the "_lane" variants of saturating multiply intrinsics.
Bob Wilson
2010-12-07
Stop using a clang builtin for Neon vdup_lane intrinsics.
Bob Wilson
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
More anonymous struct/union redesign. This one deals with anonymous field use...
Francois Pichet
2010-12-04
Test case for the l-value base only being evaluated once.
John McCall
2010-12-04
Kill the KVC l-value kind and calculate the base expression when emitting
John McCall
2010-12-02
IR Gen. part of API support for __block cxx
Fariborz Jahanian
2010-12-02
Improve codegen for initializer lists to use memset more aggressively
Chris Lattner
2010-12-02
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-11-28
BuildVirtualCall doesn't need to take a reference to a pointer.
Anders Carlsson
2010-11-16
Support compound complex operations as l-values in C++. Add a test
John McCall
2010-11-16
Implements __block API for c++ objects. There is still
Fariborz Jahanian
2010-11-16
Simplify some complex emission and implement correct semantics for
John McCall
2010-11-13
Block API patch to do copy ctor of copied-in cxx objects in
Fariborz Jahanian
[prev]
[next]