llvm-6502/lib
Hans Wennborg 49baa9f896 Switch lowering: use profile info to build weight-balanced binary search trees
This will cause hot nodes to appear closer to the root.

The literature says building the tree like this makes it a near-optimal (in
terms of search time given key frequencies) binary search tree. In LLVM's case,
we can do up to 3 comparisons in each leaf node, so it might be better to opt
for lower tree height in some cases; that's something to look into in the
future.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236192 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-30 00:57:37 +00:00
..
Analysis [WinEH] Start EH preparation for 32-bit x86, it uses no arguments 2015-04-29 22:49:54 +00:00
AsmParser [opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space 2015-04-29 21:22:39 +00:00
Bitcode Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAX 2015-04-30 00:52:42 +00:00
CodeGen Switch lowering: use profile info to build weight-balanced binary search trees 2015-04-30 00:57:37 +00:00
DebugInfo Add missing library dependency in libPDB. 2015-04-27 21:23:12 +00:00
ExecutionEngine [opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space 2015-04-29 21:22:39 +00:00
Fuzzer
IR [opaque pointer type] Store the value type of an alloca 2015-04-29 23:00:35 +00:00
IRReader
LineEditor
Linker [opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space 2015-04-29 21:22:39 +00:00
LTO LTO: Add API to choose whether to embed uselists 2015-04-27 23:38:54 +00:00
MC Store relocations in a map from MCSectionELF. 2015-04-30 00:45:46 +00:00
Object
Option
Passes
ProfileData
Support New architecture name - 'sparcel' for Sparc little-endian. 2015-04-29 19:15:08 +00:00
TableGen [TableGen] Use range-based for loops. NFC. 2015-04-29 07:13:14 +00:00
Target Change x86 CMOVE_F to read it source, not write it. 2015-04-29 23:51:33 +00:00
Transforms [opaque pointer type] Store the value type of an alloca 2015-04-29 23:00:35 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile