2013-05-01 |
Filip Pizlo | This patch breaks up Wrap.h so that it does not have... |
tree | commitdiff |
2013-04-22 |
Eric Christopher | Move C++ code out of the C headers and into either... |
tree | commitdiff |
2013-03-27 |
Bill Wendling | Specutively revert r178130. |
tree | commitdiff |
2013-03-27 |
James Molloy | Improve performance of LinkModules when linking with... |
tree | commitdiff |
2013-03-19 |
Eli Bendersky | The Linker interface has some dead code after the clean... |
tree | commitdiff |
2013-03-08 |
Eli Bendersky | Clean up out-of-date comments and some stray whitespace |
tree | commitdiff |
2013-02-12 |
Guy Benyei | Add static cast to unsigned char whenever a character... |
tree | commitdiff |
2013-01-18 |
Daniel Dunbar | [Linker] Kill Linker::LoadObject which is dead, and... |
tree | commitdiff |
2013-01-18 |
Benjamin Kramer | The IR linker still depends on the bitcode reader. |
tree | commitdiff |
2013-01-17 |
Daniel Dunbar | [Linker] Drop some now-dead component dependencies. |
tree | commitdiff |
2013-01-17 |
Daniel Dunbar | [Linker] Drop support for IR-level extended linking... |
tree | commitdiff |
2013-01-16 |
Daniel Dunbar | [IR] Add 'Append' and 'AppendUnique' module flag behaviors. |
tree | commitdiff |
2013-01-16 |
Daniel Dunbar | [Linker] Change module flag linking to be more extensible. |
tree | commitdiff |
2013-01-15 |
Daniel Dunbar | [Linker] Drop asserts that are embedded in cast<> and... |
tree | commitdiff |
2013-01-10 |
Joey Gouly | Fix a copy/paste error in the IR Linker, casting an... |
tree | commitdiff |
2013-01-07 |
Chandler Carruth | Move TypeFinder.h into the IR tree, it clearly belongs... |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
tree | commitdiff |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
tree | commitdiff |
2012-11-27 |
Bill Wendling | Remove the dependent libraries feature. |
tree | commitdiff |
2012-08-03 |
Bill Wendling | Move the "findUsedStructTypes" functionality outside... |
tree | commitdiff |
2012-06-23 |
Hans Wennborg | Extend the IL for selecting TLS models (PR9788) |
tree | commitdiff |
2012-05-09 |
Bill Wendling | Supply a C interface to the "LinkModules" method. |
tree | commitdiff |
2012-04-21 |
Bill Wendling | Add a flag to the struct type finder to collect only... |
tree | commitdiff |
2012-03-23 |
Bill Wendling | It's possible for two types, which are isomorphic,... |
tree | commitdiff |
2012-03-23 |
Bill Wendling | Ignore the last message. |
tree | commitdiff |
2012-03-23 |
Bill Wendling | Revert patch. It broke the build. |
tree | commitdiff |
2012-03-23 |
Bill Wendling | Dematerialize the source functions after we're done... |
tree | commitdiff |
2012-03-22 |
Bill Wendling | Some whitespace and comment cleanup. |
tree | commitdiff |
2012-03-22 |
Bill Wendling | Remove unneeded #ifdefs. |
tree | commitdiff |
2012-03-22 |
Bill Wendling | Add a 'dump' method to the type map. Doxygenify some... |
tree | commitdiff |
2012-03-03 |
Duncan Sands | Include cctype for isdigit. Patch by Stephen Hines. |
tree | commitdiff |
2012-02-28 |
Bill Wendling | Oops...Don't commit the other stuff.. |
tree | commitdiff |
2012-02-28 |
Bill Wendling | Modify comment to reflect the importance of this code. |
tree | commitdiff |
2012-02-27 |
Bill Wendling | Add back removed code. It still causes LLVM to miscompi... |
tree | commitdiff |
2012-02-27 |
Bill Wendling | Don't use #if 0. Just remove until I can address this. |
tree | commitdiff |
2012-02-27 |
Bill Wendling | The code that cleans up multiple, isomorphic types... |
tree | commitdiff |
2012-02-14 |
Bill Wendling | Capitalize messages so that they appear nicely with... |
tree | commitdiff |
2012-02-11 |
Bill Wendling | [WIP] Initial code for module flags. |
tree | commitdiff |
2012-02-07 |
Craig Topper | Convert assert(0) to llvm_unreachable |
tree | commitdiff |
2012-01-25 |
Chris Lattner | use Constant::getAggregateElement to simplify a bunch... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | add more support for ConstantDataSequential |
tree | commitdiff |
2012-01-23 |
Rafael Espindola | The iteration order over a std::set<Module*> depends... |
tree | commitdiff |
2012-01-05 |
Rafael Espindola | Link symbols with different visibilities according... |
tree | commitdiff |
2011-12-23 |
Mon P Wang | When not destroying the source, the linker is not remap... |
tree | commitdiff |
2011-12-22 |
Dylan Noblesmith | drop unneeded config.h includes |
tree | commitdiff |
2011-12-20 |
Chris Lattner | Fix a nasty bug in the type remapping stuff that I... |
tree | commitdiff |
2011-12-20 |
Chris Lattner | Now that PR11464 is fixed, reapply the patch to fix... |
tree | commitdiff |
2011-12-20 |
Chris Lattner | fix PR11464 by preventing the linker from mapping two... |
tree | commitdiff |
2011-12-17 |
Chad Rosier | Revert 146728 as it's causing failures on some of the... |
tree | commitdiff |
2011-12-16 |
Chris Lattner | By popular demand, link up types by name if they are... |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | LLVMBuild: Remove trailing newline, which irked me. |
tree | commitdiff |
2011-11-29 |
Daniel Dunbar | build/CMake: Finish removal of add_llvm_library_depende... |
tree | commitdiff |
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 |
next |