aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2012-12-02[ubsan] Add flag to enable recovery from checks when possible.Will Dietz
2012-12-01Fix a test that was redefining FileCheck variables while referencing old ones.Eli Bendersky
2012-11-30Don't emit a warning with an input/output parameter. We assume the user knows...Bill Wendling
2012-11-30Don't warn if the input size is less than the register size. Also don't warn ifBill Wendling
2012-11-30Add a test case for the new cortex-a5 switchQuentin Colombet
2012-11-29Fix a small calling-convention bug for x86-32. PR14453.Eli Friedman
2012-11-28ABI: comments from Eli on r168820.Manman Ren
2012-11-28ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store ofManman Ren
2012-11-28Teach Lexer::getSpelling about raw string literals. Specifically, if a rawRichard Smith
2012-11-27Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz
2012-11-27This patch addresses an incompatibility relative to the 64-bit PowerPCBill Schmidt
2012-11-26check that always_inline attribute works with -fno-inlineSebastian Pop
2012-11-23PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly
2012-11-17Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64.Benjamin Kramer
2012-11-15Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a...Eli Friedman
2012-11-14When evaluating variably modified types for function parameters, dig out theEli Friedman
2012-11-14Remove the cellspu port.Eric Christopher
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-11-13Fix IR generation for bool on PPC (and any other target where bool is not 8 b...Eli Friedman
2012-11-12That's causing an error.Bill Wendling
2012-11-12Don't test for incomplete types.Bill Wendling
2012-11-12Update testcase to show that we don't emit an error for sizes <= 32-bits.Bill Wendling
2012-11-12Check that the input size is correct for the given constraint.Bill Wendling
2012-11-10Add clang support of RTM from TSXMichael Liao
2012-11-10Add a few more test cases for verifying -fno-builtin.Meador Inge
2012-11-09[NVPTX] Add __nvvm_* intrinsics as Clang builtinsJustin Holewinski
2012-11-08llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi
2012-11-06ARM byval: when type alignment is bigger than ABI alignment, instead ofManman Ren
2012-11-06Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -...Richard Smith
2012-11-05Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith
2012-11-05On PowerPC64, integer arguments and return values need to be sign- orUlrich Weigand
2012-11-02Fix debug tag type of forward declarations of struct/class in C++.David Blaikie
2012-11-02clang/test/CodeGen/bitfield-promote.c: Add explicit triple for now. It has be...NAKAMURA Takumi
2012-11-02clang/test/CodeGen/bitfield-promote.c: FileCheck-ize.NAKAMURA Takumi
2012-11-01Update the front end to use minsize attributeQuentin Colombet
2012-11-01Remove divison-by-zero checks from -ftrapv. These checks were incompatible withRichard Smith
2012-11-01-fcatch-undefined-behavior: Start checking loads and stores for null pointers.Richard Smith
2012-10-31ARM 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 theChad Rosier
2012-10-30ARM AAPCS-VFP: fix handling of homogeneous aggreate.Manman Ren
2012-10-30Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet
2012-10-30Don't crash on bad atomic operations. PR14176.Eli Friedman
2012-10-29Revert commit r166946Quentin Colombet
2012-10-29Make forcesizeopt attribute available to the end userQuentin Colombet
2012-10-29This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt
2012-10-29Handle '*' and '#' asm constraint modifiers.Ulrich Weigand
2012-10-26Fix typo.Eli Friedman
2012-10-26Add missing safety check to an optimization for do-while loops. PR14191.Eli Friedman
2012-10-26This patch is a follow-up to r166805. As suggested on-list, a check wasBill Schmidt