llvm-project/llvm/lib
Hubert Tong 775a22e32a [NFC] Remove unused variable `MF`
https://reviews.llvm.org/D127583 removed the only use of this variable
and broke builds with warnings-as-errors.
2022-06-12 16:31:55 -04:00
..
Analysis [mlgo] Update FunctionPropertyCache after invalidating analyses 2022-06-10 16:18:14 -07:00
AsmParser Add sanitizer-specific GlobalValue attributes. 2022-06-10 12:28:18 -07:00
BinaryFormat [Binary] Promote OffloadBinary to inherit from Binary 2022-06-01 18:40:57 -04:00
Bitcode [Bitcode] Don't use UINT_MAX for missing SanitizerMetadata 2022-06-10 18:20:55 -07:00
Bitstream
CodeGen [DAG] Enable ISD::FSHL/R SimplifyMultipleUseDemandedBits handling inside SimplifyDemandedBits 2022-06-12 19:25:20 +01:00
DWARFLinker [MC] De-capitalize SwitchSection. NFC 2022-06-10 22:50:55 -07:00
DWP [MC] De-capitalize SwitchSection. NFC 2022-06-10 22:50:55 -07:00
DebugInfo Use getValueOr (NFC) 2022-06-11 11:24:57 -07:00
Debuginfod Fix buildbot failures from 7917b3c6. 2022-03-21 17:58:22 +00:00
Demangle [MicrosoftDemangle] Set error to true when returning nullptr. 2022-06-08 17:18:09 -07:00
ExecutionEngine Revert "[MC] Omit DWARF unwind info if compact unwind is present where eligible" 2022-06-12 10:47:08 -04:00
Extensions
FileCheck [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01:00
Frontend [OpenMP][IRBuilder] Add final clause to task 2022-06-11 00:02:18 +05:30
FuzzMutate Reland "[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR." 2022-05-07 13:49:54 +02:00
Fuzzer
IR [IR] Call DenseMap::erase directly (NFC) 2022-06-12 10:47:06 -07:00
IRReader
InterfaceStub Use getValueOr (NFC) 2022-06-11 11:24:57 -07:00
LTO [config] Remove vestigial LLVM_VERSION_INFO 2022-06-07 11:36:26 -07:00
LineEditor [llvm][lldb] use FindLibEdit.cmake everywhere 2022-05-12 15:59:41 -07:00
Linker Support the min of module flags when linking, use for AArch64 BTI/PAC-RET 2022-04-13 09:31:51 +02:00
MC Revert "[MC] Omit DWARF unwind info if compact unwind is present where eligible" 2022-06-12 10:47:08 -04:00
MCA [MCA] Removed unused variable. 2022-03-13 21:55:56 -07:00
ObjCopy [WebAssembly] Add WASM_SEC_LAST_KNOWN to BinaryFormat section types list [NFC] 2022-06-07 12:05:23 -07:00
Object [Object][COFF] Fix section name parsing error when the name field is not null-padded 2022-06-09 12:58:28 -07:00
ObjectYAML [DX][ObjYAML] Zero out unused fields that get written to the output file 2022-06-07 16:29:28 +02:00
Option [Driver] Simplify hasFlag pattern with addOptInFlag/addOptOutFlag helpers 2022-04-11 12:29:25 -07:00
Passes Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
ProfileData [ProfileData] Use llvm::erase_if (NFC) 2022-06-10 22:51:30 -07:00
Remarks Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
Support Reapply: Add an error message to the default SIGPIPE handler 2022-06-09 20:13:45 +01:00
TableGen [llvm] Convert for_each to range-based for loops (NFC) 2022-06-05 12:07:14 -07:00
Target [NFC] Remove unused variable `MF` 2022-06-12 16:31:55 -04:00
Testing Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"." 2022-03-04 13:45:43 -08:00
TextAPI
ToolDrivers [llvm-lib] Ignore /LTCG option 2022-05-27 11:38:42 -07:00
Transforms [VPlan] Remove dead OrigLoop argument from removeDeadRecipes (NFC). 2022-06-11 23:36:47 +01:00
WindowsDriver Cleanup includes: WindowsDriver & WindowsManifest 2022-03-10 17:19:06 +01:00
WindowsManifest [llvm] Fix typo for libxml2 detection 2022-05-17 08:45:31 +00:00
XRay
CMakeLists.txt