summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2009-01-05-BlockInlining.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-2/+2
| | | | | | | details in http://reviews.llvm.org/D9483 goes with llvm checkin r237150 llvm-svn: 237151
* Revert "Try to fix -Asserts build bots."Rafael Espindola2015-01-221-2/+2
| | | | | | | | | This reverts commit r226758. Looks like rnk's 226757 fixed the real issue. Sorry for the noise. llvm-svn: 226759
* Try to fix -Asserts build bots.Rafael Espindola2015-01-221-2/+2
| | | | llvm-svn: 226758
* Give the block inlining test a triple to determinise outputReid Kleckner2015-01-221-1/+1
| | | | | | | | It fails on Windows due to another temporary being emitted first, so the LLVM internal renaming scheme gives out the name __block_descriptor_tmp1. llvm-svn: 226757
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-2/+2
| | | | | | | | | | | | | | Currently we emit DeferredDeclsToEmit in reverse order. This patch changes that. The advantages of the change are that * The output order is a bit closer to the source order. The change to test/CodeGenCXX/pod-member-memcpys.cpp is a good example. * If we decide to deffer more, it will not cause as large changes in the estcases as it would without this patch. llvm-svn: 226751
* Migrate most of the rest of test/FrontendC from llvm and migrateEric Christopher2011-07-261-0/+29
most of them to FileCheck. llvm-svn: 136159
OpenPOWER on IntegriCloud