| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add [<chars>] to the glob matcher to eliminate use of llvm::Regex. | Rui Ueyama | 2016-11-03 | 1 | -7/+32 |
| * | Use globMatch() instead of llvm::regex in linker scripts | Eugene Leviant | 2016-11-03 | 1 | -0/+12 |
| * | Define a helper function to demangle symbols. | Rui Ueyama | 2016-10-26 | 1 | -0/+3 |
| * | Move a utility function to Strings.cpp. | Rui Ueyama | 2016-10-13 | 1 | -0/+6 |
| * | Fix old copy-n-paste errors. | Rui Ueyama | 2016-09-15 | 1 | -2/+2 |
| * | [ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY. | George Rimar | 2016-09-15 | 1 | -0/+1 |
| * | Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards. | George Rimar | 2016-09-09 | 1 | -0/+1 |
| * | [ELF] - Use std::regex instead of hand written logic in elf::globMatch() | George Rimar | 2016-09-02 | 1 | -1/+3 |
| * | Move demangle() from Symbols.cpp to Strings.cpp. | Rui Ueyama | 2016-07-07 | 1 | -0/+5 |
| * | Move isValidCIdentifier to Strings.cpp. | Rui Ueyama | 2016-06-29 | 1 | -0/+1 |
| * | Create Strings.cpp and move string manipulation functions to that file. | Rui Ueyama | 2016-06-29 | 1 | -0/+23 |

