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
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-1853
/
+0
*
move the ASTContext argument to be first in the argument list of
Chris Lattner
2008-03-15
1
-2
/
+2
*
start switching decls over to using an allocator controlled by ASTContext.
Chris Lattner
2008-03-15
1
-3
/
+3
*
simplify all the type info accessors in TargeTInfo to return scalars,
Chris Lattner
2008-03-08
1
-20
/
+27
*
Fix a fixme by allowing pointers in different address spaces to have
Chris Lattner
2008-03-08
1
-2
/
+8
*
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
1
-34
/
+31
*
Fix a little typo... per cfe-dev, this was apparently causing test
Eli Friedman
2008-02-25
1
-1
/
+1
*
Alternate address spaces work:
Chris Lattner
2008-02-20
1
-7
/
+18
*
More bitfield improvements.
Anders Carlsson
2008-02-18
1
-19
/
+53
*
Better handling of the aligned attribute.
Anders Carlsson
2008-02-16
1
-3
/
+19
*
Make sizeof and __alignof work correctly with packed structs.
Anders Carlsson
2008-02-16
1
-2
/
+5
*
Split out incomplete arrays from VariableArrayType into
Eli Friedman
2008-02-15
1
-41
/
+44
*
Partial fix for struct compatibility; there's still something messy
Eli Friedman
2008-02-15
1
-12
/
+4
*
Make typechecking for enum+int compatibility stricter.
Eli Friedman
2008-02-12
1
-4
/
+8
*
Add wchar_t type to ASTContext. Will be needed for wide strings, since
Eli Friedman
2008-02-12
1
-0
/
+9
*
Fix type compatibility between constant and variable arrays.
Eli Friedman
2008-02-12
1
-0
/
+4
*
Fix the codegen of structs with flexible array members.
Eli Friedman
2008-02-06
1
-4
/
+16
*
Be a bit stricter about array type compatibility.
Eli Friedman
2008-02-06
1
-6
/
+10
*
Add experimental support for address space qualified types. Address space
Christopher Lamb
2008-02-04
1
-3
/
+29
*
Abolish a bunch of Xcode inserted tabs.
Steve Naroff
2008-01-30
1
-5
/
+5
*
Tighten up ASTContext::typesAreCompatible()...it needs to make sure the quali...
Steve Naroff
2008-01-29
1
-0
/
+3
*
Fix bz1950. ASTContext::functionTypesAreCompatible() needs to operate on the ...
Steve Naroff
2008-01-29
1
-1
/
+4
*
Problem with ObjC's type-encoding of nested structs causing infinit recursion.
Fariborz Jahanian
2008-01-22
1
-10
/
+22
*
Fix ASTContext::typesAreCompatible when analyzing a function type with
Chris Lattner
2008-01-14
1
-34
/
+42
*
Add a FIXME to commit r45784. Thanks mrs!
Steve Naroff
2008-01-09
1
-1
/
+2
*
Fix ASTContext::typesAreCompatible to allow for int/enum compatibility (C99 6...
Steve Naroff
2008-01-09
1
-1
/
+9
*
Verify/add code to make sure types passed to interfaceTypesAreCompatible
Fariborz Jahanian
2008-01-07
1
-2
/
+9
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-133
/
+133
*
Couple more uninitialized before use warning elimination.
Fariborz Jahanian
2008-01-03
1
-2
/
+2
*
Remove cause of misc. "variable might be used uninitialized in this function"...
Fariborz Jahanian
2008-01-03
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix OCUVector case in struct layout code.
Christopher Lamb
2007-12-29
1
-1
/
+2
*
This patch implements some of the more obscure type-checking involving
Fariborz Jahanian
2007-12-21
1
-26
/
+71
*
Patch to compare to objective-c static types where one or the other
Fariborz Jahanian
2007-12-21
1
-1
/
+16
*
More objective-c type analysis. This time involving objective types
Fariborz Jahanian
2007-12-21
1
-4
/
+21
*
More objective-c type checking. This time comparing objective-c known objects.
Fariborz Jahanian
2007-12-20
1
-1
/
+13
*
Patch to do type-checking for objctive-c's object types.
Fariborz Jahanian
2007-12-20
1
-6
/
+30
*
fix some crazy indentation
Chris Lattner
2007-12-19
1
-34
/
+35
*
This patch concludes implementation of dynamic objective-c type qualified by
Fariborz Jahanian
2007-12-19
1
-5
/
+93
*
Refactoring work. ObjcQualifiedIdType is now derived from 'Type'.
Fariborz Jahanian
2007-12-18
1
-6
/
+16
*
Fixed a comment describing a function
Fariborz Jahanian
2007-12-17
1
-1
/
+1
*
Patch to implemented objective-c's dynamic object pointer qualified with
Fariborz Jahanian
2007-12-17
1
-2
/
+43
*
Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceType
Fariborz Jahanian
2007-12-13
1
-8
/
+5
*
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-12
1
-11
/
+32
*
Encode enumeral types.
Steve Naroff
2007-12-12
1
-1
/
+3
*
Unbreak -stats on cocoa.h
Chris Lattner
2007-12-12
1
-1
/
+6
*
Implemented type checking for pointer of objects of protocol-qualified types.
Fariborz Jahanian
2007-12-12
1
-0
/
+30
*
Patch to implement "Protocol" as a built-in type declared as
Fariborz Jahanian
2007-12-07
1
-7
/
+2
*
Fix for testcase that assigns a dereferenced reference to a pointer. The
Bill Wendling
2007-12-03
1
-3
/
+10
*
Reverted changed to getTagDeclType() introduced in patch 44089:
Ted Kremenek
2007-11-26
1
-8
/
+5
[next]