| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ELF] Implement Dependent Libraries Feature | Ben Dunbobbin | 2019-05-17 | 1 | -1/+17 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Put "built-in" function definitions in global Used list, for LTO. (fix bug 34... | Peter Collingbourne | 2018-07-24 | 1 | -1/+13 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into IR so it can be le... | David Blaikie | 2018-03-21 | 1 | -2/+1 |
| * | Object: Improve COFF irsymtab comdat representation. | Peter Collingbourne | 2017-11-21 | 1 | -9/+36 |
| * | Object: Downgrade invalid weak externals from an assert fail to an llvm::Erro... | Peter Collingbourne | 2017-09-07 | 1 | -3/+6 |
| * | [LTO] Prevent dead stripping and internalization of symbols with sections | Teresa Johnson | 2017-07-25 | 1 | -0/+4 |
| * | Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk. | Peter Collingbourne | 2017-06-27 | 1 | -3/+27 |
| * | Object: Add version and producer fields to the irsymtab header. NFCI. | Peter Collingbourne | 2017-06-27 | 1 | -0/+18 |
| * | Object: Have the irsymtab builder take a string table builder. NFCI. | Peter Collingbourne | 2017-06-21 | 1 | -17/+19 |
| * | IR: Replace the "Linker Options" module flag with "llvm.linker.options" named... | Peter Collingbourne | 2017-06-12 | 1 | -3/+3 |
| * | Object: Move datalayout check into irsymtab::build. NFCI. | Peter Collingbourne | 2017-06-08 | 1 | -4/+4 |
| * | Bitcode: Introduce a BitcodeFileContents data type. NFCI. | Peter Collingbourne | 2017-06-08 | 1 | -4/+13 |
| * | Object: Factor out the code for creating the irsymtab for an arbitrary bitcod... | Peter Collingbourne | 2017-06-08 | 1 | -0/+34 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | LTO: Mark undefined module asm symbols as used. | Peter Collingbourne | 2017-04-26 | 1 | -0/+3 |
| * | [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth... | Eugene Zelenko | 2017-04-24 | 1 | -3/+25 |
| * | Object: Shrink the size of irsymtab::Symbol by a word. NFCI. | Peter Collingbourne | 2017-04-17 | 1 | -14/+18 |
| * | Object: Use offset+size as the irsymtab string representation. | Peter Collingbourne | 2017-04-17 | 1 | -1/+2 |
| * | Object, LTO: Add target triple to irsymtab and LTO API. | Peter Collingbourne | 2017-04-14 | 1 | -0/+1 |
| * | LTO: Pass SF_Executable flag through to InputFile::Symbol | Tobias Edler von Koch | 2017-04-13 | 1 | -0/+2 |
| * | Re-apply r299168 and r299169 now that the libdeps are fixed. | Peter Collingbourne | 2017-03-31 | 1 | -0/+228 |
| * | Revert r299168 and r299169 due to library dependency issues. | Peter Collingbourne | 2017-03-31 | 1 | -228/+0 |
| * | LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu... | Peter Collingbourne | 2017-03-31 | 1 | -0/+228 |