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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Pass full libedit path to linker
Tatyana Krasnukha
2018-11-27
2
-2
/
+2
*
Catch up with EvaluateAsInt() clang API change.
Davide Italiano
2018-11-27
1
-6
/
+5
*
Move time cast to SymbolFileDWARFDebugMap
Jonas Devlieghere
2018-11-27
3
-23
/
+12
*
Add support for the Dylan language to ClangASTContext
Bruce Mitchener
2018-11-27
1
-1
/
+3
*
Revert "[CMake] Streamline code signing for debugserver and pass entitlements...
Davide Italiano
2018-11-27
6
-122
/
+74
*
[FileSystem] Ignore nanoseconds when comparing oso_mod_time
Jonas Devlieghere
2018-11-26
3
-7
/
+19
*
[lit] Fully qualify lit_config to avoid runtime crashes.
Davide Italiano
2018-11-26
1
-1
/
+1
*
[Cmake] Add missing dependency to `count`.
Davide Italiano
2018-11-26
1
-0
/
+1
*
[ASTImporter] Set MustBuildLookupTable on PrimaryContext
Gabor Marton
2018-11-26
1
-1
/
+1
*
Revert r347491 as it's llvm counterpart breaks buildbots
Luke Cheeseman
2018-11-23
2
-3
/
+3
*
Revert r343342 together with LLVM commit 347490.
Luke Cheeseman
2018-11-23
2
-3
/
+3
*
Update call to EvaluateAsInt() to the new syntax.
Bill Wendling
2018-11-21
1
-5
/
+6
*
[lit] Add pthread to the compilation of the tests on Linux
Stella Stamenova
2018-11-21
1
-1
/
+1
*
Revert 347365, its prerequisite 347364 got reverted.
Nico Weber
2018-11-21
1
-6
/
+5
*
Update call to EvaluateAsInt() to the new syntax.
Bill Wendling
2018-11-20
1
-5
/
+6
*
[lit] Build and link TestIRMemoryMapWindows explicitly
Stella Stamenova
2018-11-20
1
-1
/
+2
*
[lit] Disable the stop hook tests on Windows
Stella Stamenova
2018-11-20
2
-0
/
+2
*
[CMake] Streamline code signing for debugserver and pass entitlements to exte...
Stefan Granitz
2018-11-20
6
-74
/
+122
*
Skip TestTargetCreateDeps
Jonas Devlieghere
2018-11-20
1
-1
/
+1
*
Fix clang test suite on Windows by reverting part of r347216
Reid Kleckner
2018-11-19
1
-0
/
+1
*
[lldbsuite] Invoke sed on Windows to determine the cache dir for clang
Stella Stamenova
2018-11-19
1
-30
/
+31
*
[lit] On Windows, don't error if MSVC is not in PATH.
Zachary Turner
2018-11-19
1
-2
/
+4
*
Remove non-ASCII characters at the beginning of file.
Zachary Turner
2018-11-19
1
-1
/
+1
*
Fix some issues with LLDB's lit configuration files.
Zachary Turner
2018-11-19
70
-189
/
+243
*
Don't use -O in lit tests.
Zachary Turner
2018-11-19
7
-17
/
+21
*
Remove unused variable. NFC.
Benjamin Kramer
2018-11-19
1
-1
/
+0
*
Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"
Zachary Turner
2018-11-18
7
-147
/
+4
*
Just don't even attempt to invoke sed on Windows.
Adrian Prantl
2018-11-17
1
-0
/
+5
*
Revert "Makefile.rules: Fix the windows-sed-quoting issue harder."
Adrian Prantl
2018-11-17
1
-11
/
+11
*
add PdbSymUid.cpp
Jason Molenda
2018-11-17
1
-0
/
+4
*
Makefile.rules: Fix the windows-sed-quoting issue harder.
Adrian Prantl
2018-11-17
1
-9
/
+11
*
Make TestAppleSimulatorOSType.py more flexible
Frederic Riss
2018-11-17
1
-1
/
+7
*
Add missing triple from llvm-mc command line.
Zachary Turner
2018-11-17
1
-1
/
+1
*
Rewrite stop-hook tests as a couple of FileCheck tests
Frederic Riss
2018-11-16
9
-322
/
+120
*
Makefile.rules: Degrade gracefully on Windows machines without sed.
Adrian Prantl
2018-11-16
1
-6
/
+3
*
[Cocoa] Prefer llvm::SignExtend64. Pointed out by zturner.
Davide Italiano
2018-11-16
1
-2
/
+1
*
[SymbolFile] Remove unused function. NFCI.
Davide Italiano
2018-11-16
1
-18
/
+0
*
Make path more robust so it also works with out-of-tree builds.
Adrian Prantl
2018-11-16
1
-1
/
+3
*
Typo
Adrian Prantl
2018-11-16
1
-1
/
+1
*
Use a shared module cache directory for LLDB.
Adrian Prantl
2018-11-16
2
-3
/
+4
*
Makefile.rules: Use a shared clang module cache directory.
Adrian Prantl
2018-11-16
2
-2
/
+19
*
[lldb] NFC: Remove the extra ';'
Henry Wong
2018-11-16
1
-1
/
+1
*
Don't use uniform initialization syntax.
Zachary Turner
2018-11-16
3
-11
/
+21
*
[NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.
Zachary Turner
2018-11-16
13
-411
/
+435
*
Fix compilation failure in unit tests on Windows.
Zachary Turner
2018-11-15
1
-0
/
+5
*
Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD
Nathan Lanza
2018-11-15
7
-4
/
+147
*
Force SHELL to be cmd.exe on Windows for the test suite
Nathan Lanza
2018-11-15
1
-0
/
+11
*
A unit test file moved.
Jason Molenda
2018-11-15
1
-4
/
+4
*
Add a check whether or not a str is utf8 prior to emplacing
Nathan Lanza
2018-11-15
4
-40
/
+65
*
Port the Darwin universal binary testcase to x86_64.
Adrian Prantl
2018-11-15
2
-61
/
+57
[next]