index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CodeGen
/
CodeGenTypes.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-05
remove the source location arguments to various target query methods.
Chris Lattner
2008-02-20
Tabs are the enemy
Nate Begeman
2008-02-20
Alternate address spaces work:
Chris Lattner
2008-02-15
Split out incomplete arrays from VariableArrayType into
Eli Friedman
2008-02-08
Fix a bitfield regression. Reported by Anders Carlsson.
Lauro Ramos Venancio
2008-02-07
Simplify bitfield codegen.
Lauro Ramos Venancio
2008-02-07
Fix codegen of
Lauro Ramos Venancio
2008-02-06
now that ConvertTagDeclType is nice and simple, use it from UpdateCompletedType.
Chris Lattner
2008-02-06
simplify and speed up type refinement logic. No functionality change.
Chris Lattner
2008-02-06
only convert the type name once, not each type it is refined.
Chris Lattner
2008-02-06
simplify a bunch of code.
Chris Lattner
2008-02-06
rename TypeHolderMap to TypeCache, which more aptly describes what it is.
Chris Lattner
2008-02-06
split tagged decl layout into its own method.
Chris Lattner
2008-02-06
only update the llvm type for a struct when we used the struct
Chris Lattner
2008-02-06
sink more of the type related code into CodeGenTypes.
Chris Lattner
2008-02-05
rewrite some of the type refinement code to eliminate dangling pointers
Chris Lattner
2008-02-05
Change the key of CGRecordLayouts from being an llvm type* to being a decl*. ...
Chris Lattner
2008-02-05
Update outdated comment.
Devang Patel
2008-02-05
Cleanup InitListExpr code generation code.
Devang Patel
2008-02-05
Fix memory corruption from the type map being modified while a reference
Eli Friedman
2008-02-05
Keep track of padding fields.
Devang Patel
2008-02-04
Add experimental support for address space qualified types. Address space
Christopher Lamb
2008-01-31
Implement review feedback. Use getAsPointerType instead of cast<PointerType>.
Lauro Ramos Venancio
2008-01-30
A pointer to an opaque type is an "opaque type definition".
Lauro Ramos Venancio
2008-01-22
Fix two bugs in bitfield codegen.
Lauro Ramos Venancio
2008-01-21
Simplify the bitfield codegen.
Lauro Ramos Venancio
2008-01-09
implement proper support for _Bool in memory, which is usually i8, not i1.
Chris Lattner
2008-01-07
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-21
Convert opaque type when struct definition is seen.
Devang Patel
2007-12-21
Keep track of llvm struct size while adding fields.
Devang Patel
2007-12-17
Patch to implemented objective-c's dynamic object pointer qualified with
Fariborz Jahanian
2007-12-17
Update to use new PointerType::getUnqual() api.
Christopher Lamb
2007-12-13
Add assert to detect incomplete implementation work.
Devang Patel
2007-12-11
Refactor bit-field handling code into a separate method.
Devang Patel
2007-12-11
Separate access field number is not required.
Devang Patel
2007-12-11
Beautify comment.
Devang Patel
2007-12-11
Add support to share llvm fields for bit-fields.
Devang Patel
2007-12-10
Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout.
Devang Patel
2007-12-10
Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout.
Devang Patel
2007-12-06
More struct bitfields layout work. Now handle,
Devang Patel
2007-12-05
fix some bogus code noticed by Kevin Andre
Chris Lattner
2007-12-01
Better match llvm-gcc's behavior for CodeGen naming of anonymous structs and ...
Christopher Lamb
2007-12-01
When generating the CodeGen type name of a struct, union, enum use the typedef
Christopher Lamb
2007-11-27
update to match change in mainline llvm.
Chris Lattner
2007-11-08
Add assert for the case that is not handled.
Devang Patel
2007-11-08
Keep track of beginning offset for the bit field that does not start at byte ...
Devang Patel
2007-11-07
Stay within 80 columns.
Devang Patel
2007-11-07
Start struct bit field laout work.
Devang Patel
[next]