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
/
ASTContext.cpp
Age
Commit message (
Expand
)
Author
2007-08-30
Fix the following redefinition errors submitted by Keith Bauer...
Steve Naroff
2007-08-28
Change EnumDecl to store its corresponding integer type
Chris Lattner
2007-08-27
constify some stuff
Chris Lattner
2007-08-27
implement sizeof(enum x), patch inspired by Keith Bauer.
Chris Lattner
2007-08-27
Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType().
Steve Naroff
2007-08-27
Tweak a comment and assert.
Steve Naroff
2007-08-27
Replaced ASTContext::maxComplexType() with ASTContext::getFloatingTypeOfSizeW...
Steve Naroff
2007-08-17
Add initial support for constant CFStrings.
Anders Carlsson
2007-08-01
Add comments to getTypeOfExpr/getTypeOfType.
Steve Naroff
2007-08-01
Two typeof() related changes...
Steve Naroff
2007-07-31
Add parsing and AST support for GNU "typeof".
Steve Naroff
2007-07-23
fix bogus warnings about potentially uninit vars Size and Align.
Chris Lattner
2007-07-20
Fix a valgrind error noticed by Benoit Boissinot
Chris Lattner
2007-07-20
fix a nasty bug Owen noticed in a gcc warning.
Chris Lattner
2007-07-19
implement size/alignment analysis for arrays and vectors. This gets carbon.h...
Chris Lattner
2007-07-18
implement sizeof/alignof support for structs, unions and complex.
Chris Lattner
2007-07-18
First round of extended vector support. Here is an overview...
Steve Naroff
2007-07-18
initial layout support for structures and unions. This isn't actually
Chris Lattner
2007-07-18
teach -stats about new types
Chris Lattner
2007-07-15
don't let builtin-type handling code fall into pointer handling code
Chris Lattner
2007-07-14
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-13
Use target info to decide the sizes of basic types.
Chris Lattner
2007-07-13
Add missing citation.
Chris Lattner
2007-07-13
Move getSize() out of type, into ASTContext, where it has target info, and
Chris Lattner
2007-07-13
Implement codegen for + and - with pointers. Patch contributed by
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer
[prev]