1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/include/llvm
Mircea Trofin 5f8ff6c8ac [llvm] Moved InlineSizeEstimatorAnalysis test to .ll
Summary:
Following guidance in
https://llvm.org/docs/TestingGuide.html#testing-analysis

Reviewers: mehdi_amini

Subscribers: mgorny, hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D83918
2020-07-16 12:25:16 -07:00
..
ADT Add hashing support for std::tuple 2020-07-16 19:01:25 +02:00
Analysis [llvm] Moved InlineSizeEstimatorAnalysis test to .ll 2020-07-16 12:25:16 -07:00
AsmParser Fix -Wdocumentation warning. NFC. 2020-05-16 15:00:56 +01:00
BinaryFormat [lldb] Use enum constant instead of raw value 2020-07-09 09:43:50 -07:00
Bitcode Temporarily revert "[NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD)" 2020-07-10 15:21:00 -07:00
Bitstream
CodeGen [LiveVariables] Replace std::vector with SmallVector. 2020-07-16 11:39:54 -07:00
Config Revert "[CMake] Simplify CMake handling for zlib" 2020-07-14 19:56:10 -07:00
DebugInfo [llvm-objdump] Add entry_value and stack_value opcodes 2020-07-14 10:24:59 +01:00
Demangle [NFC] Add 'override' keyword where missing in include/ and lib/. 2020-07-14 09:47:29 -07:00
DWARFLinker DWARFLinkerDeclContext.h - fix implicit FileSystem.h dependency. NFC. 2020-06-23 12:11:51 +01:00
ExecutionEngine [jitlink] Adding support for PCRel32GOTLoad in ELF x86 for the jitlinker 2020-07-16 07:15:08 +10:00
Frontend [flang][OpenMP] Enhance parser support for taskwait construct to OpenMP 5.0 2020-07-16 10:10:59 +05:30
FuzzMutate FuzzerCLI.h - reduce StringRef.h include to forward declaration. NFC. 2020-05-12 13:03:50 +01:00
IR Temporarily Revert "[AssumeBundles] Use operand bundles to encode alignment assumptions" 2020-07-16 11:54:04 -07:00
IRReader Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
LineEditor
Linker
LTO [LTO] Use StringRef instead of C-style strings in setCodeGenDebugOptions 2020-06-22 11:22:18 +01:00
MC [MC] Support .reloc sym+constant, *, * 2020-07-14 13:44:00 -07:00
MCA [MCA] Fixed a bug where loads and stores were sometimes incorrectly marked as depedent. Fixes PR45793. 2020-05-05 10:25:36 +01:00
Object [WebAssembly] Triple::wasm64 related cleanup 2020-07-16 12:01:10 -07:00
ObjectYAML [DWARFYAML] Implement the .debug_str_offsets section. 2020-07-16 22:33:13 +08:00
Option Start adding support for generating CC1 command lines from CompilerInvocation 2020-06-24 18:05:05 +01:00
Passes [NewPM][opt] Translate -foo-analysis to require<foo-analysis> 2020-07-13 11:24:59 -07:00
ProfileData [PGO] Extend the value profile buckets for mem op sizes. 2020-07-15 10:26:15 -07:00
Remarks RemarkStringTable.h - reduce StringRef/Remark includes to forward declarations. NFC 2020-05-08 12:30:49 +01:00
Support [RISCV] Add support for -mcpu option. 2020-07-16 11:46:22 -07:00
TableGen [TableGen] Delete unused Record::resolveReferencesTo() after D44478. NFC 2020-04-26 01:21:41 -07:00
Target MIR Statepoint refactoring. Part 1: Basic MI level changes. 2020-07-17 00:57:21 +07:00
Testing/Support [clangd] Support multiple cursors in selectionRange. 2020-03-25 17:59:09 +01:00
TextAPI [llvm][llvm-nm] add TextAPI/MachO support 2020-06-11 18:54:16 -07:00
ToolDrivers
Transforms Temporarily Revert "[AssumeBundles] Use operand bundles to encode alignment assumptions" 2020-07-16 11:54:04 -07:00
WindowsManifest
WindowsResource
XRay [XRay] Change Sled.Function to PC-relative for sled version 2 and make llvm-xray support sled version 2 addresses 2020-04-24 14:41:56 -07:00
CMakeLists.txt [flang][openacc] OpenACC 3.0 parser 2020-07-14 14:29:40 -04:00
InitializePasses.h [LPM] Port CGProfilePass from NPM to LPM 2020-07-10 09:04:51 -07:00
LinkAllIR.h
LinkAllPasses.h Revert "Added a new IRCanonicalizer pass." 2020-05-23 13:51:43 +02:00
module.extern.modulemap
module.install.modulemap
module.modulemap Reland [NFC] Derive from PassInfoMixin for no-op/printing passes 2020-07-10 12:51:28 -07:00
module.modulemap.build
Pass.h Improve LegacyPassManager API to correctly report modified status 2020-06-26 14:21:02 +02:00
PassAnalysisSupport.h [NFCi] Fixing build failures on Windows due to std::tie used w/o proper include. 2020-06-26 16:30:25 -07:00
PassInfo.h
PassRegistry.h
PassSupport.h [Pass] Ensure we don't include PassSupport.h or PassAnalysisSupport.h directly 2020-04-26 12:58:20 +01:00