index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-08-14
Fix a few typos.
Daniel Dunbar
2009-08-14
PR4715
Shantonu Sen
2009-08-14
Fix spacing
Anders Carlsson
2009-08-14
Support friend declarations in templates and test that argdep lookup
John McCall
2009-08-14
Testcase for a recent checkin.
Mike Stump
2009-08-14
Testcase for recent checkin.
Mike Stump
2009-08-14
Testcase for a recent checkin.
Mike Stump
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
Add testcase for recent work.
Mike Stump
2009-08-13
Update for LLVM API change.
Owen Anderson
2009-08-13
We can't avoid doing the work to find all the indirect primary virtual
Mike Stump
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
Adds testing of copy assignment of anonymous union
Fariborz Jahanian
2009-08-13
More complete test for my previous patch.
Fariborz Jahanian
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
Update test
Daniel Dunbar
2009-08-13
change cast to dyn_cast because d may not be a FunctionDecl
Ryan Flynn
2009-08-13
Minor refactoring of copy assign operator ir-gen. SWIP.
Fariborz Jahanian
2009-08-13
Refine virtual base layout. WIP.
Mike Stump
2009-08-12
change a dyn_cast to cast
Ryan Flynn
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
Remove another done audit FIXME.
Mike Stump
2009-08-12
Refactor a bit and remove some FIXME audit markers, now that the code
Mike Stump
2009-08-12
Refine primary vbase selection ordering. WIP.
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
error on property of objc interface type instead of crashing
Fariborz Jahanian
2009-08-12
improve path handling, patch by Baptiste Lepilleur!
Chris Lattner
2009-08-12
Refine vtable building for the secondary vtables to exclude yet more
Mike Stump
2009-08-12
use the new llvm::Triple parsing stuffola for handling darwin version #'s.
Chris Lattner
2009-08-12
Transition the PCH support for ShuffleVectorExpr over to ASTContext allocation
Nate Begeman
2009-08-12
More cleanups.
Zhongxing Xu
2009-08-12
Remove redundant forward declarations.
Zhongxing Xu
2009-08-12
Fix a fixme by allocating ShuffleVectorExprs in the Context
Nate Begeman
2009-08-12
Use the new nsw form of add for signed integer addition.
Dan Gohman
2009-08-12
Warn on use of property dot syntax when unused.
Fariborz Jahanian
2009-08-12
Use the inbounds variant of getelementptr for common pointer arithmetic.
Dan Gohman
2009-08-12
Add some information about temporaries to the statement dumper.
Anders Carlsson
2009-08-11
no more .inc files to be ignored in this directory
Gabor Greif
2009-08-11
Rename macro to avoid a name clash on FreeBSD.
Benjamin Kramer
2009-08-11
Remove the hack that turns sdiv by a power of 2 to ashr, and
Dan Gohman
[next]