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-24
Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCast
Anders Carlsson
2009-08-24
Pass the cast kind to ScalarExprEmitter::EmitCastExpr.
Anders Carlsson
2009-08-24
More member pointer work.
Anders Carlsson
2009-08-24
Remove dead code
Anders Carlsson
2009-08-24
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
Torok Edwin
2009-08-24
Remove TargetInfo::getTargetPrefix().
Daniel Dunbar
2009-08-24
Switch TargetInfo to store an llvm::Triple.
Daniel Dunbar
2009-08-24
Switch ABI selection to use llvm::Triple instead of string munging.
Daniel Dunbar
2009-08-23
Don't install Clang libraries.
Douglas Gregor
2009-08-23
Whoops, comment this out for now. I'll fix it shortly.
Anders Carlsson
2009-08-23
More work towards zero-initializing structs that contain member pointers in c...
Anders Carlsson
2009-08-23
Remove the PaddingFields member from CGRecordLayout, it wasn't used anyway.
Anders Carlsson
2009-08-23
Handle CK_NullToMemberPointer casts in the constant expr emitter.
Anders Carlsson
2009-08-22
Change the constant expression emitter to look at the cast kind for to-union ...
Anders Carlsson
2009-08-22
Add a -fno-elide-constructors option to clang-cc.
Anders Carlsson
2009-08-21
Calculate the address point for a vtable better, and start fleshing out the v...
Mike Stump
2009-08-21
Patch to ir-gen copy assigning array members when synthesizing
Fariborz Jahanian
2009-08-21
Patch to provide ir-gen support in copying array members
Fariborz Jahanian
2009-08-21
Array member construction in prologue of user-declared
Fariborz Jahanian
2009-08-21
Introduce getConstantArrayElementCount API and use it in
Fariborz Jahanian
2009-08-21
We now support overriding base functions in vtables. WIP.
Mike Stump
2009-08-21
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...
Argyrios Kyrtzidis
2009-08-20
Patch to ir-gen destruction of array member elements in revers order
Fariborz Jahanian
2009-08-20
ir-gen patch to destruct array members. WIP.
Fariborz Jahanian
2009-08-20
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...
Fariborz Jahanian
2009-08-20
Refine vbase offsets for the inductive case. Things are now starting
Mike Stump
2009-08-20
Ensure we don't output repeated vbase offsets. I have a testcase for
Mike Stump
2009-08-20
Test case for my last patch plus a minor clean up.
Fariborz Jahanian
2009-08-20
ir-gen for multi-dimensional array construction. WIP.
Fariborz Jahanian
2009-08-19
Removed unneeded code for break/continue statements in
Fariborz Jahanian
2009-08-19
ir-gen for constructing arrays as non-static data members. WIP.
Fariborz Jahanian
2009-08-19
Switch to SmallString::str from SmallString::c_str.
Daniel Dunbar
2009-08-19
One second thought, I think I want to limit this class to just vtable
Mike Stump
2009-08-19
Cleanup: fold IndirectPrimary into builder.
Mike Stump
2009-08-19
We don't want to confuse this layout with the BLayout from the builder.
Mike Stump
2009-08-19
Restore vbase offsets for classes without a primary.
Mike Stump
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
[prev]
[next]