Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .set instead of = when printing assignment in assembly output | Krzysztof Parzyszek | 2018-03-27 | 1 | -2/+2 |
* | MC: Don't emit .no_dead_strip on targets which don't support it | David Majnemer | 2014-12-24 | 1 | -1/+3 |
* | Implement .equ directive as a synonym to .set. | Roman Divacky | 2010-10-28 | 1 | -0/+5 |
* | llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). | Daniel Dunbar | 2009-08-31 | 1 | -1/+1 |
* | llvm-mc: Add -triple, and start fetching the target asm printer. | Daniel Dunbar | 2009-07-17 | 1 | -2/+2 |
* | Switch all the MC tests to use FileCheck. | Chris Lattner | 2009-07-08 | 1 | -3/+3 |
* | MC: Parse .set and assignments. | Daniel Dunbar | 2009-06-25 | 1 | -0/+7 |