aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2014-02-24Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2013-08-07Treat __sync_synchronize and asm("":::"memory") as stronger fences.JF Bastien
2013-07-25Add a -finstrument-functions-size=n option to control basic blockRobert Grosse
2013-07-22Cherrypick upstream volatile _Complex alignment patchesJF Bastien
2013-07-15Merge commit '20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8'Eli Bendersky
2013-07-12Merge branch 'master' of http://git.chromium.org/native_client/pnacl-clangEli Bendersky
2013-07-10Cherry-picking the pow-for-le32 fix from upstream clang.Eli Bendersky
2013-06-27Clang should not generate calls to llvm.pow.* intrinsics.Eli Bendersky
2013-05-21Reverting r182337, which merged r182266, __declspec(selectany)Reid Kleckner
2013-05-21Merging r182266:Bill Wendling
2013-05-15Merging r181750:Bill Wendling
2013-05-15Merging r181728:Bill Wendling
2013-05-06Add SystemZ supportUlrich Weigand
2013-05-04AArch64: teach Clang about __clear_cache intrinsicTim Northover
2013-05-03Reapply r180982 with repaired logic and an additional testcase.Adrian Prantl
2013-05-03Move parsing of identifiers in MS-style inline assembly intoJohn McCall
2013-05-01Fix typo in FileCheck.Chad Rosier
2013-05-01[inline asm] Add a test case for r180873. Test case needs to be on the clangChad Rosier
2013-04-30Revert 180817 because 180816 was reverted.Adrian Prantl
2013-04-30Do not generate VLAs as complex variables any more, as they are nowAdrian Prantl
2013-04-30Struct-path aware TBAA: enable struct-path aware TBAA for classes.Manman Ren
2013-04-27Struct-path aware TBAA: fix handling of may_alias attribute.Manman Ren
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-22Add triple to tbaa-struct.cpp to appease botsManman Ren
2013-04-22TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaaManman Ren
2013-04-22Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_loc...Richard Smith
2013-04-18Fix typo.Chad Rosier
2013-04-18some more tests for r179743.Argyrios Kyrtzidis
2013-04-18Add IRGen test case for r179743.Argyrios Kyrtzidis
2013-04-17Test cases for r179719.Chad Rosier
2013-04-17Set SRet flags properly in '-cxx-abi microsoft'.Timur Iskhodzhanov
2013-04-17Test cases for r179655.Chad Rosier
2013-04-16Add support for sparcv9 targets.Jakob Stoklund Olesen
2013-04-12Add test case for r179403.Chad Rosier
2013-04-12Add test case for r179399.Chad Rosier
2013-04-12Add test case for r179383 and r179393.Chad Rosier
2013-04-12Remove REQUIRES now that r179237 fixed the real problem.Rafael Espindola
2013-04-11Add test case for r179343.Chad Rosier
2013-04-11Test case for r179339.Chad Rosier
2013-04-11Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren
2013-04-11Update test case for r179323.Chad Rosier
2013-04-10get rid of stdio.h include in testcaseAdrian Prantl
2013-04-10add mips target requirement to testcaseAdrian Prantl
2013-04-10Mips specific inline asm memory operand modifier test caseJack Carter
2013-04-10FileCheck-ify some clang grep tests that use double quotesReid Kleckner
2013-04-10[ms-inline asm] Move a few test cases from the 32-bit version to the 64-bitChad Rosier
2013-04-10[ms-inline asm] Add a few test cases that were regressed by r179115. ThatChad Rosier
2013-04-08The PNaCl target no longer permits __attribute__((regparm)).Eli Bendersky
2013-04-08Test case for r179030.Chad Rosier
2013-04-05Try to appease the atom buildbotsManman Ren