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
*
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
*
Don't disable stdin buffering on Windows
Adrian McCarthy
2016-04-14
1
-6
/
+5
*
Fix Xcode project after recent s390x changes.
Greg Clayton
2016-04-14
1
-0
/
+44
*
Fix regression in gnu_libstdcpp.py introduced by r266313
Ulrich Weigand
2016-04-14
1
-1
/
+1
*
Disable LinuxCoreTestCase.test_s390x
Ulrich Weigand
2016-04-14
1
-0
/
+2
*
Revert r266311 - Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
7
-342
/
+310
*
[test] make expect_state_changes actually expect *only* them
Pavel Labath
2016-04-14
3
-13
/
+15
*
[test] Relax stderr expectations on targets with chatty output
Pavel Labath
2016-04-14
7
-12
/
+31
*
Find .plt section in object files generated by recent ld
Ulrich Weigand
2016-04-14
1
-5
/
+5
*
Fix test cases for big-endian systems
Ulrich Weigand
2016-04-14
10
-75
/
+164
*
Fix ARM instruction emulation tests on big-endian systems
Ulrich Weigand
2016-04-14
3
-62
/
+70
*
Miscellaneous fixes for big-endian systems
Ulrich Weigand
2016-04-14
4
-9
/
+31
*
Handle bit fields on big-endian systems correctly
Ulrich Weigand
2016-04-14
5
-10
/
+64
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
7
-310
/
+342
*
Make Scalar::GetBytes and RegisterValue::GetBytes const
Ulrich Weigand
2016-04-14
6
-194
/
+54
*
Fixes for platforms that default to unsigned char
Ulrich Weigand
2016-04-14
3
-4
/
+4
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
47
-5
/
+2882
*
Add new ABI callback to provide fallback unwind register locations
Ulrich Weigand
2016-04-14
4
-26
/
+51
*
FileSpec: make matching separator-agnostic again
Pavel Labath
2016-04-14
2
-6
/
+22
*
Fix Android build after r266267
Oleksiy Vyalov
2016-04-14
1
-17
/
+17
*
Don't use auto - (try to) appease the Android g++ bot
Enrico Granata
2016-04-14
1
-1
/
+1
*
Augment the 'language objc class-table dump' command to take a "-v" option, w...
Enrico Granata
2016-04-14
2
-8
/
+159
*
Match types in for loop to fix signedness comparison warning
Ed Maste
2016-04-13
1
-2
/
+2
*
Remove obsolete comments
Pavel Labath
2016-04-13
1
-2
/
+0
*
Fix test rerun logic
Pavel Labath
2016-04-13
1
-1
/
+1
*
Update Symtab::InitAddressIndexes so that computed symbol sizes
Jason Molenda
2016-04-13
2
-13
/
+100
*
Attempt to fix TestCPPBreakpointLocations on Linux/Android.
Oleksiy Vyalov
2016-04-13
1
-1
/
+1
*
Fix breakpoint_set_restart test for Windows
Adrian McCarthy
2016-04-12
1
-2
/
+8
*
Fixed being able to set breakpoints on destructors when we don't fully specif...
Greg Clayton
2016-04-12
2
-1
/
+4
*
Use the FormatEntity work for great good - parse summary strings before accep...
Enrico Granata
2016-04-12
1
-8
/
+11
*
Cleanup the arguments for 'memory find' such that the help system reflects th...
Enrico Granata
2016-04-12
1
-5
/
+5
*
Revert to using libdispatch to reap threads on MacOSX. Code was accidentally ...
Greg Clayton
2016-04-12
1
-21
/
+33
*
Initialize the Python script interpreter lazily (i.e. not at debugger startup)
Enrico Granata
2016-04-12
2
-4
/
+5
[next]