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
*
Add a --element-count option to the expression command
Enrico Granata
2016-04-25
14
-13
/
+294
*
Fix unwind failures when PC points beyond the end of a function
Ulrich Weigand
2016-04-24
2
-6
/
+8
*
ObjectFile: parse EABI Attributes
Saleem Abdulrasool
2016-04-23
2
-0
/
+104
*
DWARF layout for bitfields is wrong when the bit offset is negative.
Greg Clayton
2016-04-22
3
-3
/
+25
*
Source: fix another -Wunused-variable warning
Saleem Abdulrasool
2016-04-22
1
-0
/
+2
*
Fixed in issue with ObjectFileMachO where it would add empty sections to the ...
Greg Clayton
2016-04-22
3
-8
/
+22
*
Fix a build-llvm.py crasher when we can't find cmake. Now it exits with a val...
Greg Clayton
2016-04-22
1
-1
/
+1
*
Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.
Kuba Brecka
2016-04-22
4
-17
/
+178
*
Update comment in lldb-enumerations.h
Pavel Labath
2016-04-22
1
-1
/
+1
*
Update Go OS Plugin for newer runtimes.
Ryan Brown
2016-04-21
1
-2
/
+13
*
API: fix a -Wunused-variable warning
Saleem Abdulrasool
2016-04-21
1
-0
/
+2
*
Host: fix some -Wformat-pedantic warnings
Saleem Abdulrasool
2016-04-21
1
-6
/
+6
*
Expressions can run without a process.
Jim Ingham
2016-04-21
1
-17
/
+30
*
Corrected wording of REPL not available messaging (contained a repeated word ...
Kate Stone
2016-04-21
2
-2
/
+2
*
Added command prefix to new help messages to ensure that they're correctly wo...
Kate Stone
2016-04-21
1
-11
/
+5
*
Removed extraneous print() in decorator for enabling module debugging
Kate Stone
2016-04-20
1
-1
/
+0
*
When making an array or stuct/union/class elements, make sure the type is com...
Greg Clayton
2016-04-20
1
-1
/
+28
*
update Jenkins Xcode buildbot target for r266885
Todd Fiala
2016-04-20
1
-1
/
+1
*
Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...
Enrico Granata
2016-04-20
8
-1
/
+87
*
Add missing file needed for PDB unittests.
Zachary Turner
2016-04-20
1
-0
/
+0
*
test infra: move test event-related handling into its own package
Todd Fiala
2016-04-20
14
-674
/
+734
*
Fix xfail for test_tilde_home_directory on windows
Tamas Berghammer
2016-04-20
1
-1
/
+1
*
llvm::sys::path::home_directory() relies on having "HOME" set in the environm...
Greg Clayton
2016-04-19
2
-1
/
+75
*
Eliminate circular dependency introduced between lldbtest.py and decorators.py
Kate Stone
2016-04-19
1
-3
/
+2
*
Adds a test to detect when clang omits specialized generic types from debug i...
Kate Stone
2016-04-19
6
-0
/
+118
*
Revert "LLDB: Fixed two race conditions when stopping private state thread"
Pavel Labath
2016-04-19
2
-8
/
+9
*
LLDB: Fixed two race conditions when stopping private state thread
Marianne Mailhot-Sarrasin
2016-04-19
2
-9
/
+8
*
Fix typo in TestSourceManager.py
Pavel Labath
2016-04-19
1
-1
/
+1
*
test infra cleanup: convert test_runner lib into package
Todd Fiala
2016-04-19
6
-30
/
+19
*
Fix Windows build.
Chaoren Lin
2016-04-19
1
-0
/
+1
*
ensure lldbinline remembers .py extension
Todd Fiala
2016-04-18
2
-6
/
+20
*
fix a race is the LLDB test suite results collection
Todd Fiala
2016-04-18
4
-6
/
+32
*
Attempt to fix darwin build after header refactor in llvm (r266595)
Pavel Labath
2016-04-18
1
-1
/
+1
*
Fixup r266327
Pavel Labath
2016-04-18
1
-2
/
+2
*
[LLDB][MIPS] Fix TestConcurrentEvents
Mohit K. Bhakkad
2016-04-18
1
-35
/
+35
*
Fix cmake build after r266524.
Oleksiy Vyalov
2016-04-16
1
-0
/
+1
*
Replace hardcoded comment at 'lit.site.cfg.in'
Alex Denisov
2016-04-16
2
-4
/
+4
*
Work around a linux libc bug causing a crash in TaskPool
Pavel Labath
2016-04-15
1
-2
/
+3
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-15
7
-290
/
+266
*
Make Scalar::SChar return an explicit signed type
Ulrich Weigand
2016-04-15
2
-2
/
+2
*
Fix Scalar::MakeSigned for 128- and 256-bit types.
Ulrich Weigand
2016-04-15
1
-2
/
+2
*
Fix Scalar::SetValueFromData for 128- and 256-bit types
Ulrich Weigand
2016-04-15
1
-16
/
+16
*
Fix ABISysV_s390x::GetArgumentValues
Ulrich Weigand
2016-04-15
1
-2
/
+1
*
Make destructor breakpoint location test more resilient
Pavel Labath
2016-04-15
2
-8
/
+43
*
Add the PDBParser.{cpp,h} files to the Xcode project.
Jim Ingham
2016-04-15
1
-0
/
+6
*
Rename out->std_out in AppleObjCRuntimeV2.cpp.
Oleksiy Vyalov
2016-04-15
1
-17
/
+17
*
Blocks are only reliably supported on Darwin. Disable the test otherwise.
Sean Callanan
2016-04-15
1
-0
/
+3
*
Added a testcase for defining and using lambdas in the expression parser.
Sean Callanan
2016-04-15
2
-0
/
+21
*
Initial support for reading type information from PDBs.
Zachary Turner
2016-04-15
11
-20
/
+844
*
Added a testcase for defining and using a block in the expression parser.
Sean Callanan
2016-04-15
1
-3
/
+13
[next]