1. cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
  2. 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 14 years ago
  3. 19ddda8 Include System/DataTypes.h in Diagnostic.h to get intptr_t. by Rafael Espindola · 14 years ago
  4. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  5. 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
  6. 86eda39 A number in an input constraint can't point to a read-write ('+') constraint. Fixes PR3904. by Anders Carlsson · 14 years ago
  7. c417fa0 Teach SourceManager::getPresumedLoc() how to fail gracefully if getLineNumber/getColumnNumber fail by Douglas Gregor · 14 years ago
  8. 3248854 Rename alignof -> alignOf to avoid irritating C++'0x compilers, PR8423 by Chris Lattner · 14 years ago
  9. 1e592cb Handle Type.h a better way. by Dale Johannesen · 14 years ago
  10. f6e2c20 Generate bitcasts going in and out of MMX parameters by Dale Johannesen · 14 years ago
  11. d145535 Ahem. Add rest of D and Q registers to ARM inline asm handling. by Dale Johannesen · 14 years ago
  12. 20eb49b Add D and Q register names to ARM inline asm handling. by Dale Johannesen · 14 years ago
  13. 0d06e99 getOrCreateContentCache never returns null, so overrideFileContents by Dan Gohman · 14 years ago
  14. 14bd965 Update remaining attribute macros to new style. by Chandler Carruth · 14 years ago
  15. cee5501 Change handling of inline asm 'p' constraint to match llvm-gcc. by Dale Johannesen · 14 years ago
  16. 8523d81 Don't try to guess svn version when current path is a symlink. by Oscar Fuentes · 14 years ago
  17. 4f74d02 Revert r117005, WIN32 is not predefined after all. by Francois Pichet · 14 years ago
  18. 1a6f72d MSVC defines WIN32 as a predefined macro. by Francois Pichet · 14 years ago
  19. a764e83 Targets: Fix MinGW and VisualStudio predefined macros. by Michael J. Spencer · 14 years ago
  20. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  21. 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
  22. 542ad38 Revert "Cleanup and fix predefined macros for windows." by Michael J. Spencer · 14 years ago
  23. 712392e Cleanup and fix predefined macros for windows. by Michael J. Spencer · 14 years ago
  24. e2ef189 CodeGen: Fix long double on Windows using MSVC runtime. by Michael J. Spencer · 14 years ago
  25. 237cf58 Fix Whitespace. by Michael J. Spencer · 14 years ago
  26. 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
  27. e53a44b Teach Diagnostic to recursively expand inside %plural formats. by John McCall · 14 years ago
  28. 3a43d8d _Bool is not a keyword in C++. Fixes PR7388 and PR8349. by Douglas Gregor · 14 years ago
  29. b535041 Fix a silly bug in the suppression of non-error diagnostics in a by Douglas Gregor · 14 years ago
  30. 83e18f8 Basic: Tweak attempt to make version tags work from 'svn export's again, clip by Daniel Dunbar · 14 years ago
  31. 7171f2a Basic: Attempt to make version tags work from 'svn export's again. by Daniel Dunbar · 14 years ago
  32. d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 14 years ago
  33. 757e685 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  34. ddb6c8d Driver: When clang is built with a VENDOR set, include the base LLVM version in by Daniel Dunbar · 14 years ago
  35. 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
  36. 16a8fb7 Basic: Simplify getClangRepositoryPath and getClangRevision. by Daniel Dunbar · 14 years ago
  37. 640cf37 Basic: Add support for git svn to get the repo version in clang executable, by Daniel Dunbar · 14 years ago
  38. 7ccc58f Fixed pr20314-2.c failure, added E, F, p constraint letters. by John Thompson · 14 years ago
  39. 2f474ea Added '|' delimiter to separate inline asm multiple alternative constraints for Clang side of support. by John Thompson · 14 years ago
  40. 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
  41. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  42. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  43. 0f048a4 Allow 'o' and 'V' as constraints for output asm operands. by Dale Johannesen · 14 years ago
  44. 52fc314 Add symantic support for the Pascal calling convention via by Dawn Perchik · 14 years ago
  45. f13721d Add support for windows x86-64 varargs, patch by Cameron Esfahani! by Chris Lattner · 14 years ago
  46. 3f86b78 Fix a typo. by Dan Gohman · 14 years ago
  47. 545be51 Add some missing X86-specific asm constraint letters, and fix by Dale Johannesen · 14 years ago
  48. c070da4 fix PR7953 - Windows filename are case insensitive: by Chris Lattner · 14 years ago
  49. a7e6845 Detabify. by Eli Friedman · 14 years ago
  50. ee79a4c The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that by John McCall · 14 years ago
  51. 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 14 years ago
  52. 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 14 years ago
  53. 7a5bf5f Check whether errors should be included in the diagnostic counts. Previously, by Chandler Carruth · 14 years ago
  54. 5005a6c Get rid of pretty non-ASCII quotes. by Sebastian Redl · 14 years ago
  55. 653f581 apparently msvc defines _STDCALL_SUPPORTED, so we should by Chris Lattner · 14 years ago
  56. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
  57. 0eff4e7 Fix oversight with symbolic names in TargetInfo::validateInputConstraint. by Eli Friedman · 14 years ago
  58. 646395b -Make TokenID of IdentifierInfo read-only, remove setTokenID(). by Argyrios Kyrtzidis · 14 years ago
  59. bf3d552 ARM: Recognize single precision float register names. by Daniel Dunbar · 14 years ago
  60. 1fd7171 ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. by Daniel Dunbar · 14 years ago
  61. 6f15803 Fix for pr7869, inline asm mult-alt constraints. by John Thompson · 14 years ago
  62. ef44e11 Slightly revised handling of mult-alt constraints, to avoid an assert, until we have the full fix. by John Thompson · 14 years ago
  63. 7228380 Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! by Douglas Gregor · 14 years ago
  64. 86e8373 fix the va_list definition for vc++64, patch by Cameron Esfahani! by Chris Lattner · 14 years ago
  65. 7377ed9 Add -mavx and -mno-avx command line support by Bruno Cardoso Lopes · 14 years ago
  66. 270c035 PR7777: Set EnabledByDefault to something useful, instead of setting it by Eli Friedman · 14 years ago
  67. cc5888d Implement dependency analysis for the precompiled preamble. If any of by Douglas Gregor · 14 years ago
  68. 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
  69. 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
  70. 3e15e0a When remapping a virtual file, also make an entry for the file with by Douglas Gregor · 14 years ago
  71. f4f6c9d Introduce basic support for loading a precompiled preamble while by Douglas Gregor · 14 years ago
  72. 3c46e8d Fix namespace polution. by Dan Gohman · 14 years ago
  73. 3c2d301 Wrap bit mangling logic for DiagMappings in its own class so it doesn't leak by Benjamin Kramer · 14 years ago
  74. ad4f387 Catch thinko that Daniel Dunbar found. by Nate Begeman · 14 years ago
  75. dbf8ea4 Fix win64 compilation of constants like 0xFFFFFFFFFFFFFFFFULL by Nate Begeman · 14 years ago
  76. abc563f Introduce a new libclang API, clang_reparseTranslationUnit(), which by Douglas Gregor · 14 years ago
  77. 9638eef BUILD_ARCHIVE is the default for libraries, no need to set it. by Chris Lattner · 14 years ago
  78. bee05c1 Add builtin definition for scanf, including extending the builtin encoding to by Ted Kremenek · 14 years ago
  79. dacf9dd CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing by Daniel Dunbar · 14 years ago
  80. ec1b1cc Pass StringRefs by value. by Benjamin Kramer · 14 years ago
  81. bb0cf4a Hack for dealing with commas until we support multiple alternative constraints, per pr7338. by John Thompson · 14 years ago
  82. ab9e2f5 Revert 107953, remove comma ignoring from PPC constraints. by John Thompson · 14 years ago
  83. ec3a5d8 Updating PPC target to ignore commas in asm contrains, as apparently that is what gcc does. by John Thompson · 14 years ago
  84. 38e317d add driver support for minix, patch by Kees van Reeuwijk from PR7583 by Chris Lattner · 14 years ago
  85. dd53ec9 Translate numbers properly. by Eric Christopher · 14 years ago
  86. 56b6eca Fixed another double-char in PPC-specific asm constraints. by John Thompson · 14 years ago
  87. 8e6065a Added PPC-specific asm constraints, PS3 configuration changes. by John Thompson · 14 years ago
  88. 1f84f8d More clang support for darwin tls. Add a __has_feature macro and by Eric Christopher · 14 years ago
  89. 0a76aae introduce a new CharSourceRange class, and enhance the diagnostics routines by Chris Lattner · 14 years ago
  90. 2390b62 Update CMake build system for ARM NEON generation. by Douglas Gregor · 14 years ago
  91. ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 14 years ago
  92. 5edbdcc Add an option -fshow-overloads=best|all to limit the number of overload by Jeffrey Yasskin · 14 years ago
  93. 98b7c5c Add an option to specify the target C++ ABI to the frontend. Use it to by Charles Davis · 14 years ago
  94. 022a8a5 Create a LinuxTargetInfo on ARM. This make clang correctly expand by Rafael Espindola · 14 years ago
  95. 18af368 On Darwin, initialization and destruction functions should go into the __StaticInit section. by Anders Carlsson · 14 years ago
  96. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  97. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  98. 6deecb0 Correctly align large arrays in x86-64. This fixes PR5599. by Rafael Espindola · 14 years ago
  99. 4c6a226 Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64. by Daniel Dunbar · 14 years ago
  100. 2b7baf0 Roll back r104941. by John McCall · 14 years ago