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
*
<rdar://problem/13502196>
Greg Clayton
2013-03-26
1
-1
/
+12
*
<rdar://problem/13502196>
Greg Clayton
2013-03-26
2
-2
/
+14
*
Make the stepping perf test case actually work.
Jim Ingham
2013-03-26
3
-39
/
+308
*
<rdar://problem/13221060>
Enrico Granata
2013-03-26
1
-0
/
+15
*
Checking that the wrong syntax does not give a correct summary after clearing...
Enrico Granata
2013-03-26
1
-0
/
+6
*
Modified patch from Prabhat Verma to enable loading core files through the SB...
Greg Clayton
2013-03-25
3
-0
/
+43
*
Fix the buildbot so a LLDB test doesn't fail looking for "<invalid usage of p...
Greg Clayton
2013-03-25
1
-6
/
+0
*
<rdar://problem/13498879>
Greg Clayton
2013-03-25
1
-9
/
+2
*
<rdar://problem/13498504>
Han Ming Ong
2013-03-25
2
-11
/
+36
*
<rdar://problem/13404009>
Han Ming Ong
2013-03-25
1
-2
/
+2
*
<rdar://problem/13365424>
Enrico Granata
2013-03-25
2
-17
/
+19
*
<rdar://problem/13434476>
Enrico Granata
2013-03-25
1
-4
/
+31
*
Fixed a potential crash if layout for a structure
Sean Callanan
2013-03-25
1
-1
/
+4
*
These test cases fail on the buildbot - skip on Linux for now, will figure ou...
Enrico Granata
2013-03-25
2
-0
/
+2
*
- Masking out SBCommandReturnObject::Printf() from the Python layer because S...
Enrico Granata
2013-03-25
3
-6
/
+34
*
Add two additional DNBLog's in places where we're about to kill
Jason Molenda
2013-03-23
2
-0
/
+2
*
Set the correct byte size for complex integer (-fI) memory reads.
Jason Molenda
2013-03-23
1
-0
/
+8
*
And then again only compute the more expensive piece of data if need be :-)
Enrico Granata
2013-03-23
1
-1
/
+1
*
Added a python version of the performance tests. It will be good to see if th...
Greg Clayton
2013-03-23
1
-0
/
+197
*
Invert two condition checks to evaluate them in cheapest-to-more-expensive order
Enrico Granata
2013-03-23
1
-2
/
+2
*
Added better measurements to test:
Greg Clayton
2013-03-23
1
-28
/
+46
*
<rdar://problem/13312903>
Enrico Granata
2013-03-23
1
-0
/
+7
*
<rdar://problem/13315663>
Enrico Granata
2013-03-23
1
-9
/
+32
*
If there are multiple uses of an Objective-C
Sean Callanan
2013-03-23
1
-8
/
+12
*
Only get the script interpreter if we find scripting resources in the symbol ...
Greg Clayton
2013-03-23
1
-13
/
+13
*
Don't need to resolve the .o file path.
Greg Clayton
2013-03-23
1
-1
/
+1
*
Make sure the "Release" builds link against the "Release" LLDB.framework and ...
Greg Clayton
2013-03-23
3
-21
/
+30
*
Change debugserver to open the socket it listens
Jason Molenda
2013-03-23
3
-10
/
+22
*
Fix a little fallout from the changes in r174757 where we would
Jason Molenda
2013-03-23
1
-9
/
+0
*
Don't bother calling Reserve on the vector unless we have entries to be added.
Jason Molenda
2013-03-22
1
-1
/
+2
*
Add a Reserve method to RangeVector and RangeDataVector. Have the
Jason Molenda
2013-03-22
2
-2
/
+16
*
Added option parsing to the lldb_perf_clang performance test.
Greg Clayton
2013-03-22
1
-9
/
+225
*
More cleanup to remove the CoreFoundation classes out of mainstream code (CFC...
Greg Clayton
2013-03-22
5
-67
/
+2
*
Much more cleanup on the performance testing infrastructure:
Greg Clayton
2013-03-22
19
-371
/
+1183
*
Change the AppleObjCTrampolineHandler to always run all threads when resolvin...
Jim Ingham
2013-03-22
2
-1
/
+11
*
Don't try to read the eh_frame section out of a dSYM.
Jason Molenda
2013-03-22
1
-1
/
+5
*
Modified the way we report fields of records.
Sean Callanan
2013-03-21
3
-5
/
+33
*
If we stopped but no threads had a reason for stopping, we should tell the us...
Jim Ingham
2013-03-21
1
-1
/
+16
*
Remove some commented out code.
Jim Ingham
2013-03-21
1
-8
/
+0
*
Select correct -std flag for CMake for different versions of gcc.
Matt Kopec
2013-03-21
1
-1
/
+10
*
The outline of the stepping perf test case, doesn't do anything yet.
Jim Ingham
2013-03-21
3
-17
/
+313
*
Add correct file headers to all source files.
Greg Clayton
2013-03-21
15
-56
/
+80
*
Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo.
Jason Molenda
2013-03-21
3
-3
/
+71
*
Modify code to adhere to LLDB coding conventions.
Greg Clayton
2013-03-21
10
-166
/
+192
*
Added a lldb-perf test case that will be used to time various aspects of debu...
Greg Clayton
2013-03-21
3
-0
/
+269
*
Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtracto...
Greg Clayton
2013-03-21
3
-32
/
+17
*
Simplify the logic for DNBDataRef::ValidOffsetForDataOfSize() and DNBDataRef:...
Greg Clayton
2013-03-21
1
-2
/
+16
*
Making a manual mode of operation for measurements, where you can manually ca...
Enrico Granata
2013-03-20
2
-10
/
+54
*
Making the test step count a member variable so that it can be accessed easily
Enrico Granata
2013-03-20
2
-8
/
+16
*
Renaming perf. main files from main.cpp to something meaningful
Enrico Granata
2013-03-20
3
-8
/
+8
[next]