1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib
2016-12-27 23:24:55 +00:00
..
Analysis [PM] Teach MemDep to invalidate its result object when its cached 2016-12-27 19:33:04 +00:00
AsmParser ASMParser: use range-based for loops (NFC) 2016-12-27 18:35:22 +00:00
Bitcode [DebugInfo] Added support for Checksum debug info feature. 2016-12-25 10:12:09 +00:00
CodeGen [SelectionDAG] Early out from computeKnownBits when we know we will have no common bits. 2016-12-24 12:59:35 +00:00
DebugInfo [ObjectYAML] Support for DWARF debug_info section 2016-12-22 22:44:27 +00:00
Demangle
ExecutionEngine RuntimeDyldELF: refactor AArch64 relocations. NFC. 2016-12-27 13:33:32 +00:00
Fuzzer [libFuzzer] add an experimental flag -experimental_len_control=1 that sets max_len to 1M and tries to increases the actual max sizes of mutations very gradually (second attempt) 2016-12-27 23:24:55 +00:00
IR [PM] Introduce the facilities for registering cross-IR-unit dependencies 2016-12-27 08:40:39 +00:00
IRReader
LibDriver LibDriver: Allow resource files to be archive members. 2016-12-15 19:37:46 +00:00
LineEditor
Linker [ThinLTO] Import only necessary DICompileUnit fields 2016-12-12 16:09:30 +00:00
LTO [ThinLTO] Import composite types as declarations 2016-12-16 21:25:01 +00:00
MC Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols." 2016-12-16 22:48:14 +00:00
Object Fix a bugs with using some Mach-O command line flags like "-arch armv7m". 2016-12-16 22:54:02 +00:00
ObjectYAML [ObjectYAML] Support for DWARF debug_info section 2016-12-22 22:44:27 +00:00
Option
Passes [PM] Disable more of the loop passes -- LCSSA and LoopSimplify are also 2016-12-27 10:16:46 +00:00
ProfileData
Support Attempt to fix build bot after r290597 2016-12-27 10:24:58 +00:00
TableGen [TableGen] Centralize/Unify error handling. 2016-12-05 22:58:01 +00:00
Target [AArch64][AsmParser] Add support for parsing shift/extend operands with symbols. 2016-12-27 16:58:09 +00:00
Transforms [sanitizer-coverage] sort the switch cases 2016-12-27 21:20:06 +00:00
CMakeLists.txt
LLVMBuild.txt