- ed3e8b4 Don't silently ignore errors when opening output streams. by Dan Gohman · 16 years ago
- cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 16 years ago
- 3688f26 Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been deprecated for almost a year; it's finally time for them to go away. by Owen Anderson · 16 years ago
- db6535d tentative definitions are default visibility by Nick Kledzik · 16 years ago
- 5a7fb69 typo. by Devang Patel · 16 years ago
- 4139070 Name string length is end position marker - begin position marker. by Devang Patel · 16 years ago
- c2aec57 Do not forget global definitions from inline asm code block. by Devang Patel · 16 years ago
- f0d286b LinkOnce definitions have default scope, like weak definitions. Otherwise, the linker may not be able to match LinkOnce definition from one module with an exteranl reference from other module. by Devang Patel · 16 years ago
- 920ae98 fix dangling pointer and argv off by one errors. Add support for --disable-inlining by Nick Kledzik · 16 years ago
- 82eec45 add _lto_codegen_debug_options so that linker can use it by Nick Kledzik · 16 years ago
- a93ae71 Provide a hook to set the code generation debug options to investigate lto failures. by Devang Patel · 16 years ago
- ebd6942 by Devang Patel · 16 years ago
- 5eabc9d Remove old LTO interface. by Devang Patel · 16 years ago
- 7d5633e Add CommonLinkage to lto (treated same as weak AFAICT) by Dale Johannesen · 16 years ago
- d2368dc Move MemCpyOpt after GVN. by Owen Anderson · 17 years ago
- ecbc963 Add MemCpyOpt to LTO. by Owen Anderson · 17 years ago
- eb60fb9 Use GVN in LTO instead of GCSE+LoadVN. by Owen Anderson · 17 years ago
- dedf502 Make EH work with unnamed functions. Reenable running by Dale Johannesen · 17 years ago
- 5252ae6 Begin setting features for target based on target triple string. by Devang Patel · 17 years ago
- 0e50128 Do not set time out, lets assume assembler will do its job in reasonable amount of time. by Devang Patel · 17 years ago
- bc9ed59 Do not strip symbols when EH is ON. by Devang Patel · 17 years ago
- 59c8d8a Supply appropriate arch info to darwin assembler. by Devang Patel · 17 years ago
- 21b70b2 Enable exception handling if it is supported. by Devang Patel · 17 years ago
- 5e563c3 - Introduces versioning macro LLVM_LTO_VERSION by Devang Patel · 17 years ago
- 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
- 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
- fe085f3 Revert my previous check-in. by Devang Patel · 17 years ago
- e361187 Add lto version check mechanism. by Devang Patel · 17 years ago
- 4b2b940 Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 17 years ago
- cbb7ec7 Fix a sys::Path API error caught by a gcc 4.2 warning. by Reid Spencer · 17 years ago
- a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
- 744879e switch tools to bitcode from bytecode by Chris Lattner · 18 years ago
- 68d4922 bitcodify by Chris Lattner · 18 years ago
- 54959d6 Now LICM is a LoopPass. by Devang Patel · 18 years ago
- 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 18 years ago
- 62062b5 Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILURE by Bill Wendling · 18 years ago
- 546d0fb The new version of how to add passes to emit files. We explicitly call a by Bill Wendling · 18 years ago
- ef9b9a7 For PR411: by Reid Spencer · 18 years ago
- 3281528 Add printVersion(). Linker can use it to print LLVM version number. by Devang Patel · 18 years ago
- 897b1b5 Include Makefile.config before testing OS. by Devang Patel · 18 years ago
- 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
- 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
- 2737610 Modules are consumed when they are merged together by Linker. by Devang Patel · 18 years ago
- 40e274b Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.org/PR1055 by Chandler Carruth · 18 years ago
- ddc6f35 Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth! by Chris Lattner · 18 years ago
- 11fdadf fix typo by Chris Lattner · 18 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
- 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
- 38187d6 Save temp. bc files when saveTemps flag is true. Use final output file by Devang Patel · 18 years ago
- 08fb05c Supply alignment info to linker through LLVMSymbol. by Devang Patel · 18 years ago
- 6152b7e Instead of hard coding global prefix, use TargetAsmInfo. Add LTO destructor. by Devang Patel · 18 years ago
- 2a4dd68 Fix typo. Add more comment. Avoid extra hash_map search. by Devang Patel · 18 years ago
- f2ca21f Add removeModule(). by Devang Patel · 18 years ago
- dc4c382 Use FindProgramByName instead of FindExecutable. by Devang Patel · 18 years ago
- 9f5d48b Do error checking. by Devang Patel · 18 years ago
- 3f0e5e2 Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 by Devang Patel · 18 years ago
- c7cfbc5 Use abstract class to facilitate dlopen() interface. by Devang Patel · 18 years ago
- 544ea34 Add comment. by Devang Patel · 18 years ago
- 97d92d5 GlobalValue with InternalLinkage may have operands with ExternalLinkage by Devang Patel · 18 years ago
- 998051a Using addPassesToEmitWholeFile is not a good idea here. by Devang Patel · 18 years ago
- 76ed7b1 Add linker into list of LINK_COMPONENTS. by Devang Patel · 18 years ago
- bdaf3dc Use addPassesToEmitWholeFile() instead of addPassesToEmitFile() by Devang Patel · 18 years ago
- a291a68 Add getTargetTriple() that linker can use to query target architecture. by Devang Patel · 18 years ago
- 0701a2f Keep track of all modules crated using a name to module map. by Devang Patel · 18 years ago
- ed87286 Instead of demangling symbol name by hand, use original name, which was by Devang Patel · 18 years ago
- 2681023 Extract target triplet from optimized module. Untabify. by Devang Patel · 18 years ago
- aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
- ca64012 If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status. by Devang Patel · 18 years ago
- e5c9cb5 For PR797: by Reid Spencer · 18 years ago
- 023fcf9 For PR797: by Reid Spencer · 18 years ago
- 2198f9c untabify by Devang Patel · 18 years ago
- 30235da Use mangler, instead of addUnderscore(), to get mangled name. by Devang Patel · 18 years ago
- 304d5f2 Collect references from globals. by Devang Patel · 18 years ago
- 30f63ad Make it fit into 80-columns. by Devang Patel · 18 years ago
- 94a0ac9 Fix typo. by Devang Patel · 18 years ago
- f5a156d Simplify. Use addprefix. by Devang Patel · 18 years ago
- bbd1cb4 Remove ARM for the moment since it is a work in progress. by Devang Patel · 18 years ago
- a89d47f Add new tool, lto, to do link time optimization. This tool installs by Devang Patel · 18 years ago