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
/
cmake
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable lldb-server on Windows
Aaron Smith
2019-08-13
1
-1
/
+1
*
Remove xcode-specific Config.h
Pavel Labath
2019-08-08
1
-2
/
+1
*
[lldb][NFC] Fix typo in 368066
Stefan Granitz
2019-08-07
1
-1
/
+1
*
Detect HAVE_SYS_TYPES_H in lldb
Haibo Huang
2019-08-07
1
-0
/
+1
*
[lldb][CMake] Generating Xcode projects
Stefan Granitz
2019-08-06
1
-0
/
+10
*
[CMake] Move project() call to main CMake file
Haibo Huang
2019-07-29
1
-2
/
+0
*
[CMake] Print the correct variables
Jonas Devlieghere
2019-07-26
1
-1
/
+1
*
[CMake] Fix find_python_libs_windows
Jonas Devlieghere
2019-07-26
1
-0
/
+1
*
[CMake] Print Python version on Windows
Jonas Devlieghere
2019-07-26
1
-2
/
+2
*
[CMake] Loosen Python version check and ignore patch version
Jonas Devlieghere
2019-07-26
1
-10
/
+36
*
[lldb][CMake] Fix framework-enabled build detail for Xcode
Stefan Granitz
2019-07-25
1
-1
/
+1
*
build: allow the user to specify `llvm-tblgen`
Saleem Abdulrasool
2019-07-20
1
-23
/
+27
*
[CMake] Align debugserver with lldb-server on Darwin
Stefan Granitz
2019-07-20
1
-5
/
+5
*
[CMake] Polish folders in generated Xcode project
Stefan Granitz
2019-07-18
2
-1
/
+6
*
[CMake] Always build debugserver on Darwin and allow tests to use the system'...
Stefan Granitz
2019-07-18
2
-0
/
+25
*
[NFC] Clarify a Cmake status message regarding Python on LLDBConfig
Adrian McCarthy
2019-07-17
1
-1
/
+1
*
[CMake] Remove duplicated logic to find Python when doing a standalone build
Jonas Devlieghere
2019-07-17
1
-12
/
+0
*
[CMake] Use LLVM_DIR and Clang_DIR for standalone builds.
Jonas Devlieghere
2019-07-17
1
-11
/
+3
*
[CMake] Avoid liblldb genex when figuring out the copy destination for framew...
Stefan Granitz
2019-07-17
1
-1
/
+2
*
[CMake] Move standalone check so we don't have to reconfigure LLDB
Jonas Devlieghere
2019-07-17
1
-99
/
+96
*
Don't require python exe and lib versions to match while crosscompiling
Nathan Lanza
2019-07-16
1
-1
/
+2
*
Fix LLDB Windows build Python version logic after r366243
Reid Kleckner
2019-07-16
1
-0
/
+1
*
[CMake] Fail when Python interpreter doesn't match Python libraries version
Jonas Devlieghere
2019-07-16
1
-3
/
+6
*
Make Python version setting actually effective
Jonas Devlieghere
2019-07-13
1
-1
/
+1
*
[lldb] Let table gen create command option initializers.
Raphael Isemann
2019-07-12
1
-1
/
+34
*
Add Python 3.6 and 3.7 to the version list
Nico Weber
2019-07-10
1
-1
/
+1
*
[CMake][NFC] Remove dead code lldb_append_link_flags() from AddLLDB.cmake
Stefan Granitz
2019-07-10
1
-16
/
+0
*
[CMake][NFC] Polish comments in AddLLDB.cmake
Stefan Granitz
2019-07-10
1
-2
/
+6
*
[CMake] `install-distribution` for LLDB on Darwin
Stefan Granitz
2019-07-10
3
-47
/
+102
*
[CMake] Distribution builds for LLDB standalone
Stefan Granitz
2019-07-10
1
-0
/
+1
*
[CMake] Remove extra lldb-framework target
Stefan Granitz
2019-07-10
1
-10
/
+6
*
[CMake] Polish a comment
Stefan Granitz
2019-07-09
1
-1
/
+2
*
[CMake] Remove old lldb_setup_framework_rpaths_in_tool()
Stefan Granitz
2019-07-09
1
-39
/
+0
*
Update cmake build setup so lldb doesn't link against the DebugSymbols
Jason Molenda
2019-07-02
1
-1
/
+0
*
Specify log level for CMake messages (less stderr)
Stefan Granitz
2019-06-19
2
-11
/
+11
*
[CMake] Fix generated Xcode-project ignoring output directory setting for LLD...
Stefan Granitz
2019-06-13
1
-0
/
+6
*
[CMake] Add fallbacks for copying clang-resource-headers to LLDB.framework in...
Stefan Granitz
2019-06-13
1
-3
/
+25
*
NFC: Fix typo in a cmake message
Adrian McCarthy
2019-06-07
1
-1
/
+1
*
[CMake] Add configuration dirs as potential locations for llvm-lit and llvm-t...
Stefan Granitz
2019-06-05
1
-3
/
+16
*
[CMake] LLDB.framework tools handling
Stefan Granitz
2019-05-29
3
-16
/
+30
*
build: only search for the needed python type
Saleem Abdulrasool
2019-05-29
1
-67
/
+23
*
[CMake] Folder structure for generated Xcode project to cover more targets
Stefan Granitz
2019-05-28
3
-2
/
+14
*
[CMake] Correctly reinstate LLDB_CAN_USE_LLDB_SERVER
Pavel Labath
2019-05-14
1
-2
/
+2
*
[CMake] Reinstate LLDB_CAN_USE_LLDB_SERVER
Jonas Devlieghere
2019-05-13
1
-2
/
+4
*
[CMake] Simplify lldb-server handling
Jonas Devlieghere
2019-05-13
1
-6
/
+2
*
[CMake] Fix subtle CMake bug
Alex Langford
2019-04-29
1
-1
/
+1
*
[CMake] Remove Apple-specific version logic.
Frederic Riss
2019-04-17
1
-11
/
+0
*
[tools] Make vscode and lldb-instr optional.
Davide Italiano
2019-04-16
1
-0
/
+5
*
[CMake] Don't explicitly use LLVM_LIBRARY_DIR in standalone builds
Alex Langford
2019-04-05
1
-3
/
+0
*
[Cmake] Unify python variables
Jonas Devlieghere
2019-03-29
1
-11
/
+13
[prev]
[next]