index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
LinkTimeOptimizer.h
Age
Commit message (
Expand
)
Author
2008-06-30
Remove old LTO interface.
Devang Patel
2008-05-16
Add CommonLinkage.
Dale Johannesen
2008-02-20
And final pack of warnings silencing
Anton Korobeynikov
2008-01-15
- Introduces versioning macro LLVM_LTO_VERSION
Devang Patel
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-20
Revert my previous check-in.
Devang Patel
2007-12-20
Add lto version check mechanism.
Devang Patel
2007-02-01
Add printVersion(). Linker can use it to print LLVM version number.
Devang Patel
2006-10-26
Save temp. bc files when saveTemps flag is true. Use final output file
Devang Patel
2006-10-25
Supply alignment info to linker through LLVMSymbol.
Devang Patel
2006-10-24
Instead of hard coding global prefix, use TargetAsmInfo.
Devang Patel
2006-10-23
Add removeModule().
Devang Patel
2006-09-21
Use abstract class to facilitate dlopen() interface.
Devang Patel
2006-09-06
Add getTargetTriple() that linker can use to query target architecture.
Devang Patel
2006-09-06
Keep track of all modules crated using a name to module map.
Devang Patel
2006-09-06
Extract target triplet from optimized module.
Devang Patel
2006-08-14
Avoid extra string copy.
Devang Patel
2006-08-14
Use mangler, instead of addUnderscore(), to get mangled name.
Devang Patel
2006-08-03
Fix typo.
Devang Patel
2006-08-03
Add new tool, lto, to do link time optimization. This tool installs
Devang Patel