Go to file
Greg Clayton 67cc06366c Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation:
- no setting auto completion
- very manual and error prone way of getting/setting variables
- tons of code duplication
- useless instance names for processes, threads

Now settings can easily be defined like option values. The new settings makes use of the "OptionValue" classes so we can re-use the option value code that we use to set settings in command options. No more instances, just "does the right thing".

llvm-svn: 162366
2012-08-22 17:17:09 +00:00
clang [analyzer] Restructure discussion of DynamicTypeInfo and RuntimeDefinition. 2012-08-22 17:13:27 +00:00
clang-tools-extra Make Mr. Pedantic happy by fixing banner to be exactly 80 columns 2012-08-21 16:29:41 +00:00
compiler-rt [ASan] use write instead of puts in malloc hooks test for ASan, as puts calls malloc on Mac 2012-08-22 13:32:37 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc Add rsqrt builtin. Based on patch by Cassie Epps! 2012-08-21 10:48:35 +00:00
libcxx Fix a typo in the docs 2012-08-22 00:57:11 +00:00
libcxxabi Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bits for 64 bit targets. This is controls the data layout of all exceptions defined in <stdexcept>. This aligns the ABI with that of gcc-4.2. 2012-08-08 16:15:16 +00:00
lld Hook up lld-test to llvm check-all. Patch by Andy Gibbs! 2012-07-31 18:44:52 +00:00
lldb Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
llvm Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. No 2012-08-22 16:52:57 +00:00
polly autoconf: Only define GPGPU_CODEGEN, if that feature is requested 2012-08-21 12:29:10 +00:00