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
Age
Commit message (
Expand
)
Author
2009-07-28
Add support for -Wmissing-noreturn.
Mike Stump
2009-07-28
Refactor the code that produces a TemplateSpecializationType, so that
Douglas Gregor
2009-07-28
remove extraneous braces
Chris Lattner
2009-07-28
Add noreturn support for blocks.
Mike Stump
2009-07-28
ir-gen derived-to-base conversion in implicit casts.
Fariborz Jahanian
2009-07-28
Update for LLVM API change.
Owen Anderson
2009-07-28
Remove the old RecordOrganizer.
Anders Carlsson
2009-07-28
Fix PR 4631. The compound initializers of unions were not being evaluated, which
Ted Kremenek
2009-07-28
Fix regression in attribute 'nonnull' checking when a transition node
Ted Kremenek
2009-07-28
Add a field for C++ specific data to ASTRecordLayout. Use it to store the non...
Anders Carlsson
2009-07-28
More cleanup of data member access and then some.
Fariborz Jahanian
2009-07-28
Update for LLVM API change.
Owen Anderson
2009-07-28
fix PR4633: cast to void should silence the 'unused expression' warning.
Chris Lattner
2009-07-28
add some fixme's
Chris Lattner
2009-07-28
Some code cleanup.
Fariborz Jahanian
2009-07-28
More CGRecordLayoutBuilder cleanup.
Anders Carlsson
2009-07-28
More work toward data member access ir-gen.
Fariborz Jahanian
2009-07-28
Fix a typo in a comment
Douglas Gregor
2009-07-28
Profiling the pointer of a canonical type is sufficient to uniquely identify ...
Douglas Gregor
2009-07-28
Finish profile support for statements.
Douglas Gregor
2009-07-28
Complete profile support for C++ and Objective-C expressions
Douglas Gregor
2009-07-28
Bounds checking for address spaces.
John McCall
2009-07-28
CallExpr's SubExprs sometimes were allocated in the wrong place.
Daniel Dunbar
2009-07-28
Reimplement QualifierSet using a single word, as requested by dgregor.
John McCall
2009-07-28
Implement ObjCMethodDecl::getCanonicalDecl().
Argyrios Kyrtzidis
2009-07-28
-Add ObjCCategoryImplDecl::getCategoryClass() which returns the category inte...
Argyrios Kyrtzidis
2009-07-28
Use ObjCImplDecl in place of ObjCCategoryImplDecl/ObjCImplementationDecl.
Argyrios Kyrtzidis
2009-07-28
Make longjmp a real builtin.
Mike Stump
2009-07-28
Allow functions to be marked "implicit return zero" and so mark main().
John McCall
2009-07-28
Add a Profile function for statements so that we can (eventually) determine
Douglas Gregor
2009-07-28
Fix helper function GetNextStmt() to look for the first statement that has a
Ted Kremenek
2009-07-28
Make sure to move the comment with the code.
Mike Stump
2009-07-27
Patch for objc's zero-const exception to not assume
Fariborz Jahanian
2009-07-27
Update for LLVM API change.
Owen Anderson
2009-07-27
Ensure we can work through typedefs.
Mike Stump
2009-07-27
(1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"
Ted Kremenek
2009-07-27
Add knowledge about _longjmp being noreturn.
Mike Stump
2009-07-27
Add builtin knowledge about longjmp being noreturn. Add printing for
Mike Stump
2009-07-27
Update for LLVM API change.
Owen Anderson
2009-07-27
Some minor changes toward support of data
Fariborz Jahanian
2009-07-27
Add noreturn for exit.
Mike Stump
2009-07-27
Make ObjCImplDecl inherit from ObjCContainerDecl.
Argyrios Kyrtzidis
2009-07-27
Use DICompositeType->replaceAllUsesWith()
Devang Patel
2009-07-27
When instantiating a variable without an initializer, call
Douglas Gregor
2009-07-27
Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an ...
Anders Carlsson
2009-07-27
Enable the new struct type builder now that the constant struct builder works...
Anders Carlsson
2009-07-27
Fix a tail padding bug in the record layout builder code. The bug was found b...
Anders Carlsson
2009-07-27
Enable the new constant struct builder by default. The old code is still in p...
Anders Carlsson
2009-07-27
More work on the constant struct builder, fix a couple of thinkos and add sup...
Anders Carlsson
2009-07-27
More work on bitfield support in the new constant struct builder.
Anders Carlsson
[prev]
[next]