[go: nahoru, domu]

  1. c029fe2 Add `-print-resource-dir` to pnacl-clang. by Rubens Farias · 3 years, 5 months ago main
  2. cfbfff6 Cherry-pick upstream r237929 by Derek Schuff · 7 years ago
  3. e34aaa1 Allow disabling libXML in Clang's CMake build by Derek Schuff · 7 years ago
  4. ce163fd Support -rdynamic option in the new driver by Petr Hosek · 8 years ago
  5. d57a6f8 Use LLVM LTO instead of IR types to improve compatibility by Petr Hosek · 8 years ago
  6. 6836bf5 Allow overriding -fno-gnu-inline-assembly by Petr Hosek · 8 years ago
  7. a2e4b29 Support different file extensions for LLVM gold plugin by Petr Hosek · 8 years ago
  8. ec03bad Clang toolchain driver for PNaCl by Petr Hosek · 8 years ago
  9. 25d3d1f Readd the C++ ABI alignment handling logic by Petr Hosek · 8 years ago
  10. c1f280d Remove Emscripten support by Petr Hosek · 8 years ago
  11. cf0dc7f nacl-clang driver: Derive nacltools::Link from gnutools::Link by Roland McGrath · 9 years ago
  12. 25662b2 Cherry-pick upstream r237073 by Petr Hosek · 9 years ago
  13. 605ea9b Use LLVM args to handle -malign-double option by Petr Hosek · 9 years ago
  14. 88005a1 Support -malign-double option by Petr Hosek · 9 years ago
  15. a9fdf00 Disable GitBranchCheck on commit presubmit by Aaron Gable · 9 years ago
  16. 1756cbb Cherry-pick r244675: [MIPS] Use arch values for lock-free atomic ops by Petar Jovanovic · 9 years ago
  17. 2390482 [MIPS] Add support for direct-to-nacl in Clang by Petar Jovanovic · 9 years ago
  18. 78af27d Change Native Client x86 usr include and link path to match SDK expectations by Derek Schuff · 9 years ago
  19. c82d6a2 Cherry-pick upstream r238083 [Sema] Don't use dyn_cast to detect an AtomicType by Derek Schuff · 9 years ago
  20. 0895c9a Cherrypick upstream r240600, r240601 by Derek Schuff · 9 years ago
  21. a557a57 nacl-clang driver: Use GetLinkerPath utility function to find linker by Derek Schuff · 9 years ago
  22. e500f84 Cherrypick upstream r238048 Make unique section names the default again. by Derek Schuff · 9 years ago
  23. 1bf0e65 Do not generate pow intrinsic calls for builtin_pow by Derek Schuff · 9 years ago merge_37
  24. 097061e Cherrypick r236879 by Derek Schuff · 9 years ago
  25. 9d6df86 Update static-init-emscripten.cpp test for explicit load type by Derek Schuff · 9 years ago
  26. 117c37d Set description string to f80-less to match backend. by Derek Schuff · 9 years ago
  27. 06f7eed Fixups for localmods by Derek Schuff · 9 years ago
  28. 33575db Reapply "clang: add support for asmjs arch and Emscripten OS" by Derek Schuff · 9 years ago
  29. a730796 Merge upstream clang. by Derek Schuff · 9 years ago
  30. 8eceb42 Improve const-ness by David Blaikie · 9 years ago
  31. 47e7a08 [opaque pointer types] Explicit non-pointer type for call expressions by David Blaikie · 9 years ago
  32. 80cbce0 [Objective-C Sema]. In my last patch change the by Fariborz Jahanian · 9 years ago
  33. e8d60ed [Objective-C Sema] patch to introduce IndependentClass by Fariborz Jahanian · 9 years ago
  34. 3878f85 DebugInfo: Update for LLVM API change in DIBuilder (r235111) by Duncan P. N. Exon Smith · 9 years ago
  35. 53680cc [AArch64] Add v8.1a architecture by Vladimir Sukharev · 9 years ago
  36. 680e545 [OPENMP] Fix for checking of data-sharing attributes for canonical var decls only. by Alexey Bataev · 9 years ago
  37. e1a7262 clang-format: add an option for fallback style in vimrc by Daniel Jasper · 9 years ago
  38. 8009ca2 clang-format: [JS] handle comments in template strings. by Daniel Jasper · 9 years ago
  39. 10644e2 clang-format: Undo r214508. It was essentially always removing the by Daniel Jasper · 9 years ago
  40. 6ff3f69 [OPENMP] Codegen for 'copyin' clause in 'parallel' directive. by Alexey Bataev · 9 years ago
  41. 5a78b24 [OPENMP] Codegen for 'lastprivate' clause in 'for' directive. by Alexey Bataev · 9 years ago
  42. b4a4ab9 DebugInfo: Prepare for DIDescriptor to be gutted in LLVM by Duncan P. N. Exon Smith · 9 years ago
  43. 32cb440 DebugInfo: Prepare for DIScope to be gutted in LLVM by Duncan P. N. Exon Smith · 9 years ago
  44. dbdd3a1 DebugInfo: Prepare for DIType to be gutted by Duncan P. N. Exon Smith · 9 years ago
  45. c64fc44 DebugInfo: Prepare for LLVM change removing DIType::isValid() by Duncan P. N. Exon Smith · 9 years ago
  46. e7a01ec Comment parsing: fix an assertion failure on a verbatim block terminated with "**/" by Dmitri Gribenko · 9 years ago
  47. dfa1d05 DebugInfo: Prepare for LLVM gutting DICompileUnit/DIFile by Duncan P. N. Exon Smith · 9 years ago
  48. 7bbbb59 Don't crash when a selectany symbol would get common linkage by Nico Weber · 9 years ago
  49. b01e0c6 Fix for PR20402 in -Wconsumed. by DeLesley Hutchins · 9 years ago
  50. aedebc2 Create a frontend flag to disable CUDA cross-target call checks by Eli Bendersky · 9 years ago
  51. 06bfa56 clang-format a line containing nothing but a "{". No behavior change. by Nico Weber · 9 years ago
  52. a39c64d Make __declspec(selectany) turn variable declartions into definitions. by Nico Weber · 9 years ago
  53. cd72ec4 DebugInfo: Pass DebugLocs when creating intrinsics by Duncan P. N. Exon Smith · 9 years ago
  54. 0f3ea25 Fix docs typo in FunctionTemplateSpecializationInfo by Jonathan Roelofs · 9 years ago
  55. d6104dc [Objective-C Sema]This patch fixes the warning when clang issues by Fariborz Jahanian · 9 years ago
  56. 692b0e2 clang-cl: support -fsyntax-only (PR23197) by Hans Wennborg · 9 years ago
  57. 146f5c0 Changed test to not brake ARM buildbots, NFC. by Alexey Bataev · 9 years ago
  58. 90ae040 Revert "[CodeGen] Fix crash with duplicated mangled name." by Renato Golin · 9 years ago
  59. e927484 clang-format: Determine "in" as a keyword in ObjC for loops more precisely by Daniel Jasper · 9 years ago
  60. 4fe8cb2 [OPENMP] Codegen for 'firstprivate' clause in 'for' directive. by Alexey Bataev · 9 years ago
  61. a966ec5 Use concrete type instead of auto in for-loop. No functionality change. by Richard Trieu · 9 years ago
  62. 4aba50f uselistorder: Remove dead include by Duncan P. N. Exon Smith · 9 years ago
  63. 8c10c7b uselistorder: -mllvm -preserve-ll-use-list-order => -emit-llvm-uselists by Duncan P. N. Exon Smith · 9 years ago
  64. 2142eab Change range-based for-loops to be -Wrange-loop-analysis clean. by Richard Trieu · 9 years ago
  65. dce7229 uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselists by Duncan P. N. Exon Smith · 9 years ago
  66. d651795 Move the logic to avoid double global emission from Sema to CodeGen by Reid Kleckner · 9 years ago
  67. 18aa9e9 uselistorder: Update for LLVM API change in r234959 by Duncan P. N. Exon Smith · 9 years ago
  68. eec5f41 Reland r234613 (and follow-ups 234614, 234616, 234618) by Reid Kleckner · 9 years ago
  69. ae0b514 IR: Change clang to set -preserve-bc-uselistorder by Duncan P. N. Exon Smith · 9 years ago
  70. 7780c36 [SemaCXX patch] Patch to fix a crash when a 'delete' constructor by Fariborz Jahanian · 9 years ago
  71. 23ddbdd Use raw_pwrite_stream in clang. by Rafael Espindola · 9 years ago
  72. 6ad734a R600: Add GCC reg names by Tom Stellard · 9 years ago
  73. 5799bcb [analyzer] This implements potential undefbehavior.ZeroAllocDereference checker. by Anton Yartsev · 9 years ago
  74. 9cbad60 [Mips] Generate warning for invalid '-mnan' and '-march' combinations by Petar Jovanovic · 9 years ago
  75. 1fcb0fa Remove useless statement. by Nikola Smiljanic · 9 years ago
  76. 36c516f [OPENMP] Fixed codegen for arrays in 'copyprivate' clause. by Alexey Bataev · 9 years ago
  77. eeb951c [OPENMP] Initial codegen for 'parallel sections' directive. by Alexey Bataev · 9 years ago
  78. 7f288ce DebugInfo: Prepare for DISubprogram/DILexicalBlock* to be gutted by Duncan P. N. Exon Smith · 9 years ago
  79. da53a42 Add new warning -Wrange-loop-analysis to warn on copies during loops. by Richard Trieu · 9 years ago
  80. 804f40b Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. by Nico Weber · 9 years ago
  81. a5b191a Revert r234786, it contained a bunch of stuff I did not mean to commit. by Nico Weber · 9 years ago
  82. 5aaa165 Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. by Nico Weber · 9 years ago
  83. 6ea0bd7 [CodeGen] Fix crash with duplicated mangled name. by Argyrios Kyrtzidis · 9 years ago
  84. 11a6a5c [libclang] Add functions to get information about fields. by Argyrios Kyrtzidis · 9 years ago
  85. e439d29 clang-format: [JS] Support index signature types. by Daniel Jasper · 9 years ago
  86. eb11bcb clang-format: [JS] support optionality markers in JS types. by Daniel Jasper · 9 years ago
  87. 0fac817 clang-format: [JS] Allow periods and commata in class declarations. by Daniel Jasper · 9 years ago
  88. e7d930c InstrProf: Simplify getStmtCount by using an Optional by Justin Bogner · 9 years ago
  89. ea0117f Bring r234620 back now that llvm is fixed. by Rafael Espindola · 9 years ago
  90. 2d570b1 Reformat. by NAKAMURA Takumi · 9 years ago
  91. a9a01c7 Revert r234620 and others, "Actually check if lseek works instead of using a filename based heuristic." It was affected by r234615, which was reverted in r234721. by NAKAMURA Takumi · 9 years ago
  92. e9435ce [OPENMP] Initial codegen for 'parallel for' directive. by Alexey Bataev · 9 years ago
  93. 7b2ef53 Suppress clang/test/PCH/emit-pth.c on win32, for now while investigating. by NAKAMURA Takumi · 9 years ago
  94. e310b5f clang-cl: Expose -f[no-]diagnostics-color by Hans Wennborg · 9 years ago
  95. bc83d9f Revert r234581, it might have caused a few miscompiles in Chromium. by Nico Weber · 9 years ago
  96. dc54701 DebugInfo: Switch from replaceAllUsesWith() to replaceTemporary() by Duncan P. N. Exon Smith · 9 years ago
  97. 33fe018 Remove empty non-virtual destructors or mark them =default when non-public by Benjamin Kramer · 9 years ago
  98. 79e18a8 clang/test/CodeGenCXX/static-data-member-single-emission.cpp: Tweak for MS mangler. by NAKAMURA Takumi · 9 years ago
  99. 488f49d clang-cl: support -fno-color-diagnostics (PR23109) by Hans Wennborg · 9 years ago
  100. b102ed7 clang-cl: support -fmacro-backtrace-limit by Hans Wennborg · 9 years ago