1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
Chen Zheng 28d16f3586 [MachineCombiner][NFC] Add MustReduceRegisterPressure goal
add a new goal MustReduceRegisterPressure for machine combiner pass.

PowerPC will use this new goal to do some register pressure related optimization.

Reviewed By: spatel

Differential Revision: https://reviews.llvm.org/D92068
2020-12-14 00:02:42 -05:00
..
Analysis [AC] Handle (X+C1)<C2 assumes (PR48408) 2020-12-13 21:00:32 +01: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 [MachineCombiner][NFC] Add MustReduceRegisterPressure goal 2020-12-14 00:02:42 -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 Migrate deprecated DebugLoc::get to DILocation::get 2020-12-11 12:45:22 -08: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] Cache the vectors of records returned by getAllDerivedDefinitions(). 2020-12-09 10:54:04 -05:00
Target [MachineCombiner][NFC] Add MustReduceRegisterPressure goal 2020-12-14 00:02:42 -05:00
Testing
TextAPI
ToolDrivers
Transforms [Transforms] Use llvm::erase_value (NFC) 2020-12-13 09:48:47 -08:00
WindowsManifest
XRay [lib/Object, tools] - Make ELFObjectFile::getELFFile return reference. 2020-12-04 16:02:29 +03:00
CMakeLists.txt