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
/
lldb
/
lit
/
SymbolFile
/
NativePDB
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-land "[test] Split LLDB tests into API, Shell & Unit"
Jonas Devlieghere
2019-10-09
41
-4375
/
+0
*
Revert [test] Split LLDB tests into API, Shell & Unit
Adrian Prantl
2019-10-09
41
-0
/
+4375
*
[test] Split LLDB tests into API, Shell & Unit
Jonas Devlieghere
2019-10-09
41
-4375
/
+0
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-2
/
+2
*
Revert "Changing representation of .cv_def_range directives in Codeview debug...
Nilanjana Basu
2019-08-05
1
-2
/
+2
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-2
/
+2
*
[NativePDB] Fix tests after r360569
Aleksandr Urakov
2019-05-13
1
-6
/
+0
*
Add REQUIRES: windows to NativePDB/stack_unwinding01.cpp
Pavel Labath
2019-05-13
1
-2
/
+2
*
[NativePDB] Support member function types in PdbAstBuilder
Aleksandr Urakov
2019-05-13
2
-0
/
+56
*
[NativePDB] Add anonymous namespaces support
Aleksandr Urakov
2019-04-22
3
-3
/
+30
*
[NativePDB] Process virtual bases in the correct order
Aleksandr Urakov
2019-02-12
2
-1
/
+17
*
[NativePDB] Fix lldb-x64-windows-ninja after r352464
Aleksandr Urakov
2019-01-29
2
-8
/
+24
*
[NativePDB] Add basic support of methods recostruction in AST
Aleksandr Urakov
2019-01-29
2
-0
/
+41
*
Define the _fltused symbol in one lldb test as well, post-r352076.
James Y Knight
2019-01-25
1
-0
/
+4
*
Fix test after AST dump output change
Stephen Kelly
2019-01-21
1
-1
/
+1
*
Fix test after AST dump output change
Stephen Kelly
2019-01-21
1
-1
/
+1
*
Fix test after AST dump output change
Stephen Kelly
2019-01-20
1
-1
/
+1
*
Try to port tests to AST dump changes
Stephen Kelly
2019-01-20
5
-13
/
+10
*
Change TypeSystem::GetBitSize() to return an optional result.
Adrian Prantl
2019-01-16
1
-4
/
+4
*
[NativePDB] Add support for parsing typedef records.
Zachary Turner
2019-01-10
1
-0
/
+71
*
[NativePDB] Update function-types-classes test to check VarDecls.
Zachary Turner
2019-01-02
1
-3
/
+13
*
[NativePDB] Fix setting breakpoint by file and line.
Zachary Turner
2019-01-02
4
-17
/
+40
*
[NativePDB] Create VarDecls for global variables.
Zachary Turner
2018-12-20
3
-0
/
+223
*
Fix line endings.
Zachary Turner
2018-12-19
1
-2
/
+2
*
[NativePDB] Correctly reconstruct DeclContext for nested enums.
Zachary Turner
2018-12-18
2
-3
/
+15
*
[NativePDB] Decouple AST reconstruction from lldb Symbol creation.
Zachary Turner
2018-12-17
1
-8
/
+8
*
[NativePDB] Fix local-variables.cpp test.
Zachary Turner
2018-12-14
1
-1
/
+1
*
[NativePDB] Add support for local variables.
Zachary Turner
2018-12-13
2
-0
/
+193
*
[NativePDB] Reconstruct function declarations from debug info.
Zachary Turner
2018-12-07
5
-1
/
+45
*
[lit] Add a generic build script with a lit substitution.
Zachary Turner
2018-12-01
14
-55
/
+42
*
[NativePDB] Fix ast-reconstruction test on x86
Aleksandr Urakov
2018-11-30
1
-3
/
+3
*
Fix some issues with LLDB's lit configuration files.
Zachary Turner
2018-11-19
14
-27
/
+27
*
Add missing triple from llvm-mc command line.
Zachary Turner
2018-11-17
1
-1
/
+1
*
[NativePDB] Add support for S_CONSTANT records.
Zachary Turner
2018-11-13
4
-0
/
+1115
*
[NativePDB] Improved support for nested type reconstruction.
Zachary Turner
2018-11-13
2
-0
/
+151
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
4
-4
/
+4
*
[NativePDB] Fix completion of enum types.
Zachary Turner
2018-11-09
1
-1
/
+2
*
[NativePDB] Add support for bitfield records.
Zachary Turner
2018-11-09
2
-0
/
+66
*
Resubmit "Fix bug in PE/COFF plugin."
Zachary Turner
2018-11-09
3
-6
/
+44
*
Fix a test whose output changed.
Zachary Turner
2018-11-09
1
-2
/
+2
*
Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."
Davide Italiano
2018-11-08
3
-46
/
+7
*
Fix bug in PE/COFF plugin and ValueObjectVariable.
Zachary Turner
2018-11-08
3
-7
/
+46
*
[NativePDB] Higher fidelity reconstruction of AST from Debug Info.
Zachary Turner
2018-11-08
6
-18
/
+275
*
Refactor the lit configuration files
Zachary Turner
2018-11-02
1
-1
/
+0
*
[NativePDB] Make tests work on x86 too
Aleksandr Urakov
2018-11-02
3
-9
/
+9
*
[NativePDB] Get LLDB types from PDB function types.
Zachary Turner
2018-11-01
6
-0
/
+455
*
[NativePDB] Add support for dumping global variables of class type.
Zachary Turner
2018-10-30
2
-0
/
+289
*
[NativePDB] Add the ability to dump dump global variables.
Zachary Turner
2018-10-26
2
-0
/
+888
*
[NativePDB] Add basic support for tag types to the native pdb plugin.
Zachary Turner
2018-10-23
2
-0
/
+244
*
Add REQUIRES: lld to SymbolFileNativePDB tests.
Zachary Turner
2018-10-12
3
-28
/
+31
[next]