summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/XCore/linkage.ll
Commit message (Collapse)AuthorAgeFilesLines
* Use .set instead of = when printing assignment in assembly outputKrzysztof Parzyszek2018-03-271-2/+2
| | | | | | | | | On Hexagon "x = y" is a syntax used in most instructions, and is not treated as a directive. Differential Revision: https://reviews.llvm.org/D44256 llvm-svn: 328635
* IR: Introduce Module::global_objects().Peter Collingbourne2016-06-221-3/+2
| | | | | | | | | | | | This is a convenience iterator that allows clients to enumerate the GlobalObjects within a Module. Also start using it in a few places where it is obviously the right thing to use. Differential Revision: http://reviews.llvm.org/D21580 llvm-svn: 273470
* XCore target: Handle common linkageRobert Lytton2014-02-181-0/+12
| | | | llvm-svn: 201563
* XCore target test for hidden declarationRobert Lytton2013-11-121-1/+5
| | | | llvm-svn: 194465
* XCore target fix bug in emitArrayBound() causing segmentation faultRobert Lytton2013-10-111-0/+7
| | | | llvm-svn: 192434
* XCore target does not emit '.hidden' or '.protected' attributesRobert Lytton2013-10-111-0/+10
| | | | llvm-svn: 192433
* XCore target: fix weak linkage attribute handlingRobert Lytton2013-09-091-0/+17
llvm-svn: 190298
OpenPOWER on IntegriCloud