llvm-6502/lib
Tim Northover 43b1362516 ARM: remove custom jump table UID
We were creating and propagating two separate indices for each jump table (from
back in the mists of time). However, the generic index used by other backends
is sufficient to emit a unique symbol so this was unneeded.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237294 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-13 20:28:38 +00:00
..
Analysis Test commit: Remove unnecessary spaces. 2015-05-13 15:04:14 +00:00
AsmParser [opaque pointer type] Pass the explicit function type down to the instruction constructor when parsing invoke instructions 2015-05-13 18:35:26 +00:00
Bitcode [opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr. 2015-05-08 00:42:26 +00:00
CodeGen [DebugInfo] Debug locations for constant SD nodes 2015-05-13 08:58:03 +00:00
DebugInfo [DWARF] Add CIE header fields address_size and segment_size when generating dwarf-4 2015-05-12 15:25:08 +00:00
ExecutionEngine Readdress r236990, use of static members on a non-static variable. 2015-05-11 22:20:48 +00:00
Fuzzer [lib/Fuzzer] enable -use_counters=1 by default 2015-05-13 18:31:46 +00:00
IR [Safepoints][Verifier] Fix a tautological Assert. 2015-05-13 20:11:59 +00:00
IRReader
LineEditor
Linker
LTO
MC MC: Modernize MCOperand API naming. NFC. 2015-05-13 18:37:00 +00:00
Object [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flags 2015-05-08 07:04:59 +00:00
Option
Passes
ProfileData InstrProf: Simplify looking up sections for coverage data 2015-05-07 00:31:58 +00:00
Support Revert r237157, "YAML: Fix typos. NFC". 2015-05-12 17:44:32 +00:00
TableGen Use ArrayRef::slice instead of manually constructing an ArrayRef from ArrayRef iterators. NFC 2015-05-13 06:57:51 +00:00
Target ARM: remove custom jump table UID 2015-05-13 20:28:38 +00:00
Transforms [PlaceSafepoints] New attributes for patchable statepoints. 2015-05-13 20:11:31 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile