1. 1c3318a split the sidebar out to an SSI file so it isn't duplicated everywhere. by Chris Lattner · 14 years ago
  2. ba6d3bb fix a few typos. by Chris Lattner · 14 years ago
  3. 7dbd6da Revert my previous patch. Apparently the code-size impact of std::sort isn't acceptable. by Owen Anderson · 14 years ago
  4. c0b52f4 Replace qsort_r with std::sort. This gets rid of a lot of portability by Owen Anderson · 14 years ago
  5. 151a331 Fix includes. by Eli Friedman · 14 years ago
  6. b586901 Use st_mtime instead of st_mtimespec for portability. by Eli Friedman · 14 years ago
  7. 5b5985d Fix TimeValue::Offset* to take uint64_t by Eli Friedman · 14 years ago
  8. 18cba0c Use Host::GetCurrentThreadID() instead of mach_thread_self(). by Eli Friedman · 14 years ago
  9. 224c4cc Add missing include; fix missed constant to use llvm::MachO. by Eli Friedman · 14 years ago
  10. fec663f Fix warning. by Eli Friedman · 14 years ago
  11. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  12. beb7742 Fixed an issue where a return value wasn't being returned from Symtab::CompareSymbolValueByIndexLinux. by Greg Clayton · 14 years ago
  13. 5eeb2d3 Remove dependency on Mac-specific libkern/OSByteOrder.h. by Eli Friedman · 14 years ago
  14. 6206317 Make Error.h and Error.cpp compile on Linux. by Eli Friedman · 14 years ago
  15. 020f353 Make qsort_r usage "portable". Why does a function which seems so simple by Eli Friedman · 14 years ago
  16. 40cb2cd Remove global init constructor from r105746. by Eli Friedman · 14 years ago
  17. 602ce7e Spelling fix from Sebastian Redl. by Jason Molenda · 14 years ago
  18. 46a8cf3 Add some missing close tags. by Benjamin Kramer · 14 years ago
  19. b7eb709 Fix paragraph tag. Patch by Mike Miller. by Eric Christopher · 14 years ago
  20. 67ee10b Expand AR_EFMT1 because the define is not present on Linux (and possibly by Eli Friedman · 14 years ago
  21. ce6fe88 Add missing include. by Eli Friedman · 14 years ago
  22. e02154d Remove unused uuid_t constructor for lldb_private::UUID. by Eli Friedman · 14 years ago
  23. e4f90cd Fixed an error in the architecture page. by Greg Clayton · 14 years ago
  24. 854bb53 Updated the web pages with new navigable web pages. by Greg Clayton · 14 years ago
  25. 1fb8a87 Removing www files, will replace them with new ones after this commit. by Greg Clayton · 14 years ago
  26. 4bd81b8 Don't use std::tr1::shared_ptr directly. by Eli Friedman · 14 years ago
  27. 1f3af54 Correctly handle the case where dyld has slid. by Jason Molenda · 14 years ago
  28. b34d2a2 Fix include path. by Eli Friedman · 14 years ago
  29. a8a5e56 Committing patch from Joseph Ranieri to handle 'exit()' the same by Jason Molenda · 14 years ago
  30. e8448c6 SymbolVendor.mm doesn't seem to have any Objective-C in it; by Jason Molenda · 14 years ago
  31. 96f5ac6 Warning fix. by Eli Friedman · 14 years ago
  32. dea5ea7 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 14 years ago
  33. 1936546 For header includes we are currently trying to adopt some aspects of the by Greg Clayton · 14 years ago
  34. 8cd4a94 Use portable endianness routine from LLVM. by Eli Friedman · 14 years ago
  35. d6e167d Add a few more missing includes. by Eli Friedman · 14 years ago
  36. 3c90d99 Don't include Python.h in the shared header. by Eli Friedman · 14 years ago
  37. 057ef85 Add necessary includes. Remove unnecessary assignments to sin_len. by Eli Friedman · 14 years ago
  38. 9948838 Revert this fix for now, since it breaks the build. by Eli Friedman · 14 years ago
  39. 27cd889 Remove unused class. by Eli Friedman · 14 years ago
  40. 9cb59a1 A few more warning/error fixes. by Eli Friedman · 14 years ago
  41. ced18cd A few more minor fixes. by Eli Friedman · 14 years ago
  42. f2f321d Misc minor warning/error fixes. by Eli Friedman · 14 years ago
  43. f553b51 Add a couple missing includes. by Eli Friedman · 14 years ago
  44. b1ed516 Minor warning/error fixes. by Eli Friedman · 14 years ago
  45. 34e1618 I declare "x86-64" to be the official formatting for this page. by Jason Molenda · 14 years ago
  46. 656a30e A couple more minor error/warning fixes. by Eli Friedman · 14 years ago
  47. 9dd6edd More warning/error fixes. by Eli Friedman · 14 years ago
  48. 87c8718 Misc warning/error fixes. by Eli Friedman · 14 years ago
  49. a408326 Add missing includes. by Eli Friedman · 14 years ago
  50. 1501a96 Per surrounding style, use stdarg.h instead of cstdio, etc. by Eli Friedman · 14 years ago
  51. 4cba613 OK, we should only point to PROJECT_DIR/include for the header search paths since the includes specify lldb/API/etc. This is temporary until the final install location is decided upon for the headers. by Christopher Friesen · 14 years ago
  52. b4a4728 More minor build fixes. by Eli Friedman · 14 years ago
  53. 10ff00e Add missing include. by Eli Friedman · 14 years ago
  54. 7a62c8b And some more include line fixes. by Eli Friedman · 14 years ago
  55. 038979e update the USER_HEADER_SEARCH_PATHS for one of the variants. by Jason Molenda · 14 years ago
  56. d6ec8aa Fix a bunch more include lines. by Eli Friedman · 14 years ago
  57. 25f92c9 Use correct name for the OS here too. by Eric Christopher · 14 years ago
  58. d254440 You'll need to be running Mac OS X to get lldb to build right now. by Jason Molenda · 14 years ago
  59. e28824e And a few more warning/error fixes. by Eli Friedman · 14 years ago
  60. 66cb9f2 Add a quick readme on building lldb. This points to the code signing by Eric Christopher · 14 years ago
  61. 5de8a44 typeo fix. by Jason Molenda · 14 years ago
  62. b6773a7 More random error/warning fixes. by Eli Friedman · 14 years ago
  63. 2651e61 Narrow down the header search path to the public API by Christopher Friesen · 14 years ago
  64. 643449a Remove underscore named version of this file. by Jason Molenda · 14 years ago
  65. fa765c4 fixing headers search paths so lldb-tool will build with these new changes by Christopher Friesen · 14 years ago
  66. d762e68 Minor warning fixes. by Eli Friedman · 14 years ago
  67. 74089e1 missed a greater than to quote conversion by Christopher Friesen · 14 years ago
  68. fdd10d6 And part two of two of fixing includes; somehow I thought the problem was more by Eli Friedman · 14 years ago
  69. 5f81547 Fix include lines to use more conventional paths, part 1. by Eli Friedman · 14 years ago
  70. dbd1407 Revert previous commit; apparently, the zip file is actually necessary for the build. I'll continue the discussion on lldb-dev. by Eli Friedman · 14 years ago
  71. 2e56cd8 Remove a 41MB file from the repository; if anyone really wants this, they can by Eli Friedman · 14 years ago
  72. 2714c1a test commit by Chris Lattner · 14 years ago
  73. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago
  74. bc2e491 test commit by Chris Lattner · 14 years ago
  75. 98b9379 new trunk dir by Chris Lattner · 14 years ago