llvm-6502/lib
Jakob Stoklund Olesen 27b7669a60 Stop computing physreg live ranges.
Everyone is using on-demand regunit ranges now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159018 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-22 18:20:50 +00:00
..
Analysis simplify code from previous commits (Thanks Duncan) 2012-06-22 15:50:53 +00:00
Archive
AsmParser switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients. 2012-05-28 01:47:44 +00:00
Bitcode PR1255: case ranges. 2012-06-02 09:42:43 +00:00
CodeGen Stop computing physreg live ranges. 2012-06-22 18:20:50 +00:00
DebugInfo
ExecutionEngine Disable the right instance of TheJIT, this one is only used in asserts. 2012-06-16 21:55:52 +00:00
Linker Supply a C interface to the "LinkModules" method. 2012-05-09 08:55:40 +00:00
MC Remove another duplicated variable. We only need one to tell us if the linker 2012-06-22 13:32:49 +00:00
Object Added accessors for getting coff_relocation info 2012-06-18 19:47:16 +00:00
Support Remove an "else" that snuck in after a "return" ;) 2012-06-20 20:38:36 +00:00
TableGen Emit TableGen's header comment with C-style comments, so it can be used from C89 code. 2012-06-19 17:04:16 +00:00
Target Use "NoItineraries" for processors with no itineraries. 2012-06-22 03:58:51 +00:00
Transforms Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x" 2012-06-22 16:36:43 +00:00
VMCore Fixed r158979. 2012-06-22 14:53:30 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile