llvm-project/llvm/lib
Arthur Eubanks 51561b5e80 [ArgPromo][OpaquePointer] Don't promote mismatched function types
Mismatched call/callee function types is considered an indirect call.

Fixes crash in https://reviews.llvm.org/D123300#3446023.
2022-04-12 15:17:45 -07:00
..
Analysis [GlobalsModRef][FIX] Ensure we honor synchronizing effects of intrinsics 2022-04-12 16:42:50 -05:00
AsmParser [LLVMContext] Replace enableOpaquePointers() with setOpaquePointers() 2022-04-05 12:02:48 +02:00
BinaryFormat [CUDA] Add CUDA fatbinary magic 2022-03-14 20:08:31 -04:00
Bitcode [Bitcode] materialize Functions early when BlockAddress taken 2022-04-12 11:38:35 -07:00
Bitstream
CodeGen GlobalISel: Implement MoreElements for select of vector conditions 2022-04-12 16:54:04 -04:00
DWARFLinker Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
DWP
DebugInfo [llvm-pdbutil] Fix broken '-modi' option after change D122226. 2022-04-12 06:31:12 +01:00
Debuginfod Fix buildbot failures from 7917b3c6. 2022-03-21 17:58:22 +00:00
Demangle [demangler] Node precision dumper 2022-04-06 14:04:15 -07:00
ExecutionEngine [ORC] add lazy jit support for riscv64 2022-04-10 18:44:50 +08:00
Extensions
FileCheck
Frontend [OpenMPIRBuilder] Detect and fix ambiguous InsertPoints for createSections. 2022-04-05 12:36:29 -05:00
FuzzMutate Revert "[FuzzMutate] Don't insert instructions after musttail call" 2022-03-16 17:29:27 +01:00
Fuzzer
IR Value::isTransitiveUsedByMetadataOnly: Don't repeatedly add an element to the worklist. NFC 2022-04-11 13:35:25 -07:00
IRReader
InterfaceStub Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
LTO [ThinLTOCodeGenerator] Remove support for legacy PM 2022-04-11 11:30:50 +02:00
LineEditor
Linker [PseudoProbe] Do not emit pseudo probes when module is not probed. 2022-03-25 12:59:53 -07:00
MC [MC][ELF] Improve st_size propagation rule 2022-04-08 10:06:44 -07:00
MCA [MCA] Removed unused variable. 2022-03-13 21:55:56 -07:00
ObjCopy [ObjCopy][NFC] Refactor handling of linkedit_data_command in MachOWriter 2022-04-10 02:09:11 +00:00
Object Apply clang-tidy fixes for readability-redundant-smartptr-get in TapiUniversal.cpp (NFC) 2022-03-28 09:18:36 -07:00
ObjectYAML [WebAssembly] Rename member in WasmYAML.h to avoid compiler warning 2022-03-14 09:09:43 -07:00
Option [Driver] Simplify hasFlag pattern with addOptInFlag/addOptOutFlag helpers 2022-04-11 12:29:25 -07:00
Passes Transforms: Split LowerAtomics into separate Utils and pass 2022-04-06 20:54:45 -04:00
ProfileData [memprof] Deduplicate and outline frame storage in the memprof profile. 2022-04-08 09:15:20 -07:00
Remarks Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
Support [VFS] RedirectingFileSystem only replace path if not already mapped 2022-04-11 14:52:48 -07:00
TableGen [mlir] Split out AttrDef/TypeDef and pattern constructs from OpBase.td 2022-03-15 00:18:03 -07:00
Target [NVPTX][FIX] Allow __nvvm_reflect in the presence of opaque pointers 2022-04-12 16:42:50 -05:00
Testing Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"." 2022-03-04 13:45:43 -08:00
TextAPI
ToolDrivers [llvm-lib] Add /WX, warn by default on empty inputs, add opt-out 2022-04-11 13:15:30 -04:00
Transforms [ArgPromo][OpaquePointer] Don't promote mismatched function types 2022-04-12 15:17:45 -07:00
WindowsDriver Cleanup includes: WindowsDriver & WindowsManifest 2022-03-10 17:19:06 +01:00
WindowsManifest Cleanup includes: WindowsDriver & WindowsManifest 2022-03-10 17:19:06 +01:00
XRay
CMakeLists.txt