1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/lib
Arthur Eubanks 3d264d72b7 [opt] Remove obsolete --quiet option
git blame shows these were last touched in 2004?
 Obsoleted in r13844.

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D83409
2020-07-08 13:21:20 -07:00
..
Analysis [InstSimplify] Remove select ?, undef, X -> X and select ?, X, undef -> X transforms 2020-07-08 12:53:05 -07:00
AsmParser [LLVM] Accept noundef attribute in function definitions/calls 2020-07-08 19:02:04 +00:00
BinaryFormat [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocs 2020-06-15 10:07:42 -07:00
Bitcode [LLVM] Accept noundef attribute in function definitions/calls 2020-07-08 19:02:04 +00:00
Bitstream
CodeGen [DAGCombiner] clean up in mergeConsecutiveStores(); NFC 2020-07-08 14:48:05 -04:00
DebugInfo [DebugInfo/DWARF] - Test invalid CFI opcodes properly and refine related CFIProgram::parse code. 2020-07-08 12:10:23 +03:00
Demangle
DWARFLinker
ExecutionEngine [SVE] Remove calls to VectorType::getNumElements from ExecutionEngine 2020-06-30 11:05:38 -07:00
Extensions
Frontend [OpenMPIRBuilder][Fix] Move llvm::omp::types to OpenMPIRBuilder. 2020-07-08 17:23:55 +02:00
Fuzzer
FuzzMutate [NewPM][LSR] Rename strength-reduce -> loop-reduce 2020-07-02 11:15:29 -07:00
IR [LLVM] Accept noundef attribute in function definitions/calls 2020-07-08 19:02:04 +00:00
IRReader
LineEditor
Linker [SVE] Eliminate calls to default-false VectorType::get() from Linker 2020-05-29 17:43:15 -07:00
LTO Remove GlobalValue::getAlignment(). 2020-06-23 19:13:42 -07:00
MC Fix MSVC "not all control paths return a value" warnings. NFC. 2020-07-08 10:18:36 +01:00
MCA
Object [WebAssembly] 64-bit memory limits 2020-07-06 12:40:45 -07:00
ObjectYAML [WebAssembly] 64-bit memory limits 2020-07-06 12:40:45 -07:00
Option
Passes [NewPM] Add PredicateInfoPrinterPass to PassRegistry.def 2020-07-08 09:32:46 -07:00
ProfileData Revert "[PGO] Extend the value profile buckets for mem op sizes." 2020-06-25 11:13:49 -07:00
Remarks YAMLRemarkParser.cpp - remove duplicate RemarkParser.h include. NFC. 2020-06-08 13:59:05 +01:00
Support [opt] Remove obsolete --quiet option 2020-07-08 13:21:20 -07:00
TableGen Fix ubsan error in tblgen with signed left shift 2020-06-16 11:15:09 -07:00
Target Revert "[NFC] Separate Peeling Properties into its own struct" 2020-07-08 21:43:32 +02:00
Testing
TextAPI [TextAPI/MachO] Fix style issues. NFC 2020-06-24 14:43:45 -07:00
ToolDrivers
Transforms Revert "[NFC] Separate Peeling Properties into its own struct" 2020-07-08 21:43:32 +02:00
WindowsManifest
XRay [xray] Add llvm-xray extract support for 32 bit ARM 2020-05-28 18:41:11 -04:00
CMakeLists.txt
LLVMBuild.txt