index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
Age
Commit message (
Expand
)
Author
2012-12-02
[ubsan] Add flag to enable recovery from checks when possible.
Will Dietz
2012-12-01
Fix a test that was redefining FileCheck variables while referencing old ones.
Eli Bendersky
2012-11-30
Don't emit a warning with an input/output parameter. We assume the user knows...
Bill Wendling
2012-11-30
Don't warn if the input size is less than the register size. Also don't warn if
Bill Wendling
2012-11-30
Add a test case for the new cortex-a5 switch
Quentin Colombet
2012-11-29
Fix a small calling-convention bug for x86-32. PR14453.
Eli Friedman
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
Teach Lexer::getSpelling about raw string literals. Specifically, if a raw
Richard Smith
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
check that always_inline attribute works with -fno-inline
Sebastian Pop
2012-11-23
PR14306: Move -fbounds-checking to -fsanitize=bounds.
Joey Gouly
2012-11-17
Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64.
Benjamin Kramer
2012-11-15
Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a...
Eli Friedman
2012-11-14
When evaluating variably modified types for function parameters, dig out the
Eli Friedman
2012-11-14
Remove the cellspu port.
Eric Christopher
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-12
That's causing an error.
Bill Wendling
2012-11-12
Don't test for incomplete types.
Bill Wendling
2012-11-12
Update testcase to show that we don't emit an error for sizes <= 32-bits.
Bill Wendling
2012-11-12
Check that the input size is correct for the given constraint.
Bill Wendling
2012-11-10
Add clang support of RTM from TSX
Michael Liao
2012-11-10
Add a few more test cases for verifying -fno-builtin.
Meador Inge
2012-11-09
[NVPTX] Add __nvvm_* intrinsics as Clang builtins
Justin Holewinski
2012-11-08
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...
NAKAMURA Takumi
2012-11-06
ARM byval: when type alignment is bigger than ABI alignment, instead of
Manman Ren
2012-11-06
Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -...
Richard Smith
2012-11-05
Use the individual -fsanitize=<...> arguments to control which of the UBSan
Richard Smith
2012-11-05
On PowerPC64, integer arguments and return values need to be sign- or
Ulrich Weigand
2012-11-02
Fix debug tag type of forward declarations of struct/class in C++.
David Blaikie
2012-11-02
clang/test/CodeGen/bitfield-promote.c: Add explicit triple for now. It has be...
NAKAMURA Takumi
2012-11-02
clang/test/CodeGen/bitfield-promote.c: FileCheck-ize.
NAKAMURA Takumi
2012-11-01
Update the front end to use minsize attribute
Quentin Colombet
2012-11-01
Remove divison-by-zero checks from -ftrapv. These checks were incompatible with
Richard Smith
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-31
[driver] Remove the -ccc-host-triple alias. This has been replaced by the
Chad Rosier
2012-10-30
ARM AAPCS-VFP: fix handling of homogeneous aggreate.
Manman Ren
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
This patch adds alignment information for long double to the 64-bit PowerPC
Bill Schmidt
2012-10-29
Handle '*' and '#' asm constraint modifiers.
Ulrich Weigand
2012-10-26
Fix typo.
Eli Friedman
2012-10-26
Add missing safety check to an optimization for do-while loops. PR14191.
Eli Friedman
2012-10-26
This patch is a follow-up to r166805. As suggested on-list, a check was
Bill Schmidt
[prev]
[next]