llvm/lib
Mehdi Amini 0ab4d52b0a Do not require a Context to extract the FunctionIndex from Bitcode (NFC)
The LLVMContext was only used for Diagnostic. Pass a DiagnosticHandler
instead.

Differential Revision: http://reviews.llvm.org/D14794

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253540 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-19 05:52:29 +00:00
..
Analysis Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
AsmParser [OperandBundles] Tighten OperandBundleDef's interface; NFC 2015-11-18 08:30:07 +00:00
Bitcode Do not require a Context to extract the FunctionIndex from Bitcode (NFC) 2015-11-19 05:52:29 +00:00
CodeGen Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
DebugInfo Replace dyn_cast with isa in places that weren't using the returned value for more than a boolean check. NFC. 2015-11-18 07:07:59 +00:00
ExecutionEngine [RuntimeDyld] Fix resolving R_PPC64_REL24 relocations 2015-11-17 20:08:31 +00:00
Fuzzer [libFuzzer] remove default initializer as a workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68399. Don't need it anyway. 2015-11-18 01:08:30 +00:00
IR Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
IRReader
LibDriver [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC 2015-10-21 16:30:42 +00:00
LineEditor
Linker Replace dyn_cast with isa in places that weren't using the returned value for more than a boolean check. NFC. 2015-11-18 07:07:59 +00:00
LTO Switch lto codegen to using diagnostic handlers. 2015-11-17 19:48:12 +00:00
MC Fix bug where WinCOFFObjectWriter would assume starting from an empty output. 2015-11-18 15:24:17 +00:00
Object Do not require a Context to extract the FunctionIndex from Bitcode (NFC) 2015-11-19 05:52:29 +00:00
Option [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC 2015-10-21 16:30:42 +00:00
Passes [PM] Port StripDeadPrototypes to the new pass manager 2015-10-30 23:28:12 +00:00
ProfileData Minor cleanups (from review feedback) 2015-11-18 22:42:27 +00:00
Support [ARM] Add +feature names to TargetParser extensions table 2015-11-18 16:32:12 +00:00
TableGen [TblGen] ArrayRefize TGParser. No functional change intended. 2015-10-24 12:46:45 +00:00
Target [X86] Enable shrink-wrapping by default. 2015-11-19 00:38:00 +00:00
Transforms Fix bug 25440: GVN assertion after coercing loads 2015-11-19 02:45:18 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile