summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/asm-reg-var-local.c
Commit message (Collapse)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-4/+4
| | | | llvm-svn: 230795
* Preserve early clobber flag when using named registers in inline assembly.Daniel Sanders2015-02-041-0/+24
| | | | | | | | | | | | | | | | Summary: Named registers with the constraint "=&r" currently lose the early clobber flag and turn into "=r" when converted to LLVM-IR. This patch correctly passes it on. Reviewers: atanasyan Reviewed By: atanasyan Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D7346 llvm-svn: 228143
* Generalize for various build bots.Eric Christopher2011-07-261-9/+9
| | | | llvm-svn: 136173
* Migrate most of the rest of test/FrontendC from llvm and migrateEric Christopher2011-07-261-0/+24
most of them to FileCheck. llvm-svn: 136159
OpenPOWER on IntegriCloud