summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Pass full libedit path to linkerTatyana Krasnukha2018-11-272-2/+2
* Catch up with EvaluateAsInt() clang API change.Davide Italiano2018-11-271-6/+5
* Move time cast to SymbolFileDWARFDebugMapJonas Devlieghere2018-11-273-23/+12
* Add support for the Dylan language to ClangASTContextBruce Mitchener2018-11-271-1/+3
* Revert "[CMake] Streamline code signing for debugserver and pass entitlements...Davide Italiano2018-11-276-122/+74
* [FileSystem] Ignore nanoseconds when comparing oso_mod_timeJonas Devlieghere2018-11-263-7/+19
* [lit] Fully qualify lit_config to avoid runtime crashes.Davide Italiano2018-11-261-1/+1
* [Cmake] Add missing dependency to `count`.Davide Italiano2018-11-261-0/+1
* [ASTImporter] Set MustBuildLookupTable on PrimaryContextGabor Marton2018-11-261-1/+1
* Revert r347491 as it's llvm counterpart breaks buildbotsLuke Cheeseman2018-11-232-3/+3
* Revert r343342 together with LLVM commit 347490.Luke Cheeseman2018-11-232-3/+3
* Update call to EvaluateAsInt() to the new syntax.Bill Wendling2018-11-211-5/+6
* [lit] Add pthread to the compilation of the tests on LinuxStella Stamenova2018-11-211-1/+1
* Revert 347365, its prerequisite 347364 got reverted.Nico Weber2018-11-211-6/+5
* Update call to EvaluateAsInt() to the new syntax.Bill Wendling2018-11-201-5/+6
* [lit] Build and link TestIRMemoryMapWindows explicitlyStella Stamenova2018-11-201-1/+2
* [lit] Disable the stop hook tests on WindowsStella Stamenova2018-11-202-0/+2
* [CMake] Streamline code signing for debugserver and pass entitlements to exte...Stefan Granitz2018-11-206-74/+122
* Skip TestTargetCreateDepsJonas Devlieghere2018-11-201-1/+1
* Fix clang test suite on Windows by reverting part of r347216Reid Kleckner2018-11-191-0/+1
* [lldbsuite] Invoke sed on Windows to determine the cache dir for clangStella Stamenova2018-11-191-30/+31
* [lit] On Windows, don't error if MSVC is not in PATH.Zachary Turner2018-11-191-2/+4
* Remove non-ASCII characters at the beginning of file.Zachary Turner2018-11-191-1/+1
* Fix some issues with LLDB's lit configuration files.Zachary Turner2018-11-1970-189/+243
* Don't use -O in lit tests.Zachary Turner2018-11-197-17/+21
* Remove unused variable. NFC.Benjamin Kramer2018-11-191-1/+0
* Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"Zachary Turner2018-11-187-147/+4
* Just don't even attempt to invoke sed on Windows.Adrian Prantl2018-11-171-0/+5
* Revert "Makefile.rules: Fix the windows-sed-quoting issue harder."Adrian Prantl2018-11-171-11/+11
* add PdbSymUid.cppJason Molenda2018-11-171-0/+4
* Makefile.rules: Fix the windows-sed-quoting issue harder.Adrian Prantl2018-11-171-9/+11
* Make TestAppleSimulatorOSType.py more flexibleFrederic Riss2018-11-171-1/+7
* Add missing triple from llvm-mc command line.Zachary Turner2018-11-171-1/+1
* Rewrite stop-hook tests as a couple of FileCheck testsFrederic Riss2018-11-169-322/+120
* Makefile.rules: Degrade gracefully on Windows machines without sed.Adrian Prantl2018-11-161-6/+3
* [Cocoa] Prefer llvm::SignExtend64. Pointed out by zturner.Davide Italiano2018-11-161-2/+1
* [SymbolFile] Remove unused function. NFCI.Davide Italiano2018-11-161-18/+0
* Make path more robust so it also works with out-of-tree builds.Adrian Prantl2018-11-161-1/+3
* TypoAdrian Prantl2018-11-161-1/+1
* Use a shared module cache directory for LLDB.Adrian Prantl2018-11-162-3/+4
* Makefile.rules: Use a shared clang module cache directory.Adrian Prantl2018-11-162-2/+19
* [lldb] NFC: Remove the extra ';'Henry Wong2018-11-161-1/+1
* Don't use uniform initialization syntax.Zachary Turner2018-11-163-11/+21
* [NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner2018-11-1613-411/+435
* Fix compilation failure in unit tests on Windows.Zachary Turner2018-11-151-0/+5
* Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLDNathan Lanza2018-11-157-4/+147
* Force SHELL to be cmd.exe on Windows for the test suiteNathan Lanza2018-11-151-0/+11
* A unit test file moved.Jason Molenda2018-11-151-4/+4
* Add a check whether or not a str is utf8 prior to emplacingNathan Lanza2018-11-154-40/+65
* Port the Darwin universal binary testcase to x86_64.Adrian Prantl2018-11-152-61/+57
OpenPOWER on IntegriCloud