1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
Bill Wendling fa94d17420 Emit diagnostic if an inline asm constraint requires an immediate
Summary:
An inline asm call can result in an immediate after inlining. Therefore emit a
diagnostic here if constraint requires an immediate but one isn't supplied.

Reviewers: joerg, mgorny, efriedma, rsmith

Reviewed By: joerg

Subscribers: asb, rbar, johnrusso, simoncook, apazos, sabuasal, niosHD, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, PkmX, jocewei, s.egerton, MaskRay, jyknight, dylanmckay, javed.absar, fedor.sergeev, jrtc27, Jim, krytarowski, eraman, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D60942

llvm-svn: 367750
2019-08-03 05:52:47 +00:00
..
Analysis [InstCombine] fold cmp+select using select operand equivalence 2019-08-02 17:39:32 +00:00
AsmParser ARM MTE stack sanitizer. 2019-07-15 20:02:23 +00:00
BinaryFormat [Object][XCOFF] Add support for 64-bit file header and section header dumping. 2019-07-09 18:09:11 +00:00
Bitcode Reland: [Remarks] Add an LLVM-bitstream-based remark serializer 2019-07-31 00:13:51 +00:00
Bitstream [Bitcode] Move Bitstream to a separate library 2019-07-03 22:40:07 +00:00
CodeGen Emit diagnostic if an inline asm constraint requires an immediate 2019-08-03 05:52:47 +00:00
DebugInfo Remove support for unsupported MSVC versions 2019-08-02 23:09:01 +00:00
Demangle
ExecutionEngine [ORC] Remove a dead method. 2019-08-02 20:09:30 +00:00
Fuzzer
FuzzMutate
IR [IR] Value: add replaceUsesWithIf() utility 2019-08-01 12:32:08 +00:00
IRReader
LineEditor [CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRay 2019-06-22 01:50:21 +00:00
Linker
LTO [ThinLTO] Implement index-based WPD 2019-08-02 13:10:52 +00:00
MC Use MCRegister in MCRegisterInfo's interfaces 2019-08-02 20:23:00 +00:00
MCA
Object [NFC] Test commit, corrected some spelling in comment 2019-08-02 14:44:17 +00:00
ObjectYAML Temporarily Revert "Changing representation of cv_def_range directives in Codeview debug info assembly format for better readability" 2019-08-02 19:10:37 +00:00
Option Let unaliased Args track which Alias they were created from, and use that in Arg::getAsString() for diagnostics 2019-07-09 00:34:08 +00:00
Passes [Loop Peeling] Introduce an option for profile based peeling disabling. 2019-08-02 09:32:52 +00:00
ProfileData [Profile] Support raw/indexed profiles larger than 4GB 2019-07-09 22:01:04 +00:00
Remarks Reland: [Remarks] Add an LLVM-bitstream-based remark serializer 2019-07-31 00:13:51 +00:00
Support Remove support for unsupported MSVC versions 2019-08-02 23:09:01 +00:00
TableGen
Target Emit diagnostic if an inline asm constraint requires an immediate 2019-08-03 05:52:47 +00:00
Testing
TextAPI Cleanup: llvm::bsearch -> llvm::partition_point after r364719 2019-06-30 11:19:56 +00:00
ToolDrivers [llvm-dlltool] Clarify an error message. NFC. 2019-08-02 11:20:03 +00:00
Transforms [Attributor] Fix dereferenceable callsite argument initialization 2019-08-03 04:10:50 +00:00
WindowsManifest
XRay Open native file handles to avoid converting from FDs, NFC 2019-07-11 20:29:32 +00:00
CMakeLists.txt Fix build errors LLVM tests are disabled. 2019-07-11 22:08:35 +00:00
LLVMBuild.txt [Bitcode] Move Bitstream to a separate library 2019-07-03 22:40:07 +00:00