Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
68d331a78e655d97294e94fcfa63f92cc1f40578
/
AST
/
ASTContext.cpp
525a050
Use APFloat for the representation of FP immediates, ask the target
by Chris Lattner
· 17 years ago
21d5a95
by Steve Naroff
· 17 years ago
3f128ad
by Steve Naroff
· 17 years ago
b1776cb
fix some warnings, patch by Justin Handville
by Chris Lattner
· 17 years ago
f38661e
by Steve Naroff
· 17 years ago
8467583
get rid of ugly "warning: no newline at end of file"
by Gabor Greif
· 17 years ago
3536b44
by Steve Naroff
· 17 years ago
bdbf7b0
Fix a comment.
by Steve Naroff
· 17 years ago
c940612
Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's.
by Steve Naroff
· 17 years ago
fb22d96
by Steve Naroff
· 17 years ago
e00b18c
Change EnumDecl to store its corresponding integer type
by Chris Lattner
· 17 years ago
fb07153
constify some stuff
by Chris Lattner
· 17 years ago
6cd862c
implement sizeof(enum x), patch inspired by Keith Bauer.
by Chris Lattner
· 17 years ago
fb0d496
Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType().
by Steve Naroff
· 17 years ago
716c730
by Steve Naroff
· 17 years ago
f1448a0
by Steve Naroff
· 17 years ago
71993dd
Add initial support for constant CFStrings.
by Anders Carlsson
· 17 years ago
9752f25
by Steve Naroff
· 17 years ago
8d1a3b8
by Steve Naroff
· 17 years ago
d1861fd
by Steve Naroff
· 17 years ago
dc0d73e
fix bogus warnings about potentially uninit vars Size and Align.
by Chris Lattner
· 17 years ago
942cfd3
Fix a valgrind error noticed by Benoit Boissinot
by Chris Lattner
· 17 years ago
b1c2df9
fix a nasty bug Owen noticed in a gcc warning.
by Chris Lattner
· 17 years ago
030d884
implement size/alignment analysis for arrays and vectors. This gets carbon.h working again.
by Chris Lattner
· 17 years ago
5d2a630
implement sizeof/alignof support for structs, unions and complex.
by Chris Lattner
· 17 years ago
7332292
by Steve Naroff
· 17 years ago
464175b
initial layout support for structures and unions. This isn't actually
by Chris Lattner
· 17 years ago
6d87fc6
teach -stats about new types
by Chris Lattner
· 17 years ago
bfef6d7
don't let builtin-type handling code fall into pointer handling code
by Chris Lattner
· 17 years ago
d2d2a11
A significant refactoring of the type size stuff to also
by Chris Lattner
· 17 years ago
692233e
Use target info to decide the sizes of basic types.
by Chris Lattner
· 17 years ago
7ab2ed8
Add missing citation.
by Chris Lattner
· 17 years ago
a7674d8
Move getSize() out of type, into ASTContext, where it has target info, and
by Chris Lattner
· 17 years ago
8b9023b
Implement codegen for + and - with pointers. Patch contributed by Keith Bauer.
by Chris Lattner
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago