1. b1c8649 Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it. by Argyrios Kyrtzidis · 14 years ago
  2. 85f3d76 Move some of the logic about classifying Objective-C methods into by John McCall · 14 years ago
  3. 7decebf Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning flag for a warning mapped to an error. by Ted Kremenek · 14 years ago
  4. 5ef04ee Switch the VerifyDiagnosticsClient to use PresumedLocs now that they by Chandler Carruth · 14 years ago
  5. e177d3b Targets/Darwin: mcount name on Darwin needs to be unmangled. by Daniel Dunbar · 14 years ago
  6. 26ed5f1 Test commit. by Richard Smith · 14 years ago
  7. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 14 years ago
  8. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 14 years ago
  9. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago
  10. c910929 [Heikki Kultala] This patch contains the ABI changes for the TCE target. by NAKAMURA Takumi · 14 years ago
  11. ef9a1d0 Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo by Peter Collingbourne · 14 years ago
  12. 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 14 years ago
  13. 37c02bf Fix a thinko with llvm::Optional, which is clearly the most dangerous class template in the universe by Douglas Gregor · 14 years ago
  14. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 14 years ago
  15. 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 14 years ago
  16. 21af887 Uses llvm::sys::path instead of hand-rolled algorithm in FileManager. by Zhanyong Wan · 14 years ago
  17. 9b555ea Improves Clang's virtual file handling. by Zhanyong Wan · 14 years ago
  18. b7a1841 Don't compare llvm::Optional<> objects directly; compare their by Douglas Gregor · 14 years ago
  19. cfbf1c7 Implement two related optimizations that make de-serialization of by Douglas Gregor · 14 years ago
  20. be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 14 years ago
  21. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
  22. 100f239 Update for API change. by Rafael Espindola · 14 years ago
  23. 8ef6c8c Improve our uniquing of file entries when files are re-saved or are by Douglas Gregor · 14 years ago
  24. 4814fb5 If any Fix-Its attached to a diagnostic have invalid source locations by Douglas Gregor · 14 years ago
  25. 86a4d0d Teach SourceManager::getLocation() how to cope with a source file by Douglas Gregor · 14 years ago
  26. 50ae3e3 Revert 124754 and 124760 as they made clang unusable in the presence of symbolic by Rafael Espindola · 14 years ago
  27. b9d4cb3 Improve the performance of filename canonicalization by avoiding by Douglas Gregor · 14 years ago
  28. aa596e8 Canonicalize path names in the file manager before performing a lookup by Douglas Gregor · 14 years ago
  29. fb7049a Support EFI target triple, from Carl Norum! by Douglas Gregor · 14 years ago
  30. 3de8424 Harden Lexer::GetBeginningOfToken() against bogus source locations and by Douglas Gregor · 14 years ago
  31. 4f5e21e Teach Diagnostic::setClient() to free the existing, owned by Douglas Gregor · 14 years ago
  32. 418df34 Separate the access-control diagnostics from other diagnostics that do not have SFINAE behavior. by Douglas Gregor · 14 years ago
  33. 0433116 TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with invalid PresomedLoc, instead of just silencing it. by Axel Naumann · 14 years ago
  34. 7952199 lib/Basic/Targets.cpp: __builtin_va_list is as same on win64 mingw64! by NAKAMURA Takumi · 14 years ago
  35. 1b24cd3 lib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64. by NAKAMURA Takumi · 14 years ago
  36. 8c959d9 lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc. by NAKAMURA Takumi · 14 years ago
  37. 3efd52c Properly propagate #pragma diagnostic mappings from PCH but not command-line warning flags. by Argyrios Kyrtzidis · 14 years ago
  38. 12e8464 wint_t is defined as 'unsigned int' on Linux. Fixes PR8938. by Douglas Gregor · 14 years ago
  39. f84109e Update AST reader/writer to handle new AppleKext. by Fariborz Jahanian · 14 years ago
  40. 06f4563 Add cortex-m3 CPU to getCPUDefineSuffix mapping. Patch by Sylvère Teissier. by Bob Wilson · 14 years ago
  41. c81f2a2 PowerPC fixes. by Roman Divacky · 14 years ago
  42. c8b09a1 set features for k8-sse3 by Roman Divacky · 14 years ago
  43. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  44. ee933e1 Handle locations coming from macro instantiations properly in SourceManager::isBeforeInTranslationUnit(). by Argyrios Kyrtzidis · 14 years ago
  45. b68e399 In C++, if the user redeclares a builtin function with a type that is by Douglas Gregor · 14 years ago
  46. fbfd180 Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. by Michael J. Spencer · 14 years ago
  47. 403ba35 Add missing standard includes. Patch by Joerg Sonnenberger! by Nick Lewycky · 14 years ago
  48. 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
  49. 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
  50. 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
  51. a48fa4b Change MBlaze target to have the same description string as its LLVM equivalent. by Wesley Peck · 14 years ago
  52. 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
  53. c0f31fd attempt to fix a buildbot failure, apparently apache fails to build. by Chris Lattner · 14 years ago
  54. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  55. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  56. 0d4739ab Fix 2 problems with Chris Lattner's FileManager redesign on Windows. by Francois Pichet · 14 years ago
  57. 5cc1c73 The final result of all this refactoring: instead of doing stat immediately by Chris Lattner · 14 years ago
  58. b2b93c1 if we succeed in opening a directory but expected a file, ensure we don't by Chris Lattner · 14 years ago
  59. 291fcf0 hopefully resolve the windows buildbot issue (retch) by Chris Lattner · 14 years ago
  60. 898a061 change the 'is directory' indicator to be a null-or-not by Chris Lattner · 14 years ago
  61. f9f7766 pull "is directory" handling into FileManager::getStatValue by Chris Lattner · 14 years ago
  62. f3e8a99 tidy up code, add a comment about dir caching. by Chris Lattner · 14 years ago
  63. 72f6130 replicate a terrible hack to fix a build error on VC++ by Chris Lattner · 14 years ago
  64. d6f6111 simplify the cache miss handling code, eliminating CacheMissing. by Chris Lattner · 14 years ago
  65. 11aa4b0 factor the "cache miss" handling code out of FM into a static by Chris Lattner · 14 years ago
  66. f8f6129 r120013 dropped passing in the precomputed file size to by Chris Lattner · 14 years ago
  67. 74e976b PCH files only cache successful stats. Remove the code that reads/writes by Chris Lattner · 14 years ago
  68. 10e286a rework the stat cache, pulling it out of FileManager.h into by Chris Lattner · 14 years ago
  69. 75dfb65 tidy up. Split FileManager::getBufferForFile into by Chris Lattner · 14 years ago
  70. b088cd3 reduce indentation and use early outs, to make it easier to read by Chris Lattner · 14 years ago
  71. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  72. 7ad97ff give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 14 years ago
  73. 151466a Partially revert Doug's PCH validation patch (r98585). by Chris Lattner · 14 years ago
  74. 67452f5 stringref'ize API by Chris Lattner · 14 years ago
  75. efc4be2 avoid creating sys::Path instances when -fworking-directory isn't being used. by Chris Lattner · 14 years ago
  76. aa8b2d9 Filename.rfind("/\\") won't give us the position of the last directory seperator. by Benjamin Kramer · 14 years ago
  77. f69a1f3 change the various getFile routines to use StringRef as their implementation form. by Chris Lattner · 14 years ago
  78. a6a32e2 Initialize StoredDiagnostic's members in order. by Benjamin Kramer · 14 years ago
  79. aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
  80. 3bbe0b0 Update CMake build. by Benjamin Kramer · 14 years ago
  81. f2224d8 Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 14 years ago
  82. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  83. 5807d9c Fix a typo in the UTF-8 BOM (PR8645). Use a StringSwitch while at it. by Benjamin Kramer · 14 years ago
  84. cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
  85. 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 14 years ago
  86. 19ddda8 Include System/DataTypes.h in Diagnostic.h to get intptr_t. by Rafael Espindola · 14 years ago
  87. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  88. 79ca1ee When setting a tied check if it's already tied. If it's tied to another constraint it's invalid. Fixes PR3905. by Anders Carlsson · 14 years ago
  89. 86eda39 A number in an input constraint can't point to a read-write ('+') constraint. Fixes PR3904. by Anders Carlsson · 14 years ago
  90. c417fa0 Teach SourceManager::getPresumedLoc() how to fail gracefully if getLineNumber/getColumnNumber fail by Douglas Gregor · 14 years ago
  91. 3248854 Rename alignof -> alignOf to avoid irritating C++'0x compilers, PR8423 by Chris Lattner · 14 years ago
  92. 1e592cb Handle Type.h a better way. by Dale Johannesen · 14 years ago
  93. f6e2c20 Generate bitcasts going in and out of MMX parameters by Dale Johannesen · 14 years ago
  94. d145535 Ahem. Add rest of D and Q registers to ARM inline asm handling. by Dale Johannesen · 14 years ago
  95. 20eb49b Add D and Q register names to ARM inline asm handling. by Dale Johannesen · 14 years ago
  96. 0d06e99 getOrCreateContentCache never returns null, so overrideFileContents by Dan Gohman · 14 years ago
  97. 14bd965 Update remaining attribute macros to new style. by Chandler Carruth · 14 years ago
  98. cee5501 Change handling of inline asm 'p' constraint to match llvm-gcc. by Dale Johannesen · 14 years ago
  99. 8523d81 Don't try to guess svn version when current path is a symlink. by Oscar Fuentes · 14 years ago
  100. 4f74d02 Revert r117005, WIN32 is not predefined after all. by Francois Pichet · 14 years ago