1. 5c0ab47 Remove redundant includes from unittests. by Michael Zolotukhin · 8 years ago
  2. 96c6985 [BinaryStream] Support growable streams. by Zachary Turner · 8 years ago
  3. 7450398 Remove unused variables by Vitaly Buka · 8 years ago
  4. 9fb9d71 [pdb/lld] Write a valid FPM. by Zachary Turner · 8 years ago
  5. 018338e [MSF] Move MSF unit tests to their own unittest target. by Zachary Turner · 8 years ago[Renamed (99%) from llvm/unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp]
  6. c3d8eec [pdbutil] Add a command to dump the FPM. by Zachary Turner · 8 years ago
  7. cb30e70 [gtest] Create a shared include directory for gtest utilities. by Zachary Turner · 8 years ago
  8. 5b74ff3 [PDB] Fix use after free. by Zachary Turner · 8 years ago
  9. c4e4b7e Fix a bug in MappedBlockStream. by Zachary Turner · 8 years ago
  10. d9dc282 [Support] Move Stream library from MSF -> Support. by Zachary Turner · 9 years ago
  11. d0b44fa [PDB] Add BinaryStreamError. by Zachary Turner · 9 years ago
  12. 695ed56 [PDB] Make streams carry their own endianness. by Zachary Turner · 9 years ago
  13. 120faca [PDB] Partial resubmit of r296215, which improved PDB Stream Library. by Zachary Turner · 9 years ago
  14. 05a75e4 Revert r296215, "[PDB] General improvements to Stream library." and followings. by NAKAMURA Takumi · 9 years ago
  15. 3e2b692 Re-enable BinaryStreamTest.StreamReaderObject. by Zachary Turner · 9 years ago
  16. af299ea [PDB] General improvements to Stream library. by Zachary Turner · 9 years ago
  17. d2684b7 [PDB] Rename Stream related source files. by Zachary Turner · 9 years ago
  18. 181fe17 Don't assume little endian in StreamReader / StreamWriter. by Zachary Turner · 9 years ago
  19. a3225b0 [msf] Resubmit "Rename Msf -> MSF". by Zachary Turner · 9 years ago
  20. 334aec4 Revert "[msf] Rename Msf to MSF." by Zachary Turner · 9 years ago
  21. a010f5c [msf] Rename Msf to MSF. by Zachary Turner · 9 years ago
  22. 6c9dbbd [pdb] Fix another narrowing conversion on x64 builds. by Zachary Turner · 9 years ago
  23. d66889c [pdb] Refactor library to more clearly separate reading/writing by Zachary Turner · 9 years ago
  24. 199f48a Get rid of IMsfStreamData class. by Zachary Turner · 9 years ago
  25. 84149c4 Fix dangling reference to temporary in use of ArrayRef by Reid Kleckner · 9 years ago
  26. bac69d3 [msf] Create LLVMDebugInfoMsf by Zachary Turner · 9 years ago
  27. f52a899 [pdb] Introduce MsfBuilder for laying out PDB files. by Zachary Turner · 9 years ago
  28. 6211b1f [llvm-pdbdump] Propagate errors a little more consistently by David Majnemer · 9 years ago
  29. 352cfe4 Try to fix compilation error in DebugInfoPDBTests. by Zachary Turner · 9 years ago
  30. f1b183c DebugInfoPDBTests:MappedBlockStreamTest.TestWriteThenRead: Avoid assigning temporary object to ArrayRef. by NAKAMURA Takumi · 9 years ago
  31. d4c1efc Try again to fix this endianness issue. by Zachary Turner · 9 years ago
  32. 97609bb [pdb] Fix issues with pdb writing. by Zachary Turner · 9 years ago
  33. 5acb4ac Add support for writing through StreamInterface. by Zachary Turner · 9 years ago
  34. 3e65bcb [pdb] Fix build errors in PDB unit tests. by Zachary Turner · 9 years ago
  35. c448d65 [pdb] Fix broken unit test compilation. by Zachary Turner · 9 years ago
  36. 92d9e97 [pdb] Fix broken unit tests after r271982. by Zachary Turner · 9 years ago
  37. 8c79db1 [CodeView] Take the StreamRef::readBytes offset into account when validating by David Majnemer · 9 years ago
  38. 7f48be0 Rework r271439. I forgot to save the buffer for editing. by NAKAMURA Takumi · 9 years ago
  39. f021d26 MappedBlockStreamTest.cpp: Simplify array initializers. by NAKAMURA Takumi · 9 years ago
  40. d665a7f [pdb] silence warnings about moving from a temporary. by Zachary Turner · 9 years ago
  41. b6aa875 [CodeView] Make sure StreamRef::readBytes doesn't read too much by David Majnemer · 9 years ago
  42. c011305 [PDB] Silence sign comparison warnings in MappedBlockStreamTest by David Majnemer · 9 years ago
  43. 47d1e37 MappedBlockStreamTest.cpp: Appease msc18 to avoid initializer for std::vector. by NAKAMURA Takumi · 9 years ago
  44. 90b8b8d [pdb] Add unit tests for PDB MappedBlockStream and zero copy by Zachary Turner · 9 years ago