| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or... | Chandler Carruth | 2007-01-08 | 1 | -0/+3 |
* | fix typo | Chris Lattner | 2007-01-06 | 1 | -1/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -6/+6 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -8/+10 |
* | Save temp. bc files when saveTemps flag is true. Use final output file | Devang Patel | 2006-10-26 | 1 | -11/+24 |
* | Supply alignment info to linker through LLVMSymbol. | Devang Patel | 2006-10-25 | 1 | -6/+12 |
* | Instead of hard coding global prefix, use TargetAsmInfo. | Devang Patel | 2006-10-24 | 1 | -31/+55 |
* | Fix typo. Add more comment. Avoid extra hash_map search. | Devang Patel | 2006-10-23 | 1 | -6/+8 |
* | Add removeModule(). | Devang Patel | 2006-10-23 | 1 | -0/+12 |
* | Use FindProgramByName instead of FindExecutable. | Devang Patel | 2006-10-09 | 1 | -1/+1 |
* | Do error checking. | Devang Patel | 2006-10-09 | 1 | -1/+8 |
* | Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 | Devang Patel | 2006-10-09 | 1 | -2/+15 |
* | Use abstract class to facilitate dlopen() interface. | Devang Patel | 2006-09-21 | 1 | -5/+5 |
* | Add comment. | Devang Patel | 2006-09-14 | 1 | -0/+3 |
* | GlobalValue with InternalLinkage may have operands with ExternalLinkage | Devang Patel | 2006-09-14 | 1 | -1/+1 |
* | Using addPassesToEmitWholeFile is not a good idea here. | Devang Patel | 2006-09-07 | 1 | -1/+14 |
* | Use addPassesToEmitWholeFile() instead of addPassesToEmitFile() | Devang Patel | 2006-09-07 | 1 | -1/+1 |
* | Add getTargetTriple() that linker can use to query target architecture. | Devang Patel | 2006-09-06 | 1 | -0/+11 |
* | Keep track of all modules crated using a name to module map. | Devang Patel | 2006-09-06 | 1 | -1/+18 |
* | Instead of demangling symbol name by hand, use original name, which was | Devang Patel | 2006-09-06 | 1 | -2/+4 |
* | Extract target triplet from optimized module. | Devang Patel | 2006-09-06 | 1 | -1/+4 |
* | If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status. | Devang Patel | 2006-08-23 | 1 | -1/+1 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -1/+5 |
* | For PR797: | Reid Spencer | 2006-08-21 | 1 | -1/+1 |
* | untabify | Devang Patel | 2006-08-14 | 1 | -15/+15 |
* | Use mangler, instead of addUnderscore(), to get mangled name. | Devang Patel | 2006-08-14 | 1 | -14/+20 |
* | Collect references from globals. | Devang Patel | 2006-08-04 | 1 | -5/+11 |
* | Fix typo. | Devang Patel | 2006-08-03 | 1 | -1/+1 |
* | Add new tool, lto, to do link time optimization. This tool installs | Devang Patel | 2006-08-03 | 1 | -0/+330 |