1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/include/llvm/Transforms
Devang Patel a0fa700f3c Debugging infomration is encoded in llvm IR using metadata. This is designed
such a way that debug info for symbols preserved even if symbols are
optimized away by the optimizer. 

Add new special pass to remove debug info for such symbols.

llvm-svn: 107416
2010-07-01 19:49:20 +00:00
..
IPO introduce a new CallGraphSCC class, and pass it around 2010-04-16 22:42:17 +00:00
Utils Use ValueMap instead of DenseMap. 2010-06-24 00:33:28 +00:00
Instrumentation.h
IPO.h Debugging infomration is encoded in llvm IR using metadata. This is designed 2010-07-01 19:49:20 +00:00
RSProfiling.h
Scalar.h Add an LLVM IR version of code sinking. This uses the same simple algorithm 2010-05-07 15:40:13 +00:00