llvm-6502/lib
Bill Wendling 01352aa187 Added a new method "CreateNewLiveInterval" which, given a list of
LiveRanges, creates a new LiveInterval from them. The LiveRanges should
have existed already in another LiveInterval, but removed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31780 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-16 02:41:50 +00:00
..
Analysis A shim over other AA impls to catch incorrect uses 2006-11-14 05:21:04 +00:00
Archive
AsmParser Initialize some pointers to quiet the compiler (when doing build_gcc 2006-11-12 11:10:39 +00:00
Bytecode Discard code that supported old bytecode formats. This makes the Bytecode 2006-11-14 04:47:22 +00:00
CodeGen Added a new method "CreateNewLiveInterval" which, given a list of 2006-11-16 02:41:50 +00:00
Debugger
ExecutionEngine Simplify IntrinsicLowering and clarify that it is only for use by the 2006-11-15 18:00:10 +00:00
Linker Remvoe a do-nothing else block. 2006-11-11 20:27:49 +00:00
Support
System
Target fix broken encoding 2006-11-16 01:01:28 +00:00
Transforms Fix a gcc 4.2 warning. 2006-11-15 04:53:24 +00:00
VMCore Add run(Function &F) support in FunctionPassManager_New 2006-11-15 19:39:54 +00:00
Makefile