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
/
docs
/
resources
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/CMake] Use LLDB's autodetection logic for libxml2
Jonas Devlieghere
2020-01-08
1
-0
/
+2
*
[lldb/Docs] Describe optional dependencies on build page.
Jonas Devlieghere
2020-01-06
1
-5
/
+31
*
[lldb/Docs] Fix capitalization typo.
Jonas Devlieghere
2020-01-06
1
-1
/
+1
*
[lldb/Docs] Include how to generate the man page
Jonas Devlieghere
2020-01-03
1
-0
/
+1
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
1
-3
/
+3
*
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
1
-2
/
+2
*
[lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSES
Jonas Devlieghere
2019-12-12
1
-3
/
+3
*
Add a "Using LLDB" section to the welcome page of the website
Adrian Prantl
2019-11-19
1
-0
/
+192
*
[Docs] Add reproducer documentation
Jonas Devlieghere
2019-11-18
1
-0
/
+116
*
[Docs] Add Python caveats under the development section
Jonas Devlieghere
2019-11-18
2
-0
/
+42
*
[LLDB] Make a clear distinction between usage & development docs
Jonas Devlieghere
2019-11-14
1
-21
/
+0
*
Fix typos in docs. NFC
Diana Picus
2019-11-14
1
-2
/
+2
*
lldb/docs: update the lldb-x86_64-debian bot url
Pavel Labath
2019-11-06
1
-1
/
+1
*
[Docs] Repurpose 'sources' page as 'contributing'.
Jonas Devlieghere
2019-10-28
2
-18
/
+31
*
[CMake] Remove unused variable LLDB_TEST_CXX_COMPILER
Jonas Devlieghere
2019-10-24
2
-5
/
+3
*
[Docs] Update testing documentaton
Jonas Devlieghere
2019-10-10
1
-42
/
+66
*
[Docs] Document lldb-instr
Jonas Devlieghere
2019-10-01
1
-0
/
+40
*
[lldb][www] Update bot links
Raphael Isemann
2019-09-26
1
-2
/
+2
*
[Docs] Document forwarding arguments with lit
Jonas Devlieghere
2019-09-25
1
-0
/
+8
*
[Documentation] Expand on testing variants.
Jonas Devlieghere
2019-09-25
1
-7
/
+54
*
[lldb][CMake] Infer `Clang_DIR` if not passed explicitly
Stefan Granitz
2019-09-18
1
-7
/
+7
*
[lldb] Remove xcode bot from website listing and fix link to sanitized
Raphael Isemann
2019-09-06
1
-2
/
+1
*
use https for llvm.org in the doc
Sylvestre Ledru
2019-08-29
2
-9
/
+9
*
Provide a real link to the doc and remove old information
Sylvestre Ledru
2019-08-29
1
-15
/
+2
*
[dotest] Remove -q (quiet) flag.
Jonas Devlieghere
2019-08-28
1
-3
/
+1
*
[CMake] Remove LLDB_TEST_USE_CUSTOM_C(XX)_COMPILER
Jonas Devlieghere
2019-08-20
2
-6
/
+1
*
[lldb][CMake] Generating Xcode projects
Stefan Granitz
2019-08-06
1
-1
/
+1
*
[lldb][docs] Update landing page for monorepo
Stefan Granitz
2019-08-01
1
-0
/
+2
*
[lldb][docs] Add CMake version notes for -B flag
Stefan Granitz
2019-07-31
1
-4
/
+15
*
[dotest] Remove multiprocessing
Jonas Devlieghere
2019-07-30
1
-19
/
+1
*
[lldb][docs] Update documentation for monorepo and CMake caches
Stefan Granitz
2019-07-30
1
-36
/
+144
*
[Docs] Remove stale documentation
Jonas Devlieghere
2019-07-22
1
-21
/
+2
*
[Docs] Remove stale builder
Jonas Devlieghere
2019-07-03
1
-1
/
+0
*
[Docs] Update documentation build instructions.
Jonas Devlieghere
2019-07-03
1
-3
/
+3
*
[Docs] Unify build instructions
Jonas Devlieghere
2019-07-03
1
-244
/
+243
*
[Docs] Modernize references to macOS
J. Ryan Stinnett
2019-05-30
1
-2
/
+6
*
[Docs] Remove SVN checkout from LLDB build steps
Jonas Devlieghere
2019-05-17
1
-51
/
+0
*
[CMake] Add error to clarify that lldb requires libcxx
Stefan Granitz
2019-05-15
1
-0
/
+6
*
[Docs] Document lldb-dotest
Jonas Devlieghere
2019-05-15
1
-13
/
+35
*
Rename MacOS X -> macOS where applicable.
Adrian Prantl
2019-05-14
1
-4
/
+3
*
[Docs] Fix incorrect heading and update titles.
Jonas Devlieghere
2019-05-08
2
-8
/
+8
*
[Docs] Re-order homepage: Download -> Build -> Test
Jonas Devlieghere
2019-05-08
1
-13
/
+16
*
[Docs] Update the CI page
Jonas Devlieghere
2019-04-24
1
-0
/
+17
*
[Docs] Move external links up
Jonas Devlieghere
2019-04-24
1
-13
/
+0
*
[Docs] Move API docs to the front page
Jonas Devlieghere
2019-04-22
1
-6
/
+0
*
[Docs] Add more info about building the docs
Jonas Devlieghere
2019-04-19
1
-15
/
+27
*
[Docs] Add LLDB bots
Jonas Devlieghere
2019-04-18
1
-0
/
+20
*
Don't abort() in lldb_assert and document why.
Adrian Prantl
2019-03-29
1
-0
/
+102
*
Add LLDB website and documentation in reStructuredText for Sphinx
Jonas Devlieghere
2019-01-30
5
-0
/
+788