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
/
tools
/
lldb-perf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove lldb-perf
Jonas Devlieghere
2019-07-08
25
-4769
/
+0
*
Delete unnecessary copy ctors/copy assignment operators
Fangrui Song
2019-05-15
2
-16
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
3
-32
/
+32
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
19
-76
/
+57
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-4
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
22
-3200
/
+2555
*
Cleanup how we listen for process events by using the broadcaster class name ...
Greg Clayton
2014-08-18
1
-3
/
+1
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-1
/
+2
*
Fixed the lldb_perf_clang.cpp test case to be able to run correctly.
Greg Clayton
2014-02-27
3
-94
/
+168
*
<rdar://problem/13732521>
Enrico Granata
2013-05-02
1
-7
/
+7
*
Proper English not optional
Enrico Granata
2013-04-22
1
-3
/
+3
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
4
-9
/
+9
*
Missed some cases when switching over to using our STD_UNIQUE_PTR macros.
Greg Clayton
2013-04-18
4
-10
/
+12
*
New CallNext action for the test case that causes the next action in the sequ...
Enrico Granata
2013-04-15
2
-0
/
+12
*
More updates to test cases
Enrico Granata
2013-04-15
3
-6
/
+11
*
Sketch test now runs 10 times
Enrico Granata
2013-04-15
2
-33
/
+17
*
Enabling test case to write the average+stddev pair to the results
Enrico Granata
2013-04-15
6
-25
/
+68
*
- Adding a relaunch feature to the performance tester: you can use the relaun...
Enrico Granata
2013-04-15
3
-11
/
+50
*
Sketch test case improvements:
Enrico Granata
2013-04-12
1
-180
/
+118
*
Updated the line on which to break for the formatters test
Enrico Granata
2013-04-11
1
-1
/
+1
*
<rdar://problem/13457391>
Greg Clayton
2013-04-04
3
-3
/
+3
*
Enabling metrics to calculate (and dump) their standard deviation
Enrico Granata
2013-04-02
5
-7
/
+72
*
Misc fixes:
Enrico Granata
2013-04-02
3
-4
/
+22
*
Integrating option parsing in TestCase for added convenience
Enrico Granata
2013-04-01
6
-6
/
+87
*
Proper option parser for the Sketch test case
Enrico Granata
2013-04-01
1
-6
/
+220
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
<rdar://problem/13327940>
Greg Clayton
2013-03-27
1
-2
/
+2
*
Added a source file needed for clang to compile in the lldb_perf_clang test.
Greg Clayton
2013-03-27
1
-0
/
+24
*
<rdar://problem/13327940>
Greg Clayton
2013-03-27
1
-12
/
+94
*
Prune more stuff out of the build and source folders after building clang.
Greg Clayton
2013-03-27
1
-1
/
+3
*
Cleaned up how LLDB.framework was being linked to and also how the target dep...
Greg Clayton
2013-03-26
1
-6
/
+38
*
Trim the output build folder a bit to it isn't so large.
Greg Clayton
2013-03-26
1
-1
/
+6
*
Change the stepping test to output "total time" for the step as well.
Jim Ingham
2013-03-26
2
-12
/
+18
*
Make the stepping perf test case actually work.
Jim Ingham
2013-03-26
3
-39
/
+308
*
Added better measurements to test:
Greg Clayton
2013-03-23
1
-28
/
+46
*
Make sure the "Release" builds link against the "Release" LLDB.framework and ...
Greg Clayton
2013-03-23
3
-21
/
+30
*
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
*
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
*
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
*
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
*
Making MemoryGauge work by fixing a Mach API call mistake - saving (and dumpi...
Enrico Granata
2013-03-20
6
-11
/
+167
*
Update Sketch test case to capture this and use accessors for debugger, targe...
Greg Clayton
2013-03-19
2
-36
/
+64
*
More cleanup on the lldb-perf code:
Greg Clayton
2013-03-19
7
-191
/
+217
*
<rdar://problem/13443931>
Greg Clayton
2013-03-19
1
-6
/
+117
[next]