llvm/lib
Reid Kleckner 0c4885106a [WinEH] Allow catchpads to reuse the same catch object
This code used a regular when it should have used a multimap.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284612 91177308-0d34-0410-b5e6-96231b3b80d8
2016-10-19 17:08:23 +00:00
..
Analysis [SCEV] Make CompareValueComplexity a little bit smarter 2016-10-18 17:45:16 +00:00
AsmParser DebugInfo: change alignment type from uint64_t to uint32_t to save space. 2016-10-18 14:31:22 +00:00
Bitcode DebugInfo: change alignment type from uint64_t to uint32_t to save space. 2016-10-18 14:31:22 +00:00
CodeGen [WinEH] Allow catchpads to reuse the same catch object 2016-10-19 17:08:23 +00:00
DebugInfo [pdb] Improve error messages when DIA is not found. 2016-10-19 16:42:20 +00:00
Demangle
ExecutionEngine Handle relocations to thumb functions when dynamic linking COFF modules 2016-10-17 18:56:18 +00:00
Fuzzer [libFuzzer] extend -print_coverage to also print uncovered lines, functions, and files. 2016-10-19 00:12:03 +00:00
IR Introduce ConstantRange.addWithNoSignedWrap 2016-10-19 14:44:23 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO [cmake] Declare LLVM_CMAKE_PATH for use in subprojects 2016-10-19 12:18:34 +00:00
MC [ADT] Move CachedHashString to its own header in ADT, and rename to CachedHashStringRef. 2016-10-17 22:24:36 +00:00
Object One more additional error check for invalid Mach-O files for a 2016-10-18 20:24:12 +00:00
ObjectYAML
Option
Passes Conditionally eliminate library calls where the result value is not used 2016-10-18 21:36:27 +00:00
ProfileData [Coverage] Support loading multiple binaries into a CoverageMapping 2016-10-14 17:16:53 +00:00
Support Add Chrono.h - std::chrono support header 2016-10-19 13:58:55 +00:00
TableGen
Target [RDF] Switch RefMap in liveness calculation to use lane masks 2016-10-19 16:30:56 +00:00
Transforms [asan] Replace std::to_string with llvm::to_string 2016-10-19 00:16:56 +00:00
CMakeLists.txt
LLVMBuild.txt