1. d7f758c Reimplement DefineTypeSize in terms of APInt. This eliminates some by Chris Lattner · 13 years ago
  2. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 13 years ago
  3. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 13 years ago
  4. 0761e44 Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXExceptions flag. by Anders Carlsson · 13 years ago
  5. 5ef04ee Switch the VerifyDiagnosticsClient to use PresumedLocs now that they by Chandler Carruth · 13 years ago
  6. 0bb208c Remove the storage for -cxx-system-include. Make libcxx toolchain by Joerg Sonnenberger · 13 years ago
  7. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 13 years ago
  8. 2df6647 Bug#8945: Add -cxx-isystem option to specify C++ system directories. by Joerg Sonnenberger · 13 years ago
  9. da4b7cf Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). by Anders Carlsson · 13 years ago
  10. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 13 years ago
  11. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 13 years ago
  12. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 13 years ago
  13. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 13 years ago
  14. 21ac10d handle labeldecls. by Chris Lattner · 13 years ago
  15. 91a230a Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful by Douglas Gregor · 13 years ago
  16. 05c699e lib/Frontend/InitHeaderSearch.cpp: Add mingw-w64's include paths. by NAKAMURA Takumi · 13 years ago
  17. 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 13 years ago
  18. 125b4cb Fix whitespace. by NAKAMURA Takumi · 13 years ago
  19. 9d50634 fix clang -MM output to escape spaces in filenames. This seems to be by Chris Lattner · 13 years ago
  20. 48601b3 Teach the CXCodeCompleteResults results structure, which stores by Douglas Gregor · 13 years ago
  21. 9b7db62 Improve the invalidation logic for the cache of global code by Douglas Gregor · 13 years ago
  22. c9f2e0f [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. by Argyrios Kyrtzidis · 13 years ago
  23. c12bbe5 Fix the distro name. by Rafael Espindola · 13 years ago
  24. adafdba Fix include paths on 32 bit ubuntu 10.10. Original patch by Jonas Bülow. by Rafael Espindola · 13 years ago
  25. 8e3df4d Allow resolving headers from a PCH even after headers+PCH were moved to another path. by Argyrios Kyrtzidis · 13 years ago
  26. 43dee22 [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 13 years ago
  27. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 13 years ago
  28. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 13 years ago
  29. 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 13 years ago
  30. 0a48029 Rename the operation that loads a preprocessed entity from a given offset to indicate that we're loading from an offset, not an index, lest one be confused. No functionality change. by Douglas Gregor · 13 years ago
  31. 5f740c6 InitHeaderSearch.cpp: [PR8298] Don't touch drive G: on Windows hosts! by NAKAMURA Takumi · 13 years ago
  32. be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 13 years ago
  33. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 13 years ago
  34. 92b97f2 Finish up the diagnostic client before we've torn down the ASTReader, by Douglas Gregor · 13 years ago
  35. 17d3fea Driver/Frontend: Wire up -mregparm=. by Daniel Dunbar · 13 years ago
  36. d767d81 static analyzer: Further reduce the analyzer's memory usage when analyzing sqlite3 by 7-10% by recylcing "uninteresting" ExplodedNodes. by Ted Kremenek · 13 years ago
  37. 8ef6c8c Improve our uniquing of file entries when files are re-saved or are by Douglas Gregor · 13 years ago
  38. 142f9e9 -fapple-kext cannot have 'weak' visibility in this abi. by Fariborz Jahanian · 13 years ago
  39. 2100fe9 Moved here from LLVM Clang's configuration options and related macros. by Oscar Fuentes · 13 years ago
  40. f704c61 Frontend: Switch -header-include-file output to use unbuffered raw_ostreams with by Daniel Dunbar · 13 years ago
  41. b34d69b Frontend: Add -header-include-file option, for allowing saving header include by Daniel Dunbar · 13 years ago
  42. b376e5e Frontend: Add support (unused) for showing all "interesting" headers, not just by Daniel Dunbar · 13 years ago
  43. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 13 years ago
  44. eef63e0 Frontend: Factor out header include dumping (-H) into its own preprocessor by Daniel Dunbar · 13 years ago
  45. dae6875 Create a special allocator class for code completion, so that all of by Douglas Gregor · 13 years ago
  46. db08355 Add updated Debian ARM include path. by Nick Lewycky · 13 years ago
  47. 218937c Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 13 years ago
  48. 6f75550 Basic support for -mms-bitfields, from Carl Norum! by Douglas Gregor · 13 years ago
  49. c7a9cda libclang: Don't allow RemoveFileOnSignal to be called via libclang, badness can by Daniel Dunbar · 13 years ago
  50. ff9cd96 Frontend: Add an explicit RemoveFileOnSignal flag argument, to control the by Daniel Dunbar · 13 years ago
  51. f25649c Support for -plugin-arg- with -add-plugin by Nico Weber · 13 years ago
  52. 1aa2730 Teach ASTUnit to save the specified target features, since by Douglas Gregor · 13 years ago
  53. 0433116 TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with invalid PresomedLoc, instead of just silencing it. by Axel Naumann · 13 years ago
  54. bd5a94e [analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default by Argyrios Kyrtzidis · 13 years ago
  55. 2bc2121 Unbreak CMake build. by Ted Kremenek · 13 years ago
  56. 5aa74af Add -add-plugin flag, which runs plugins in addition to codegen. by Nico Weber · 13 years ago
  57. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  58. 0b53cf8 Don't silently drop warning flags passed in to by Douglas Gregor · 14 years ago
  59. d8868a6 Introduce the notion of a "minimal" import of ASTs, to better support LLDB. by Douglas Gregor · 14 years ago
  60. 32bef4e Replace all uses of PathV1::exists with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
  61. b466d01 Add all options needed to support -fapple-kext. wip. by Fariborz Jahanian · 14 years ago
  62. 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 14 years ago
  63. af6530c Remove all uses of PathV1::GetRootDirectory. by Michael J. Spencer · 14 years ago
  64. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
  65. c478a14 Add WIP prototype of a new buffer overflow by Ted Kremenek · 14 years ago
  66. c4bf2b9 Introduced raw_identifier token kind. by Abramo Bagnara · 14 years ago
  67. fbfd180 Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. by Michael J. Spencer · 14 years ago
  68. 06a8dc6 Fix spelling. by Michael J. Spencer · 14 years ago
  69. a3d39c0 Add IndirectField case in DeclContextPrinter::PrintDeclContext. Fix PR8832. by Francois Pichet · 14 years ago
  70. 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
  71. 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
  72. d64f4c1 Gather cached code completions after the first reparse, not after the by Douglas Gregor · 14 years ago
  73. 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
  74. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  75. 1fd9e0d Use atomic operations for libclang's object count tracking. by Douglas Gregor · 14 years ago
  76. 91252d1 Implement -cl-std= by Peter Collingbourne · 14 years ago
  77. 4400cb8 Implement -cl-mad-enable by Peter Collingbourne · 14 years ago
  78. f084082 Implement -cl-fast-relaxed-math by Peter Collingbourne · 14 years ago
  79. 5f67e13 Implement -cl-unsafe-math-optimizations by Peter Collingbourne · 14 years ago
  80. 5d729a3 Implement -cl-finite-math-only by Peter Collingbourne · 14 years ago
  81. 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 14 years ago
  82. 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 14 years ago
  83. 0a3c03c Refactor optimisation level code by Peter Collingbourne · 14 years ago
  84. 53c92be Introduce CompilerInvocation::setLangDefaults function by Peter Collingbourne · 14 years ago
  85. 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 14 years ago
  86. 8a24341 Don't check the isysroot path for Path::isValid(); if the user has by Dan Gohman · 14 years ago
  87. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  88. 89d9980 When using a precompiled preamble with detailed preprocessing records, by Douglas Gregor · 14 years ago
  89. 414cb64 When loading a precompiled preamble, use the file ID of the by Douglas Gregor · 14 years ago
  90. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  91. 7f946ad When performing code completion within ASTUnit, allocate the AugmentedCodeCompleteConsumer on the heap, so it's always cleaned up properly by Douglas Gregor · 14 years ago
  92. fbfdb20 Add GCC 4.4.5 for Gentoo, and order them in a more sensible way. This allows by Chandler Carruth · 14 years ago
  93. 9d2c060 Add C++ header path for openSUSE 11.4. Patch by İsmail Dönmez. by Rafael Espindola · 14 years ago
  94. f351424 Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals by John McCall · 14 years ago
  95. 898a061 change the 'is directory' indicator to be a null-or-not by Chris Lattner · 14 years ago
  96. d6f6111 simplify the cache miss handling code, eliminating CacheMissing. by Chris Lattner · 14 years ago
  97. 10e286a rework the stat cache, pulling it out of FileManager.h into by Chris Lattner · 14 years ago
  98. 75dfb65 tidy up. Split FileManager::getBufferForFile into by Chris Lattner · 14 years ago
  99. 681c74a don't allow remapping PTH file paths with -fworking-directory, the by Chris Lattner · 14 years ago
  100. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago