index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
AST
/
ASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix the following redefinition errors submitted by Keith Bauer...
Steve Naroff
2007-08-30
1
-21
/
+37
*
Change EnumDecl to store its corresponding integer type
Chris Lattner
2007-08-28
1
-18
/
+1
*
constify some stuff
Chris Lattner
2007-08-27
1
-2
/
+2
*
implement sizeof(enum x), patch inspired by Keith Bauer.
Chris Lattner
2007-08-27
1
-7
/
+26
*
Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType().
Steve Naroff
2007-08-27
1
-3
/
+9
*
Tweak a comment and assert.
Steve Naroff
2007-08-27
1
-5
/
+6
*
Replaced ASTContext::maxComplexType() with ASTContext::getFloatingTypeOfSizeW...
Steve Naroff
2007-08-27
1
-21
/
+21
*
Add initial support for constant CFStrings.
Anders Carlsson
2007-08-17
1
-0
/
+29
*
Add comments to getTypeOfExpr/getTypeOfType.
Steve Naroff
2007-08-01
1
-4
/
+16
*
Two typeof() related changes...
Steve Naroff
2007-08-01
1
-1
/
+1
*
Add parsing and AST support for GNU "typeof".
Steve Naroff
2007-07-31
1
-0
/
+12
*
fix bogus warnings about potentially uninit vars Size and Align.
Chris Lattner
2007-07-23
1
-8
/
+8
*
Fix a valgrind error noticed by Benoit Boissinot
Chris Lattner
2007-07-20
1
-1
/
+1
*
fix a nasty bug Owen noticed in a gcc warning.
Chris Lattner
2007-07-20
1
-4
/
+4
*
implement size/alignment analysis for arrays and vectors. This gets carbon.h...
Chris Lattner
2007-07-19
1
-4
/
+22
*
implement sizeof/alignof support for structs, unions and complex.
Chris Lattner
2007-07-18
1
-6
/
+28
*
First round of extended vector support. Here is an overview...
Steve Naroff
2007-07-18
1
-8
/
+37
*
initial layout support for structures and unions. This isn't actually
Chris Lattner
2007-07-18
1
-0
/
+70
*
teach -stats about new types
Chris Lattner
2007-07-18
1
-0
/
+8
*
don't let builtin-type handling code fall into pointer handling code
Chris Lattner
2007-07-15
1
-0
/
+1
*
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-14
1
-43
/
+19
*
Use target info to decide the sizes of basic types.
Chris Lattner
2007-07-13
1
-29
/
+30
*
Add missing citation.
Chris Lattner
2007-07-13
1
-1
/
+2
*
Move getSize() out of type, into ASTContext, where it has target info, and
Chris Lattner
2007-07-13
1
-0
/
+53
*
Implement codegen for + and - with pointers. Patch contributed by
Chris Lattner
2007-07-13
1
-0
/
+8
*
Bug #:
Steve Naroff
2007-07-06
1
-0
/
+33
*
Split complex types out from being members of BuiltinType to being their own
Chris Lattner
2007-06-22
1
-24
/
+46
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-8
/
+6
*
Type::isSignedInteger() and isUnsignedInteger() did not properly account for
Chris Lattner
2007-06-03
1
-3
/
+10
*
Bug #:
Bill Wendling
2007-05-27
1
-1
/
+33
*
Implement a fixme
Chris Lattner
2007-05-24
1
-1
/
+0
*
silence a bunch of warnings, fix some funky indentation.
Chris Lattner
2007-05-24
1
-3
/
+4
*
Bug #:
Steve Naroff
2007-05-23
1
-0
/
+4
*
add ASTContext::getIntegerBitwidth method.
Chris Lattner
2007-05-20
1
-28
/
+56
*
Bug #:
Steve Naroff
2007-04-27
1
-4
/
+3
*
Bug #:
Steve Naroff
2007-04-27
1
-57
/
+57
*
Bug #:
Steve Naroff
2007-04-27
1
-0
/
+113
*
Bug #:
Steve Naroff
2007-04-05
1
-32
/
+32
*
Bug #:
Steve Naroff
2007-04-05
1
-10
/
+8
*
Bug #:
Steve Naroff
2007-04-02
1
-2
/
+2
*
Bug #:
Steve Naroff
2007-04-02
1
-0
/
+8
*
Unnest assignment to make the code more clear
Chris Lattner
2007-03-26
1
-4
/
+6
*
Bug #:
Steve Naroff
2007-03-23
1
-2
/
+2
*
Bug #:
Steve Naroff
2007-03-16
1
-1
/
+2
*
Bug #:
Steve Naroff
2007-03-14
1
-4
/
+2
*
Make Sema's use of the preprocessor explicit (rather than assume
Steve Naroff
2007-02-28
1
-6
/
+0
*
Added isa<> support for Statements and Expressions. This involved:
Steve Naroff
2007-02-26
1
-2
/
+2
*
Add support for target-specific builtins, including detecting nonportability
Chris Lattner
2007-01-29
1
-2
/
+1
*
Add support for target-independent builtin functions (like __builtin_abs),
Chris Lattner
2007-01-28
1
-0
/
+2
*
Eliminate the last of the slow lookups, by making non-prototyped function types
Chris Lattner
2007-01-27
1
-12
/
+19
[prev]
[next]