summary refs log tree commit diff
path: root/src/librustc_target/asm
AgeCommit message (Expand)AuthorLines
2020-05-24Added comment on there being no predefined registersMichal Sudwoj-0/+2
2020-05-24Deduplicated macro codeMichal Sudwoj-27/+5
2020-05-24Minor fixes, as requested in PR reviewMichal Sudwoj-50/+27
2020-05-24Formatted correctlyMichal Sudwoj-3/+1
2020-05-24NVPTX support for new asm!Michal Sudwoj-0/+117
2020-05-23Fix ice-72487Gary Guo-13/+13
2020-05-18Simplify register name output for x86Amanieu d'Antras-8/+7
2020-05-18Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_astAmanieu d'Antras-55/+1
2020-05-18The h modifier is only supported by reg_abcdAmanieu d'Antras-1/+1
2020-05-18Implement att_syntax optionAmanieu d'Antras-0/+1
2020-05-18Add notes about functions that are not currently usedAmanieu d'Antras-6/+26
2020-05-18Add support for high byte registers on x86Amanieu d'Antras-50/+138
2020-05-18Apply review feedbackAmanieu d'Antras-59/+72
2020-05-18Add inline asm register definitions to librustc_targetAmanieu d'Antras-0/+1446