1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib
Ulrich Weigand c3b7f3ba61 [SystemZ] Add support for the "o" inline asm constraint
We don't really need any special handling of "offsettable"
memory addresses, but since some existing code uses inline
asm statements with the "o" constraint, add support for this
constraint for compatibility purposes.

llvm-svn: 317807
2017-11-09 16:31:57 +00:00
..
Analysis [BasicAA] add assertion for corner case in aliasGEP() 2017-11-09 16:16:46 +00:00
AsmParser
BinaryFormat
Bitcode
CodeGen Add -print-schedule scheduling comments to inline asm. 2017-11-09 12:45:40 +00:00
DebugInfo Convert FileOutputBuffer to Expected. NFC. 2017-11-08 01:05:44 +00:00
Demangle
ExecutionEngine Fix 'not all control paths return a value' warning on MSVC builds 2017-11-09 14:56:17 +00:00
Fuzzer
FuzzMutate
IR Let replaceVTableHolder accept any type. 2017-11-08 22:04:43 +00:00
IRReader
LineEditor
Linker
LTO
MC NFC: Rename MCSafeSEHFragment to MCSymbolIdFragment 2017-11-08 18:57:02 +00:00
Object
ObjectYAML Reapply: Allow yaml2obj to order implicit sections for ELF 2017-11-09 14:53:43 +00:00
Option
Passes
ProfileData [Coverage] Use the wrapped segment when a line has entry segments 2017-11-09 02:33:43 +00:00
Support [FileOutputBuffer] Move factory methods out of their classes. 2017-11-08 22:57:48 +00:00
TableGen
Target [SystemZ] Add support for the "o" inline asm constraint 2017-11-09 16:31:57 +00:00
Testing
ToolDrivers
Transforms [GVN PRE] Patch the source for Phi node in PRE 2017-11-09 06:02:18 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt