1. fd006c4 [OPENMP] Fix emission of the __kmpc_global_thread_num. by Alexey Bataev · 7 years ago
  2. e1ca7b6 [OPENMP] Create non-const ident_t objects. by Mike Rice · 7 years ago
  3. a4fa0b8 [OPENMP] General code improvements. by Alexey Bataev · 7 years ago
  4. 6e938ef Change memcpy/memove/memset to have dest and source alignment attributes (Step 1). by Daniel Neilson · 8 years ago
  5. a8a9153a [OPENMP] Support for -fopenmp-simd option with compilation of simd loops only. by Alexey Bataev · 8 years ago
  6. 0e1b458 [OPENMP] Fix PR35156: Get correct thread id with windows exceptions. by Alexey Bataev · 8 years ago
  7. aee1855 [OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for. by Alexey Bataev · 8 years ago
  8. 7a20371 Remove unnecessary x86 backend requirements from OpenMP tests by Reid Kleckner · 9 years ago
  9. 6d00426 Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects. by Samuel Antao · 9 years ago
  10. b1f9501 Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects. by Samuel Antao · 9 years ago
  11. 4951617 [OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects. by Samuel Antao · 9 years ago
  12. 7ace49d [OPENMP] Pass scalar firstprivate vars by value. by Alexey Bataev · 9 years ago
  13. 14fa1c6 [OPENMP] Allow runtime insert its own code inside OpenMP regions. by Alexey Bataev · 10 years ago
  14. f539faa Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions." by Alexey Bataev · 10 years ago
  15. 424be92 [OPENMP] Allow runtime insert its own code inside OpenMP regions. by Alexey Bataev · 10 years ago
  16. f662b59 Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions." by Alexey Bataev · 10 years ago
  17. b8c425c [OPENMP] Allow runtime insert its own code inside OpenMP regions. by Alexey Bataev · 10 years ago
  18. e122da1 [OPENMP 4.5] Allow to use private data members in 'copyprivate' clause. by Alexey Bataev · 10 years ago
  19. 3b39e88 Revert "Change memcpy/memset/memmove to have dest and source alignments." by Pete Cooper · 10 years ago
  20. 7bfd5cb Change memcpy/memset/memmove to have dest and source alignments. by Pete Cooper · 10 years ago
  21. 3459ce2 Stop messing with the 'g' group of options in CompilerInvocation. by Douglas Katzman · 10 years ago
  22. caacd53 [OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trap by Alexey Bataev · 10 years ago
  23. f8b5012 [OpenMP] Add TLS-based implementation for threadprivate directive. by Samuel Antao · 10 years ago
  24. bc06858 Revert "Revert r241620 and follow-up commits" and move the initialization by Adrian Prantl · 10 years ago
  25. 142ec39 Revert r241620 and follow-up commits while investigating linux buildbot failures. by Adrian Prantl · 10 years ago
  26. e50371b Wrap clang modules and pch files in an object file container. by Adrian Prantl · 10 years ago
  27. 81c7ea0 [OPENMP 4.0] Fixed codegen for 'cancellation point' construct. by Alexey Bataev · 10 years ago
  28. 5129d3a [OPENMP] Fixed codegen for parameters privatization. by Alexey Bataev · 10 years ago
  29. db39021 [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) by Alexey Bataev · 10 years ago
  30. 1d9c15c [OPENMP] Fixed codegen for copying/initialization of array variables/parameters. by Alexey Bataev · 10 years ago
  31. 66beaa9 [OPENMP] Fixed codegen for 'copyprivate' clause. by Alexey Bataev · 10 years ago
  32. 9dd4e4e DebugInfo: Metadata constructs now start with DI* by Duncan P. N. Exon Smith · 10 years ago
  33. 8b72566 [OPENMP] Do not emit implicit barrier for single directive with 'copyprivate' clause(s). by Alexey Bataev · 10 years ago
  34. 420d45b [OPENMP] Fixed codegen for arrays in 'copyprivate' clause. by Alexey Bataev · 10 years ago
  35. 6f1ffc0 [OPENMP] Refactoring of codegen for OpenMP directives. by Alexey Bataev · 10 years ago
  36. f268568 [OPENMP] Improved codegen for implicit/explicit 'barrier' constructs. by Alexey Bataev · 11 years ago
  37. 1b752aa [OPENMP] Fixed test for 'single' directive codegen. by Alexey Bataev · 11 years ago
  38. a63048e [OPENMP] Codegen for 'copyprivate' clause ('single' directive). by Alexey Bataev · 11 years ago
  39. da19af4 [OPENMP] Fixed tests for non-debug builds. NFC. by Alexey Bataev · 11 years ago
  40. 36bf011 [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope by Alexey Bataev · 11 years ago
  41. 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
  42. 7ab2cc1 [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope by Alexey Bataev · 11 years ago
  43. 8cbe0a6 [OPENMP] Fixed codegen for directives without function outlining. by Alexey Bataev · 11 years ago
  44. cbc368c Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  45. 8bf7af3 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  46. 6956e2e [OPENMP] Initial codegen for 'single' directive. by Alexey Bataev · 11 years ago