llvm-project/llvm/lib
Simon Pilgrim 2e5f16516a [CostModel][X86] Add CodeSize handling for fdiv ops
Eventually this will be part of the cost table lookup
2022-08-25 14:08:03 +01:00
..
Analysis [mlgo] Fix tests 2022-08-24 17:31:40 -07:00
AsmParser Remove 'no_sanitize_memtag'. Add 'sanitize_memtag'. 2022-07-13 08:54:41 -07:00
BinaryFormat Add MachO MH_FILESET support to objdump 2022-08-24 13:34:43 -07:00
Bitcode Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
Bitstream
CodeGen [DAGCombiner] Use FoldConstantArithmetic instead of dyn_cast in visitFP_ROUND. 2022-08-25 11:29:05 +08:00
DWARFLinker [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
DWP llvm-dwp: Include dwo name even when the input is a dwo 2022-07-28 20:24:05 +00:00
DebugInfo Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
Debuginfod [LLVM][Debuginfod] Add missing thread include 2022-08-16 13:56:23 +00:00
Demangle Make demangler independent of LLVM again 2022-08-15 11:44:28 +02:00
ExecutionEngine [Orc] Improve deintialize and shutdown logic 2022-08-21 16:36:37 +05:30
Extensions
FileCheck [llvm][FileCheck] Fix unit tests failures with EXPENSIVE_CHECKS 2022-07-25 08:19:28 +00:00
Frontend [OMPIRBuilder] Add support for safelen clause 2022-08-18 15:43:08 -04:00
FuzzMutate
Fuzzer
IR KCFI sanitizer 2022-08-24 22:41:38 +00:00
IRReader
InterfaceStub [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
LTO Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
LineEditor Use drop_begin (NFC) 2022-07-31 15:17:09 -07:00
Linker [llvm] Qualify auto in range-based for loops (NFC) 2022-08-13 12:55:42 -07:00
MC Revert "MC: make section classification a bit more thorough" 2022-08-24 17:57:45 -07:00
MCA [MCA] Allow mca::Instruction-s to be recycled and reused 2022-06-24 15:39:51 -07:00
ObjCopy Revert D130458 "[llvm-objcopy] Support --{,de}compress-debug-sections for zstd" 2022-07-29 15:46:51 -07:00
Object Add MachO MH_FILESET support to objdump 2022-08-24 13:34:43 -07:00
ObjectYAML [llvm] Teach LLVM about filesets 2022-08-24 09:33:45 -07:00
Option [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
Passes [Pipelines] Introduce DAE after ArgumentPromotion 2022-08-25 10:55:47 +03:00
ProfileData [Sample Profile Reader] Fix potential integer overflow/infinite loop bug in sample profile reader 2022-08-23 20:35:23 +00:00
Remarks Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
Support [ELF] Parallelize writes of different OutputSections 2022-08-24 09:40:03 -07:00
TableGen [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
Target [CostModel][X86] Add CodeSize handling for fdiv ops 2022-08-25 14:08:03 +01:00
Testing [llvm] Use value_or instead of getValueOr (NFC) 2022-06-18 23:07:11 -07:00
TextAPI [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
ToolDrivers [llvm-lib] Ignore /VERBOSE flag 2022-07-21 10:06:13 -07:00
Transforms [IRCE] Drop SCEV of a Phi after adding a new input. PR57335 2022-08-25 18:14:29 +07:00
WindowsDriver [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
WindowsManifest
XRay
CMakeLists.txt