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-07-27
Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...
Argyrios Kyrtzidis
2010-07-27
Always use current working directory for DW_AT_comp_dir.
Devang Patel
2010-07-27
Reapply 109303.
Devang Patel
2010-07-26
2nd argument of __builtin_expect must be evaluated
Fariborz Jahanian
2010-07-26
Test for the presence of EH branch-throughs instead of normal branch-throughs.
John McCall
2010-07-26
Revert 109303.
Devang Patel
2010-07-25
Remove the vast majority of the Destroy methods from the AST library,
Douglas Gregor
2010-07-24
Mangle enum constant expressions. Fixes rdar://problem/8204122
John McCall
2010-07-24
Untangle filename/dirname confusion. Store constructed strings on the side. A...
Devang Patel
2010-07-24
Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.
John McCall
2010-07-24
Return type of a setter call caused by
Fariborz Jahanian
2010-07-23
Revert r109263.
Devang Patel
2010-07-23
Revise cleanup IR generation to fix a major bug with cleanups (PR7686)
John McCall
2010-07-23
There is no need to use separate dir name for AT_comp_dir attribute. Using ab...
Devang Patel
2010-07-23
Vectors are not integer types, so the type system should not classify
Douglas Gregor
2010-07-22
Keep track of artificial scopes introduced by line directives. For example,
Devang Patel
2010-07-22
Turn off EH cleanups for __block variables; they caused some internal buildbot
John McCall
2010-07-22
atch for implementation of objective-c's -Wselector
Fariborz Jahanian
2010-07-21
ObjCId is special "struct objc_object". Make this explicit in debug info.
Devang Patel
2010-07-21
Fix regression caused by r108911.
Devang Patel
2010-07-21
Don't crash when sending a message inside a block with the non-fragile ABI (G...
David Chisnall
2010-07-21
Mark the load after calling objc_msg_lookup_sender() so that it doesn't get o...
David Chisnall
2010-07-21
Rename LazyCleanup -> Cleanup. No functionality change for these last three
John McCall
2010-07-21
Rip out EHCleanupScope.
John McCall
2010-07-21
Kill the CleanupBlock API.
John McCall
2010-07-21
Switch the fragile-ABI @finally/@synchronized cleanup over to using a lazy
John McCall
2010-07-21
Code simplification.
John McCall
2010-07-21
Switch the main possibly-conditional temporary cleanup over to being lazy.
John McCall
2010-07-21
Switch the destructor for a temporary arising from a reference binding over to
John McCall
2010-07-21
Switch the __cxa_guard_abort cleanup to being a lazy cleanup.
John McCall
2010-07-21
Switch some random local-decl cleanups over to using lazy cleanups. Turn on
John McCall
2010-07-21
Switch finally cleanups over to being lazy cleanups. We get basically nothing
John McCall
2010-07-21
Implement proper base/member destructor EH chaining.
John McCall
2010-07-21
Change PushDestructorCleanup to use lazy cleanups.
John McCall
2010-07-21
Convert the EH cleanups for base and member destructors in a constructor into
John McCall
2010-07-21
Implement zero-initialization for array new when there is an
Douglas Gregor
2010-07-21
Convert the end-catch call for finally blocks to a lazy cleanup. This kills off
John McCall
2010-07-21
Convert the ObjC @synchronized cleanups to laziness. This is not actually
John McCall
2010-07-21
Add a little helper method which will be useful soon.
John McCall
2010-07-20
Remove unintended code that was checked in as part of r108916.
Devang Patel
2010-07-20
Remove unused argument.
Devang Patel
2010-07-20
Fix the IR generation for catching pointers by references.
John McCall
2010-07-20
in 'new int[4]', constant fold the 4*4=16 instead of
Chris Lattner
2010-07-20
Follow the implementation approach suggested by PR6687,
Chris Lattner
2010-07-20
Adopt objc_assign_threadlocal() for __thread variables of GC types.
Fariborz Jahanian
2010-07-20
Print template argument names for template class.
Devang Patel
2010-07-20
implement rdar://5739832 - operator new should check for overflow in multiply,
Chris Lattner
2010-07-20
Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata,
Dan Gohman
2010-07-20
delete a loop that just generates dead code. In an example
Chris Lattner
2010-07-20
remove the special case for constant array sizes from
Chris Lattner
[prev]
[next]