llvm-project/llvm/lib
esmeyi ff855f5ec0 Pass code-model through Module IR to [llc].
Currently, the code-model specified in IR can't be captured by [llc].
This patch fixes that.

Reviewed By: shchenz, MaskRay

Differential Revision: https://reviews.llvm.org/D128623
2022-06-29 02:30:13 -04:00
..
Analysis [InstCombine] Look through more casts when folding memchr and memcmp 2022-06-28 15:58:42 -06:00
AsmParser [IR] Remove support for extractvalue constant expression 2022-06-28 10:40:17 +02:00
BinaryFormat [Binary] Promote OffloadBinary to inherit from Binary 2022-06-01 18:40:57 -04:00
Bitcode [ValueList] Include Error.h (NFC) 2022-06-28 13:26:20 +02:00
Bitstream
CodeGen [X86][AMX] Split greedy RA for tile register 2022-06-29 10:35:43 +08:00
DWARFLinker [DWARFLinker] mark odr candidates inside the same object file. 2022-06-28 19:48:49 +03:00
DWP [llvm] Don't use Optional::getValue (NFC) 2022-06-20 22:45:45 -07:00
DebugInfo [Symbolize] Add log markup --filter to llvm-symbolizer. 2022-06-27 10:44:15 -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 [ORC][LLJIT] Define atexit symbol in GenericLLVMIRPlatformSupport. 2022-06-26 03:50:08 +09:00
Extensions
FileCheck [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01:00
Frontend [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
FuzzMutate Reland "[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR." 2022-05-07 13:49:54 +02:00
Fuzzer
IR [IR] Remove support for extractvalue constant expression 2022-06-28 10:40:17 +02:00
IRReader
InterfaceStub Revert "Don't use Optional::hasValue (NFC)" 2022-06-25 11:56:50 -07:00
LTO [ThinLTO][ELF] Add --thinlto-emit-index-files option 2022-06-23 12:35:42 -07:00
LineEditor [llvm][lldb] use FindLibEdit.cmake everywhere 2022-05-12 15:59:41 -07:00
Linker [llvm] Don't use Optional::getValue (NFC) 2022-06-20 22:45:45 -07:00
MC [XCOFF] make sure same number of paddings are added for DWARF sections 2022-06-29 04:12:35 +00:00
MCA [MCA] Allow mca::Instruction-s to be recycled and reused 2022-06-24 15:39:51 -07:00
ObjCopy [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
Object [Propeller] Encode address offsets of basic blocks relative to the end of the previous basic blocks. 2022-06-28 07:42:54 -07:00
ObjectYAML [Propeller] Encode address offsets of basic blocks relative to the end of the previous basic blocks. 2022-06-28 07:42:54 -07:00
Option [Driver] Simplify hasFlag pattern with addOptInFlag/addOptOutFlag helpers 2022-04-11 12:29:25 -07:00
Passes Delete 'llvm.asan.globals' for global metadata. 2022-06-27 14:40:40 -07:00
ProfileData [CoverageMapping] Remove dots from paths inside the profile 2022-06-28 20:53:01 -07:00
Remarks Don't use Optional::hasValue (NFC) 2022-06-20 20:05:16 -07:00
Support Revert "Improve handling of static assert messages." 2022-06-29 00:03:23 +02:00
TableGen [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
Target Pass code-model through Module IR to [llc]. 2022-06-29 02:30:13 -04:00
Testing [llvm] Use value_or instead of getValueOr (NFC) 2022-06-18 23:07:11 -07:00
TextAPI
ToolDrivers [llvm-lib] Ignore /SUBSYSTEM flag 2022-06-28 09:47:06 -07:00
Transforms [InstCombine] Fold strncmp of constant arrays and variable size 2022-06-28 15:59:14 -06:00
WindowsDriver [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
WindowsManifest [llvm] Fix typo for libxml2 detection 2022-05-17 08:45:31 +00:00
XRay
CMakeLists.txt