GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
YAMLTraits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[YAML I/O] Fix bug in emission of empty sequence
Jonas Devlieghere
2021-01-25
1
-4
/
+3
*
[YAML] Support extended spellings when parsing bools.
Nathan James
2020-12-12
1
-5
/
+2
*
[YAML] Use correct source location for unknown key errors.
Nathan James
2020-12-11
1
-5
/
+19
*
Reland "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping He...
Georgii Rymar
2020-11-18
1
-8
/
+4
*
Revert "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping He...
Georgii Rymar
2020-11-18
1
-4
/
+8
*
[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping Hex8/Hex16...
Georgii Rymar
2020-11-18
1
-8
/
+4
*
[llvm] Fix ODRViolations for VersionTuple YAML specializations NFC
Cyndy Ishida
2020-10-20
1
-0
/
+12
*
Add -Wno-error=unknown flag to clang-format.
Joachim Meyer
2020-09-19
1
-2
/
+17
*
[yaml][clang-tidy] Fix multiline YAML serialization
Dmitry Polukhin
2020-07-09
1
-2
/
+2
*
[yaml2obj][MachO] - Fix PubName/PubType handling.
Georgii Rymar
2020-06-12
1
-0
/
+2
*
[YAMLTraits] Remove char trait and serialize as uint8_t in lldb.
Jonas Devlieghere
2020-05-26
1
-11
/
+0
*
Revert "Revert "[YAMLTraits] Add trait for char""
Jonas Devlieghere
2020-05-21
1
-0
/
+11
*
Revert "[YAMLTraits] Add trait for char"
Rainer Orth
2020-05-21
1
-11
/
+0
*
[YAMLTraits] Add trait for char
Jonas Devlieghere
2020-05-11
1
-0
/
+11
*
[NFC] Corrected a minor typo in a comment
Swiftfuchs
2020-02-21
1
-1
/
+1
*
Revert "Remove redundant "std::move"s in return statements"
Bill Wendling
2020-02-10
1
-2
/
+2
*
Remove redundant "std::move"s in return statements
Bill Wendling
2020-02-10
1
-2
/
+2
*
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
[next]