index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
Support
/
raw_ostream_test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support: Add llvm::center_justify.
Frederich Munch
2017-07-13
1
-0
/
+5
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Bring back r297624.
Rafael Espindola
2017-03-13
1
-0
/
+8
*
Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."
Rafael Espindola
2017-03-13
1
-8
/
+0
*
Fix crash when multiple raw_fd_ostreams to stdout are created.
Rafael Espindola
2017-03-13
1
-0
/
+8
*
[Support] Improve flexibility of binary blob formatter.
Zachary Turner
2016-11-10
1
-80
/
+76
*
Added the ability to dump hex bytes easily into a raw_ostream.
Greg Clayton
2016-11-09
1
-0
/
+152
*
Silence some MSVC warnings about zero extending unsigned to void*
Reid Kleckner
2016-02-10
1
-4
/
+4
*
Teach raw_ostream to support hex formatting without a prefix '0x'.
Zachary Turner
2015-01-26
1
-0
/
+2
*
[Support] Add type-safe alternative to llvm::format()
Nick Kledzik
2014-09-25
1
-0
/
+37
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-2
/
+2
*
Add raw_ostream::write_escaped, for writing escaped strings.
Daniel Dunbar
2009-10-17
1
-0
/
+16
*
Drop the raw_ostream required buffer size to 1.
Daniel Dunbar
2009-09-15
1
-0
/
+10
*
Fix off-by-one in llvm::Format::print.
Daniel Dunbar
2009-08-23
1
-0
/
+27
*
Add min and max tests.
Daniel Dunbar
2009-08-19
1
-0
/
+8
*
Added tests for math utility functions; fixed another test's header comment.
Misha Brukman
2009-04-01
1
-1
/
+1
*
Renamed unittest files to have a consistent {Tt}est suffix.
Misha Brukman
2009-03-19
1
-0
/
+85