llvm-6502/lib
Daniel Sanders a0a7510711 [ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and 'Zy' inline assembly memory constraints.
Summary:
But still handle them the same way since I don't know how they differ on
this target.

Of these, 'es', and 'Q' do not have backend tests but are accepted by
clang.

No functional change intended. Depends on D8173.

Reviewers: hfinkel

Reviewed By: hfinkel

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D8213

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232466 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-17 11:09:13 +00:00
..
Analysis Fix doxygen comments from r232268 2015-03-16 17:49:03 +00:00
AsmParser AsmParser: Stop requiring 'name:' when it's not printed 2015-03-16 19:01:54 +00:00
Bitcode AsmWriter: Assert on unresolved metadata nodes 2015-03-17 00:16:35 +00:00
CodeGen Pass in a "const Triple &T" instead of a raw StringRef. 2015-03-16 22:29:29 +00:00
DebugInfo
ExecutionEngine Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter 2015-03-16 18:06:57 +00:00
Fuzzer
IR llvm-cov: Warn instead of error if a .gcda has arcs from an exit block 2015-03-17 00:18:51 +00:00
IRReader
LineEditor
Linker
LTO Add a parameter for getLazyBitcodeModule to lazily load Metadata. 2015-03-13 19:24:30 +00:00
MC Teach Twine to support SmallString. 2015-03-17 09:51:17 +00:00
Object Be lazy about loading metadata in IRObjectFile. 2015-03-13 21:54:20 +00:00
Option Teach Twine to support SmallString. 2015-03-17 09:51:17 +00:00
Passes
ProfileData InstrProf: Fix CoverageMappingReader on big endian 2015-03-16 21:40:18 +00:00
Support Teach Twine to support SmallString. 2015-03-17 09:51:17 +00:00
TableGen
Target [ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and 'Zy' inline assembly memory constraints. 2015-03-17 11:09:13 +00:00
Transforms [IRCE] Add a -irce-print-range-checks option. 2015-03-17 01:40:22 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile