1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib
Mehdi Amini c56e727526 Fix Abbrev emission in WriteIdentificationBlock
This Abbrev was not emitted and basically unused, just leacking there.

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 252110
2015-11-05 00:25:03 +00:00
..
Analysis [CaptureTracking] Support operand bundles conservatively 2015-11-04 23:21:06 +00:00
AsmParser
Bitcode Fix Abbrev emission in WriteIdentificationBlock 2015-11-05 00:25:03 +00:00
CodeGen Fix some Clang-tidy modernize warnings, other minor fixes. 2015-11-04 22:32:32 +00:00
DebugInfo [LLVMSymbolize] Reduce indentation by using helper function. NFC. 2015-11-04 00:30:26 +00:00
ExecutionEngine Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block and trampolines."" 2015-11-03 16:40:37 +00:00
Fuzzer [libFuzzer] when choosing the next unit to mutate, give some preference to the most recent units (they are more likely to be interesting) 2015-11-04 23:22:25 +00:00
IR [IR] Add a data_operand abstraction 2015-11-04 21:05:24 +00:00
IRReader
LibDriver
LineEditor
Linker [ThinLTO] Always set linkage type to external when converting alias 2015-11-04 16:01:16 +00:00
LTO
MC Fix pr24832. 2015-11-05 00:10:08 +00:00
Object [ELF] elfiamcu triple should imply e_machine == EM_IAMCU 2015-11-04 11:21:50 +00:00
Option
Passes [PM] Port StripDeadPrototypes to the new pass manager 2015-10-30 23:28:12 +00:00
ProfileData [PGO] Value profiling (index format) code cleanup and testing 2015-11-02 05:08:23 +00:00
Support Fix some Clang-tidy modernize warnings, other minor fixes. 2015-11-04 22:32:32 +00:00
TableGen
Target Slightly saner handling of thumb branches. 2015-11-04 23:00:39 +00:00
Transforms [SimplifyLibCalls] New transformation: tan(atan(x)) -> x 2015-11-04 23:36:56 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile