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
/
CodeGen
/
CodeGenTypes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
now that ConvertTagDeclType is nice and simple, use it from UpdateCompletedType.
Chris Lattner
2008-02-06
1
-1
/
+1
*
rename TypeHolderMap to TypeCache, which more aptly describes what it is.
Chris Lattner
2008-02-06
1
-9
/
+7
*
split tagged decl layout into its own method.
Chris Lattner
2008-02-06
1
-1
/
+6
*
sink more of the type related code into CodeGenTypes.
Chris Lattner
2008-02-06
1
-4
/
+3
*
rewrite some of the type refinement code to eliminate dangling pointers
Chris Lattner
2008-02-05
1
-6
/
+7
*
Change the key of CGRecordLayouts from being an llvm type* to being a decl*. ...
Chris Lattner
2008-02-05
1
-2
/
+2
*
Cleanup InitListExpr code generation code.
Devang Patel
2008-02-05
1
-1
/
+12
*
Implement bitfield read.
Lauro Ramos Venancio
2008-01-22
1
-3
/
+6
*
Simplify the bitfield codegen.
Lauro Ramos Venancio
2008-01-21
1
-13
/
+11
*
implement proper support for _Bool in memory, which is usually i8, not i1.
Chris Lattner
2008-01-09
1
-4
/
+14
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Separate access field number is not required.
Devang Patel
2007-12-11
1
-10
/
+9
*
More struct bitfields layout work. Now handle,
Devang Patel
2007-12-06
1
-3
/
+10
*
Start struct bit field laout work.
Devang Patel
2007-11-07
1
-1
/
+13
*
Rename classes and collections that maintain record layout information.
Devang Patel
2007-11-01
1
-8
/
+8
*
Keep track of field offsets during structure layout.
Devang Patel
2007-10-31
1
-0
/
+1
*
Take 2.
Devang Patel
2007-10-31
1
-1
/
+3
*
temporarily revert devang's patch to link in the llvm codegen etc.
Chris Lattner
2007-10-31
1
-4
/
+1
*
Keep track of field offsets during structure layout.
Devang Patel
2007-10-31
1
-0
/
+1
*
Make target info available to clang code generator.
Devang Patel
2007-10-31
1
-1
/
+3
*
Use
Devang Patel
2007-10-30
1
-1
/
+1
*
Add RecordOrganizer::layoutUnionFields()
Devang Patel
2007-10-29
1
-0
/
+1
*
Document ConvertNewType() method and make it a private method.
Devang Patel
2007-10-25
1
-2
/
+9
*
Cache llvm::Type through PATypeHolder.
Devang Patel
2007-10-25
1
-0
/
+8
*
Remove unused #includes
Devang Patel
2007-10-24
1
-2
/
+0
*
Move RecordOrganizer into CodeGenTypes.cpp
Devang Patel
2007-10-24
1
-34
/
+4
*
Constify methods and reuse RecordOrganizer object.
Devang Patel
2007-10-24
1
-3
/
+5
*
Add notes.
Devang Patel
2007-10-24
1
-0
/
+2
*
Handle nested structs.
Devang Patel
2007-10-23
1
-1
/
+8
*
Begin struct layout work.
Devang Patel
2007-10-23
1
-1
/
+70
*
Implement code generation for constant CFStrings.
Anders Carlsson
2007-08-21
1
-0
/
+4
*
Add preliminary support for converting struct types.
Anders Carlsson
2007-08-17
1
-2
/
+3
*
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-14
1
-1
/
+3
*
Move getSize() out of type, into ASTContext, where it has target info, and
Chris Lattner
2007-07-13
1
-0
/
+1
*
remove location tracking for target info
Chris Lattner
2007-06-22
1
-4
/
+2
*
Split type analysis out to its own file, now the integer constant expr evalua...
Chris Lattner
2007-06-16
1
-0
/
+49