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-05
Use feedback from RegionStoreSubRegionMap::add() to prune off adding a super
Ted Kremenek
2009-08-05
Fix canonical type construction for function types with the noreturn
Douglas Gregor
2009-08-05
Handle destruction of temporaries used in default argument
Fariborz Jahanian
2009-08-05
Patch to improve ir-gen for constructors with default argument
Fariborz Jahanian
2009-08-05
Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel...
Benjamin Kramer
2009-08-05
Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky!
Benjamin Kramer
2009-08-05
Fix a comment that trailed off
Douglas Gregor
2009-08-05
Introduce the canonical type smart pointers, and use them in a few places to
Douglas Gregor
2009-08-05
Fix a bug in RegionStoreSubRegionManager::add() where multiple subregions wou...
Ted Kremenek
2009-08-05
cgobjcgnu was making invalid common globals.
Chris Lattner
2009-08-05
weak globals that are const should get weak_odr linkage.
Chris Lattner
2009-08-05
rdar://7119244 - globals with an explicit section specified don't get
Chris Lattner
2009-08-05
Add test case.
Zhongxing Xu
2009-08-05
If the UnaryOperator has non-location type, use its type to create the
Zhongxing Xu
2009-08-05
Remove an unused header.
Mike Stump
2009-08-05
Support for use of default argument in constructors.
Fariborz Jahanian
2009-08-04
Move the template instantiation logic for template arguments into the
Douglas Gregor
2009-08-04
vtable building for simple inheritance. Still in progress.
Mike Stump
2009-08-04
Canonicalize else.
Mike Stump
2009-08-04
Test cases for some recent work.
Mike Stump
2009-08-04
Will I ever get used to CamelCase? Will I ever like capitols for
Mike Stump
2009-08-04
Add armv7 support.
Mike Stump
2009-08-04
Revert the fix for PR3800, it broke things.
Anders Carlsson
2009-08-04
Renable "html" indexing by default.
Ted Kremenek
2009-08-04
Some code refactoring. Be more generous in issuance of warning
Fariborz Jahanian
2009-08-04
Refactor template instantiation for types into a generic tree
Douglas Gregor
2009-08-04
Simplify alignment handling in the record builder.
Anders Carlsson
2009-08-04
lit: Some sample tests, for testing the tester
Daniel Dunbar
2009-08-04
Fix test case for Darwin10 (which sets ssp), and move to CodeGen/
Daniel Dunbar
2009-08-04
Update for LLVM API change
Daniel Dunbar
2009-08-04
Compare matching selectors in current and
Fariborz Jahanian
2009-08-04
Adjust test case.
Ted Kremenek
2009-08-04
Recognize '-M' and '-MM' options.
Ted Kremenek
2009-08-04
'unlink' file directly instead of invoking system shell.
Ted Kremenek
2009-08-03
Have scan-build clue off of 'BUGMETAEND' to know when to stop processing an H...
Ted Kremenek
2009-08-03
Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug ...
Ted Kremenek
2009-08-03
Per advice that Doug Gregor gave me several months ago, clean up the
Ted Kremenek
2009-08-03
Add a pass-by-value test for the analyzer.
Ted Kremenek
2009-08-03
PR3679: add #pragma weak test file
Ryan Flynn
2009-08-03
Add test case testing field sensitivity. Reduced from <rdar://problem/7114618>.
Ted Kremenek
2009-08-03
Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit).
Daniel Dunbar
2009-08-03
Handle disgusting corner case where a byte is loaded from the address of a fu...
Ted Kremenek
2009-08-03
When generating cleanup blocks for Obj-C @finally, mark them as catch all blocks
Daniel Dunbar
2009-08-03
Regression fix: reset 'DisplayedFunction' when a new function/method decl get...
Ted Kremenek
2009-08-03
assert(nyi) on attempt to destruct an array of objects.
Fariborz Jahanian
2009-08-03
ir-gen for destructor calls.
Fariborz Jahanian
2009-08-03
Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this
John McCall
2009-08-03
Website updates for working with Visual Studio and making patches.
Eli Friedman
2009-08-03
Minor renaming/refactoring. No change in functionality.
Fariborz Jahanian
2009-08-03
Templatize BadSpecifier and introduce DeclSpec::getSpecifier(T) for the
John McCall
[prev]
[next]