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-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly m...
Michael Ilseman
2012-12-04
remove trailing whitespace
Michael Ilseman
2012-12-03
Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary
Richard Smith
2012-12-03
Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...
Alexey Samsonov
2012-12-03
Fix PR14474: don't emit debug info for interface types in -gline-tables-only ...
Alexey Samsonov
2012-12-03
Add -fsanitize=memory.
Evgeniy Stepanov
2012-12-02
[ubsan] Add flag to enable recovery from checks when possible.
Will Dietz
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-30
Fixing a precedence issue with my previous commit.
Aaron Ballman
2012-11-30
Fixing an MSVC warning about an unsafe mixture of Boolean and unsigned types ...
Aaron Ballman
2012-11-29
Fix a small calling-convention bug for x86-32. PR14453.
Eli Friedman
2012-11-29
This patch exposes to Clang users three more sanitizers are experimental feat...
Alexey Samsonov
2012-11-29
Merge function types in C.
Rafael Espindola
2012-11-28
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-11-28
ABI: comments from Eli on r168820.
Manman Ren
2012-11-28
ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store of
Manman Ren
2012-11-28
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), Cla...
Kostya Serebryany
2012-11-27
objective-C arc: load of a __weak object happens via call to
Fariborz Jahanian
2012-11-27
Add -fsanitize=integer for reporting suspicious integer behaviors.
Will Dietz
2012-11-27
This patch addresses an incompatibility relative to the 64-bit PowerPC
Bill Schmidt
2012-11-26
MSPGCC renamed ISR vectors from vector_<address> to __isr_<number>. This patc...
Anton Korobeynikov
2012-11-23
PR14306: Move -fbounds-checking to -fsanitize=bounds.
Joey Gouly
2012-11-20
Update method calls to the new interface re r168354.
Bill Wendling
2012-11-17
Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64.
Benjamin Kramer
2012-11-16
A step towards sorting out handling of triviality of special members in C++11.
Richard Smith
2012-11-15
Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a...
Eli Friedman
2012-11-15
Simplify code. No functionality change.
Benjamin Kramer
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
Make -ffp-contract a codegen option, rather than a laguage option. This makes
Lang Hames
2012-11-14
When evaluating variably modified types for function parameters, dig out the
Eli Friedman
2012-11-14
The ObjC++-to-C++ personality trick is only necessary on NeXT runtimes,
John McCall
2012-11-14
fixes a buildbot failure.
Fariborz Jahanian
2012-11-14
Fix 80-column violation.
Fariborz Jahanian
2012-11-14
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-14
Move some GNUStep-specific code out of CGObjCGNU.
John McCall
2012-11-13
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-13
Fix IR generation for bool on PPC (and any other target where bool is not 8 b...
Eli Friedman
2012-11-10
objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31.
Fariborz Jahanian
2012-11-09
Turn FrontendInputFile into an immutable class and have it also accept
Argyrios Kyrtzidis
2012-11-09
Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves
Chad Rosier
2012-11-09
[driver] Add a -mstrict-align compiler option for ARM targets.
Chad Rosier
2012-11-07
When deciding whether to convert an array construction loop into a memcpy, look
Richard Smith
2012-11-07
objective-C blocks: bring back the CharUnit patch for
Fariborz Jahanian
2012-11-07
Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that
David Chisnall
2012-11-06
Put something sane in the DWARF offset field for bitfield ObjC ivars.
Eli Friedman
2012-11-06
Implement codegen for init_priority attribute properly - make sure it
Anton Korobeynikov
2012-11-06
Back out 167431+167437+167487; I didn't realize how incomplete our test
Eli Friedman
2012-11-06
Fix a silly mistake in r167437.
Eli Friedman
[prev]
[next]