2011-11-03 |
Daniel Dunbar | build: Add initial cut at LLVMBuild.txt files. |
tree | commitdiff |
2011-11-02 |
Tanya Lattner | Add support to the linker to lazily link in functions... |
tree | commitdiff |
2011-10-30 |
Peter Collingbourne | Teach ModuleLinker::getLinkageResult about materialisab... |
tree | commitdiff |
2011-10-14 |
Tanya Lattner | Allow the source module to be materialized during the... |
tree | commitdiff |
2011-10-11 |
Tanya Lattner | Make it possible to use the linker without destroying... |
tree | commitdiff |
2011-09-20 |
Ivan Krasin | lib/Linker: add support of deps which does not end... |
tree | commitdiff |
2011-08-12 |
Chris Lattner | switch to the new struct api. |
tree | commitdiff |
2011-08-04 |
Devang Patel | Linke NamedMDNodes after linking global values as comme... |
tree | commitdiff |
2011-07-29 |
Chandler Carruth | Rewrite the CMake build to use explicit dependencies... |
tree | commitdiff |
2011-07-18 |
Frits van Bommel | Migrate LLVM and Clang to use the new makeArrayRef... |
tree | commitdiff |
2011-07-14 |
Devang Patel | Link NamedMDNode before linking function bodies. |
tree | commitdiff |
2011-07-14 |
Chris Lattner | simplify this logic now that GlobalAlias::isDeclaration... |
tree | commitdiff |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
tree | commitdiff |
2011-03-29 |
Bill Wendling | Set the unnamed_addr only when we're creating a new... |
tree | commitdiff |
2011-03-29 |
Bill Wendling | Revert r128501. It caused test failures. |
tree | commitdiff |
2011-03-29 |
Bill Wendling | We need to copy over the unnamed_addr attribute. |
tree | commitdiff |
2011-02-01 |
Rafael Espindola | Correctly merge available_externally and regular defini... |
tree | commitdiff |
2011-01-15 |
Rafael Espindola | Allow unnamed_addr on declarations. |
tree | commitdiff |
2011-01-13 |
Rafael Espindola | Keep unnamed_addr when linking. |
tree | commitdiff |
2011-01-08 |
Chris Lattner | Revamp the ValueMapper interfaces in a couple ways: |
tree | commitdiff |
2010-12-30 |
Chris Lattner | include the module identifier when emitting this warnin... |
tree | commitdiff |
2010-12-30 |
Chris Lattner | print the right string, thanks for Frits for noticing. |
tree | commitdiff |
2010-12-29 |
Chris Lattner | improve warning message to at least say what the triple... |
tree | commitdiff |
2010-12-18 |
Michael J. Spencer | Fix whitespace. |
tree | commitdiff |
2010-12-18 |
Michael J. Spencer | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. |
tree | commitdiff |
2010-12-18 |
Owen Anderson | Revert r122143 through r122140, which collectively... |
tree | commitdiff |
2010-12-18 |
Michael J. Spencer | Fix whitespace. |
tree | commitdiff |
2010-12-18 |
Michael J. Spencer | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | MemoryBuffer now return an error_code and returns a... |
tree | commitdiff |
2010-12-09 |
Michael J. Spencer | Support/MemoryBuffer: Replace all uses of std::string... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
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 |
next |