1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/lib
2017-06-05 22:59:21 +00:00
..
Analysis [InstSimplify] Use llvm::all_of instead of a manual loop. NFC 2017-06-04 22:41:56 +00:00
AsmParser [IR] De-virtualize ~Value to save a vptr 2017-05-18 17:24:10 +00:00
Bitcode BitcodeWriter: Removing unnecessary std::function in favor of template 2017-06-02 18:25:29 +00:00
CodeGen Remove some #include from StackProtector.h; NFC 2017-06-05 22:59:21 +00:00
DebugInfo [CodeView] Fix endianness bug. 2017-06-05 22:12:23 +00:00
Demangle [ItaniumDemangle] Fix a exponential string copying bug 2017-05-28 23:24:52 +00:00
ExecutionEngine [RuntimeDyld, PowerPC] Fix regression from r303637 2017-05-23 17:03:23 +00:00
Fuzzer [libFuzzer] fix a test to match the new sanitizer run-time 2017-05-31 19:47:11 +00:00
IR [ConstantRange] Remove costly udivrem from ConstantRange::truncate 2017-06-05 20:48:05 +00:00
IRReader
LineEditor
Linker Support for taking the max of module flags when linking, use for PIE/PIC 2017-05-23 00:08:00 +00:00
LTO Symbols re-defined with -wrap and -defsym need to be excluded from inter- 2017-06-05 16:24:25 +00:00
MC [WebAssembly] Refactor WasmObjectWriter::writeObject 2017-06-03 02:01:24 +00:00
Object Re-land "COFF: migrate def parser from LLD to LLVM" 2017-06-02 17:53:06 +00:00
ObjectYAML [CodeView] Handle Cross Module Imports and Exports. 2017-06-05 21:40:33 +00:00
Option [GSoC] Shell autocompletion for clang 2017-05-23 18:39:08 +00:00
Passes [PM] Add GVNSink to the pipeline. 2017-06-03 23:18:29 +00:00
ProfileData [InstrProf] Use more ArrayRef/StringRef. 2017-05-28 13:23:02 +00:00
Support Close DynamicLibraries in reverse order they were opened. 2017-06-05 16:26:58 +00:00
TableGen [TableGen] Remove RecordVal constructor that takes a StringRef and Record::setName(StringRef). Leave just the versions that take an Init. 2017-06-01 06:56:16 +00:00
Target AMDGPU: Remove deprecated and unused elf definitions 2017-06-05 21:33:40 +00:00
ToolDrivers Add missing files 2017-05-13 22:10:13 +00:00
Transforms LSR: Calculate instruction cost only if InsnsCost is set to true (NFC) 2017-06-05 22:44:18 +00:00
XRay [XRay][lib] Support and temporarily skip over CustomEvent records 2017-05-12 01:06:41 +00:00
CMakeLists.txt Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI. 2017-05-13 22:06:46 +00:00
LLVMBuild.txt Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI. 2017-05-13 22:06:46 +00:00