| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm-dlltool] Respect NONAME keyword | Martin Storsjo | 2019-05-22 | 1 | -1/+4 |
| * | [llvm-dlltool] Set a proper machine type for weak symbol object files | Martin Storsjo | 2019-03-26 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [COFF] Use symbolic constants instead of hardcoded numbers. NFCI. | Martin Storsjo | 2018-07-20 | 1 | -1/+6 |
| * | [COFF] Improve correctness of def parsing for GNU features | Martin Storsjo | 2018-05-09 | 1 | -8/+7 |
| * | [COFF] Keep the underscore on exported decorated stdcall functions in MSVC mode | Martin Storsjo | 2018-01-20 | 1 | -3/+12 |
| * | Fixed the gcc 'enumeral and non-enumeral type in conditional expression [-Wer... | Galina Kistanova | 2017-12-15 | 1 | -3/+3 |
| * | Remove redundant includes from lib/Object. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
| * | Convert the archive writer to use Error. | Rafael Espindola | 2017-09-21 | 1 | -6/+5 |
| * | Simplify writeArchive return type. | Rui Ueyama | 2017-08-30 | 1 | -5/+3 |
| * | [COFF] Make the weak aliases optional | Martin Storsjo | 2017-08-16 | 1 | -2/+2 |
| * | [COFF] Add SymbolName as a distinct field in COFFImportFile | Martin Storsjo | 2017-08-16 | 1 | -1/+1 |
| * | [llvm-dlltool] Write correct weak externals | Martin Storsjo | 2017-07-31 | 1 | -8/+5 |
| * | [COFF] ARM64 support for COFFImportFile | Martin Storsjo | 2017-07-25 | 1 | -0/+3 |
| * | Object: rename parameter from DLLName to ImportName | Saleem Abdulrasool | 2017-07-18 | 1 | -16/+16 |
| * | llvm: add llvm-dlltool support to the archiver | Martell Malone | 2017-07-18 | 1 | -13/+101 |
| * | Revert r308329: llvm: add llvm-dlltool support to the archiver | Rui Ueyama | 2017-07-18 | 1 | -101/+13 |
| * | llvm: fix -Wcast gcc warn error from rL308329 | Martell Malone | 2017-07-18 | 1 | -6/+3 |
| * | llvm: add llvm-dlltool support to the archiver | Martell Malone | 2017-07-18 | 1 | -13/+104 |
| * | Fixed warning: dereferencing type-punned pointer will break strict-aliasing r... | Galina Kistanova | 2017-06-08 | 1 | -7/+7 |
| * | Re-land "COFF: migrate def parser from LLD to LLVM" | Reid Kleckner | 2017-06-02 | 1 | -0/+527 |
| * | Revert "COFF: migrate def parser from LLD to LLVM" | Reid Kleckner | 2017-06-02 | 1 | -527/+0 |
| * | COFF: Fix single StringRef return error | Martell Malone | 2017-05-20 | 1 | -2/+2 |
| * | COFF: migrate def parser from LLD to LLVM [1/2] | Martell Malone | 2017-05-20 | 1 | -0/+527 |