llvm-6502/lib
Chris Lattner c890bfe1da Do not let dead constant expressions hanging off of functions prevent IPCP.
This allows to elimination of a bunch of global pool descriptor args from
programs being pool allocated (and is also generally useful!)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17657 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-09 20:47:30 +00:00
..
Analysis
Archive Recognize compressed LLVM bytecode files. 2004-11-09 19:37:07 +00:00
AsmParser
Bytecode Recognize compressed LLVM bytecode files. 2004-11-09 19:37:07 +00:00
CodeGen
Debugger
ExecutionEngine
Linker Output the program name (in this case, gccld) with warning about invalid files 2004-11-09 04:24:59 +00:00
Support Tune compression: 2004-11-09 17:58:09 +00:00
System Fix isBytecodeFile to correctly recognized compressed bytecode too. 2004-11-09 20:27:23 +00:00
Target Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen 2004-11-09 04:01:18 +00:00
Transforms Do not let dead constant expressions hanging off of functions prevent IPCP. 2004-11-09 20:47:30 +00:00
VMCore
Makefile