| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Change std::sort to llvm::sort to detect non-determinism. | Jonas Devlieghere | 2019-01-08 | 1 | -1/+1 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | Add functionality to export settings | Jonas Devlieghere | 2018-10-26 | 1 | -8/+18 |
| * | Move Args.cpp from Interpreter to Utility | Pavel Labath | 2018-04-17 | 1 | -1/+1 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -7/+8 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | Rewrite all Property related functions in terms of StringRef. | Zachary Turner | 2016-11-17 | 1 | -56/+53 |
| * | Fix Clang-tidy readability-redundant-string-cstr warnings | Malcolm Parsons | 2016-11-02 | 1 | -1/+1 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -311/+265 |
| * | Add -Wimplicit-fallthrough command line option to clang in | Jason Molenda | 2016-02-16 | 1 | -0/+1 |
| * | Refactor OptionValue::SetValueFromCString to use llvm::StringRef | Pavel Labath | 2015-02-20 | 1 | -2/+2 |
| * | Add -exec-arguments command | Ilia K | 2015-02-13 | 1 | -2/+6 |
| * | Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ | Vince Harron | 2015-01-15 | 1 | -4/+5 |
| * | Fixed an issue where if the operating system python plug-in is changed at run... | Greg Clayton | 2015-01-13 | 1 | -0/+1 |
| * | Add support for character option types. | Zachary Turner | 2015-01-12 | 1 | -0/+1 |
| * | Switch NULL to C++11 nullptr in source/Interpreter | Ed Maste | 2014-04-20 | 1 | -2/+2 |
| * | sanitise sign comparisons | Saleem Abdulrasool | 2014-04-02 | 1 | -1/+2 |
| * | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -2/+2 |
| * | Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S... | Greg Clayton | 2012-09-18 | 1 | -2/+2 |
| * | Reimplemented the code that backed the "settings" in lldb. There were many is... | Greg Clayton | 2012-08-22 | 1 | -0/+350 |