index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AST
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
move the ASTContext argument to be first in the argument list of
Chris Lattner
2008-03-15
Switch over functiondecl. This makes it obvious that the ASTContext
Chris Lattner
2008-03-15
switch the VarDecl allocation model to go through ASTContext.
Chris Lattner
2008-03-15
Small bug fix in CFG construction: the active block for LabelStmts comes
Ted Kremenek
2008-03-15
start switching decls over to using an allocator controlled by ASTContext.
Chris Lattner
2008-03-15
various minor cleanups.
Chris Lattner
2008-03-13
improve DeclStmt to be able to store SourceRange info correctly.
Chris Lattner
2008-03-13
Added bandaid support in CFG construction for ObjCForEachStmt and ObjCAtTryStmt:
Ted Kremenek
2008-03-12
-Add missing visitor for ObjCIvarRefExpr.
Steve Naroff
2008-03-10
Add some missing #includes for GCC mainline, patch by Shantonu Sen!
Chris Lattner
2008-03-08
simplify all the type info accessors in TargeTInfo to return scalars,
Chris Lattner
2008-03-08
Fix a fixme by allowing pointers in different address spaces to have
Chris Lattner
2008-03-06
fix typos
Gabor Greif
2008-03-05
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
Remove the first layer of support for "portability" warnings. This is
Chris Lattner
2008-03-04
CallExprs are now no longer block-level expressions in the CFG by construction.
Ted Kremenek
2008-02-29
Minor CFG optimization: don't create separate block-level expressions for Dec...
Ted Kremenek
2008-02-29
When AST-dumping ObjCMessageExpr, output the selector.
Ted Kremenek
2008-02-27
Removed VarDecl::hasStaticStorage() (redundant with hasGlobalStorage())
Ted Kremenek
2008-02-27
Fixed edge-case in CFG construction where goto jumps would not always get
Ted Kremenek
2008-02-27
Bug fix in CFG construction: Properly register the loop head as the implicit
Ted Kremenek
2008-02-27
Fixed CFG construction bug that occurred when a condition for a loop spanned
Ted Kremenek
2008-02-26
Do include ParenExpr in the CFG; only include their subexpression.
Ted Kremenek
2008-02-26
add parsing, ast building and pretty printing support for C++ throw expressions.
Chris Lattner
2008-02-26
Fixed bug in CFG construction when a CompoundStmt ended with a NullStmt.
Ted Kremenek
2008-02-25
Fix a little typo... per cfe-dev, this was apparently causing test
Eli Friedman
2008-02-25
convert tabs to spaces, patch by Mike Stump!
Chris Lattner
2008-02-23
Minor code cleanup.
Eli Friedman
2008-02-23
Patch from Argiris Kirtzidis:
Ted Kremenek
2008-02-21
Change variable name to Tq (from TQ)
Gabor Greif
2008-02-21
implement codegen support for sizeof(void), fixing PR2080.
Chris Lattner
2008-02-20
Alternate address spaces work:
Chris Lattner
2008-02-18
Tweak fix for http://llvm.org/bugs/show_bug.cgi?id=2000 to work across typedefs.
Steve Naroff
2008-02-18
More bitfield improvements.
Anders Carlsson
2008-02-18
Fix bug where we would report the wrong value for __alignof__ with an expr th...
Anders Carlsson
2008-02-17
Implemnt isVariablyModifiedType correctly.
Eli Friedman
2008-02-16
Better handling of the aligned attribute.
Anders Carlsson
2008-02-16
More comments from Chris.
Anders Carlsson
2008-02-16
Make sizeof and __alignof work correctly with packed structs.
Anders Carlsson
2008-02-15
Store attributes in a global hash map instead.
Anders Carlsson
2008-02-15
Split out incomplete arrays from VariableArrayType into
Eli Friedman
2008-02-15
Remove useless parameter from isConstantSizeType.
Eli Friedman
2008-02-15
Get rid of AttributeList in the AST and use the new Attr class instead
Anders Carlsson
2008-02-15
Partial fix for struct compatibility; there's still something messy
Eli Friedman
2008-02-13
When creating the CFGBlocks for a switch statement, we now have the "default"
Ted Kremenek
2008-02-13
Fixed bug in CFG construction when processing switch statements that contain no
Ted Kremenek
2008-02-13
Fix a minor bug in isNullPointerConstant triggered by the linux
Eli Friedman
2008-02-13
Move IgnoreParenCasts to be a method on Expr.
Chris Lattner
2008-02-12
Make typechecking for enum+int compatibility stricter.
Eli Friedman
[next]