aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2013-02-25Add forgotten testcase.Eric Christopher
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-23Implement __builtin_eh_return_data_regno() for ARM and MIPS.Logan Chien
2013-02-23Test that attribute(availability) doesn't override private_extern.John McCall
2013-02-23Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne
2013-02-22Update tests so that we don't test for function-only attributes on call sites.Bill Wendling
2013-02-22Add support for coldcc to clangPeter Collingbourne
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-22Make for x86 to stop it failing on ARM buildbots.Bill Wendling
2013-02-21Try to get buildbots to pass these tests.Bill Wendling
2013-02-20Attempt to clean up tests for non-X86 platforms.Bill Wendling
2013-02-20[ms-inline asm] Remove this test while I investigate why eax isn't being clob...Chad Rosier
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-17Fix for ARM: functions don't have extra attributes there, so {{.*}} is ""Dmitri Gribenko
2013-02-15Add test case for r175312.Chad Rosier
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2013-02-15Update testcases due to Attribute sorting improvements.Bill Wendling
2013-02-13[ms-inline asm] Add test case for r175083.Chad Rosier
2013-02-13[ms-inline-asm] Test cases to ensure the AsmRewrite list is sorted (r175021).Chad Rosier
2013-02-12[ms-inline-asm] Add test cases for the align/emit directives.Chad Rosier
2013-02-12[ms-inline asm] Update test case now that we are correctly parsing __emit dir...Chad Rosier
2013-02-12Typo.Chad Rosier
2013-02-12[ms-inline asm] Add a few test cases for the parsing of hexidecimal integers.Chad Rosier
2013-02-11Update test to not fail with attribute groups.Bill Wendling
2013-02-08Improve filechecking of volatile test.Tim Northover
2013-02-07FileCheckize volatile testTim Northover
2013-02-07Only check for volatile memcpys in test.Tim Northover
2013-02-07XFAIL test that's inappropriate for AArch64 ABITim Northover
2013-02-02Generalize DebugInfo tests by avoiding explicit metadata numbersDavid Blaikie
2013-02-01Add check for @fooBill Schmidt
2013-02-01Fix a string not seen without assertsBill Schmidt
2013-02-01Fix PR14881 by implementing conversion rules between int and complex int.Bill Schmidt
2013-02-01Revise unit testing for -fno-altivec, -mno-altivec.Bill Schmidt
2013-02-01Enable -fno-altivec, -mno-altivec for PowerPC.Bill Schmidt
2013-01-31Update the tests.Bill Wendling
2013-01-31Add support for AArch64 target.Tim Northover
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu
2013-01-30Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith
2013-01-29[ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier
2013-01-29Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling
2013-01-28Tests: remove disabled llvm-gcc invocationsDmitri Gribenko
2013-01-26PR14566: Debug Info: avoid top level lexical blocks in functionsDavid Blaikie
2013-01-25patch for PR9027 and // rdar://11861085Fariborz Jahanian
2013-01-25FileCheck'ize testDmitri Gribenko
2013-01-24FileCheck'ize testDmitri Gribenko
2013-01-24FileCheck'ize testDmitri Gribenko
2013-01-24FileCheck-ify some debug info scope related tests.David Blaikie
2013-01-24[mips] Do not emit i32 padding if target ABI is O32. This was causing backendAkira Hatanaka
2013-01-24Handle universal character names and Unicode characters outside of literals.Jordan Rose
2013-01-22PowerPC: fix __builtin_eh_return_data_regno returnAdhemerval Zanella