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
2009-08-19
Refine vcalls a little.
Mike Stump
2009-08-19
Introduce LocInfoType which is a Sema-specific implementation detail.
Argyrios Kyrtzidis
2009-08-19
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-18
Cleanup.
Mike Stump
2009-08-18
Add some documentation.
Mike Stump
2009-08-18
Cleanups. Move GenerateRtti to CodeGenModule.
Mike Stump
2009-08-18
Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr
Fariborz Jahanian
2009-08-18
Move the rest of the vtable building code into the new builder.
Mike Stump
2009-08-18
Suck up method generation.
Mike Stump
2009-08-18
Split out vtable bulding code into a builder.
Mike Stump
2009-08-18
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
Fariborz Jahanian
2009-08-17
Fixed typo in last commit pointed out by Anton.
David Chisnall
2009-08-17
Changes to TargetABIInfo to (hopefully) select the correct calling convention...
David Chisnall
2009-08-17
Patch to 1) synthesizing non-trivial default destructor when
Fariborz Jahanian
2009-08-17
Remove an ErrorUnsupported call.
Anders Carlsson
2009-08-17
Initial patch to support definitions of id and Class from headers in Objectiv...
David Chisnall
2009-08-16
Improve handling of delete expressions.
Anders Carlsson
2009-08-16
Patch toward synthesizing non-trivial destructors. WIP
Fariborz Jahanian
2009-08-16
Only do this for initializers of course.
Anders Carlsson
2009-08-16
Destroy bound temporaries.
Anders Carlsson
2009-08-16
Add an IsInitializer flag to EmitAnyExpr. This is used to prevent temporaries...
Anders Carlsson
2009-08-16
No need to append extra padding now that we don't create packed structs for s...
Anders Carlsson
2009-08-16
Cleanups and fixups for calculating the virtual base offsets. WIP.
Mike Stump
2009-08-15
Improved on ir-gen for synthesis of non-trivial default
Fariborz Jahanian
2009-08-15
Fix for PR4721: adjust CodeGen and ASTContext so that we have a
Eli Friedman
2009-08-15
Disable all recognition of main() in -ffreestanding. Addresses bug #4720.
John McCall
2009-08-15
minor cleanups for VLA stuff.
Chris Lattner
2009-08-14
use GetVLASize instead of accessing VLASizeMap directly, this gets an assert if
Chris Lattner
2009-08-14
Do now overflow while calulating upper bound for zero sized array.
Devang Patel
2009-08-14
ir-gen for generation of trvial copy constructor
Fariborz Jahanian
2009-08-14
Deconflate virtual base offsets from non-virtual base offsets.
Mike Stump
2009-08-14
Fixed a bug in ir-gen for copy assignment synthesis.
Fariborz Jahanian
2009-08-13
Update for LLVM API change.
Owen Anderson
2009-08-13
Refine vtable layout for virtual bases and keep better track of
Mike Stump
2009-08-13
Update for LLVM API change.
Owen Anderson
2009-08-13
Patch to force synthesis of copy assignment operator
Fariborz Jahanian
2009-08-13
Minor cleanups.
Mike Stump
2009-08-13
Prep for vbase layout refinements. WIP.
Mike Stump
2009-08-13
Minor refactoring of copy assign operator ir-gen. SWIP.
Fariborz Jahanian
2009-08-12
More toward synthesizing copy assignments. SWIP.
Fariborz Jahanian
2009-08-12
Cleanup.
Mike Stump
2009-08-12
Refactor. WIP. Eventually, this will all go into a vtable builder class.
Mike Stump
2009-08-12
Cleanup.
Mike Stump
2009-08-12
Refactor.
Mike Stump
2009-08-12
Refactor.
Mike Stump
2009-08-12
Patch for synthesizing copy assignment operator.
Fariborz Jahanian
2009-08-12
Improve the secondary vtables to not include vbase offsets. WIP.
Mike Stump
2009-08-12
Refine vtable building for the secondary vtables to exclude yet more
Mike Stump
2009-08-12
Use the new nsw form of add for signed integer addition.
Dan Gohman
2009-08-12
Use the inbounds variant of getelementptr for common pointer arithmetic.
Dan Gohman
[prev]
[next]