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
Age
Commit message (
Expand
)
Author
2011-03-27
We were emitting construction v-tables with internal linkage all the time.
John McCall
2011-03-26
On Mac OS X, the presence of an 'availability' attribute for that
Douglas Gregor
2011-03-26
Reformatted doc comments so that they are now difficult to edit in any editor...
David Chisnall
2011-03-26
Convert the OffsetInLayoutClass parameter of
Ken Dyck
2011-03-26
Convert FinalOverriders::Offset to CharUnits. No change in functionality
Ken Dyck
2011-03-26
Convert offset in MethodBaseOffsetPairTy to CharUnits. No change in
Ken Dyck
2011-03-26
Convert the offsets in SubobjectOffsetMapTy to CharUnits. No change in
Ken Dyck
2011-03-26
Convert several local variables to CharUnits. No change in functionality
Ken Dyck
2011-03-25
Provide blockDecl's startLoc to startFunction. This fixes hidden bug exposed ...
Devang Patel
2011-03-25
Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.
Daniel Dunbar
2011-03-25
Refactor CGObjCMac to use the shared code for EH stuff.
David Chisnall
2011-03-25
Unbreak CMake build.
Anders Carlsson
2011-03-25
Added some doc comments.
David Chisnall
2011-03-25
Continuing work on ObjC tidyup:
David Chisnall
2011-03-24
Make sure we aggressively attach nounwind (etc.) to calls to library
Eli Friedman
2011-03-24
Convert the BaseOffset member of BaseSubobject to CharUnits from bits. No
Ken Dyck
2011-03-23
Fixed type error in last commit (forgot that now that selectors are not
David Chisnall
2011-03-23
Revert r128156 because of CodeGenObjC/messages.m and Coverage/codegen-gnu.m.
Andrew Trick
2011-03-23
Remove the redundant loads / stores to globals that we were generating for se...
David Chisnall
2011-03-23
Initial work on refactoring GNU runtime code (long overdue - it's quite obvious
David Chisnall
2011-03-23
Update type cache when a type is completed.
Devang Patel
2011-03-23
Convert OffsetFromNearestVBast parameter of InitializeVTablePointer(s) to
Ken Dyck
2011-03-23
Implement a new 'availability' attribute, that allows one to specify
Douglas Gregor
2011-03-23
Convert NonVirtual parameter of ApplyNonVirtualAndVirtualOffset() to
Ken Dyck
2011-03-22
Simplify Mac runtime selection - it's the factory function's job to select wh...
David Chisnall
2011-03-22
Make the property accessor functions that take a ptrdiff_t actually take a pt...
David Chisnall
2011-03-22
Make the ivar offset always be a ptrdiff_t, because stuff in CGObjC.cpp expec...
David Chisnall
2011-03-22
Fix typo in comment.
Nick Lewycky
2011-03-22
Frontend: Add a more explicit -backend-option flag for passing backend command
Daniel Dunbar
2011-03-22
The emission of an Objective-C++'s class .cxx_destruct method should be
John McCall
2011-03-22
Convert Offset variable in GetAddressOfDirectBaseInCompleteClass() to
Ken Dyck
2011-03-22
Change return value of ComputeNonVirtualBaseClassOffset() to CharUnits. No
Ken Dyck
2011-03-22
Eliminate some literal '8's in FillInNullDataMemberPointers() by switching
Ken Dyck
2011-03-20
Fix Objective-C++ exceptions (GNU runtime).
David Chisnall
2011-03-20
__cxa_atexit does not throw.
Anders Carlsson
2011-03-19
Use CharUnits's new increment operator. No change in functionality intended.
Ken Dyck
2011-03-19
Replace literal '8's with CharWidth in AppendBitField. No change in
Ken Dyck
2011-03-18
Add support for language-specific address spaces. On top of that,
Peter Collingbourne
2011-03-18
The Darwin kernel does not provide useful guard variable support.
John McCall
2011-03-18
Convert alignment values to CharUnits. No change in functionality intended.
Ken Dyck
2011-03-18
Convert getSizeInBytes() to getSizeInChars(), which returns its result in
Ken Dyck
2011-03-18
Convert variables to CharUnits in ConvertStructToPacked(). No change in
Ken Dyck
2011-03-17
Remove code that was intentionally generating bad code on the GNU runtime for...
David Chisnall
2011-03-17
Convert NextOffsetInBytes to CharUnits and rename to NextOffsetInChars. No
Ken Dyck
2011-03-17
Politely inform GCC that we will never fall off the end of that switch.
Matt Beaumont-Gay
2011-03-16
PR9494: Get rid of bitcast which was both unnecessary and written incorrectly.
Eli Friedman
2011-03-16
Fix foreign exception handling (GNU runtime).
David Chisnall
2011-03-16
Don't emit read barriers for reading __weak __block variables
John McCall
2011-03-15
Reorganize the emission of (unfoldable) constant casts a bit, and
John McCall
2011-03-15
Reintroduce r127617: "Code generation for noexcept." with fixes.
Sebastian Redl
[prev]
[next]