1. 0535137 [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_loop_access metadata. by Michael Kruse · 7 years ago
  2. a9b9cc0 [OPENMP] Remove more empty SourceLocations() from the code. by Alexey Bataev · 8 years ago
  3. a8a9153a [OPENMP] Support for -fopenmp-simd option with compilation of simd loops only. by Alexey Bataev · 8 years ago
  4. 31ec97a Make these tests work more reliably with Release builds. by Douglas Yung · 9 years ago
  5. 7a20371 Remove unnecessary x86 backend requirements from OpenMP tests by Reid Kleckner · 9 years ago
  6. 4ba78a4 [OPENMP] Fix for codegen of captured variables in inlined directives. by Alexey Bataev · 9 years ago
  7. 5dff95c [OPENMP] Fix for LCV in simd directives in explicit clauses. by Alexey Bataev · 9 years ago
  8. 1efd166 [OPENMP 4.5] Allow data members in 'aligned' clause. by Alexey Bataev · 9 years ago
  9. 5a3af13 [OPENMP] Remove extra code transformation. by Alexey Bataev · 9 years ago
  10. 3459ce2 Stop messing with the 'g' group of options in CompilerInvocation. by Douglas Katzman · 10 years ago
  11. caacd53 [OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trap by Alexey Bataev · 10 years ago
  12. 84cfb1d [OPENMP 4.1] Improved codegen for 'uval' qualifier of 'linear' clause. by Alexey Bataev · 10 years ago
  13. bc06858 Revert "Revert r241620 and follow-up commits" and move the initialization by Adrian Prantl · 10 years ago
  14. 142ec39 Revert r241620 and follow-up commits while investigating linux buildbot failures. by Adrian Prantl · 10 years ago
  15. e50371b Wrap clang modules and pch files in an object file container. by Adrian Prantl · 10 years ago
  16. f3b15fc4 [OPENMP] Fixed failed test for reduction clause in simd constructs. by Alexey Bataev · 10 years ago
  17. cbdcbb7 [OPENMP] Code reformatting for omp simd codegen, NFC. by Alexey Bataev · 10 years ago
  18. 89e7e8e [OPENMP] Supported reduction clause in omp simd construct. by Alexey Bataev · 10 years ago
  19. fc087ec [OPENMP] Support lastprivate clause in omp simd directive. by Alexey Bataev · 10 years ago
  20. ae05c29 [OPENMP] Remove last iteration separation for loop-based constructs. by Alexey Bataev · 10 years ago
  21. db39021 [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) by Alexey Bataev · 10 years ago
  22. 9dd4e4e DebugInfo: Metadata constructs now start with DI* by Duncan P. N. Exon Smith · 10 years ago
  23. 9e4b820 [OPENMP] Fixed test incompatibility for simd codegen. by Alexey Bataev · 10 years ago
  24. 62dbb97 [OPENMP] Fix use of unsigned counters in loops with zero trip count. by Alexey Bataev · 10 years ago
  25. 0470124 Small test fix for r232890 by Alexander Musman · 11 years ago
  26. 3276a27 [OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive. by Alexander Musman · 11 years ago
  27. 7931b98 [OPENMP] Enable codegen of the ‘private’ clause for ‘omp simd’ directive by Alexander Musman · 11 years ago
  28. da19af4 [OPENMP] Fixed tests for non-debug builds. NFC. by Alexey Bataev · 11 years ago
  29. 36bf011 [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope by Alexey Bataev · 11 years ago
  30. 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
  31. 7ab2cc1 [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope by Alexey Bataev · 11 years ago
  32. a953f28 Update Clang tests to handle explicitly typed load changes in LLVM. by David Blaikie · 11 years ago
  33. 8cbe0a6 [OPENMP] Fixed codegen for directives without function outlining. by Alexey Bataev · 11 years ago
  34. cbc368c Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  35. 8bf7af3 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  36. a5f070a [OPENMP] Loop collapsing and codegen for 'omp simd' directive. by Alexander Musman · 11 years ago