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-06-22
When binding a reference to an Automatic Reference Counting temporary,
Douglas Gregor
2011-06-22
Emit @finally blocks completely lazily instead of forcing their
John McCall
2011-06-21
Introduce a new AST node describing reference binding to temporaries.
Douglas Gregor
2011-06-17
Objective-C fast enumeration loop variables are not retained in ARC, but
John McCall
2011-06-16
Restore correct use of GC barriers.
John McCall
2011-06-15
Automatic Reference Counting.
John McCall
2011-05-28
Convert Clang over to resuming from landing pads with llvm.eh.resume.
John McCall
2011-05-27
Back out r132209; it's breaking nightly tests.
Eli Friedman
2011-05-27
Implement a new, much improved version of the cleanup hack. We just need
John McCall
2011-05-19
Fix location of setter/getter synthesized for a property.
Devang Patel
2011-05-15
Make CGF.getContext() inlinable, because it's trivial, and optimize
John McCall
2011-05-08
Move code to emit the callee of an CXXOperatorCallExpr out into a separate fu...
Anders Carlsson
2011-05-06
Add an implementation of thunks for varargs methods. The implementation is a...
Eli Friedman
2011-05-01
Fully implement delegating constructors!
Sean Hunt
2011-04-17
implement rdar://9289524 - case followed immediately by break results in empt...
Chris Lattner
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-14
Add support for C++0x's range-based for loops, as specified by the C++11 draf...
Richard Smith
2011-03-31
After much contemplation, I've decided that we probably shouldn't "unique"
John McCall
2011-03-31
Move all the significant __block code into CGBlocks.cpp. No functionality
John McCall
2011-03-23
Convert OffsetFromNearestVBast parameter of InitializeVTablePointer(s) to
Ken Dyck
2011-03-11
Use a slightly more semantic interface for emitting call arguments.
John McCall
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
[prev]
[next]