1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
2020-09-05 18:17:48 -05:00
..
Analysis [LangRef] Adjust guarantee for llvm.memcpy to also allow equal arguments. 2020-09-05 19:18:23 +01:00
AsmParser [DebugInfo][flang]Added support for representing Fortran assumed length strings 2020-08-22 10:13:40 +05:30
BinaryFormat
Bitcode Set alignment of .llvmbc and .llvmcmd to 1 2020-08-29 18:27:34 -07:00
Bitstream [Bitstream] Use alignTo to make code more readable. NFC 2020-09-01 11:06:45 -07:00
CodeGen [SelectionDAG] Always intersect SDNode flags during getNode() node memoization. 2020-09-05 10:30:38 +02:00
DebugInfo [llvm-dwarfdump] Warn user when it encounters no null terminated strings. 2020-09-03 08:49:57 +08:00
Demangle
DWARFLinker
ExecutionEngine [ORC] Fix some bugs in TPCDynamicLibrarySearchGenerator, use in llvm-jitlink. 2020-09-04 13:23:52 -07:00
Extensions
FileCheck Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its own library 2020-09-01 14:59:28 +02:00
Frontend [OpenMP][OMPBuilder] Adding support for omp single 2020-08-16 01:15:16 -04:00
Fuzzer
FuzzMutate
InterfaceStub
IR Revert "Add new hidden option -print-changed which only reports changes to IR" 2020-09-03 18:41:20 +00:00
IRReader
LineEditor
Linker [ThinLTO] Fix a metadata lost issue with DICompileUnit import. 2020-09-02 14:40:41 -07:00
LTO [ThinLTO][Legacy] Fix StringRef assertion from ThinLTO bots 2020-09-04 12:30:09 -07:00
MC [PowerPC] Fix missing TLS symbol type. 2020-09-03 05:57:04 -05:00
MCA [APInt] New member function setBitVal 2020-09-02 21:40:31 +01:00
Object [llvm-lipo] Add support for bitcode files 2020-08-25 21:11:18 -07:00
ObjectYAML [MachOYAML] Allow handcrafting custom contents for DWARF sections. 2020-09-04 22:42:45 +08:00
Option
Passes [NewPM][Lint] Port -lint to NewPM 2020-09-03 13:03:44 -07:00
ProfileData [SampleFDO] Enhance profile remapping support for searching inline instance 2020-08-26 11:07:35 -07:00
Remarks
Support [lldb] Add reproducer verifier 2020-09-02 22:00:00 -07:00
TableGen Replace TableGen range piece punctuator with '...' 2020-08-21 23:33:57 +02:00
Target [Hexagon] Resize the mem operand when widening loads and stores 2020-09-05 18:17:48 -05:00
Testing [cmake] Make gtest include directories a part of the library interface 2020-08-27 15:35:57 +02:00
TextAPI [TextAPI] update DriverKit string value 2020-08-15 06:44:30 -07:00
ToolDrivers
Transforms [InstCombine] Fold abs with dominating condition 2020-09-05 16:18:35 +02:00
WindowsManifest
XRay
CMakeLists.txt Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its own library 2020-09-01 14:59:28 +02:00
LLVMBuild.txt