llvm-6502/lib
Philip Reames f016115f60 [RewriteStatepointsForGC] Delete dead code [NFC]
Before we had real liveness, we needed to track every value that base pointer
insertion code created because these now might be live.  We now just rerun 
the data flow liveness algorithm (which is actually faster!) and no longer 
need the associated code.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234827 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-14 00:41:34 +00:00
..
Analysis Add new getModRefInfo API to determine whether an Instruction and a call modify the same memory 2015-04-13 23:25:41 +00:00
AsmParser Remove empty non-virtual destructors or mark them =default when non-public 2015-04-11 15:32:26 +00:00
Bitcode DebugInfo: Make MDSubprogram::getFunction() return Constant 2015-04-11 20:27:40 +00:00
CodeGen DebugInfo: Remove DIObjCProperty attribute accessors, NFC 2015-04-13 23:55:01 +00:00
DebugInfo
ExecutionEngine [Orc] During module partitioning, rename anonymous and asm-private globals. 2015-04-12 20:05:51 +00:00
Fuzzer
IR DebugInfo: Move DILocation::computeNewDiscriminators() 2015-04-14 00:35:42 +00:00
IRReader
LineEditor
Linker
LTO
MC [MC] Write padding into fragments when -mc-relax-all flag is used 2015-04-12 23:42:25 +00:00
Object
Option
Passes
ProfileData
Support Fix SupportsSeeking detection on windows. 2015-04-13 11:09:48 +00:00
TableGen Remove empty non-virtual destructors or mark them =default when non-public 2015-04-11 15:32:26 +00:00
Target Expand ADDO/SUBO on Hexagon 2015-04-13 20:37:01 +00:00
Transforms [RewriteStatepointsForGC] Delete dead code [NFC] 2015-04-14 00:41:34 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile