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
/
unittests
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...
Raphael Isemann
2019-12-23
1
-9
/
+3
*
[LLDB] Fix handling for the clang name mangling extension for block invocations
shafik
2019-11-06
1
-0
/
+11
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-1
/
+2
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-6
/
+2
*
unittests: Use yaml2obj as a library instead of an external process
Pavel Labath
2019-08-20
3
-143
/
+107
*
SymbolVendor: Move Symtab construction into the SymbolFile
Pavel Labath
2019-07-26
2
-4
/
+4
*
Make UniqueCStringMap work with non-default-constructible types and other imp...
Pavel Labath
2019-06-14
2
-0
/
+54
*
Include inlined functions when figuring out a contiguous address range
Greg Clayton
2019-05-06
2
-25
/
+4
*
[LLDB] - Update the test cases after yaml2obj change.
George Rimar
2019-04-03
1
-80
/
+93
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-2
/
+2
*
Move RangeMap.h into Utility
Pavel Labath
2019-03-06
3
-385
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
5
-20
/
+15
*
RangeMap.h: merge RangeDataArray and RangeDataVector
Pavel Labath
2019-01-04
2
-0
/
+56
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
4
-217
/
+0
*
Move DataExtractorTest to unittests/Utility
Pavel Labath
2018-11-14
2
-169
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-0
/
+3
*
Fix typos.
Bruce Mitchener
2018-10-04
2
-3
/
+3
*
[lldb] Remove an assertion in RichManglingContext::GetBufferRef() hit when de...
Aaron Smith
2018-09-28
1
-0
/
+23
*
Move Predicate.h from Host to Utility
Raphael Isemann
2018-08-30
1
-1
/
+1
*
Added test for Core/Range class.
Raphael Isemann
2018-08-13
2
-0
/
+331
*
RichManglingContext: Make m_ipd_str_len a local variable and simplify process...
Stefan Granitz
2018-08-10
1
-9
/
+12
*
Use rich mangling information in Symtab::InitNameIndexes()
Stefan Granitz
2018-08-08
2
-0
/
+115
*
Move ScalarTest to follow the class being tested
Pavel Labath
2018-08-07
2
-222
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
3
-23
/
+1
*
Unit test for Symtab::InitNameIndexes
Stefan Granitz
2018-08-02
3
-1
/
+261
*
Use LLVM's new ItaniumPartialDemangler in LLDB
Stefan Granitz
2018-07-25
2
-0
/
+39
*
Reimplement EventDataBytes::Dump to avoid DumpDataExtractor
Pavel Labath
2018-07-24
2
-0
/
+26
*
Scalar: Use llvm integer conversion functions
Pavel Labath
2018-06-19
2
-0
/
+34
*
Fix narrowing warning by appending `f` to literal constant.
Adrian McCarthy
2018-04-19
1
-1
/
+1
*
[Core] Grab-bag of improvements for Scalar.
Davide Italiano
2018-04-02
1
-0
/
+45
*
[Core] Correctly handle float division in Scalar.
Davide Italiano
2018-03-27
1
-0
/
+8
*
Fix unrepresentable float value in ScalarTest
Raphael Isemann
2018-01-22
1
-1
/
+1
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
2
-156
/
+0
*
Fix dumping of characters with non-standard sizes
Petr Pavlu
2017-10-11
1
-0
/
+117
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
2
-74
/
+0
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
2
-33
/
+0
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
2
-2
/
+2
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-5
/
+12
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
Recompute ArchSpec core after MergeFrom
Pavel Labath
2017-04-20
1
-0
/
+19
*
Fix build failure in unit test.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
2
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
2
-213
/
+0
*
[Windows] Remove the #include <eh.h> hack.
Zachary Turner
2017-03-03
3
-20
/
+0
*
Fix gcc compilation of LogTest.cpp
Pavel Labath
2017-03-01
1
-1
/
+1
*
Modernize Enable/DisableLogChannel interface a bit
Pavel Labath
2017-03-01
1
-13
/
+13
*
Log: Fix a regression in handling log options
Pavel Labath
2017-02-27
1
-0
/
+14
*
Log: Fix race in accessing the stream variable
Pavel Labath
2017-02-21
1
-0
/
+26
[next]