2010-11-02 |
Mikhail Glushenkov | GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT. |
tree | commitdiff |
2010-11-02 |
Mikhail Glushenkov | Trailing whitespace. |
tree | commitdiff |
2010-10-19 |
Rafael Espindola | Fix PR8300 by remembering to keep the bitcast in all... |
tree | commitdiff |
2010-10-06 |
Bill Wendling | Revert "RequiresUnique" patch. This should be handled... |
tree | commitdiff |
2010-10-06 |
Bill Wendling | Change RequiresMerge to RequiresUnique. It's a better... |
tree | commitdiff |
2010-10-06 |
Bill Wendling | If the destination module all ready has a copy of the... |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-09-01 |
Chris Lattner | dead code patrol |
tree | commitdiff |
2010-08-26 |
Dan Gohman | Reapply r112091 and r111922, support for metadata linki... |
tree | commitdiff |
2010-08-26 |
Daniel Dunbar | Revert r112091, "Remap metadata attached to instruction... |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Remap metadata attached to instructions when remapping... |
tree | commitdiff |
2010-08-24 |
Bill Wendling | - Add the LinkerPrivateWeakDefAutoLinkage to the Ada... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Link NamedMDNodes after linking GlobalValues, so that... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | When linking NamedMDNodes, remap their operands. |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Use MapValue in the Linker instead of having a private... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Don't cast away qualifiers with C-style casts. |
tree | commitdiff |
2010-08-15 |
Argyrios Kyrtzidis | Revert r111082. No warnings for this common pattern. |
tree | commitdiff |
2010-08-14 |
Argyrios Kyrtzidis | Add ATTRIBUTE_UNUSED to methods that are not supposed... |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Make NamedMDNode not be a subclass of Value, and simpli... |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Revert r107205 and r107207. |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Introducing the "linker_weak" linkage type. This will... |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Add basic error checking to MemoryBuffer::getSTDIN. |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Use the return value of getMagicNumber instead of using a |
tree | commitdiff |
2010-02-16 |
Duncan Sands | Introduce isOpaqueTy and use it rather than isa<OpaqueT... |
tree | commitdiff |
2010-02-06 |
Victor Hernandez | Linker should not remap null operands of metadata |
tree | commitdiff |
2010-01-27 |
Victor Hernandez | Need to recurse for all operands of function-local... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-27 |
Chris Lattner | merge two ifs |
tree | commitdiff |
2010-01-27 |
Victor Hernandez | Linker needs to do deep-copy of function-local metadata... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Devang Patel | Remove MetadataBase class because it is not adding... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-09 |
David Chisnall | Fixed linking of modules containing aliases to constant... |
tree | commitdiff |
2010-01-05 |
David Greene | Change this back to errs(). |
tree | commitdiff |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
tree | commitdiff |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
tree | commitdiff |
2009-12-31 |
Chris Lattner | rename "elements" of metadata to "operands". "Elements... |
tree | commitdiff |
2009-12-28 |
Bill Wendling | Remove dead store. |
tree | commitdiff |
2009-11-10 |
Daniel Dunbar | Fix MemoryBuffer::getSTDIN to *not* return null if... |
tree | commitdiff |
2009-11-09 |
Chris Lattner | random tidy |
tree | commitdiff |
2009-11-09 |
Chris Lattner | remove a redundant printout, LinkInArchive prints this... |
tree | commitdiff |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
tree | commitdiff |
2009-11-01 |
Chris Lattner | implement linker support for BlockAddress. |
tree | commitdiff |
2009-09-12 |
Dan Gohman | Remove unnecessary #include. |
tree | commitdiff |
2009-09-03 |
Devang Patel | There is not any need to copy metadata while merging... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the "Value" printing methods that print to... |
tree | commitdiff |
2009-08-11 |
Devang Patel | Link NamedMDNodes. |
tree | commitdiff |
2009-08-11 |
Devang Patel | Link metadata. |
tree | commitdiff |
2009-07-31 |
Owen Anderson | Move a few more APIs back to 2.5 forms. The only remai... |
tree | commitdiff |
2009-07-29 |
Owen Anderson | Move types back to the 2.5 API. |
tree | commitdiff |
2009-07-29 |
Benjamin Kramer | Remove now unused Context variables. |
tree | commitdiff |
2009-07-29 |
Owen Anderson | Move ConstantExpr to 2.5 API. |
tree | commitdiff |
2009-07-28 |
Owen Anderson | Return ConstantVector to 2.5 API. |
tree | commitdiff |
2009-07-28 |
Owen Anderson | Change ConstantArray to 2.5 API. |
tree | commitdiff |
2009-07-27 |
Owen Anderson | Move ConstantStruct back to 2.5 API. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Remove Value::{isName, getNameRef}. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Finish migrating VMCore to StringRef/Twine based APIs. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Initial update to VMCore to use Twines for string argum... |
tree | commitdiff |
2009-07-23 |
Daniel Dunbar | Switch ValueSymbolTable to StringRef based API. |
tree | commitdiff |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
tree | commitdiff |
2009-07-20 |
Bill Wendling | Add plumbing for the `linker_private' linkage type... |
tree | commitdiff |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
tree | commitdiff |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
tree | commitdiff |
2009-07-08 |
Owen Anderson | Switch GlobalVariable ctors to a sane API, where *eithe... |
tree | commitdiff |
2009-07-08 |
Owen Anderson | Push LLVMContext through GlobalVariables and IRBuilder. |
tree | commitdiff |
2009-07-07 |
Owen Anderson | LLVM Context-ification. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Make the use of const with respect to LLVMContext sane... |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-04-13 |
Chris Lattner | Add a new "available_externally" linkage type. This... |
tree | commitdiff |
2009-03-08 |
Duncan Sands | Apply ODR linkage changes accidentally dropped during |
tree | commitdiff |
2009-03-07 |
Duncan Sands | Introduce new linkage types linkonce_odr, weak_odr... |
tree | commitdiff |
2009-03-03 |
Mikhail Glushenkov | Oops. |
tree | commitdiff |
2009-03-03 |
Mikhail Glushenkov | 80-column violation + trailing whitespace. |
tree | commitdiff |
2009-01-15 |
Rafael Espindola | Add the private linkage. |
tree | commitdiff |
2009-01-09 |
Misha Brukman | Removed trailing whitespace from Makefiles. |
tree | commitdiff |
2008-10-25 |
Dan Gohman | Make comments and code for QuietWarnings and QuietErrors |
tree | commitdiff |
2008-10-15 |
Anton Korobeynikov | Also properly handle linking of strong alias and weak... |
tree | commitdiff |
2008-10-15 |
Anton Korobeynikov | Properly handle linking of strong alias with weak funct... |
tree | commitdiff |
2008-09-29 |
Duncan Sands | Rename isWeakForLinker to mayBeOverridden. Use it |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-09-09 |
Anton Korobeynikov | Make safer variant of alias resolution routine to be... |
tree | commitdiff |
2008-09-09 |
Anton Korobeynikov | Fix incorrect linker behaviour: we shouldn't resolve... |
tree | commitdiff |
2008-07-14 |
Chris Lattner | Reimplement LinkFunctionProtos in terms of GetLinkageRe... |
tree | commitdiff |
2008-07-14 |
Chris Lattner | don't do any linkage, not even type resolution, of... |
tree | commitdiff |
2008-07-14 |
Chris Lattner | implement linking of globals to functions, in one direction |
tree | commitdiff |
2008-07-14 |
Chris Lattner | wrap long lines, remove some code from a non-assert... |
tree | commitdiff |
2008-07-10 |
Chris Lattner | The source and dest of an alias are *not* required... |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Make DenseMap's insert return a pair, to more closely... |
tree | commitdiff |
2008-07-05 |
Anton Korobeynikov | Add convenient helper for checking whether global is... |
tree | commitdiff |
2008-07-05 |
Anton Korobeynikov | Override weak stuff during linking of aliases. This... |
tree | commitdiff |
2008-07-05 |
Anton Korobeynikov | Properly link alias and function decls. This fixes... |
tree | commitdiff |
2008-06-27 |
Chris Lattner | when linking globals, make sure to preserve the address... |
tree | commitdiff |
2008-06-20 |
Chris Lattner | Fix an error handling redefinition of linkonce function... |
tree | commitdiff |
2008-06-16 |
Chris Lattner | Add a missing ~ (dtor became ctor) which caused crashes... |
tree | commitdiff |
2008-06-16 |
Chris Lattner | stop making PATypeHolder's so crazily. |
tree | commitdiff |
2008-06-16 |
Chris Lattner | use a real associative container for type association... |
tree | commitdiff |
2008-06-16 |
Chris Lattner | bail out sooner if we have two concrete but different... |
tree | commitdiff |
next |