Age | Commit message (Expand) | Author |
2007-02-08 | Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILURE | Bill Wendling |
2007-02-08 | The new version of how to add passes to emit files. We explicitly call a | Bill Wendling |
2007-02-05 | For PR411: | Reid Spencer |
2007-02-01 | Add printVersion(). Linker can use it to print LLVM version number. | Devang Patel |
2007-02-01 | Include Makefile.config before testing OS. | Devang Patel |
2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
2007-01-21 | default to emiting an uncompressed .bc file | Chris Lattner |
2007-01-08 | Modules are consumed when they are merged together by Linker. | Devang Patel |
2007-01-08 | Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or... | Chandler Carruth |
2007-01-06 | Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth! | Chris Lattner |
2007-01-06 | fix typo | Chris Lattner |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling |
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 | Fix typo. Add more comment. Avoid extra hash_map search. | Devang Patel |
2006-10-23 | Add removeModule(). | Devang Patel |
2006-10-09 | Use FindProgramByName instead of FindExecutable. | Devang Patel |
2006-10-09 | Do error checking. | Devang Patel |
2006-10-09 | Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 | Devang Patel |
2006-09-21 | Use abstract class to facilitate dlopen() interface. | Devang Patel |
2006-09-14 | Add comment. | Devang Patel |
2006-09-14 | GlobalValue with InternalLinkage may have operands with ExternalLinkage | Devang Patel |
2006-09-07 | Using addPassesToEmitWholeFile is not a good idea here. | Devang Patel |
2006-09-07 | Add linker into list of LINK_COMPONENTS. | Devang Patel |
2006-09-07 | Use addPassesToEmitWholeFile() instead of addPassesToEmitFile() | 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 | Instead of demangling symbol name by hand, use original name, which was | Devang Patel |
2006-09-06 | Extract target triplet from optimized module. | Devang Patel |
2006-09-04 | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner |
2006-08-23 | If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status. | Devang Patel |
2006-08-23 | For PR797: | Reid Spencer |
2006-08-21 | For PR797: | Reid Spencer |
2006-08-14 | untabify | Devang Patel |
2006-08-14 | Use mangler, instead of addUnderscore(), to get mangled name. | Devang Patel |
2006-08-04 | Collect references from globals. | Devang Patel |
2006-08-03 | Make it fit into 80-columns. | Devang Patel |
2006-08-03 | Fix typo. | Devang Patel |
2006-08-03 | Simplify. Use addprefix. | Devang Patel |
2006-08-03 | Remove ARM for the moment since it is a work in progress. | Devang Patel |
2006-08-03 | Add new tool, lto, to do link time optimization. This tool installs | Devang Patel |