summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/alias.c
Commit message (Expand)AuthorAgeFilesLines
* Update test after r328635 in LLVMKrzysztof Parzyszek2018-03-271-3/+3
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-2/+2
* Fix Clang tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT.Paul Robinson2016-02-261-3/+3
* [opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie2015-09-111-8/+8
* The alias.c test now requires arm-registered-targetJohn Brawn2015-08-121-0/+1
* Add test for PR24379John Brawn2015-08-121-2/+25
* CodeGen: Don't drop thread_local when emitting __thread aliasesDavid Majnemer2014-10-151-0/+5
* Update for llvm change.Rafael Espindola2014-07-301-1/+1
* Update for llvm API change.Rafael Espindola2014-06-031-2/+2
* Update for llvm api change.Rafael Espindola2014-05-161-2/+2
* Fix pr19653.Rafael Espindola2014-05-051-0/+5
* Handle and warn on aliases to weak aliases.Rafael Espindola2014-03-271-0/+6
* Also don't hardcode the order on this test.Rafael Espindola2013-10-141-2/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Fix testcases to not rely upon target-* attributes.Bill Wendling2013-02-261-9/+7
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-7/+9
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-9/+7
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-5/+11
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-2/+2
* Fix another spot where this test varied for a Release build.Alex Rosenberg2012-10-051-2/+2
* Make test resilient to Release build temp names.Alex Rosenberg2012-10-051-2/+2
* Propagate calling convention for aliases and weakrefs.Alex Rosenberg2012-10-051-7/+23
* FileCheckize testAlex Rosenberg2012-10-051-15/+13
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-6/+6
* Diagnose uses of function specifiers on declarations which don't declareEli Friedman2009-04-071-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* make alias definition logic more similar to functions/globals.Chris Lattner2009-03-221-0/+7
* fix PR3200 by making alias emission use the new infrastructure. Fold Chris Lattner2009-03-221-1/+13
* IRgen support for alias of global variable.Daniel Dunbar2009-03-191-0/+13