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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use llvm's demangler.
Rafael Espindola
2016-09-07
5
-4424
/
+4
*
Fix unittest compilation on windows
Pavel Labath
2016-09-07
4
-4
/
+4
*
Revert "Fix tests on Windows."
Zachary Turner
2016-09-06
1
-2
/
+2
*
Fix tests on Windows.
Zachary Turner
2016-09-06
1
-2
/
+2
*
Put the LLVM_ALIGNAS directive in the right place.
Zachary Turner
2016-09-06
1
-2
/
+2
*
Make LLDB compile on Windows after the reformat.
Zachary Turner
2016-09-06
2
-2
/
+10
*
Reorder FreeBSD Host.cpp #includes to fix build
Ed Maste
2016-09-06
1
-6
/
+8
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2780
-598021
/
+557651
*
Updated .clang-format rules so bring LLDB in line with LLVM standards.
Kate Stone
2016-09-06
2
-8
/
+4
*
Fixing an MSVC error from rL280692
Dimitar Vlahovski
2016-09-06
1
-1
/
+1
*
Second round of fixups for r280692
Pavel Labath
2016-09-06
2
-4
/
+5
*
Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."
Dimitar Vlahovski
2016-09-06
17
-501
/
+26
*
Fix build breakage in r280692
Pavel Labath
2016-09-06
3
-3
/
+3
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
43
-4
/
+2154
*
remove dependence of TestGdbRemoteExitCode.py on parent directory source
Todd Fiala
2016-09-05
3
-4
/
+391
*
Intel(R) Memory Protection Extensions (Intel(R) MPX) support.
Valentina Giusti
2016-09-05
17
-26
/
+501
*
Replace uses of MIUtilParse::CRegexParser with llvm::Regex
Pavel Labath
2016-09-05
2
-31
/
+35
*
Add default_packet_timeout key to the new TestGdbRemoteHostInfo test
Pavel Labath
2016-09-05
1
-1
/
+2
*
XFAIL TestGdbRemoteExitCode failing tests
Todd Fiala
2016-09-04
1
-0
/
+2
*
[NFC] Darwin llgs support from Week of Code
Todd Fiala
2016-09-04
35
-128
/
+6319
*
Check for null
Enrico Granata
2016-09-02
1
-0
/
+7
*
Fix build breakage caused by r280490
Tamas Berghammer
2016-09-02
1
-2
/
+1
*
Fix 2 waring in the OCaml AST context
Tamas Berghammer
2016-09-02
2
-3
/
+0
*
Reapply "Make Scalar::GetValue more consistent"
Pavel Labath
2016-09-02
3
-5
/
+41
*
Revert "Make Scalar::GetValue more consistent"
Pavel Labath
2016-09-02
3
-32
/
+6
*
Bump up TestCallWithTimeout timeout
Pavel Labath
2016-09-02
1
-2
/
+2
*
Make Scalar::GetValue more consistent
Pavel Labath
2016-09-02
3
-6
/
+32
*
When updating a ValueObjectRegister, set the flag to remind yourself of wheth...
Enrico Granata
2016-09-01
1
-0
/
+2
*
Change the formula for tagged NSIndexPath data formatting
Enrico Granata
2016-09-01
4
-11
/
+139
*
Minidump parsing
Dimitar Vlahovski
2016-09-01
12
-0
/
+768
*
XFail TestMemoryFind on 32-bit architectures
Pavel Labath
2016-09-01
1
-0
/
+2
*
There exists at least one compiler on one platform that doesn't know how to a...
Enrico Granata
2016-09-01
1
-1
/
+1
*
Change "memory find" over to using a variation of the Boyer–Moore search al...
Enrico Granata
2016-09-01
4
-16
/
+152
*
Add a data formatter for std::function in libcxx
Enrico Granata
2016-08-31
6
-0
/
+107
*
Fix an issue where a synthetic child provider could only provide a value of t...
Enrico Granata
2016-08-31
3
-10
/
+31
*
Remove unused variables.
Zachary Turner
2016-08-31
4
-7
/
+1
*
Always rely on CFI unwind info for linux vdso
Pavel Labath
2016-08-31
2
-4
/
+26
*
Fixup TestPyObjSynthProvider.py and enable it again
Pavel Labath
2016-08-31
3
-1
/
+3
*
Add more unit tests for StringExtractor hex/endian functions.
Zachary Turner
2016-08-31
1
-19
/
+133
*
XFail new TestPyObjSynthProvider.py on linux until I can investigate the caus...
Pavel Labath
2016-08-31
1
-0
/
+1
*
Revert r280137 and 280139 and subsequent build fixes
Pavel Labath
2016-08-31
11
-140
/
+218
*
Revert r280200 and put it a proper fix
Pavel Labath
2016-08-31
2
-5
/
+4
*
Fix lldb build on Mac.
Pavel Labath
2016-08-31
1
-1
/
+1
*
Update the Linux code to reflect the changes done by zturner in r280139
Sylvestre Ledru
2016-08-31
1
-1
/
+1
*
Rename the test class
Enrico Granata
2016-08-30
1
-1
/
+1
*
Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProvider
Enrico Granata
2016-08-30
6
-0
/
+153
*
Teach ValueObject::ReadPointedString how to read char[] in host memory
Enrico Granata
2016-08-30
1
-5
/
+16
*
Fix a typo/thinko - this was generating the wrong kind of array
Enrico Granata
2016-08-30
1
-1
/
+1
*
Add SBType::GetArrayType() such that - given a type - one can make an array (...
Enrico Granata
2016-08-30
9
-1
/
+57
*
A few minor stylistic cleanups in StringExtractor.
Zachary Turner
2016-08-30
10
-114
/
+107
[next]