index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2009-02-05
This patch generates messaging code for objc2's non-fragile abi.
Fariborz Jahanian
2009-02-05
Initialize alignment field for ByVal ABIInfo correctly.
Daniel Dunbar
2009-02-05
Unbreak CGFunctionInfo::Profile method and reenable caching of ABI
Daniel Dunbar
2009-02-04
Chase LLVM TOT in circles (i.e., revert r63773 to match revert of
Daniel Dunbar
2009-02-04
Add ABIArgInfo::dump()
Daniel Dunbar
2009-02-04
Use correct signature for calling enumeration mutation function.
Daniel Dunbar
2009-02-04
Temporarily disable caching of ABI results; this is going horribly
Daniel Dunbar
2009-02-04
Add -femit-all-decls codegen option.
Daniel Dunbar
2009-02-04
Add asserts that the function signature matches the other arguments provide
Daniel Dunbar
2009-02-04
(llvm up) Update for intrinsic lookup changes.
Daniel Dunbar
2009-02-04
Some early code for objc2's nonfragile abi messaging.
Fariborz Jahanian
2009-02-04
Patch fixes messaging for GNU runtime.
Fariborz Jahanian
2009-02-04
Handle demotion of coerced arguments (as in void a(x) short x; { ... }).
Daniel Dunbar
2009-02-04
lower the interface to getLineNumber like we did for
Chris Lattner
2009-02-04
Update passing of _Bool values to match what function was declared to take.
Daniel Dunbar
2009-02-04
Change construction of common ObjC functions to use CGCall
Daniel Dunbar
2009-02-04
Some function stub added for new abi messaging.
Fariborz Jahanian
2009-02-03
Use CGCall infrastructure to call enumeration mutation function.
Daniel Dunbar
2009-02-03
Several new declarations for objc2 nonfragile
Fariborz Jahanian
2009-02-03
Fix return type for calls to objc_setProperty.
Daniel Dunbar
2009-02-03
Use ConvertTypeForMem when creating alloca for scalar argument.
Daniel Dunbar
2009-02-03
Add CodeGenFunction::ConvertTypeForMem forwarding function.
Daniel Dunbar
2009-02-03
GNUStep fast enumeration.
Fariborz Jahanian
2009-02-03
x86_64 ABI: Initial implementation of ABI compliant parameter passing.
Daniel Dunbar
2009-02-03
ABI handling: Implement coercion for argument types (in addition to
Daniel Dunbar
2009-02-03
ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi).
Fariborz Jahanian
2009-02-03
Targets that don't have stack use global address space for parameters.
Sanjiv Gupta
2009-02-03
Minor objc2 bug fix.
Fariborz Jahanian
2009-02-03
Fixed the typo in comment.
Sanjiv Gupta
2009-02-03
Change ABIInfo to compute information for a full signature at a time
Daniel Dunbar
2009-02-03
Remove ABIArgInfo::Default kind, ABI is now responsible for specifying
Daniel Dunbar
2009-02-03
Add ABIArgInfo::Direct kind, which passes arguments using whatever the
Daniel Dunbar
2009-02-03
Add two FIXMEs.
Daniel Dunbar
2009-02-03
Always use CGFunctionInfo to access ABI information.
Daniel Dunbar
2009-02-03
Move ABIArgInfo into CGFunctionInfo, computed on creation.
Daniel Dunbar
2009-02-03
Move ABIInfo/ABIArgInfo classes into ABIInfo.h
Daniel Dunbar
2009-02-03
objc2's ir-gen for nonfragile ivar access.
Fariborz Jahanian
2009-02-03
Memoize CGFunctionInfo construction.
Daniel Dunbar
2009-02-02
Change CGFunctionInfo args iterator to not include the return type.
Daniel Dunbar
2009-02-02
Thread CGFunctionInfo construction through CodeGenTypes.
Daniel Dunbar
2009-02-02
More ABI API cleanup.
Daniel Dunbar
2009-02-02
ABI handling API changes.
Daniel Dunbar
2009-02-02
Refactored code gen for ivar access in preparation for
Fariborz Jahanian
2009-02-02
Shuffle some functions around, no functionality change.
Daniel Dunbar
2009-02-02
Add FIXME.
Daniel Dunbar
2009-02-01
Fix for PR3447: use padded sizes for computations on struct/union
Eli Friedman
2009-01-31
Remove unused overload of GetFunctionType.
Daniel Dunbar
2009-01-31
Initialize CGFunctionInfo isVariadic bit correctly.
Daniel Dunbar
2009-01-31
Use target alignment API to set objc2's meta-data
Fariborz Jahanian
2009-01-31
Err, unbreak my previous "no functionality change commit", will fix properly ...
Daniel Dunbar
[prev]
[next]