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
2012-11-06
Cleanup: 80-column violation
Manman Ren
2012-11-06
ARM byval: when type alignment is bigger than ABI alignment, instead of
Manman Ren
2012-11-06
Propagate CharUnits through CGObjCMac.cpp.
Eli Friedman
2012-11-06
Minor fix to ObjC layout bitmap metadata. Found while I was trying to
Eli Friedman
2012-11-06
Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -...
Richard Smith
2012-11-06
Propagate CharUnits into ObjC CodeGen. No intended functional change.
Eli Friedman
2012-11-05
Have the parser initialize Sema before it consumes the first
Douglas Gregor
2012-11-05
ARM byval: when type alignment is bigger than ABI alignment, we can't guarantee
Manman Ren
2012-11-05
Use the individual -fsanitize=<...> arguments to control which of the UBSan
Richard Smith
2012-11-05
Rename LangOptions members for address sanitizer and thread sanitizer from
Richard Smith
2012-11-05
On PowerPC64, integer arguments and return values need to be sign- or
Ulrich Weigand
2012-11-04
Fixes liftime of captured block variables in mrr mode, per John's feedback, as
Fariborz Jahanian
2012-11-02
Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead ...
David Blaikie
2012-11-02
objective-C mrr block. Block variable layout metadata in
Fariborz Jahanian
2012-11-02
Fix debug tag type of forward declarations of struct/class in C++.
David Blaikie
2012-11-01
Update the front end to use minsize attribute
Quentin Colombet
2012-11-01
Simplify: replace getContext().getLangOpts() with just getLangOpts().
Richard Smith
2012-11-01
Clean up misapplication of diff.
Richard Smith
2012-11-01
Split emission of -ftrapv checks and -fcatch-undefined-behavior checks into
Richard Smith
2012-11-01
Remove divison-by-zero checks from -ftrapv. These checks were incompatible with
Richard Smith
2012-11-01
Silence -Wformat on platforms where uint64_t is unsigned long.
Matt Beaumont-Gay
2012-11-01
objective-C block meta-data. This patch completes meta-data
Fariborz Jahanian
2012-11-01
-fcatch-undefined-behavior: Start checking loads and stores for null pointers.
Richard Smith
2012-10-31
ARM AAPCS-VFP: fix tracking of allocated VFP registers.
Manman Ren
2012-10-30
ARM AAPCS-VFP: fix handling of homogeneous aggreate.
Manman Ren
2012-10-30
objective-C arc/mrr: Another patch for the new captured block variable
Fariborz Jahanian
2012-10-30
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
Don't crash on bad atomic operations. PR14176.
Eli Friedman
2012-10-29
Revert commit r166946
Quentin Colombet
2012-10-29
Make forcesizeopt attribute available to the end user
Quentin Colombet
2012-10-29
Handle '*' and '#' asm constraint modifiers.
Ulrich Weigand
2012-10-27
objective-C arc/mrr: Patch for the new block variable layout meta-data.
Fariborz Jahanian
2012-10-27
Move two helper functions to AST so that sema can use them.
Rafael Espindola
2012-10-27
Refactor some code into a new findMaterializedTemporary function.
Rafael Espindola
2012-10-27
Refactor some code into a new skipRValueSubobjectAdjustments function.
Rafael Espindola
2012-10-27
Delay codegen to after collecting all SubobjectAdjustment so that the collection
Rafael Espindola
2012-10-26
Add missing safety check to an optimization for do-while loops. PR14191.
Eli Friedman
2012-10-26
Don't crash synthesizing an ObjC property with an empty struct type. <rdar:/...
Eli Friedman
2012-10-26
Add comment for my patch in r166809.
Fariborz Jahanian
2012-10-26
Remove BLOCK_BYREF_LAYOUT_BYREF flags from list of
Fariborz Jahanian
2012-10-26
objective-C IRGen: for @implementation nested in
Fariborz Jahanian
2012-10-26
This patch addresses a 64-bit PowerPC ELF ABI compatibility issue with
Bill Schmidt
2012-10-26
Declare type of flags to be used in a __block (byref)
Fariborz Jahanian
2012-10-26
Oz optimization level sets ForceSizeOpt attribute for each function
Quentin Colombet
2012-10-25
Changing name of enum for block literal flags to represent
Fariborz Jahanian
2012-10-25
Add some new types in preparation of encoding of captured block variable
Fariborz Jahanian
2012-10-25
Provide comment describing what buildBlockDescriptor does.
Fariborz Jahanian
2012-10-25
Cleanup some clang code to use new type functions instead of using cast<>.
Micah Villmow
2012-10-25
Modify the targets to set appropriate calling convention defaults and C varia...
David Tweed
2012-10-25
Initialize debug info for special cases of functions that lack declarations a...
Alexey Samsonov
[prev]
[next]