llvm-6502/include/llvm
David Blaikie 10c37a012e Try simplifying LexicalScopes ownership again.
Committed initially in r207724-r207726 and reverted due to compiler-rt
crashes in r207732.

Instead, fix this harder with unordered_map and store the LexicalScopes
by value in the map. This did necessitate moving the definition of
LexicalScope above the definition of LexicalScopes.

Let's see how the buildbots/compilers tolerate unordered_map::emplace +
std::piecewise_construct + std::forward_as_tuple...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207876 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-02 22:21:05 +00:00
..
ADT Remove unused field hash_state::seed. 2014-04-30 21:12:17 +00:00
Analysis [LCG] Add the other simple edge insertion API to the call graph. This 2014-05-01 12:18:20 +00:00
AsmParser
Bitcode
CodeGen Try simplifying LexicalScopes ownership again. 2014-05-02 22:21:05 +00:00
Config
DebugInfo
ExecutionEngine Fix MSVC build broken by r207580 2014-04-29 22:04:55 +00:00
IR Remove dead declaration. 2014-05-02 18:37:07 +00:00
IRReader
LineEditor [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't break the API. 2014-04-21 09:34:48 +00:00
Linker
LTO Add an -mattr option to the gold plugin to support subtarget features in LTO 2014-04-25 21:46:51 +00:00
MC Move getBaseSymbol somewhere the COFF writer can use. 2014-05-01 13:24:25 +00:00
Object ELFObjectWriter: deduplicate suffices in strtab 2014-04-30 16:25:02 +00:00
Option Add missing include, found by modules build. 2014-04-24 23:29:25 +00:00
ProfileData
Support raw_ostream::operator<<(StringRef): Avoid potential overflow in pointer arithmetic. 2014-04-30 09:33:50 +00:00
TableGen
Target [ARM64] Prevent bit extraction to be adjusted by following shift 2014-04-30 21:07:24 +00:00
Transforms Teach GlobalDCE how to remove empty global_ctor entries. 2014-05-02 18:35:25 +00:00
CMakeLists.txt
InitializePasses.h Add an optimization that does CSE in a group of similar GEPs. 2014-05-01 18:38:36 +00:00
LinkAllIR.h
LinkAllPasses.h Add an optimization that does CSE in a group of similar GEPs. 2014-05-01 18:38:36 +00:00
Pass.h [PM] Add pass run listeners to the pass manager. 2014-04-28 18:19:25 +00:00
PassAnalysisSupport.h
PassManager.h
PassRegistry.h
PassSupport.h [PM] Add pass run listeners to the pass manager. 2014-04-28 18:19:25 +00:00