| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify interface now that we don't need to pass IsPCRel. NFC. | Rafael Espindola | 2017-07-11 | 1 | -5/+6 |
| * | COFF: Produce an error on invalid pcrel relocs. | Rafael Espindola | 2017-06-23 | 1 | -2/+2 |
| * | COFF: handle "undef - ." expressions. | Rafael Espindola | 2017-06-23 | 1 | -11/+0 |
| * | Change creation of relative relocations on COFF. | Rafael Espindola | 2017-06-22 | 1 | -1/+1 |
| * | Simplify WinCOFFObjectWriter::recordRelocation. | Rafael Espindola | 2017-06-22 | 1 | -14/+5 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -3/+3 |
| * | [MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC). | Eugene Zelenko | 2017-04-26 | 1 | -7/+8 |
| * | MC: Remove unused virtual function MCObjectWriter::isWeak. NFC. | Peter Collingbourne | 2017-04-08 | 1 | -19/+0 |
| * | MC/COFF: Do not emit forward associative section referenceds. | Rui Ueyama | 2017-02-17 | 1 | -26/+53 |
| * | Split WinCOFFObjectWriter::writeSection. | Rui Ueyama | 2017-02-16 | 1 | -28/+39 |
| * | Split WinCOFFObjectWriter::writeObject function. | Rui Ueyama | 2017-02-16 | 1 | -160/+183 |
| * | Remove useless local variable. | Rui Ueyama | 2017-02-16 | 1 | -9/+4 |
| * | Rename variables to match the LLVM style. | Rui Ueyama | 2017-02-16 | 1 | -94/+97 |
| * | Revert r295138: Instead of a series of string operations, use snprintf(). | Rui Ueyama | 2017-02-15 | 1 | -2/+4 |
| * | Instead of a series of string operations, use snprintf(). | Rui Ueyama | 2017-02-15 | 1 | -4/+2 |
| * | Return early. NFC. | Rui Ueyama | 2017-02-15 | 1 | -16/+17 |
| * | Use LLVM-style naming scheme. | Rui Ueyama | 2017-02-15 | 1 | -22/+22 |
| * | Use LLVM-style naming scheme. | Rui Ueyama | 2017-02-15 | 1 | -18/+18 |
| * | Remove useless local variable. | Rui Ueyama | 2017-02-15 | 1 | -3/+1 |
| * | Split WinCOFFObjectWriter::defineSection. NFC. | Rui Ueyama | 2017-02-15 | 1 | -47/+38 |
| * | Simplify WinCOFFObjectWriter by removing a template member function. | Rui Ueyama | 2017-02-14 | 1 | -15/+5 |
| * | Do not lookup a DenseMap twice using the same key. | Rui Ueyama | 2017-02-14 | 1 | -7/+4 |
| * | Use endian::write32le instead of endian::write. | Rui Ueyama | 2017-02-14 | 1 | -7/+3 |
| * | Use zero-initialization instead of memset. | Rui Ueyama | 2017-02-14 | 1 | -18/+5 |
| * | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-07 | 1 | -25/+34 |
| * | Fix comment typos. NFC. | Simon Pilgrim | 2016-11-20 | 1 | -1/+1 |
| * | Remove unused #includes of TimeValue.h. NFC. | Pavel Labath | 2016-10-24 | 1 | -1/+0 |
| * | Misc improvements to StringTableBuilder. | Rafael Espindola | 2016-10-04 | 1 | -1/+1 |
| * | Apply clang-tidy's modernize-loop-convert to lib/MC. | Benjamin Kramer | 2016-06-26 | 1 | -25/+24 |
| * | Delete some dead code. | Rafael Espindola | 2016-06-21 | 1 | -3/+0 |
| * | coff: fix weak alias to local. | Rafael Espindola | 2016-05-26 | 1 | -32/+40 |
| * | coff: fix the section of weak symbols. | Rafael Espindola | 2016-05-26 | 1 | -13/+16 |
| * | coff: fix the value of weak definitions. | Rafael Espindola | 2016-05-26 | 1 | -1/+1 |
| * | [MC] Add support for encoding CodeView variable definition ranges | David Majnemer | 2016-02-05 | 1 | -0/+4 |
| * | [COFF] Simplify SetSectionName | David Majnemer | 2016-01-24 | 1 | -12/+10 |
| * | Update to use new name alignTo(). | Rui Ueyama | 2016-01-14 | 1 | -1/+1 |
| * | Make WinCOFFObjectWriter.cpp's timestamp writing not use ENABLE_TIMESTAMPS | Nico Weber | 2016-01-06 | 1 | -7/+1 |
| * | [MC, COFF] Support link /incremental conditionally | David Majnemer | 2015-12-21 | 1 | -5/+12 |
| * | [MC, COFF] Unbreak support for COFF timestamps | David Majnemer | 2015-12-21 | 1 | -0/+1 |
| * | MC: Simplify handling of temporary symbols in COFF writer. | Peter Collingbourne | 2015-11-26 | 1 | -81/+23 |
| * | Fix bug where WinCOFFObjectWriter would assume starting from an empty output. | Manuel Klimek | 2015-11-18 | 1 | -1/+1 |
| * | [Assembler] Make fatal assembler errors non-fatal | Oliver Stannard | 2015-11-17 | 1 | -7/+14 |
| * | Add a RAW mode to StringTableBuilder. | Rafael Espindola | 2015-10-23 | 1 | -2/+2 |
| * | Add assembler fatal error for undefined assembler labels in COFF writer | Reid Kleckner | 2015-09-16 | 1 | -0/+5 |
| * | WinCOFFObjectWriter.cpp: Roll back TimeDateStamp along ENABLE_TIMESTAMPS. | NAKAMURA Takumi | 2015-09-05 | 1 | -0/+5 |
| * | [MC] Replace comparison with isUInt<32>. | David Majnemer | 2015-09-04 | 1 | -1/+1 |
| * | WinCOFFObjectWriter.cpp: Appease a warning in checking std::time_t. [-Wsign-c... | NAKAMURA Takumi | 2015-09-04 | 1 | -1/+1 |
| * | [MC] Generate a timestamp for COFF object files | David Majnemer | 2015-09-01 | 1 | -2/+7 |
| * | [MC] Add support for generating COFF CRCs | David Majnemer | 2015-09-01 | 1 | -0/+28 |