Jonas Devlieghere
|
114087caa6
[llvm] Migrate llvm::make_unique to std::make_unique
|
6 years ago |
Bill Wendling
|
0cd6fdb032
[MC] Don't recreate a label if it's already used
|
6 years ago |
Nick Desaulniers
|
2764d5203c
Revert "Use the MachineBasicBlock symbol for a callbr target"
|
6 years ago |
Bill Wendling
|
23833e16bf
Use the MachineBasicBlock symbol for a callbr target
|
6 years ago |
Nick Desaulniers
|
b3cb8ab451
[AsmPrinter] refactor to support %c w/ GlobalAddress'
|
6 years ago |
Ali Tamur
|
aac8ffb5ff
Fix a typo in comments. [NFC]
|
6 years ago |
Nick Desaulniers
|
29c3a2ee75
[AsmPrinter] hoist %a output template to base class for ARM+Aarch64
|
6 years ago |
Nick Desaulniers
|
4fe807c808
[AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFC
|
6 years ago |
Nick Desaulniers
|
a943056482
[AsmPrinter] refactor to remove remove AsmVariant. NFC
|
6 years ago |
Evgeniy Stepanov
|
cc5a8c21af
Remove ASan asm instrumentation.
|
6 years ago |
Craig Topper
|
e3696113b6
Implementation of asm-goto support in LLVM
|
6 years ago |
Andrea Di Biagio
|
ab6a729325
[AsmPrinter] Remove hidden flag -print-schedule.
|
6 years ago |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Reid Kleckner
|
3435941b05
[MC] Separate masm integer literal lexer support from inline asm
|
6 years ago |
Ties Stuij
|
6089d1a3c7
[CodeGen] emit inline asm clobber list warnings for reserved (cont)
|
7 years ago |
Ties Stuij
|
26f3bc576f
revert '[CodeGen] emit inline asm clobber list warnings for reserved'
|
7 years ago |
Ties Stuij
|
2235c76a9b
[CodeGen] emit inline asm clobber list warnings for reserved
|
7 years ago |
Nirav Dave
|
4d34462668
[MC] Change AsmParser to leverage Assembler during evaluation
|
7 years ago |
Nirav Dave
|
9ef9fcf66c
[MC] Undo spurious commit added into r331052.
|
7 years ago |
Nirav Dave
|
b2d1a40343
[MC] Provide default value for IsResolved.
|
7 years ago |
Matthias Braun
|
d318139827
MachineFunction: Return reference from getFunction(); NFC
|
7 years ago |
David Blaikie
|
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
|
7 years ago |
Andrew V. Tischenko
|
a5b99ed522
Add -print-schedule scheduling comments to inline asm.
|
7 years ago |
David Blaikie
|
48319238e4
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
|
7 years ago |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 years ago |
Andrew V. Tischenko
|
03ca81ebd4
PR31007 and PR27884 will be closed: a possibility to compile constants like 0bH is now supported in MS asm.
|
8 years ago |
Sanne Wouda
|
083bd6368a
[Assembler] Improve diagnostics for inline assembly.
|
8 years ago |
Sanne Wouda
|
5896003cc3
[Assembler] Enable nicer diagnostics for inline assembly.
|
8 years ago |
Diana Picus
|
a32d7c935e
Revert "[Assembler] Enable nicer diagnostics for inline assembly."
|
8 years ago |
Sanne Wouda
|
5ddc432093
[Assembler] Enable nicer diagnostics for inline assembly.
|
8 years ago |