1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Matt Arsenault 584c519fdc PEI: Delay checking requiresFrameIndexReplacementScavenging
Currently this is called before the frame size is set on the
function. For AMDGPU, the scavenger is used for large frames where
part of the offset needs to be materialized in a register, so
estimating the frame size is useful for knowing whether the scavenger
is useful.

llvm-svn: 357087
2019-03-27 16:37:31 +00:00
..
Analysis Fix the build with GCC 4.8 after r356783 2019-03-25 09:27:42 +00:00
AsmParser IR: Support parsing numeric block ids, and emit them in textual output. 2019-03-22 18:27:13 +00:00
BinaryFormat [Object] Add basic minidump support 2019-03-21 09:18:59 +00:00
Bitcode [DebugInfoMetadata] Move main subprogram DIFlag into DISPFlags 2019-03-19 13:49:03 +00:00
CodeGen PEI: Delay checking requiresFrameIndexReplacementScavenging 2019-03-27 16:37:31 +00:00
DebugInfo [DWARF] Add D to Seen early to avoid duplicate elements in Worklist 2019-03-27 09:38:05 +00:00
Demangle
ExecutionEngine [DebugInfo] IntelJitEventListener follow up for "add SectionedAddress ..." 2019-03-25 13:50:26 +00:00
Fuzzer
FuzzMutate
IR The IR verifier currently supports the constrained floating point intrinsics, 2019-03-27 13:30:57 +00:00
IRReader
LineEditor
Linker [Linker] Fix crash handling appending linkage 2019-03-20 19:20:07 +00:00
LTO Reland "[Remarks] Add -foptimization-record-passes to filter remark emission" 2019-03-12 21:22:27 +00:00
MC [Remarks] Emit a section containing remark diagnostics metadata 2019-03-27 01:13:59 +00:00
MCA [MCA] Fix -Wparentheses warning breaking the -Werror build. 2019-03-27 16:22:36 +00:00
Object [WebAssembly] Initial implementation of PIC code generation 2019-03-26 19:46:15 +00:00
ObjectYAML MinidumpYAML.cpp: Fix some code standard violations missed during review 2019-03-25 14:45:31 +00:00
Option
Passes Resubmit r356511 "[TailCallElim] Add tailcall elimination pass to LTO pipelines" 2019-03-20 19:08:18 +00:00
ProfileData [SampleFDO] add suffix elision control for fcn names 2019-03-14 13:56:49 +00:00
Remarks [Remarks] Fix mismatched delete due to missing virtual destructor 2019-03-20 17:44:24 +00:00
Support [Support] MemoryBlock size should reflect the requested size 2019-03-27 10:26:21 +00:00
TableGen [TableGen] Let list elements have a trailing comma 2019-03-26 11:16:01 +00:00
Target AMDGPU: Don't hardcode num defs for MUBUF instructions 2019-03-27 16:12:29 +00:00
Testing
TextAPI Followup for r356820 to fix the bots. 2019-03-22 23:10:51 +00:00
ToolDrivers
Transforms [InstCombine] form uaddsat from add+umin (PR14613) 2019-03-26 17:50:08 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt