llvm-6502/lib
Lang Hames 3dc7c5138d Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see
any changes.

Internally this adds a private inner class HMEditor, to LiveIntervals. HMEditor provides
an API for updating live intervals when code is moved or bundled.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150826 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-17 18:44:18 +00:00
..
Analysis Remove a comment about an alternative approach that wouldn't 2012-02-17 18:33:38 +00:00
Archive
AsmParser Convert assert(0) to llvm_unreachable 2012-02-07 05:05:23 +00:00
Bitcode
CodeGen Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see 2012-02-17 18:44:18 +00:00
DebugInfo
ExecutionEngine Using the new external-linkage warning recently added instead of disabling all return type warnings. 2012-02-14 21:44:03 +00:00
Linker Capitalize messages so that they appear nicely with the linker's error messages. 2012-02-14 09:13:54 +00:00
MC Generate the correct EH frame section types on Solaris, this time without breaking other platforms... 2012-02-17 17:31:15 +00:00
Object Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly 2012-02-12 06:12:10 +00:00
Support Add function for computing the edit distance of two arrays. 2012-02-15 22:13:07 +00:00
TableGen Convert assert(0) to llvm_unreachable 2012-02-07 05:05:23 +00:00
Target remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. 2012-02-17 08:55:11 +00:00
Transforms Add support for invariant.start inside the static constructor evaluator. This is 2012-02-17 06:59:21 +00:00
VMCore s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags are named elsewhere. 2012-02-16 10:28:10 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile