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
/
source
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow Process::WaitForProcessToStop to return immediately if process is alrea...
Daniel Malea
2013-10-09
2
-2
/
+15
*
Fix filenames in header comment blocks
Ed Maste
2013-10-09
6
-6
/
+6
*
Handle the case where completing variables in a frame
Jason Molenda
2013-10-09
1
-4
/
+7
*
Fixed a bug where variables' byte sizes would not
Sean Callanan
2013-10-09
2
-9
/
+27
*
Fixed a bug in the Materializer where we sent the
Sean Callanan
2013-10-09
1
-1
/
+1
*
Clean up RegisterContextPOSIX i386 code.
Michael Sartain
2013-10-09
24
-1776
/
+2481
*
<rdar://problem/14923930>
Enrico Granata
2013-10-09
1
-6
/
+5
*
<rdar://problem/15180638>
Enrico Granata
2013-10-09
1
-14
/
+19
*
<rdar://problem/14028923>
Enrico Granata
2013-10-08
3
-5
/
+58
*
<rdar://problem/12632394>
Enrico Granata
2013-10-08
1
-0
/
+21
*
<rdar://problem/11778815>
Enrico Granata
2013-10-08
8
-99
/
+593
*
Add entries for arm6m to ArchSpec's g_macho_arch_entries.
Jason Molenda
2013-10-08
1
-0
/
+2
*
Fix build break: clang no longer supports -ast-dump-xml.
Richard Smith
2013-10-08
1
-1
/
+0
*
--raw was not always doing the right thing w.r.t. one-lining children. This c...
Enrico Granata
2013-10-07
1
-1
/
+1
*
Value stored to 'pid' was never read. Found by scan-build http://buildd-clang...
Sylvestre Ledru
2013-10-06
1
-1
/
+1
*
Cleaner way to work around the lack of delegating constructors on some versio...
Enrico Granata
2013-10-05
1
-35
/
+32
*
<rdar://problem/15154623>
Enrico Granata
2013-10-05
1
-37
/
+37
*
<rdar://problem/12042982>
Enrico Granata
2013-10-04
4
-48
/
+136
*
Made all other "operator bool"s explicit and ensured
Sean Callanan
2013-10-04
6
-14
/
+14
*
Remove unused local variable.
Michael Sartain
2013-10-04
1
-2
/
+0
*
Correct typo: Intructions -> Instructions
Ed Maste
2013-10-04
2
-4
/
+4
*
Remove EOL whitespace and redundant break statement
Ed Maste
2013-10-04
1
-11
/
+11
*
Changed the bool conversion operator on ConstString
Sean Callanan
2013-10-03
11
-20
/
+20
*
A more thorough fix for the newlines issue
Enrico Granata
2013-10-03
1
-0
/
+2
*
Change two new logging messages from verbose-only to non-verbose
Jason Molenda
2013-10-03
1
-2
/
+2
*
<rdar://problem/15118409>
Enrico Granata
2013-10-03
1
-2
/
+2
*
Tweak logging messages from Ed's prev commit to make it a little more
Jason Molenda
2013-10-02
1
-1
/
+4
*
Avoid crash in unwinder if ABI isn't available
Ed Maste
2013-10-02
1
-1
/
+6
*
Fix endianness issue with POSIX dyld plugin
Ed Maste
2013-10-02
2
-25
/
+38
*
Fix build after LLVM memory management API changes.
Filip Pizlo
2013-10-02
1
-3
/
+5
*
Fix build with GCC 4.6.2 (non-c++11 compilant compiler)
Daniel Malea
2013-09-30
1
-5
/
+16
*
Fix CMake build by including ValueObjectPrinter.cpp in list of sources
Daniel Malea
2013-09-30
1
-0
/
+1
*
<rdar://problem/14393032>
Enrico Granata
2013-09-30
11
-334
/
+592
*
Display the errno error message instead of the id
Sylvestre Ledru
2013-09-28
1
-1
/
+1
*
* Improve the wording (thanks to Ed Maste for the suggestion)
Sylvestre Ledru
2013-09-28
1
-1
/
+3
*
Fix a memory leak. Found by both scan-build and coverity. Close CID 1096442
Sylvestre Ledru
2013-09-28
1
-0
/
+2
*
If setgid fails for any reason, exit lldb.
Sylvestre Ledru
2013-09-28
1
-2
/
+7
*
Remove useless declaration. If match_type == eNameMatchIgnore, we already lef...
Sylvestre Ledru
2013-09-28
1
-2
/
+0
*
* mktemp is insecure as it always creates or uses insecure temporary file.
Sylvestre Ledru
2013-09-28
1
-2
/
+3
*
Remove trailing spaces
Sylvestre Ledru
2013-09-28
1
-65
/
+65
*
Mark armv6m as "compatible" with armv7 - that's the
Jason Molenda
2013-09-27
1
-1
/
+1
*
Add definitions for "armv6m", which indicates a Cortex-M0 processor.
Jason Molenda
2013-09-27
3
-61
/
+109
*
Fix OS Version reporting bug detected by TestPlatform for some Linux 3.x kern...
Daniel Malea
2013-09-27
1
-1
/
+8
*
Convert ClangASTType::GetTypeName over to return a ConstString to be consiste...
Jim Ingham
2013-09-27
3
-12
/
+11
*
If you erase while iterating, remember to update the iterator. Bug found by ...
Jim Ingham
2013-09-27
1
-2
/
+2
*
Factor the code that was eliminating redundant breakpoint locations and moving
Jim Ingham
2013-09-27
3
-183
/
+159
*
DWARF says line number 0 is a valid line number - used to indicate a source l...
Jim Ingham
2013-09-27
2
-3
/
+22
*
Remove unnecessary checks for thread_plan_sp (we check for this at the top of...
Jim Ingham
2013-09-27
1
-2
/
+2
*
missed one Close () call in 191446 overload fix for Posix only code.
Carlo Kok
2013-09-26
1
-1
/
+1
*
Fix the command name in the syntax text for _regexp-list
Ben Langmuir
2013-09-26
1
-1
/
+1
[prev]
[next]