1. 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 14 years ago
  2. 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 14 years ago
  3. 7a5bf5f Check whether errors should be included in the diagnostic counts. Previously, by Chandler Carruth · 14 years ago
  4. 5005a6c Get rid of pretty non-ASCII quotes. by Sebastian Redl · 14 years ago
  5. 653f581 apparently msvc defines _STDCALL_SUPPORTED, so we should by Chris Lattner · 14 years ago
  6. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
  7. 0eff4e7 Fix oversight with symbolic names in TargetInfo::validateInputConstraint. by Eli Friedman · 14 years ago
  8. 646395b -Make TokenID of IdentifierInfo read-only, remove setTokenID(). by Argyrios Kyrtzidis · 14 years ago
  9. bf3d552 ARM: Recognize single precision float register names. by Daniel Dunbar · 14 years ago
  10. 1fd7171 ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. by Daniel Dunbar · 14 years ago
  11. 6f15803 Fix for pr7869, inline asm mult-alt constraints. by John Thompson · 14 years ago
  12. ef44e11 Slightly revised handling of mult-alt constraints, to avoid an assert, until we have the full fix. by John Thompson · 14 years ago
  13. 7228380 Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! by Douglas Gregor · 14 years ago
  14. 86e8373 fix the va_list definition for vc++64, patch by Cameron Esfahani! by Chris Lattner · 14 years ago
  15. 7377ed9 Add -mavx and -mno-avx command line support by Bruno Cardoso Lopes · 14 years ago
  16. 270c035 PR7777: Set EnabledByDefault to something useful, instead of setting it by Eli Friedman · 14 years ago
  17. cc5888d Implement dependency analysis for the precompiled preamble. If any of by Douglas Gregor · 14 years ago
  18. ffaab3e Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. by Sebastian Redl · 14 years ago
  19. b86238d Add a test case for tentative definitions in chained PCH. Fix a bug that completely messed up source locations and thus caused a crash whenever a diagnostic was emitted in chained PCH files. by Sebastian Redl · 14 years ago
  20. 3e15e0a When remapping a virtual file, also make an entry for the file with by Douglas Gregor · 14 years ago
  21. f4f6c9d Introduce basic support for loading a precompiled preamble while by Douglas Gregor · 14 years ago
  22. 3c46e8d Fix namespace polution. by Dan Gohman · 14 years ago
  23. 3c2d301 Wrap bit mangling logic for DiagMappings in its own class so it doesn't leak by Benjamin Kramer · 14 years ago
  24. ad4f387 Catch thinko that Daniel Dunbar found. by Nate Begeman · 14 years ago
  25. dbf8ea4 Fix win64 compilation of constants like 0xFFFFFFFFFFFFFFFFULL by Nate Begeman · 14 years ago
  26. abc563f Introduce a new libclang API, clang_reparseTranslationUnit(), which by Douglas Gregor · 14 years ago
  27. 9638eef BUILD_ARCHIVE is the default for libraries, no need to set it. by Chris Lattner · 14 years ago
  28. bee05c1 Add builtin definition for scanf, including extending the builtin encoding to by Ted Kremenek · 14 years ago
  29. dacf9dd CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing by Daniel Dunbar · 15 years ago
  30. ec1b1cc Pass StringRefs by value. by Benjamin Kramer · 15 years ago
  31. bb0cf4a Hack for dealing with commas until we support multiple alternative constraints, per pr7338. by John Thompson · 15 years ago
  32. ab9e2f5 Revert 107953, remove comma ignoring from PPC constraints. by John Thompson · 15 years ago
  33. ec3a5d8 Updating PPC target to ignore commas in asm contrains, as apparently that is what gcc does. by John Thompson · 15 years ago
  34. 38e317d add driver support for minix, patch by Kees van Reeuwijk from PR7583 by Chris Lattner · 15 years ago
  35. dd53ec9 Translate numbers properly. by Eric Christopher · 15 years ago
  36. 56b6eca Fixed another double-char in PPC-specific asm constraints. by John Thompson · 15 years ago
  37. 8e6065a Added PPC-specific asm constraints, PS3 configuration changes. by John Thompson · 15 years ago
  38. 1f84f8d More clang support for darwin tls. Add a __has_feature macro and by Eric Christopher · 15 years ago
  39. 0a76aae introduce a new CharSourceRange class, and enhance the diagnostics routines by Chris Lattner · 15 years ago
  40. 2390b62 Update CMake build system for ARM NEON generation. by Douglas Gregor · 15 years ago
  41. ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 15 years ago
  42. 5edbdcc Add an option -fshow-overloads=best|all to limit the number of overload by Jeffrey Yasskin · 15 years ago
  43. 98b7c5c Add an option to specify the target C++ ABI to the frontend. Use it to by Charles Davis · 15 years ago
  44. 022a8a5 Create a LinuxTargetInfo on ARM. This make clang correctly expand by Rafael Espindola · 15 years ago
  45. 18af368 On Darwin, initialization and destruction functions should go into the __StaticInit section. by Anders Carlsson · 15 years ago
  46. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 15 years ago
  47. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 15 years ago
  48. 6deecb0 Correctly align large arrays in x86-64. This fixes PR5599. by Rafael Espindola · 15 years ago
  49. 4c6a226 Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64. by Daniel Dunbar · 15 years ago
  50. 2b7baf0 Roll back r104941. by John McCall · 15 years ago
  51. 1d0a585 Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 15 years ago
  52. 350b9f3 Darwin/ARM seems to support mac68k align as well. by Daniel Dunbar · 15 years ago
  53. 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 15 years ago
  54. 34d7c4d don't make _Bool be a keyword in -fms-extensions mode, patch by Steven Watanabe! by Chris Lattner · 15 years ago
  55. 5ef12b3 Update the types for warning option subgroup arrays to 'short', we have more by Chandler Carruth · 15 years ago
  56. d3b8cc2 clean up isBeforeInTranslationUnit by factoring out some common by Chris Lattner · 15 years ago
  57. 48296ba reimplement the guts of SourceManager::isBeforeInTranslationUnit by Chris Lattner · 15 years ago
  58. 66a915f start using the caching now that it appears to work! by Chris Lattner · 15 years ago
  59. dcb1d68 reimplement the caching in the SourceManager::isBeforeInTranslationUnit() by Chris Lattner · 15 years ago
  60. 4cadeec Basic: Update getClangRepositoryPath for my change to integration branch layout. by Daniel Dunbar · 15 years ago
  61. 672c003 Workaround a really serious caching bug in SourceManager::isBeforeInTranslationUnit() where the by Ted Kremenek · 15 years ago
  62. c9b8890 When -fdiagnostics-print-source-range-info is specified, by Chris Lattner · 15 years ago
  63. 27b0f51 add the ability to associate 'category' names with diagnostics by Chris Lattner · 15 years ago
  64. 9bffb07 david conrad points out that {|} in inline assembly on arm are not asm by Chris Lattner · 15 years ago
  65. fe1ea7b another tweak for haiku support, patch by Paul Davey! by Chris Lattner · 15 years ago
  66. 684de63 ARM/APCS: Don't respect bit-field types when laying out structures. by Daniel Dunbar · 15 years ago
  67. 2b003fd Sink the _GNU_SOURCE definition down into the target configuration, by Douglas Gregor · 15 years ago
  68. 5c5db4e change FullSourceLoc to have a *const* SourceManager&, eliminating a const_cast. by Chris Lattner · 15 years ago
  69. e127a0d push some source location information down through the compiler, by Chris Lattner · 15 years ago
  70. 38caec4 enhance sourcemgr to detect various UTF BOM's and emit a fatal error by Chris Lattner · 15 years ago
  71. 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 15 years ago
  72. eb5d7b7 Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not by Chandler Carruth · 15 years ago
  73. fb937b8 clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. by Daniel Dunbar · 15 years ago
  74. b6830d6 Tweak spelling (Bitfield -> BitField) by Daniel Dunbar · 15 years ago
  75. b6a1693 Add TargetInfo::useBitfieldTypeAlignment(). by Daniel Dunbar · 15 years ago
  76. 1864f2e Once we've emitted a fatal diagnostic, keep counting errors but with a by Douglas Gregor · 15 years ago
  77. 04e4427 fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic by Chris Lattner · 15 years ago
  78. ec55c94 Fix null dereference in 'WriteSourceLocation' when the FileEntry is null. by Ted Kremenek · 15 years ago
  79. 86ed3a3 add haiku support, patch by Paul Davey! by Chris Lattner · 15 years ago
  80. 0b3c773 Disable diag::err_file_modified on Win32 completely, until someone cares to fix by Daniel Dunbar · 15 years ago
  81. 9f692a0 On Windows, disable the modification-time check for files used in by Douglas Gregor · 15 years ago
  82. c100214 add clang -cc1 level support for "-ferror-limit 42" by Chris Lattner · 15 years ago
  83. b205ac9 add capabilities to stop emitting errors after some limit. by Chris Lattner · 15 years ago
  84. 53eee7b Instead of counting totally diagnostics, split the count into a count by Chris Lattner · 15 years ago
  85. eea12d1 Add option and macro definition for AES instructions. Now produces real by Eric Christopher · 15 years ago
  86. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
  87. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago
  88. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
  89. fe6b2d4 Optimize PartialDiagnostic's memory-allocation behavior by placing a by Douglas Gregor · 15 years ago
  90. eab5d1e Teach the diagnostic engine to provide more detailed information about by Douglas Gregor · 15 years ago
  91. fb45797 PS3 needs __PPC__. Should this be in the PPC target? by John Thompson · 15 years ago
  92. 9e2dac9 Fix a thinko and a typo in the delayed-diagnostic code. by Douglas Gregor · 15 years ago
  93. 93ea5cb Introduce the notion of a single "delayed" diagnostic into the by Douglas Gregor · 15 years ago
  94. 2d52be5 Keep track of the size/modification time of each file source-location by Douglas Gregor · 15 years ago
  95. 5de6572 Fix a longstanding (but previously unknown) bug in the lazy by Douglas Gregor · 15 years ago
  96. 0419a23 Check the inode in addition to size and modification time to determine by Douglas Gregor · 15 years ago
  97. e39b600 Use a simple diagnostic (file modified) when we detect that a file has by Douglas Gregor · 15 years ago
  98. c815108 Teach SourceManager's content cache to keep track of whether its by Douglas Gregor · 15 years ago
  99. 64e462d Update get*LineNumber() and get*ColumnNumber() functions to pass the by Douglas Gregor · 15 years ago
  100. a543016 Audit all callers of SourceManager::getCharacterData(); update some of by Douglas Gregor · 15 years ago