Keep track of all modules crated using a name to module map.
[oota-llvm.git] / tools / lto / lto.cpp
2006-09-06 Devang PatelKeep track of all modules crated using a name to module...
2006-09-06 Devang PatelInstead of demangling symbol name by hand, use original...
2006-09-06 Devang PatelExtract target triplet from optimized module.
2006-08-23 Devang PatelIf unable to create tmp. file on disk then return LTO_W...
2006-08-23 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-14 Devang Pateluntabify
2006-08-14 Devang PatelUse mangler, instead of addUnderscore(), to get mangled...
2006-08-04 Devang PatelCollect references from globals.
2006-08-03 Devang PatelFix typo.
2006-08-03 Devang PatelAdd new tool, lto, to do link time optimization. This...