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
/
CodeGen
/
AsmPrinter
/
CodeViewDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove redundant check for nullptr.
Adrian Prantl
2017-03-27
1
-2
/
+2
*
[codeview] Don't assert when the user violates the ODR
Reid Kleckner
2017-03-24
1
-28
/
+2
*
[Support] Move Stream library from MSF -> Support.
Zachary Turner
2017-03-02
1
-2
/
+2
*
[PDB] Make streams carry their own endianness.
Zachary Turner
2017-02-28
1
-1
/
+1
*
[PDB] Partial resubmit of r296215, which improved PDB Stream Library.
Zachary Turner
2017-02-27
1
-3
/
+2
*
Revert r296215, "[PDB] General improvements to Stream library." and followings.
NAKAMURA Takumi
2017-02-25
1
-2
/
+3
*
[PDB] General improvements to Stream library.
Zachary Turner
2017-02-25
1
-3
/
+2
*
[PDB] Rename Stream related source files.
Zachary Turner
2017-02-25
1
-2
/
+2
*
Refactor DebugHandlerBase a bit to common non-debug-having-function filtering
David Blaikie
2017-02-16
1
-14
/
+2
*
[CodeView] Finish decoupling TypeDatabase from TypeDumper.
Zachary Turner
2017-01-11
1
-3
/
+5
*
[CodeView/PDB] Rename a bunch of files.
Zachary Turner
2017-01-11
1
-1
/
+1
*
[CodeView] Add TypeDatabase class.
Zachary Turner
2017-01-11
1
-0
/
+1
*
Reapply "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2017-01-02
1
-2
/
+2
*
Refactor the DIExpression fragment query interface (NFC)
Adrian Prantl
2016-12-22
1
-2
/
+3
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-11
/
+14
*
Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."
Zachary Turner
2016-12-16
1
-13
/
+17
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-14
/
+11
*
Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."
Zachary Turner
2016-12-16
1
-17
/
+13
*
[CodeView] Hook CodeViewRecordIO for reading/writing symbols.
Zachary Turner
2016-12-16
1
-13
/
+17
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-11
/
+14
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-14
/
+11
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-11
/
+14
*
Revert "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2016-12-08
1
-2
/
+2
*
[CodeGen] Fix invalid DWARF info on Win64
Keno Fischer
2016-12-08
1
-2
/
+2
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-4
/
+5
*
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-5
/
+5
*
[CodeView] Hook up CodeViewRecordIO to type serialization path.
Zachary Turner
2016-11-08
1
-95
/
+109
*
Emit S_COMPILE3 record once per TU rather than once per function
Adrian McCarthy
2016-11-02
1
-2
/
+5
*
Add CodeViewRecordIO for reading and writing.
Zachary Turner
2016-11-02
1
-16
/
+14
*
DebugInfo: make DW_TAG_atomic_type valid
Victor Leschuk
2016-10-31
1
-1
/
+2
*
[codeview] support emitting indirect virtual base class information
Bob Haarman
2016-10-25
1
-1
/
+4
*
[codeview] Truncate records to maximum record size near 64KB
Reid Kleckner
2016-10-05
1
-4
/
+7
*
[codeview] Translate bitpiece metadata to DEFRANGE_SUBFIELD* records
Reid Kleckner
2016-10-05
1
-36
/
+65
*
Clamp version number in S_COMPILE3 to avoid overflowing 16-bit field.
Adrian McCarthy
2016-09-29
1
-5
/
+6
*
[codeview] Use character types for all byte-sized integer types
Reid Kleckner
2016-09-29
1
-10
/
+10
*
Fix syntactical nit from r281990.
Adrian McCarthy
2016-09-20
1
-3
/
+3
*
Emit S_COMPILE3 CodeView record
Adrian McCarthy
2016-09-20
1
-0
/
+127
*
Fix indentation in codeview code
Reid Kleckner
2016-09-14
1
-7
/
+7
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-6
/
+13
*
[pdb] Write PDB TPI Stream from Yaml.
Zachary Turner
2016-09-09
1
-1
/
+2
*
[codeview] Don't assert if the array element type is incomplete
Reid Kleckner
2016-09-09
1
-15
/
+26
*
[codeview] Add new directives to record inlined call site line info
Reid Kleckner
2016-09-07
1
-16
/
+14
*
[codeview] Emit vtable shape information
Reid Kleckner
2016-08-31
1
-2
/
+23
*
[codeview] Remove redundant TypeTable lookup
Reid Kleckner
2016-08-30
1
-17
/
+1
*
[MC] Move .cv_loc management logic out of MCContext
Reid Kleckner
2016-08-26
1
-2
/
+3
*
[CodeView] Decouple record deserialization from visitor dispatch.
Zachary Turner
2016-08-05
1
-36
/
+35
*
[msf] Resubmit "Rename Msf -> MSF".
Zachary Turner
2016-07-29
1
-2
/
+2
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
1
-2
/
+2
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
1
-2
/
+2
*
[pdb] Refactor library to more clearly separate reading/writing
Zachary Turner
2016-07-28
1
-1
/
+1
[prev]
[next]