1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib
Diego Novillo ce1e3a0598 Properly fix unused variable in disable-assert builds.
I missed the side-effects of ParseBFI in my previous attempt (r252748).
Thanks dblaikie for the suggestion of adding a void use of the unused
variable instead.

llvm-svn: 252751
2015-11-11 16:39:22 +00:00
..
Analysis [ValueTracking] Remove untested / unreachable code, NFC 2015-11-11 00:16:41 +00:00
AsmParser Add 'notail' marker for call instructions. 2015-11-06 23:55:38 +00:00
Bitcode [OperandBundles] Identify operand bundles with both their names and IDs 2015-11-10 20:13:15 +00:00
CodeGen MachineInstr: addRegisterDefReadUndef() => setRegisterDefReadUndef() 2015-11-11 00:41:58 +00:00
DebugInfo [LLVMSymbolize] Reduce indentation by using helper function. NFC. 2015-11-04 00:30:26 +00:00
ExecutionEngine [RuntimeDyld] Add support for R_X86_64_PC8 relocation. 2015-11-08 19:34:17 +00:00
Fuzzer [libFuzzer] add UninstrumentedTest.cpp (missing from a previous commit) 2015-11-10 22:02:56 +00:00
IR [IR] Make {Call,Invoke}::cloneImpl aware of operand bundles 2015-11-10 20:13:21 +00:00
IRReader
LibDriver
LineEditor
Linker Ensure ModuleLinker materializes complete comdat groups 2015-11-10 21:09:06 +00:00
LTO Add a method to the BitcodeReader to parse only the identification block 2015-11-09 02:46:41 +00:00
MC [MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin. 2015-11-11 00:51:36 +00:00
Object Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match darwin’s nm(1). 2015-11-10 00:31:08 +00:00
Option
Passes [PM] Port StripDeadPrototypes to the new pass manager 2015-10-30 23:28:12 +00:00
ProfileData Silencing a signed vs unsigned type mismatch warning. 2015-11-11 14:57:28 +00:00
Support Combine ifdefs around dl_iterate_phdr in Unix/Signals.inc 2015-11-09 23:10:29 +00:00
TableGen [TblGen] ArrayRefize TGParser. No functional change intended. 2015-10-24 12:46:45 +00:00
Target Properly fix unused variable in disable-assert builds. 2015-11-11 16:39:22 +00:00
Transforms [SLP] Enable -slp-vectorize-hor by default. 2015-11-11 15:03:46 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile