index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2007-09-23
Fix for 64-bit systems.
Chris Lattner
2007-09-23
Fixed VC++ bitfield to unsigned/signed sign propagation issue.
Hartmut Kaiser
2007-09-22
add comments.
Chris Lattner
2007-09-22
further apfloat'ize the front-end, allowing codegen to pass
Chris Lattner
2007-09-22
work around bugs and missing features in apfloat.
Chris Lattner
2007-09-22
Use APFloat for the representation of FP immediates, ask the target
Chris Lattner
2007-09-22
This patch adds to new things to clang:
Fariborz Jahanian
2007-09-21
Make case sorting deterministic by not depending on pointer
Chris Lattner
2007-09-21
This patch instantiates objects for forward protocols and in general handles ...
Fariborz Jahanian
2007-09-20
Renamed "include/clang/Analysis/CFGVisitors" "<snip>/Analysis/Visitors".
Ted Kremenek
2007-09-20
Moved include/clang/Analysis/*Visitor.h to include/clang/Analysis/CFGVisitors.
Ted Kremenek
2007-09-20
Handle forward declaration of classes and prevent re-instantiation of
Fariborz Jahanian
2007-09-20
Match to do some semantic analysis on objective-c class decl.
Fariborz Jahanian
2007-09-19
Moved GraphTraits<Stmt*> to StmtGraphTraits.h. This allows consumers of Stmt...
Ted Kremenek
2007-09-19
Patch to parse objective-c's @try-statement and @throw-statement.
Fariborz Jahanian
2007-09-19
Added GraphTraits template specialization for Stmt* to treat ASTs like graphs.
Ted Kremenek
2007-09-19
More refactoring: decl and expr regisitration now uses CFGRecStmtDeclVisitor.
Ted Kremenek
2007-09-19
Added two new visitors that extend CFGStmtVisitor: CFGRecStmtVisitor and CFGR...
Ted Kremenek
2007-09-19
Remove SelectorTable/SelectorInfo, simply store all selectors in the central ...
Steve Naroff
2007-09-18
Progress on message expressions...
Steve Naroff
2007-09-18
DataflowSolver now acccepts an "_Equal" template parameter that allows the user
Ted Kremenek
2007-09-18
Fixed bug where getBitRef would incorrectly grab the bit from the
Ted Kremenek
2007-09-18
More refactoring and code reduction.
Ted Kremenek
2007-09-18
Added member template CFG::VisitBlockStmts to provide a succinct way
Ted Kremenek
2007-09-18
Additional comments and cosmetic cleanups.
Ted Kremenek
2007-09-18
Patch for object creation and handling of category declarations.
Fariborz Jahanian
2007-09-18
Modified DataFlowValues and DataflowSolver to associate dataflow value
Ted Kremenek
2007-09-18
Added type "CFG::Edge" to encapsulate the notion of directed-edges
Ted Kremenek
2007-09-18
Uses more description name for method implementation kind argument.
Fariborz Jahanian
2007-09-17
Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl
Fariborz Jahanian
2007-09-17
Add a comment and remove unused constructors.
Steve Naroff
2007-09-17
Fixed a VC++ issue related to bitmasks. As it turns out the compiler fills th...
Hartmut Kaiser
2007-09-17
Patch to add objective-c's @protocl type declaration.
Fariborz Jahanian
2007-09-17
Finish defining Action API for message expressions.
Steve Naroff
2007-09-17
UninitialuzedValues now only tracks BlockVarDecls; obviating false positives ...
Ted Kremenek
2007-09-17
- Refactored ObjcKeywordInfo into ObjcKeywordInfo, ObjcKeywordDecl, and ObjcK...
Steve Naroff
2007-09-17
More progress on UnitializedValues checker. We now have preliminary support
Ted Kremenek
2007-09-17
Split tracking of unitialized values for Decls and CFGBlock-level expressions.
Ted Kremenek
2007-09-17
Removed "ObserverTy" from core DataflowValues types. The observer
Ted Kremenek
2007-09-17
Add const to debug hook...
Steve Naroff
2007-09-17
Add support for ObjC keyword selectors.
Steve Naroff
2007-09-16
remove some obsolete interfaces.
Chris Lattner
2007-09-16
Fix a GCC warning, patch by Justin Handville
Chris Lattner
2007-09-16
Fixes/tweaks that prevent "defaults-i.m" from compiling.
Steve Naroff
2007-09-16
Rename statement actions (from Parse-prefix to ActOn-prefix).
Steve Naroff
2007-09-16
Rename expression actions (from Parse-prefix to ActOn-prefix).
Steve Naroff
2007-09-16
Updated VC++ build system.
Hartmut Kaiser
2007-09-15
switch the various CFG-based stuff over to using ASTConsumer interface,
Chris Lattner
2007-09-15
add a new ASTConsumer consumer to simplify stuff in the driver.
Chris Lattner
2007-09-15
Initial checkin of rewriter interface. It is just stubbed out for now.
Chris Lattner
[next]