1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib
Matt Arsenault 4c16866a59 OpaquePtr: Require byval on x86_intrcc parameter 0
Currently the backend special cases x86_intrcc and treats the first
parameter as byval. Make the IR require byval for this parameter to
remove this special case, and avoid the dependence on the pointee
element type.

Fixes bug 46672.

I'm not sure the IR is enforcing all the calling convention
constraints. clang seems to ignore the attribute for empty parameter
lists, but the IR tolerates it.
2020-12-14 16:34:37 -05:00
..
Analysis [LAA] Relax restrictions on early exits in loop structure 2020-12-14 12:44:01 -08:00
AsmParser
BinaryFormat [AIX][XCOFF] emit traceback table for function in aix 2020-12-11 17:50:25 -05:00
Bitcode Migrate deprecated DebugLoc::get to DILocation::get 2020-12-11 12:45:22 -08:00
Bitstream
CodeGen OpaquePtr: Require byval on x86_intrcc parameter 0 2020-12-14 16:34:37 -05:00
DebugInfo fix typos to cycle bots 2020-12-12 20:19:33 -05:00
Demangle
DWARFLinker [dsymutil][DWARFLinker][NFC] Make interface of AddressMap more general. 2020-12-10 14:57:08 +03:00
ExecutionEngine Re-apply 8904ee8ac7e with missing header included this time. 2020-12-14 13:39:33 +11:00
Extensions
FileCheck
Frontend [OpenMPIRBuilder] Various changes required for tileLoops. 2020-12-11 11:37:45 -06:00
Fuzzer
FuzzMutate
InterfaceStub [lib/Object, tools] - Make ELFObjectFile::getELFFile return reference. 2020-12-04 16:02:29 +03:00
IR OpaquePtr: Require byval on x86_intrcc parameter 0 2020-12-14 16:34:37 -05:00
IRReader static const char *const foo => const char foo[] 2020-12-01 10:33:18 -08:00
LineEditor
Linker [ThinLTO] Import symver directives for imported symbols (PR48214) 2020-12-02 14:56:43 +01:00
LTO [Triple][MachO] Define "arm64e", an AArch64 subarch for Pointer Auth. 2020-12-03 07:53:59 -08:00
MC [MC][ELF] Accept abbreviated form with sh_flags and sh_entsize 2020-12-11 16:45:45 +00:00
MCA
Object [AIX][XCOFF] emit traceback table for function in aix 2020-12-11 17:50:25 -05:00
ObjectYAML [WebAssembly] Add support for named data sections in wasm binaries 2020-12-09 12:57:07 -08:00
Option Remove memory allocation with string 2020-12-05 15:14:44 -08:00
Passes [PGO] Enable preinline and cleanup when optimize for size 2020-12-10 12:29:17 -08:00
ProfileData [llvm-cov gcov] Replace Donald B. Johnson's cycle enumeration with iterative cycle finding 2020-12-11 18:28:16 -08:00
Remarks
Support [YAML] Support extended spellings when parsing bools. 2020-12-12 12:50:34 +00:00
TableGen [TableGen] Don't dereference from dyn_cast<> - use cast<> instead. NFCI. 2020-12-14 12:12:08 +00:00
Target [NFC] cleanup cg-profile emission on TargetLowerinng 2020-12-14 13:07:44 -08:00
Testing
TextAPI
ToolDrivers
Transforms [LAA] Relax restrictions on early exits in loop structure 2020-12-14 12:44:01 -08:00
WindowsManifest
XRay [lib/Object, tools] - Make ELFObjectFile::getELFFile return reference. 2020-12-04 16:02:29 +03:00
CMakeLists.txt