Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .set instead of = when printing assignment in assembly output | Krzysztof Parzyszek | 2018-03-27 | 1 | -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 Collingbourne | 2016-06-22 | 1 | -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 linkage | Robert Lytton | 2014-02-18 | 1 | -0/+12 |
| | | | | llvm-svn: 201563 | ||||
* | XCore target test for hidden declaration | Robert Lytton | 2013-11-12 | 1 | -1/+5 |
| | | | | llvm-svn: 194465 | ||||
* | XCore target fix bug in emitArrayBound() causing segmentation fault | Robert Lytton | 2013-10-11 | 1 | -0/+7 |
| | | | | llvm-svn: 192434 | ||||
* | XCore target does not emit '.hidden' or '.protected' attributes | Robert Lytton | 2013-10-11 | 1 | -0/+10 |
| | | | | llvm-svn: 192433 | ||||
* | XCore target: fix weak linkage attribute handling | Robert Lytton | 2013-09-09 | 1 | -0/+17 |
llvm-svn: 190298 |