about summary refs log tree commit diff
path: root/src/librustc_target/asm/mod.rs
AgeCommit message (Expand)AuthorLines
2020-06-21Fix handling of reserved registers for ARM inline asmAmanieu d'Antras-14/+21
2020-06-16Add initial asm!() support for hexagonBrian Cain-0/+27
2020-05-24Deduplicated macro codeMichal Sudwoj-27/+5
2020-05-24Minor fixes, as requested in PR reviewMichal Sudwoj-4/+24
2020-05-24Formatted correctlyMichal Sudwoj-3/+1
2020-05-24NVPTX support for new asm!Michal Sudwoj-0/+27
2020-05-23Fix ice-72487Gary Guo-13/+13
2020-05-18Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_astAmanieu d'Antras-55/+1
2020-05-18Implement att_syntax optionAmanieu d'Antras-0/+1
2020-05-18Add notes about functions that are not currently usedAmanieu d'Antras-2/+6
2020-05-18Add support for high byte registers on x86Amanieu d'Antras-3/+14
2020-05-18Apply review feedbackAmanieu d'Antras-1/+1
2020-05-18Add inline asm register definitions to librustc_targetAmanieu d'Antras-0/+560