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
*
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