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
*
[lldb/Utils] Remove vim-lldb
Jonas Devlieghere
2020-01-10
9
-1834
/
+0
*
[lldb/Test] Bypass LLDB_TEST_COMMON_ARGS for certain dotest args (NFC)
Jonas Devlieghere
2020-01-10
1
-0
/
+10
*
[lldb] Respect previously set values of LLDB_TABLEGEN_EXE
Alex Langford
2019-12-16
1
-11
/
+13
*
[LLDB] Fix inline variable only used in assertion. (NFC)
Jonas Devlieghere
2019-10-25
1
-2
/
+1
*
[TableGen] Add asserts to make sure default values match property type
Jonas Devlieghere
2019-10-25
1
-0
/
+16
*
[utils] Update lldb-dotest for new test layout
Jonas Devlieghere
2019-10-09
1
-1
/
+1
*
[CMake] Track test dependencies with add_lldb_test_dependency
Jonas Devlieghere
2019-10-08
1
-1
/
+1
*
Do not install lit-cpuid
Sylvestre Ledru
2019-10-05
1
-1
/
+1
*
[test] Fix various module cache bugs and inconsistencies
Jonas Devlieghere
2019-08-29
1
-0
/
+2
*
[dotest] Remove -q (quiet) flag.
Jonas Devlieghere
2019-08-28
1
-1
/
+1
*
[TableGen] Move helpers into LLDBTableGenUtils.
Jonas Devlieghere
2019-07-31
6
-28
/
+62
*
[TableGen] Include vector
Jonas Devlieghere
2019-07-31
1
-0
/
+1
*
[TableGen] Reuse typedef across emitters (NFC)
Jonas Devlieghere
2019-07-30
3
-18
/
+14
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-0
/
+3
*
[lldb][NFC] Split emitting and parsing in LLDBOptionDefEmitter
Raphael Isemann
2019-07-29
1
-42
/
+80
*
[lldb] Also include the array definition in CommandOptions.inc
Raphael Isemann
2019-07-28
1
-2
/
+5
*
[lldb] Don't dynamically allocate the posix option validator.
Raphael Isemann
2019-07-26
1
-1
/
+7
*
[Tablegen] Fix issues caused by incorrect escaping.
Jonas Devlieghere
2019-07-25
1
-2
/
+2
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
4
-8
/
+196
*
[TableGen] Fix comments/headers referencing clang (NFC)
Jonas Devlieghere
2019-07-25
3
-6
/
+7
*
[lldb] Fix enum value description
Jonas Devlieghere
2019-07-23
1
-1
/
+1
*
[utils] Remove sync-source (with SVN)
Jonas Devlieghere
2019-07-23
7
-646
/
+0
*
[Utils] Add back utils directory
Jonas Devlieghere
2019-07-23
45
-0
/
+6808
*
[Utils] Remove legacy scripts
Jonas Devlieghere
2019-07-23
47
-6978
/
+0
*
[lldb][NFC] Tablegenify breakpoint
Raphael Isemann
2019-07-22
1
-3
/
+5
*
[lldb] Don't double emit option groups
Raphael Isemann
2019-07-18
1
-1
/
+0
*
Only build lldb-tblgen if it's not a current target
Nathan Lanza
2019-07-18
1
-7
/
+13
*
[lldb] Let table gen create command option initializers.
Raphael Isemann
2019-07-12
4
-0
/
+265
*
[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
[next]