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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
rewrite some of the type refinement code to eliminate dangling pointers
Chris Lattner
2008-02-05
1
-55
/
+57
*
Change the key of CGRecordLayouts from being an llvm type* to being a decl*. ...
Chris Lattner
2008-02-05
1
-6
/
+6
*
Update outdated comment.
Devang Patel
2008-02-05
1
-6
/
+1
*
Cleanup InitListExpr code generation code.
Devang Patel
2008-02-05
1
-5
/
+7
*
Fix memory corruption from the type map being modified while a reference
Eli Friedman
2008-02-05
1
-5
/
+5
*
Keep track of padding fields.
Devang Patel
2008-02-05
1
-3
/
+10
*
Add experimental support for address space qualified types. Address space
Christopher Lamb
2008-02-04
1
-4
/
+12
*
Implement review feedback. Use getAsPointerType instead of cast<PointerType>.
Lauro Ramos Venancio
2008-01-31
1
-2
/
+2
*
A pointer to an opaque type is an "opaque type definition".
Lauro Ramos Venancio
2008-01-30
1
-2
/
+6
*
Fix two bugs in bitfield codegen.
Lauro Ramos Venancio
2008-01-22
1
-2
/
+2
*
Simplify the bitfield codegen.
Lauro Ramos Venancio
2008-01-21
1
-173
/
+93
*
implement proper support for _Bool in memory, which is usually i8, not i1.
Chris Lattner
2008-01-09
1
-2
/
+20
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-3
/
+3
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Convert opaque type when struct definition is seen.
Devang Patel
2007-12-21
1
-9
/
+37
*
Keep track of llvm struct size while adding fields.
Devang Patel
2007-12-21
1
-16
/
+25
*
Patch to implemented objective-c's dynamic object pointer qualified with
Fariborz Jahanian
2007-12-17
1
-0
/
+4
*
Update to use new PointerType::getUnqual() api.
Christopher Lamb
2007-12-17
1
-4
/
+4
*
Add assert to detect incomplete implementation work.
Devang Patel
2007-12-13
1
-8
/
+13
*
Refactor bit-field handling code into a separate method.
Devang Patel
2007-12-11
1
-69
/
+86
*
Separate access field number is not required.
Devang Patel
2007-12-11
1
-9
/
+7
*
Beautify comment.
Devang Patel
2007-12-11
1
-12
/
+20
*
Add support to share llvm fields for bit-fields.
Devang Patel
2007-12-11
1
-2
/
+60
*
Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout.
Devang Patel
2007-12-10
1
-6
/
+6
*
Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout.
Devang Patel
2007-12-10
1
-1
/
+1
*
More struct bitfields layout work. Now handle,
Devang Patel
2007-12-06
1
-14
/
+43
*
fix some bogus code noticed by Kevin Andre
Chris Lattner
2007-12-05
1
-1
/
+1
*
Better match llvm-gcc's behavior for CodeGen naming of anonymous structs and ...
Christopher Lamb
2007-12-01
1
-3
/
+6
*
When generating the CodeGen type name of a struct, union, enum use the typedef
Christopher Lamb
2007-12-01
1
-1
/
+8
*
update to match change in mainline llvm.
Chris Lattner
2007-11-27
1
-1
/
+1
*
Add assert for the case that is not handled.
Devang Patel
2007-11-08
1
-0
/
+5
*
Keep track of beginning offset for the bit field that does not start at byte ...
Devang Patel
2007-11-08
1
-4
/
+11
*
Stay within 80 columns.
Devang Patel
2007-11-07
1
-5
/
+6
*
Start struct bit field laout work.
Devang Patel
2007-11-07
1
-22
/
+62
*
Rename classes and collections that maintain record layout information.
Devang Patel
2007-11-01
1
-17
/
+17
*
Remove unnecessary method.
Devang Patel
2007-11-01
1
-9
/
+0
*
start adding pading fields.
Devang Patel
2007-11-01
1
-19
/
+32
*
Refactor code into a separate method.
Devang Patel
2007-10-31
1
-11
/
+29
*
Check whether next slot meets field type's alignment requirements.
Devang Patel
2007-10-31
1
-1
/
+4
*
Keep track of field offsets during structure layout.
Devang Patel
2007-10-31
1
-4
/
+11
*
Take 2.
Devang Patel
2007-10-31
1
-2
/
+3
*
temporarily revert devang's patch to link in the llvm codegen etc.
Chris Lattner
2007-10-31
1
-14
/
+6
*
Keep track of field offsets during structure layout.
Devang Patel
2007-10-31
1
-4
/
+11
*
Make target info available to clang code generator.
Devang Patel
2007-10-31
1
-2
/
+3
*
Avoid unnecessary PATypeHolder copy.
Devang Patel
2007-10-30
1
-4
/
+2
*
Fix 80 col violations.
Devang Patel
2007-10-30
1
-2
/
+3
*
Use
Devang Patel
2007-10-30
1
-9
/
+13
*
Add RecordOrganizer::layoutUnionFields()
Devang Patel
2007-10-29
1
-24
/
+48
*
Codegen union member references.
Devang Patel
2007-10-26
1
-6
/
+17
*
Cache llvm::Type through PATypeHolder.
Devang Patel
2007-10-25
1
-4
/
+27
[next]