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
/
lib
/
DebugInfo
/
PDB
/
Native
/
DbiStreamBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PDB] Emit old fpo data to the PDB file.
Zachary Turner
2018-09-12
1
-7
/
+21
*
[PDB] Write FPO Data to the PDB.
Zachary Turner
2018-09-11
1
-3
/
+28
*
[PDB] Correctly use the target machine when writing DBI stream.
Zachary Turner
2018-04-16
1
-0
/
+5
*
Resubmit "Fix some incorrect fields in our generated PDBs."
Zachary Turner
2018-04-16
1
-1
/
+9
*
Revert "Fix some incorrect fields in our generated PDBs."
Zachary Turner
2018-04-16
1
-9
/
+1
*
Fix some incorrect fields in our generated PDBs.
Zachary Turner
2018-04-16
1
-1
/
+9
*
[PDB] Make our PDBs look more like MS PDBs.
Zachary Turner
2018-03-23
1
-15
/
+23
*
COFF: PDB: Allow multiple modules with the same name.
Peter Collingbourne
2017-09-07
1
-18
/
+3
*
[PDB] Fix section contributions
Reid Kleckner
2017-08-03
1
-13
/
+0
*
[lld/pdb] Add an empty globals stream.
Zachary Turner
2017-07-31
1
-1
/
+5
*
[lld/pdb] Create an empty public symbol record stream.
Zachary Turner
2017-07-10
1
-2
/
+10
*
Fix some differences between lld and MSVC generated PDBs.
Zachary Turner
2017-07-07
1
-1
/
+1
*
[PDB] Teach libpdb to write DBI Stream ECNames.
Zachary Turner
2017-07-07
1
-2
/
+10
*
[PDB] Don't write uninitialized bytes to a PDB file.
Zachary Turner
2017-06-20
1
-0
/
+1
*
[PDB] Start emitting source file and line information
Reid Kleckner
2017-06-19
1
-2
/
+6
*
[PDB] Add a module descriptor for every object file
Reid Kleckner
2017-06-13
1
-22
/
+12
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[PDB] Fix use after free.
Zachary Turner
2017-06-03
1
-3
/
+3
*
[pdb] pad source file name buffer at the end instead of the beginning
Bob Haarman
2017-05-25
1
-9
/
+16
*
[CodeView] Write CodeView line information.
Zachary Turner
2017-05-01
1
-0
/
+8
*
Rename some PDB classes.
Zachary Turner
2017-04-27
1
-3
/
+4
*
[pdb] Write the module info and symbol record streams.
Zachary Turner
2017-03-15
1
-66
/
+45
*
[Support] Move Stream library from MSF -> Support.
Zachary Turner
2017-03-02
1
-1
/
+1
*
[PDB] Make streams carry their own endianness.
Zachary Turner
2017-02-28
1
-18
/
+13
*
[PDB] Partial resubmit of r296215, which improved PDB Stream Library.
Zachary Turner
2017-02-27
1
-15
/
+16
*
Revert r296215, "[PDB] General improvements to Stream library." and followings.
NAKAMURA Takumi
2017-02-25
1
-24
/
+27
*
[PDB] General improvements to Stream library.
Zachary Turner
2017-02-25
1
-27
/
+24
*
[PDB] Rename Stream related source files.
Zachary Turner
2017-02-25
1
-1
/
+1
*
Don't assume little endian in StreamReader / StreamWriter.
Zachary Turner
2017-02-18
1
-7
/
+13
*
NFC: Rename (PDB) RawSession to NativeSession
Adrian McCarthy
2017-01-25
1
-0
/
+412