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
2010-06-01
Cleanup.
Anders Carlsson
2010-05-31
Make methods non-virtual again for now. I accidentally committed this in
Charles Davis
2010-05-31
Silence GCC warning about an accessible non-virtual destructor in a class with
Chandler Carruth
2010-05-30
Remove unused parameter to FinalOverriders::PropagateOverrider.
Anders Carlsson
2010-05-30
Convert DeclNodes to use TableGen.
Sean Hunt
2010-05-30
Fix for PR7040: Don't try to compute the LLVM type for a function where it
Eli Friedman
2010-05-28
Fix personality function name when using SjLj exceptions.
Daniel Dunbar
2010-05-28
zero-cost exception API for NeXt runtime.
Fariborz Jahanian
2010-05-28
This cast is no longer needed; the FIXME is fixed.
Dan Gohman
2010-05-28
This cast is no longer required.
Dan Gohman
2010-05-27
Update __builtin_setjmp codegen to match llvmCore changes in r104900.
Jim Grosbach
2010-05-27
When null-initializing bases with data member pointers, don't assert on virtu...
Anders Carlsson
2010-05-27
Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not all
John McCall
2010-05-27
Implement __builtin_init_dwarf_reg_size_table and __builtin_dwarf_sp_column
John McCall
2010-05-27
When deciding whether a deferred declaration has already been emitted,
John McCall
2010-05-27
AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.
Daniel Dunbar
2010-05-26
Correctly pass aggregates by reference when emitting thunks.
John McCall
2010-05-26
Patch to fix a irgen crash accessing an initialized local static
Fariborz Jahanian
2010-05-26
Extract the ObjC and blocks manglers into their own class. No functionality
Charles Davis
2010-05-26
Be sure to use the standard substitutions when mangling the names of
Douglas Gregor
2010-05-25
IRgen: Add a stub class for generating ABI-specific C++ code.
Charles Davis
2010-05-25
Fix compilation failure
Douglas Gregor
2010-05-25
Improve name mangling for blocks and support mangling of static local
Douglas Gregor
2010-05-25
If a function definition has any sort of weak linkage, its static local
John McCall
2010-05-23
Add a comment for r104472.
Benjamin Kramer
2010-05-23
PR5863: Don't erase unreachable BBs which have an associated cleanup size.
Benjamin Kramer
2010-05-22
Re-teach IR gen to perform GC moves on rvalues resulting from various ObjC
John McCall
2010-05-22
Really fix PR7139. There was one boost test that we still failed, and my firs...
Anders Carlsson
2010-05-22
Re-land the fix for PR7139.
Anders Carlsson
2010-05-22
Improve our handling of reference binding for subobjects of
Douglas Gregor
2010-05-22
Push a return-value slot throughout ObjC message-send codegen. Will be
John McCall
2010-05-21
Unbreak self-host.
Anders Carlsson
2010-05-21
Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se...
Anders Carlsson
2010-05-21
Don't remove the break/continue scope of a for loop until after we've
Douglas Gregor
2010-05-21
When generating the call arguments in a thunk to call the thunkee, do
Douglas Gregor
2010-05-21
Add braces to avoid an ambiguous else, fixing a GCC warning.
Chandler Carruth
2010-05-21
Allocate space in a block record for implicit references to the Objective C
John McCall
2010-05-21
When emitting an lvalue for an anonymous struct or union member during
John McCall
2010-05-20
Adds support for generation of objc_memmove_collectable API
Fariborz Jahanian
2010-05-20
Copy construction of non-trivial properties must not
Fariborz Jahanian
2010-05-20
Picky, picky
Douglas Gregor
2010-05-20
Fix a thinko
Douglas Gregor
2010-05-20
Assert that we do not try to memcpy a non-POD class type in C++. This
Douglas Gregor
2010-05-20
Fix my inability to spell 'continue' and a case where message sends returning...
David Chisnall
2010-05-20
Rework our handling of binding a reference to a temporary
Douglas Gregor
2010-05-20
When creating a this-adjustment thunk where the return value is of C++
Douglas Gregor
2010-05-20
Support implicitly closing on 'this' in a block. Fixed PR7165.
John McCall
2010-05-19
Implement codegen for __builtin_isnormal.
Benjamin Kramer
2010-05-18
Add support for Microsoft's __thiscall, from Steven Watanabe!
Douglas Gregor
2010-05-18
Correctly initialize bases with member pointers. This should fix PR6441 but t...
Anders Carlsson
[prev]
[next]