summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/NativeFormatting.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Support: Add missing #include.Peter Collingbourne2018-01-181-0/+2
* Remove dead variable Len.Eric Christopher2017-01-041-4/+1
* [Support] Introduce llvm::formatv() function.Zachary Turner2016-11-111-23/+44
* NativeFormatting.cpp: Fix build for mingw. Where would writePadding() be?NAKAMURA Takumi2016-10-291-1/+0
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-291-84/+148
* Revert "Resubmit "Add support for advanced number formatting.""Renato Golin2016-10-181-309/+80
* Rename HexStyle -> HexFormatStyle, and remove a constexpr.Zachary Turner2016-10-171-16/+17
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-171-80/+308
* Revert formatting changes.Zachary Turner2016-10-171-304/+79
* Try to fix build after invalid pointer conversion.Zachary Turner2016-10-171-0/+14
* [Support] Add support for "advanced" number formatting.Zachary Turner2016-10-171-79/+290
* Fix build error on LP64 platforms.Rui Ueyama2016-10-111-1/+2
* [raw_ostream] Raise some helper functions out of raw_ostream.Zachary Turner2016-10-111-0/+180
OpenPOWER on IntegriCloud