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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Fix lldb-dotest for single-config generators in standalone builds
Stefan Granitz
2019-06-13
1
-1
/
+5
*
[CMake] Add special case for processing LLDB_DOTEST_ARGS
Stefan Granitz
2019-06-07
1
-2
/
+22
*
[CMake] Folder structure for generated Xcode project to cover more targets
Stefan Granitz
2019-05-28
2
-0
/
+2
*
[lldb] [lit] Add tests for reading ZMM registers (AVX512)
Michal Gorny
2019-04-29
1
-0
/
+2
*
[lldb] [lit] Add register read tests for YMM registers (AVX)
Michal Gorny
2019-04-26
1
-0
/
+2
*
[lldb] [lit] Add feature flags for native CPU features
Michal Gorny
2019-04-26
2
-0
/
+38
*
[lldb-dotest] Print dotest.py invocation.
Jonas Devlieghere
2019-04-03
1
-0
/
+1
*
Python 2/3 compat: StringIO
Serge Guelton
2019-03-25
6
-17
/
+16
*
Python 2/3 compat: queue vs Queue
Serge Guelton
2019-03-25
2
-4
/
+10
*
Python 2/3 compatibility: from __future__ import print_function
Serge Guelton
2019-03-21
14
-78
/
+99
*
Use list comprehension instead of map/filter to prepare Python2/3 compat
Serge Guelton
2019-03-21
2
-10
/
+10
*
Use sys.executable in lldb-dotest
Pavel Labath
2019-02-15
1
-1
/
+1
*
Adjust documentation for git migration.
James Y Knight
2019-01-29
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
11
-44
/
+33
*
Fix typos.
Bruce Mitchener
2018-10-04
1
-1
/
+1
*
[CMake] Unify and relayer testing
Jonas Devlieghere
2018-05-03
2
-0
/
+38
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
29
-2292
/
+2779
*
Python 3: Modernize exception raising syntax.
Zachary Turner
2015-11-03
1
-1
/
+1
*
syncsource.py: a specific dir's source_excludes may now include the special e...
Todd Fiala
2015-10-08
1
-1
/
+10
*
Adjustments to syncsource.py.
Todd Fiala
2015-09-17
3
-13
/
+13
*
Add sync-source.py utility.
Todd Fiala
2015-09-17
6
-0
/
+634
*
LUI: Fix some issues causing crashes in the source view
Wei Pan
2013-10-23
1
-26
/
+8
*
lui: enable tab completion in command window
Sriram Murali
2013-10-16
1
-2
/
+21
*
prevent lui from crashing with small source files
Sriram Murali
2013-10-16
1
-3
/
+5
*
A couple of small visual improvements for lui
Ben Langmuir
2013-10-16
1
-2
/
+2
*
lui: clean up breakpoint window, and allow multi-line list items
Ben Langmuir
2013-10-16
2
-12
/
+79
*
Add a ListWin to cui to show scrollabled lists
Ben Langmuir
2013-10-16
4
-22
/
+102
*
Add LLVM license headers to lldb ui frontend
Daniel Malea
2013-10-11
10
-0
/
+92
*
Initial checkin of curses-based LLDB UI (lui)
Daniel Malea
2013-10-09
11
-0
/
+1867
*
Fixed continue issues with process attach/detach
Daniel Malea
2013-05-28
1
-4
/
+4
*
Improve vim-lldb expression commands for objective-c and implement evaluate-u...
Daniel Malea
2013-05-23
2
-3
/
+23
*
Add entries to vim-lldb plugin docs/help page for :Lattach and :Ldetach
Daniel Malea
2013-05-22
1
-0
/
+6
*
LLDB Vim plugin usability improvement: ":Lshow" now displays all panes
Daniel Malea
2013-05-22
2
-1
/
+5
*
Implement attach by name in LLDB Vim plugin using ":Lattach <process-name>"
Daniel Malea
2013-05-22
2
-0
/
+29
*
Minor update to Vim frontend: simplify breakpoints display (and list unresolv...
Daniel Malea
2013-02-12
1
-28
/
+10
*
Add Vim frontend to LLDB.
Daniel Malea
2013-02-11
9
-0
/
+1669
*
Minor cleanup.
Johnny Chen
2012-03-05
1
-0
/
+2
*
Add a utility script:
Johnny Chen
2011-11-04
1
-0
/
+83
*
Remove utils/emacs directory from lldb.
Johnny Chen
2011-10-10
3
-3617
/
+0
*
Fix typos in comment.
Johnny Chen
2011-08-20
1
-1
/
+1
*
Use os.walk(), available since 2.3, instead of os.path.walk(), removed in 3.0,
Johnny Chen
2011-08-20
1
-37
/
+28
*
No need to look further if the file is a symbolic link. Look for the real file.
Johnny Chen
2011-08-20
1
-0
/
+8
*
Add a Python script to locate each binary file under a root directory which m...
Johnny Chen
2011-08-19
2
-18
/
+148
*
Fix TypeError exception for re.compile().
Johnny Chen
2011-08-19
1
-1
/
+2
*
Add an option (-p regexp-pattern) to specify the regular expression symbol pa...
Johnny Chen
2011-08-18
1
-9
/
+28
*
Add an option '-q' to have quiet disassembly by not printing out the disassem...
Johnny Chen
2011-08-18
1
-11
/
+22
*
Update usage comment.
Johnny Chen
2011-06-14
1
-2
/
+2
*
Turn off printing of command sent to the pexpect-spawned child process to mak...
Johnny Chen
2011-06-01
1
-2
/
+2
*
Make 'run-until-faulted.py' script more interesting by modifying the example ...
Johnny Chen
2011-06-01
2
-14
/
+13
*
Use built-in truth value testing.
Johnny Chen
2011-05-25
1
-1
/
+1
[next]