The guaranteed alignment of ptr+offset is only the minimum of
[oota-llvm.git] / include / llvm / LinkTimeOptimizer.h
2007-02-01 Devang PatelAdd printVersion(). Linker can use it to print LLVM...
2006-10-26 Devang PatelSave temp. bc files when saveTemps flag is true. Use...
2006-10-25 Devang PatelSupply alignment info to linker through LLVMSymbol.
2006-10-24 Devang PatelInstead of hard coding global prefix, use TargetAsmInfo.
2006-10-23 Devang PatelAdd removeModule().
2006-09-21 Devang PatelUse abstract class to facilitate dlopen() interface.
2006-09-06 Devang PatelAdd getTargetTriple() that linker can use to query...
2006-09-06 Devang PatelKeep track of all modules crated using a name to module...
2006-09-06 Devang PatelExtract target triplet from optimized module.
2006-08-14 Devang PatelAvoid extra string copy.
2006-08-14 Devang PatelUse mangler, instead of addUnderscore(), to get mangled...
2006-08-03 Devang PatelFix typo.
2006-08-03 Devang PatelAdd new tool, lto, to do link time optimization. This...