1. e1ca7b6 [OPENMP] Create non-const ident_t objects. by Mike Rice · 7 years ago
  2. a4fa0b8 [OPENMP] General code improvements. by Alexey Bataev · 7 years ago
  3. 6e938ef Change memcpy/memove/memset to have dest and source alignment attributes (Step 1). by Daniel Neilson · 8 years ago
  4. a8a9153a [OPENMP] Support for -fopenmp-simd option with compilation of simd loops only. by Alexey Bataev · 8 years ago
  5. 1b48c5e [OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions. by Alexey Bataev · 8 years ago
  6. 3c595a6 [OPENMP] Generalization of calls of the outlined functions. by Alexey Bataev · 8 years ago
  7. e754b18 [OPENMP] Emit non-debug version of outlined functions with original name. by Alexey Bataev · 8 years ago
  8. 1fdfdf7 [OPENMP][DEBUG] Generate second function with correct arg types. by Alexey Bataev · 8 years ago
  9. 2158fa6 [OPENMP] Fixed test on MIPS-based buildbots. by Alexey Bataev · 9 years ago
  10. ac5eabb [OPENMP] Fixed capturing of VLA variables. by Alexey Bataev · 9 years ago
  11. 1e2b7e6 Revert "[OPENMP] Fixed capturing of VLA variables." by Diana Picus · 9 years ago
  12. 420537f [OPENMP] Fixed capturing of VLA variables. by Alexey Bataev · 9 years ago
  13. 7a20371 Remove unnecessary x86 backend requirements from OpenMP tests by Reid Kleckner · 9 years ago
  14. 6f531ec [OPENMP] Remove explicit call for implicit barrier by Alexey Bataev · 10 years ago
  15. 3b39e88 Revert "Change memcpy/memset/memmove to have dest and source alignments." by Pete Cooper · 10 years ago
  16. 7bfd5cb Change memcpy/memset/memmove to have dest and source alignments. by Pete Cooper · 10 years ago
  17. 3459ce2 Stop messing with the 'g' group of options in CompilerInvocation. by Douglas Katzman · 10 years ago
  18. 129552b [WinEH] Remove NewMSEH and enable its behavior by default by Reid Kleckner · 10 years ago
  19. 25e5b44 [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only if 'cancel' is found. by Alexey Bataev · 10 years ago
  20. 5852e42 [OPENMP] Fix test incompatibility with Windows. by Alexey Bataev · 10 years ago
  21. e19facb [OPENMP] Fix test incompatibility with Windows codegen. by Alexey Bataev · 10 years ago
  22. 22b4629 [OPENMP] Fix test incompatibility with 32-bit platforms by Alexey Bataev · 10 years ago
  23. 2377fe9 [OPENMP] Outlined function for parallel and other regions with list of captured variables. by Alexey Bataev · 10 years ago
  24. 7f416cc Compute and preserve alignment more faithfully in IR-generation. by John McCall · 10 years ago
  25. bc06858 Revert "Revert r241620 and follow-up commits" and move the initialization by Adrian Prantl · 10 years ago
  26. 142ec39 Revert r241620 and follow-up commits while investigating linux buildbot failures. by Adrian Prantl · 10 years ago
  27. e50371b Wrap clang modules and pch files in an object file container. by Adrian Prantl · 10 years ago
  28. ea3e51d Account for calling convention specifiers in function definitions in IR test cases by David Blaikie · 10 years ago
  29. db39021 [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) by Alexey Bataev · 10 years ago
  30. d6c88ec [opaque pointer types] Explicit non-pointer type for call expressions by David Blaikie · 10 years ago
  31. 6f1ffc0 [OPENMP] Refactoring of codegen for OpenMP directives. by Alexey Bataev · 10 years ago
  32. bdf40a6 Test case updates for explicit type parameter to the gep operator by David Blaikie · 11 years ago
  33. 36bf011 [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope by Alexey Bataev · 11 years ago
  34. eb26ddf Revert "[OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope Patch adds proper generation of debug info for all OpenMP regions. Also, all OpenMP regions are generated in a termination scope, because standard does not allow to throw exceptions out of structured blocks, associated with the OpenMP regions Differential Revision: http://reviews.llvm.org/D7935" by Rafael Espindola · 11 years ago
  35. 7ab2cc1 [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope by Alexey Bataev · 11 years ago
  36. a953f28 Update Clang tests to handle explicitly typed load changes in LLVM. by David Blaikie · 11 years ago
  37. 218b783 Update Clang tests to handle explicitly typed gep changes in LLVM. by David Blaikie · 11 years ago
  38. cbc368c Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  39. 8bf7af3 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  40. 1d59f99 Initial support for Win64 SEH IR emission by Reid Kleckner · 11 years ago
  41. 4a5bb77 [OPENMP] Codegen for 'firstprivate' clause. by Alexey Bataev · 11 years ago
  42. 8068b64 Revert commit r219297. by Alexey Bataev · 11 years ago
  43. 3854f63 [OPENMP] Codegen for 'firstprivate' clause. by Alexey Bataev · 11 years ago
  44. bdef50e Revert back r219295. by Alexey Bataev · 11 years ago
  45. e7a5517 [OPENMP] Codegen for 'firstprivate' clause. by Alexey Bataev · 11 years ago
  46. 22b065c allow optional signext attribute by Will Schmidt · 11 years ago
  47. 0120ce8 [OPENMP] Another one fix in test for msvc by Alexey Bataev · 11 years ago
  48. 3e4fa2f [OPENMP] Fix codegen test for msvc build by Alexey Bataev · 11 years ago
  49. c6be05d [OPENMP] Fixed checking for mangled names in parallel_codegen.cpp test by Alexey Bataev · 11 years ago
  50. 15007ba [OPENMP] Fixed problem with temp removal on some platforms in codegen for '#pragma omp parallel' by Alexey Bataev · 11 years ago
  51. 79eed41 [OPENMP] Temporarily disable test parallel_codegen.cpp by Alexey Bataev · 11 years ago
  52. 0b397eaf [OPENMP] Another one fix for codegen test '#pragma omp parallel' by Alexey Bataev · 11 years ago
  53. 795b88b [OPENMP] Fixed test for '#pragma omp parallel' codegen by Alexey Bataev · 11 years ago
  54. e357df8 [OPENMP] Temporary disable test for parallel codegen by Alexey Bataev · 11 years ago
  55. 9959db5 [OPENMP] Initial codegen for '#pragma omp parallel' by Alexey Bataev · 11 years ago