Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-10-03 | Eliminate some deep std::vector copies. NFC. | Benjamin Kramer | 1 | -1/+0 |
2014-08-01 | InstrProf: Allow multiple functions with the same name | Justin Bogner | 1 | -24/+33 |
2014-06-12 | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 1 | -3/+4 |
2014-04-23 | ProfileData: Avoid unnecessary copies of CounterData | Justin Bogner | 1 | -6/+6 |
2014-04-19 | ProfileData: Remove an extra semicolon | Justin Bogner | 1 | -1/+1 |
2014-04-19 | OnDiskHashTable: Audit types and use offset_type consistently | Justin Bogner | 1 | -4/+4 |
2014-04-18 | ProfileData: Add support for the indexed instrprof format | Justin Bogner | 1 | -11/+77 |
2014-03-21 | ProfileData: Avoid brace initialization, windows doesn't like it | Justin Bogner | 1 | -1/+3 |
2014-03-21 | ProfileData: Introduce InstrProfWriter using the naive text format | Justin Bogner | 1 | -0/+58 |