Frederich Munch
|
d6657666e9
Support: Add llvm::center_justify.
|
преди 8 години |
Saleem Abdulrasool
|
ce9c73a84d
Support: chunk writing on Linux
|
преди 8 години |
Yaron Keren
|
bc82d26e5b
Update comment for r299098 per feedback from James Henderson.
|
преди 8 години |
Yaron Keren
|
38ad05a6a6
Following r297661, disable dup workaround to disable duplicate STDOUT fd closing and instead directly prevent closing of STD* file descriptors.
|
преди 8 години |
Rafael Espindola
|
37e8db6fe5
Bring back r297624.
|
преди 8 години |
Rafael Espindola
|
5682e3ee66
Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."
|
преди 8 години |
Rafael Espindola
|
b8ff3dcbf6
Fix crash when multiple raw_fd_ostreams to stdout are created.
|
преди 8 години |
Peter Collingbourne
|
4b3d007c4d
Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." with a configure-time check for lseek64.
|
преди 8 години |
Peter Collingbourne
|
50e5aca640
Revert r289184, we need more configury for Darwin and *BSD.
|
преди 8 години |
Peter Collingbourne
|
85ea24d6da
Support: Use a 64-bit seek in raw_fd_ostream::seek().
|
преди 8 години |
Zachary Turner
|
97dac2b41d
[Support] Introduce llvm::formatv() function.
|
преди 8 години |
Zachary Turner
|
a6269f0326
Fix type ambiguity with std::max
|
преди 8 години |
Zachary Turner
|
48fbf5cc1a
[Support] Improve flexibility of binary blob formatter.
|
преди 8 години |
Greg Clayton
|
a20694002c
Added the ability to dump hex bytes easily into a raw_ostream.
|
преди 8 години |
Zachary Turner
|
b53c2b0d14
Resubmit "Add support for advanced number formatting."
|
преди 8 години |
Renato Golin
|
8bb4ccc94b
Revert "Resubmit "Add support for advanced number formatting.""
|
преди 8 години |
Zachary Turner
|
88bc637ad2
Rename HexStyle -> HexFormatStyle, and remove a constexpr.
|
преди 8 години |
Zachary Turner
|
b3a18516ab
Resubmit "Add support for advanced number formatting."
|
преди 8 години |
Zachary Turner
|
fdfb1c554e
Revert formatting changes.
|
преди 8 години |
Zachary Turner
|
0a7eca8829
[Support] Add support for "advanced" number formatting.
|
преди 8 години |
Zachary Turner
|
86a0c0db41
[raw_ostream] Raise some helper functions out of raw_ostream.
|
преди 8 години |
Eugene Zelenko
|
9feaa97ada
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes.
|
преди 9 години |
Justin Bogner
|
7d7a23e700
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
|
преди 9 години |
Hal Finkel
|
a87cc23f87
C++11 is required, remove some preprocessor checks for it
|
преди 9 години |
Yaron Keren
|
e5636de5ec
Assert when trying to seek un-seekable raw_fd_ostream.
|
преди 9 години |
Justin Lebar
|
3a1cea0888
When printing MIR, output to errs() rather than outs().
|
преди 9 години |
Craig Topper
|
86ed0da10d
[Support] Use hexdigit. NFC
|
преди 9 години |
Craig Topper
|
50db127cda
[Support] Use range-based for loop. NFC
|
преди 9 години |
Craig Topper
|
a7bacb76b2
[Support] Use hexdigit instead of manually coding the same thing. NFC
|
преди 9 години |
Craig Topper
|
fef23f4125
Shrink character buffer size in raw_ostream::write_hex to 16 characters intead of 20 as that's the largest string a 64-bit hex value can be.
|
преди 9 години |