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
2011-04-09
Eliminate a divide-by-8 in BuildVMIClassTypeInfo() by using CharUnits for
Ken Dyck
2011-04-09
Apply explicit braces to avoid ambiguous 'else' [-Wparentheses]
Nick Lewycky
2011-04-08
Do not use zero as an upper bound for unbounded array because upper bound zer...
Devang Patel
2011-04-07
[Reapply r128776, modified so that it does not break debug info.]
Ken Dyck
2011-04-07
Basic, untested implementation for an "unknown any" type requested by LLDB.
John McCall
2011-04-07
[Reapply r128773. This is not the source of the issues Devang was seeing
Ken Dyck
2011-04-07
[Reapply r128771. It wasn't the source of the issues Devang saw with debug
Ken Dyck
2011-04-07
Reapply r128770. It's not the cause of the issues Devang saw with debug info.
Ken Dyck
2011-04-06
Refine rules for atomic property api to
Fariborz Jahanian
2011-04-06
If this is an intrinsic function, set the function's attributes to the intrin...
Peter Collingbourne
2011-04-05
Simplify.
Devang Patel
2011-04-05
Fixes a regression caused by my last patch.
Fariborz Jahanian
2011-04-05
Emit debug info for function template parameters.
Devang Patel
2011-04-05
Generate atomic api for atomic properties (x86 and x86_64
Fariborz Jahanian
2011-04-05
Remove unintentional check-in.
Devang Patel
2011-04-05
Fix typo.
Devang Patel
2011-04-05
Use TemplateParameterList to extract template parameter name.
Devang Patel
2011-04-05
Added *hidden* flags -print-options and -print-all-options so
Andrew Trick
2011-04-05
whitespace
Andrew Trick
2011-04-05
Refactor.
Devang Patel
2011-04-05
Fix copy-and-paste bug that I introduced while tidying up the code.
David Chisnall
2011-04-05
Set AAPCS-VFP calling convention accordingly and hard float ABI command handl...
Sandeep Patel
2011-04-04
Eliminate conservative check that is covered by isIncompleteType() check.
Devang Patel
2011-04-04
Incomplete type does not have any size.
Devang Patel
2011-04-04
Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info.
Devang Patel
2011-04-02
Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to
Ken Dyck
2011-04-02
Use CharUnits for the offsets in the VirtualBaseClassOffsetOffsetsMapTy. No
Ken Dyck
2011-04-02
Use CharUnits for the offset type in the ClassNamesAndOffsets map in
Ken Dyck
2011-04-02
Use CharUnits for the offsets in the VBaseOffsetOffsetsMapTy types. No
Ken Dyck
2011-04-02
Convert BaseOffset::NonVirtualOffset to CharUnits. No change in
Ken Dyck
2011-04-02
Convert offset parameters and return values of VTableComponent methods to
Ken Dyck
2011-04-02
Convert the offsets in VCallOffsetMap to CharUnits. No change in
Ken Dyck
2011-04-02
Convert offset parameters of VTableBuilder::IsOverriderUsed() to CharUnits.
Ken Dyck
2011-04-01
Do not try calculate the size of forward-declared template type array.
Devang Patel
2011-04-01
IRgen: Reapply r128691 with a fix to ensure we don't increase alignment past
Daniel Dunbar
2011-04-01
Revert r128691, "IRgen: Improve GCC compatibility when dealing with packed
Daniel Dunbar
2011-03-31
IRgen: Improve GCC compatibility when dealing with packed arrays by propagating
Daniel Dunbar
2011-03-31
Whoops.
John McCall
2011-03-31
After much contemplation, I've decided that we probably shouldn't "unique"
John McCall
2011-03-31
Move all the significant __block code into CGBlocks.cpp. No functionality
John McCall
2011-03-31
Oops, prefer C-style cast here
Matt Beaumont-Gay
2011-03-31
Silence GCC warning about differing types on the branches of a conditional ex...
Matt Beaumont-Gay
2011-03-31
Convert the return value of
Ken Dyck
2011-03-31
Convert the OffsetInLayoutClass parameter of
Ken Dyck
2011-03-31
Convert the OffsetInLayoutClass of the VCallAndVBaseOffsetBuilder
Ken Dyck
2011-03-31
Convert the RealBaseOffset parameter of
Ken Dyck
2011-03-31
Use intrinsics for Neon vmull operations. Radar 9208957.
Bob Wilson
2011-03-30
Fix IRGen issues related to using property-dot syntax
Fariborz Jahanian
2011-03-30
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
[prev]
[next]