| Commit message (Expand) | Author | Age | Files | Lines |
| * | YAML parser robustness improvements | Thomas Finch | 2019-11-05 | 1 | -2/+1 |
| * | [yaml2obj][obj2yaml] - Use a single "Other" field instead of "Other", "Visibi... | George Rimar | 2019-08-30 | 1 | -3/+3 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -5/+5 |
| * | [YAMLIO] Remove trailing spaces when outputting maps | Fangrui Song | 2019-07-12 | 1 | -11/+23 |
| * | [yaml2obj] - Don't crash on invalid inputs. | George Rimar | 2019-04-25 | 1 | -0/+5 |
| * | YAMLIO: Fix serialization of strings with embedded nuls | Pavel Labath | 2019-04-11 | 1 | -6/+6 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Support] Teach YAMLIO about polymorphic types | Scott Linder | 2018-11-14 | 1 | -15/+73 |
| * | [Support] Remove redundant qualifiers in YAMLTraits (NFC) | Scott Linder | 2018-10-10 | 1 | -28/+28 |
| * | [YAML] Escape non-printable multibyte UTF8 in Output::scalarString. | Graydon Hoare | 2018-03-27 | 1 | -30/+13 |
| * | [YAML] Fix UTF-8 handling | Francis Visoiu Mistrih | 2017-12-21 | 1 | -1/+6 |
| * | [YAML] Add support for non-printable characters | Francis Visoiu Mistrih | 2017-12-18 | 1 | -10/+36 |
| * | Allow empty mappings for optional YAML input | Dave Lee | 2017-11-16 | 1 | -1/+2 |
| * | [yaml2obj] - Don't crash on one more invalid document. | George Rimar | 2017-09-21 | 1 | -5/+9 |
| * | [YAMLTraits] Add filename support to yaml::Input | Alex Bradbury | 2017-07-17 | 1 | -0/+8 |
| * | [ADT] Add llvm::to_float | Pavel Labath | 2017-06-23 | 1 | -12/+7 |
| * | [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh... | Eugene Zelenko | 2017-06-21 | 1 | -15/+16 |
| * | [YAML] When outputting, provide the ability to write default values. | Zachary Turner | 2017-03-15 | 1 | -12/+5 |
| * | YAML: Remove Input::MapHNode::isValidKey(), use llvm::is_contained() instead.... | Peter Collingbourne | 2017-01-04 | 1 | -9/+1 |
| * | Support: Add YAML I/O support for custom mappings. | Peter Collingbourne | 2017-01-04 | 1 | -2/+18 |
| * | Improve error handling in YAML parsing | Mehdi Amini | 2016-11-28 | 1 | -7/+4 |
| * | Revert "Improve error handling in YAML parsing" | Mehdi Amini | 2016-11-28 | 1 | -11/+9 |
| * | Improve error handling in YAML parsing | Mehdi Amini | 2016-11-28 | 1 | -9/+11 |
| * | [YAML] Fix YAML tags appearing before the start of sequence elements | Chris Bieneman | 2016-06-28 | 1 | -1/+22 |
| * | [YAMLTraits] Use StringRef::copy. No functionality change. | Benjamin Kramer | 2015-08-05 | 1 | -12/+4 |
| * | [YAMLIO] Make line-wrapping configurable and test it. | Frederic Riss | 2015-05-29 | 1 | -3/+4 |
| * | Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format). | Alex Lorenz | 2015-05-27 | 1 | -0/+4 |
| * | Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR... | NAKAMURA Takumi | 2015-05-22 | 1 | -4/+0 |
| * | Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format). | Alex Lorenz | 2015-05-21 | 1 | -0/+4 |
| * | Revert r237708 (MIR serialization) - incremental buildbots became unstable. | Alex Lorenz | 2015-05-19 | 1 | -4/+0 |
| * | MIR Serialization: print and parse LLVM IR using MIR format. | Alex Lorenz | 2015-05-19 | 1 | -0/+4 |
| * | YAML: Add support for literal block scalar I/O. | Alex Lorenz | 2015-05-14 | 1 | -0/+26 |
| * | Revert r237157, "YAML: Fix typos. NFC". | Alex Lorenz | 2015-05-12 | 1 | -2/+2 |
| * | YAML: Fix typos. NFC. | Alex Lorenz | 2015-05-12 | 1 | -2/+2 |
| * | YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping... | Alex Lorenz | 2015-05-04 | 1 | -4/+46 |
| * | YAML: Fix the output of sequences that contain flow sequences. | Alex Lorenz | 2015-05-01 | 1 | -1/+2 |
| * | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -2/+3 |
| * | Detect malformed YAML sequence in yaml::Input::beginSequence() | Justin Bogner | 2015-03-02 | 1 | -7/+10 |
| * | Remove trailing whitespace. NFC ® | Alex Rosenberg | 2015-01-26 | 1 | -1/+1 |
| * | [YAMLIO] Add support for numeric values in enums. | Michael J. Spencer | 2015-01-23 | 1 | -0/+14 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | Fix memory leak in error paths in YAMLTraits by using unique_ptr | David Blaikie | 2014-09-15 | 1 | -31/+21 |
| * | Fix bug 20125 - clang-format segfaults on bad config. | Rafael Espindola | 2014-08-08 | 1 | -1/+6 |
| * | Finishing touch for the std::error_code transition. | Rafael Espindola | 2014-06-13 | 1 | -3/+4 |
| * | Remove 'using std::errro_code' from lib. | Rafael Espindola | 2014-06-13 | 1 | -4/+1 |
| * | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 1 | -0/+1 |
| * | Don't import make_error_code into the llvm namespace. | Rafael Espindola | 2014-06-12 | 1 | -3/+3 |
| * | Use std::error_code instead of llvm::error_code. | Rafael Espindola | 2014-06-11 | 1 | -3/+3 |
| * | [yaml2obj] Add new command line option `-docnum`. | Simon Atanasyan | 2014-05-31 | 1 | -2/+2 |
| * | YAMLIO: Allow scalars to dictate quotation rules | David Majnemer | 2014-04-10 | 1 | -10/+4 |