llvm-6502/lib
Jakob Stoklund Olesen 46f4c35372 Don't use pointer-pointers for the register use lists.
Use a more conventional doubly linked list where the Prev pointers form
a cycle. This means it is no longer necessary to adjust the Prev
pointers when reallocating the VRegInfo array.

The test changes are required because the register allocation hint is
using the use-list order to break ties.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161633 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-09 22:49:42 +00:00
..
Analysis PR13095: Give an inline cost bonus to functions using byval arguments. 2012-08-07 11:13:19 +00:00
Archive
AsmParser
Bitcode
CodeGen Don't use pointer-pointers for the register use lists. 2012-08-09 22:49:42 +00:00
DebugInfo Fix the representation of debug line table in DebugInfo LLVM library, 2012-08-07 11:46:57 +00:00
ExecutionEngine Enable lazy compilation in MCJIT 2012-08-07 18:33:00 +00:00
Linker Move the "findUsedStructTypes" functionality outside of the Module class. 2012-08-03 00:30:35 +00:00
MC Move [SU]LEB128 encoding to a utility header. 2012-08-08 23:56:06 +00:00
Object Reverting r 160419. 2012-07-19 21:43:55 +00:00
Support Add support for the OpenBSD for Bitrig. 2012-08-06 20:52:18 +00:00
TableGen TableGen: Allow use of #NAME# outside of 'def' names. 2012-08-02 18:46:42 +00:00
Target Remove getARMRegisterNumbering and replace with calls into 2012-08-09 22:10:21 +00:00
Transforms isAllocLikeFn is allowed to return true for functions which read memory; make 2012-08-08 02:17:32 +00:00
VMCore The dominance computation already has logic for computing if an edge dominates 2012-08-07 17:30:46 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile