Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Memory.{h,cpp} to Common. | Rui Ueyama | 2017-11-28 | 1 | -67/+0 |
* | [ELF] - Apply clang-format. NFC. | George Rimar | 2017-07-18 | 1 | -2/+2 |
* | Remove lld/Support/Memory.h. | Rui Ueyama | 2016-12-18 | 1 | -0/+67 |
* | Move Memory.{h,cpp} to lld/Support so that we can use them from COFF. | Rui Ueyama | 2016-12-08 | 1 | -61/+0 |
* | [ELF] - Fix mistype. NFC. | George Rimar | 2016-11-08 | 1 | -1/+1 |
* | [ELF] - Fixed mistype. NFC. | George Rimar | 2016-11-08 | 1 | -1/+1 |
* | Make a function in a header "inline" instead of "static". | Rui Ueyama | 2016-11-02 | 1 | -1/+1 |
* | Provide a convenient function to allocate and initialize objects. | Rui Ueyama | 2016-11-01 | 1 | -2/+2 |
* | Replace GAlloc with a template function. | Rafael Espindola | 2016-11-01 | 1 | -0/+24 |
* | Consolidate BumpPtrAllocators. | Rui Ueyama | 2016-10-28 | 1 | -0/+37 |