1. b68e399 In C++, if the user redeclares a builtin function with a type that is by Douglas Gregor · 14 years ago
  2. fbfd180 Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. by Michael J. Spencer · 14 years ago
  3. 403ba35 Add missing standard includes. Patch by Joerg Sonnenberger! by Nick Lewycky · 14 years ago
  4. 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
  5. 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
  6. 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
  7. a48fa4b Change MBlaze target to have the same description string as its LLVM equivalent. by Wesley Peck · 14 years ago
  8. 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
  9. c0f31fd attempt to fix a buildbot failure, apparently apache fails to build. by Chris Lattner · 14 years ago
  10. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  11. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  12. 0d4739ab Fix 2 problems with Chris Lattner's FileManager redesign on Windows. by Francois Pichet · 14 years ago
  13. 5cc1c73 The final result of all this refactoring: instead of doing stat immediately by Chris Lattner · 14 years ago
  14. b2b93c1 if we succeed in opening a directory but expected a file, ensure we don't by Chris Lattner · 14 years ago
  15. 291fcf0 hopefully resolve the windows buildbot issue (retch) by Chris Lattner · 14 years ago
  16. 898a061 change the 'is directory' indicator to be a null-or-not by Chris Lattner · 14 years ago
  17. f9f7766 pull "is directory" handling into FileManager::getStatValue by Chris Lattner · 14 years ago
  18. f3e8a99 tidy up code, add a comment about dir caching. by Chris Lattner · 14 years ago
  19. 72f6130 replicate a terrible hack to fix a build error on VC++ by Chris Lattner · 14 years ago
  20. d6f6111 simplify the cache miss handling code, eliminating CacheMissing. by Chris Lattner · 14 years ago
  21. 11aa4b0 factor the "cache miss" handling code out of FM into a static by Chris Lattner · 14 years ago
  22. f8f6129 r120013 dropped passing in the precomputed file size to by Chris Lattner · 14 years ago
  23. 74e976b PCH files only cache successful stats. Remove the code that reads/writes by Chris Lattner · 14 years ago
  24. 10e286a rework the stat cache, pulling it out of FileManager.h into by Chris Lattner · 14 years ago
  25. 75dfb65 tidy up. Split FileManager::getBufferForFile into by Chris Lattner · 14 years ago
  26. b088cd3 reduce indentation and use early outs, to make it easier to read by Chris Lattner · 14 years ago
  27. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  28. 7ad97ff give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 14 years ago
  29. 151466a Partially revert Doug's PCH validation patch (r98585). by Chris Lattner · 14 years ago
  30. 67452f5 stringref'ize API by Chris Lattner · 14 years ago
  31. efc4be2 avoid creating sys::Path instances when -fworking-directory isn't being used. by Chris Lattner · 14 years ago
  32. aa8b2d9 Filename.rfind("/\\") won't give us the position of the last directory seperator. by Benjamin Kramer · 14 years ago
  33. f69a1f3 change the various getFile routines to use StringRef as their implementation form. by Chris Lattner · 14 years ago
  34. a6a32e2 Initialize StoredDiagnostic's members in order. by Benjamin Kramer · 14 years ago
  35. aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
  36. 3bbe0b0 Update CMake build. by Benjamin Kramer · 14 years ago
  37. f2224d8 Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 14 years ago
  38. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  39. 5807d9c Fix a typo in the UTF-8 BOM (PR8645). Use a StringSwitch while at it. by Benjamin Kramer · 14 years ago
  40. cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
  41. 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 14 years ago
  42. 19ddda8 Include System/DataTypes.h in Diagnostic.h to get intptr_t. by Rafael Espindola · 14 years ago
  43. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  44. 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
  45. 86eda39 A number in an input constraint can't point to a read-write ('+') constraint. Fixes PR3904. by Anders Carlsson · 14 years ago
  46. c417fa0 Teach SourceManager::getPresumedLoc() how to fail gracefully if getLineNumber/getColumnNumber fail by Douglas Gregor · 14 years ago
  47. 3248854 Rename alignof -> alignOf to avoid irritating C++'0x compilers, PR8423 by Chris Lattner · 14 years ago
  48. 1e592cb Handle Type.h a better way. by Dale Johannesen · 14 years ago
  49. f6e2c20 Generate bitcasts going in and out of MMX parameters by Dale Johannesen · 14 years ago
  50. d145535 Ahem. Add rest of D and Q registers to ARM inline asm handling. by Dale Johannesen · 14 years ago
  51. 20eb49b Add D and Q register names to ARM inline asm handling. by Dale Johannesen · 14 years ago
  52. 0d06e99 getOrCreateContentCache never returns null, so overrideFileContents by Dan Gohman · 14 years ago
  53. 14bd965 Update remaining attribute macros to new style. by Chandler Carruth · 14 years ago
  54. cee5501 Change handling of inline asm 'p' constraint to match llvm-gcc. by Dale Johannesen · 14 years ago
  55. 8523d81 Don't try to guess svn version when current path is a symlink. by Oscar Fuentes · 14 years ago
  56. 4f74d02 Revert r117005, WIN32 is not predefined after all. by Francois Pichet · 14 years ago
  57. 1a6f72d MSVC defines WIN32 as a predefined macro. by Francois Pichet · 14 years ago
  58. a764e83 Targets: Fix MinGW and VisualStudio predefined macros. by Michael J. Spencer · 14 years ago
  59. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  60. 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
  61. 542ad38 Revert "Cleanup and fix predefined macros for windows." by Michael J. Spencer · 14 years ago
  62. 712392e Cleanup and fix predefined macros for windows. by Michael J. Spencer · 14 years ago
  63. e2ef189 CodeGen: Fix long double on Windows using MSVC runtime. by Michael J. Spencer · 14 years ago
  64. 237cf58 Fix Whitespace. by Michael J. Spencer · 14 years ago
  65. 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
  66. e53a44b Teach Diagnostic to recursively expand inside %plural formats. by John McCall · 14 years ago
  67. 3a43d8d _Bool is not a keyword in C++. Fixes PR7388 and PR8349. by Douglas Gregor · 14 years ago
  68. b535041 Fix a silly bug in the suppression of non-error diagnostics in a by Douglas Gregor · 14 years ago
  69. 83e18f8 Basic: Tweak attempt to make version tags work from 'svn export's again, clip by Daniel Dunbar · 14 years ago
  70. 7171f2a Basic: Attempt to make version tags work from 'svn export's again. by Daniel Dunbar · 14 years ago
  71. d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 14 years ago
  72. 757e685 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  73. ddb6c8d Driver: When clang is built with a VENDOR set, include the base LLVM version in by Daniel Dunbar · 14 years ago
  74. 1f24e11 Fix handling of the 'Invalid' argument in SourceManager's methods (patch by Dean Sturtevant, reviewed by chandlerc and Sebastian Redl). by Zhanyong Wan · 14 years ago
  75. 16a8fb7 Basic: Simplify getClangRepositoryPath and getClangRevision. by Daniel Dunbar · 14 years ago
  76. 640cf37 Basic: Add support for git svn to get the repo version in clang executable, by Daniel Dunbar · 14 years ago
  77. 7ccc58f Fixed pr20314-2.c failure, added E, F, p constraint letters. by John Thompson · 14 years ago
  78. 2f474ea Added '|' delimiter to separate inline asm multiple alternative constraints for Clang side of support. by John Thompson · 14 years ago
  79. 1484e0d Fix Windows64 target info so pointer arithmetic is done correctly, and no sign extension code is emitted: PtrDiffType needs to be a signed long long. Add a corresponding test case. by Cameron Esfahani · 14 years ago
  80. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  81. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  82. 0f048a4 Allow 'o' and 'V' as constraints for output asm operands. by Dale Johannesen · 14 years ago
  83. 52fc314 Add symantic support for the Pascal calling convention via by Dawn Perchik · 14 years ago
  84. f13721d Add support for windows x86-64 varargs, patch by Cameron Esfahani! by Chris Lattner · 14 years ago
  85. 3f86b78 Fix a typo. by Dan Gohman · 14 years ago
  86. 545be51 Add some missing X86-specific asm constraint letters, and fix by Dale Johannesen · 14 years ago
  87. c070da4 fix PR7953 - Windows filename are case insensitive: by Chris Lattner · 14 years ago
  88. a7e6845 Detabify. by Eli Friedman · 14 years ago
  89. ee79a4c The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that by John McCall · 14 years ago
  90. 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 14 years ago
  91. 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 14 years ago
  92. 7a5bf5f Check whether errors should be included in the diagnostic counts. Previously, by Chandler Carruth · 14 years ago
  93. 5005a6c Get rid of pretty non-ASCII quotes. by Sebastian Redl · 14 years ago
  94. 653f581 apparently msvc defines _STDCALL_SUPPORTED, so we should by Chris Lattner · 14 years ago
  95. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
  96. 0eff4e7 Fix oversight with symbolic names in TargetInfo::validateInputConstraint. by Eli Friedman · 14 years ago
  97. 646395b -Make TokenID of IdentifierInfo read-only, remove setTokenID(). by Argyrios Kyrtzidis · 14 years ago
  98. bf3d552 ARM: Recognize single precision float register names. by Daniel Dunbar · 14 years ago
  99. 1fd7171 ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. by Daniel Dunbar · 14 years ago
  100. 6f15803 Fix for pr7869, inline asm mult-alt constraints. by John Thompson · 14 years ago