| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | YAMLIO: Remove all of the template instantiation hacks, I don't see why ↵ | Benjamin Kramer | 2012-12-12 | 1 | -397/+318 |
| | | | | | | | | | they're necessary and it breaks linking of the unit tests. Also comes with a clang-format run on the cpp file, it had major style violations. llvm-svn: 170036 | ||||
| * | Fix calls to getAsSignedInteger() to use long long - not int64_t | Nick Kledzik | 2012-12-12 | 1 | -21/+25 |
| | | | | | llvm-svn: 170030 | ||||
| * | Fix the build on case sensitive file systems. | Benjamin Kramer | 2012-12-12 | 1 | -4/+2 |
| | | | | | llvm-svn: 170021 | ||||
| * | Initial implementation of a utility for converting native data | Nick Kledzik | 2012-12-12 | 1 | -0/+881 |
| structures to and from YAML using traits. The first client will be the test suite of lld. The documentation will show up at: http://llvm.org/docs/YamlIO.html llvm-svn: 170019 | |||||

