1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib
Matthias Braun e219baa1b2 llvm-c: Keep LLVMDumpModule() even in release builds
While this probably should be considered a dump debugger utility, the C
API currently has no other ways to print a module to stderr for error
reporting purposes, so keep it even in release builds.

llvm-svn: 293436
2017-01-29 17:52:03 +00:00
..
Analysis [ValueTracking] clean up lookThroughCast; NFCI 2017-01-29 16:34:57 +00:00
AsmParser
Bitcode Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
CodeGen [SelectionDAG] Make SDNode::getConstantOperandVal an inline method. 2017-01-29 06:08:02 +00:00
DebugInfo Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
Demangle Fix ASAN failure in cxa_demangle 2017-01-27 20:32:16 +00:00
ExecutionEngine RuntimeDyldELF: Don't abort on R_X86_64_NONE, it's a no-oop. 2017-01-28 18:39:01 +00:00
Fuzzer [libfuzzer] include errno.h. On Ubuntu 14.04 we got away w/o it, but other systems seem to require it 2017-01-28 18:56:05 +00:00
IR llvm-c: Keep LLVMDumpModule() even in release builds 2017-01-29 17:52:03 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO [LTO] Teach lib/LTO about the new pass manager. 2017-01-24 00:58:24 +00:00
MC Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
Object Fix llvm-objdump so it picks a good CPU based for Mach-O files 2017-01-24 23:41:04 +00:00
ObjectYAML Add LC_BUILD_VERSION load command 2017-01-23 20:07:55 +00:00
Option Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
Passes [PM] Port LoopLoadElimination to the new pass manager and wire it into 2017-01-27 01:32:26 +00:00
ProfileData Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
Support Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
TableGen Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Target ARM: support -mlong-calls with AEABI TLS on ELF 2017-01-29 16:46:22 +00:00
Transforms [InstCombine] enable (X >>?,exact C1) << C2 --> X << (C2 - C1) for vectors with splats 2017-01-29 17:11:18 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt