1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/include/llvm
River Riddle cb7e7cb874 [llvm][TableGen] Define FieldInit::isConcrete overload
Summary:
There are a few field init values that are concrete but not complete/foldable (e.g. `?`). This allows for using those values as initializers without erroring out.

Example:

```
class A {
  string value = ?;
}
class B<A impl> : A {
  let value = impl.value; // This currently emits an error.
  let value = ?;          // This doesn't emit an error.
}
```

Differential Revision: https://reviews.llvm.org/D74360
2020-02-10 18:04:58 -08:00
..
ADT Try to fix ilist.h after 529e6f8791b6 2020-02-06 12:33:44 +01:00
Analysis [ValueLattice] Remove obsolete getConstantInt (NFC). 2020-02-10 18:25:21 +00:00
AsmParser
BinaryFormat [XCOFF][AIX] Support basic relocation type on AIX 2020-01-30 15:59:09 +00:00
Bitcode
Bitstream Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
CodeGen Support -fstack-clash-protection for x86 2020-02-09 10:42:45 +01:00
Config build: reduce CMake handling for zlib 2020-01-02 11:19:12 -08:00
DebugInfo DebugInfo: Avoid truncating addr_base to 32 bits 2020-02-10 15:50:52 -08:00
Demangle
DWARFLinker [dsymutil] Delete unneeded parameter Triple from DWARFLinker 2020-02-07 11:33:27 -08:00
ExecutionEngine Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
Frontend/OpenMP Revert "[OpenMP] Fix unused variable" 2020-02-10 16:34:59 +01:00
FuzzMutate
IR [AArch64][SVE] SVE2 intrinsics for complex integer arithmetic 2020-02-10 12:14:56 +00:00
IRReader
LineEditor
Linker
LTO [LLD][ELF] Add time-trace to ELF LLD 2020-02-06 12:14:13 +00:00
MC [NFC] Refactor the tuple of symbol information with structure for llvm-objdump 2020-02-10 19:23:01 -05:00
MCA
Object Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
ObjectYAML [yaml2obj] - Change NameIndex to StName for Symbol. 2020-02-06 12:04:19 +03:00
Option Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Passes [llvm] Make new pass manager's OptimizationLevel a class 2020-01-16 09:00:56 -08:00
ProfileData Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
Remarks [Remarks] Extend the RemarkStreamer to support other emitters 2020-02-04 17:16:02 -08:00
Support Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
TableGen [llvm][TableGen] Define FieldInit::isConcrete overload 2020-02-10 18:04:58 -08:00
Target GlobalISel: Assume G_INTRINSIC* are convergent 2020-02-05 10:17:22 -08:00
Testing/Support
TextAPI Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
ToolDrivers
Transforms [CallPromotionUtils] Add tryPromoteCall. 2020-02-10 13:43:16 -08:00
WindowsManifest
WindowsResource
XRay
CMakeLists.txt
InitializePasses.h [VectorCombine] new IR transform pass for partial vector ops 2020-02-09 10:04:41 -05:00
LinkAllIR.h
LinkAllPasses.h [VectorCombine] new IR transform pass for partial vector ops 2020-02-09 10:04:41 -05:00
module.extern.modulemap
module.install.modulemap
module.modulemap Fix modules build after PassManagerImpl.h addition 2020-02-03 14:25:43 -08:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h