ParallelJIT.cpp should be modernized to use C++11 thread/synchronization objects, but will be good idea if person with better knowledge then me will take care of this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D20607
[LLVM] Fix some Include What You Use warnings in examples; other minor fixes ClosedPublic Authored by Eugene.Zelenko on May 24 2016, 5:24 PM.
Details Summary ParallelJIT.cpp should be modernized to use C++11 thread/synchronization objects, but will be good idea if person with better knowledge then me will take care of this.
Diff Detail
Event TimelineEugene.Zelenko retitled this revision from to [LLVM] Fix some Include What You Use warnings in examples; other minor fixes. Eugene.Zelenko updated this object. This revision is now accepted and ready to land.May 24 2016, 6:15 PM Closed by commit rL270645: Fix some Include What You Use warnings in examples; other minor fixes. (authored by eugenezelenko). · Explain WhyMay 24 2016, 6:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 58361 examples/BrainF/BrainF.h
examples/BrainF/BrainF.cpp
examples/BrainF/BrainFDriver.cpp
examples/Fibonacci/fibonacci.cpp
examples/HowToUseJIT/HowToUseJIT.cpp
examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
examples/Kaleidoscope/include/KaleidoscopeJIT.h
examples/ModuleMaker/ModuleMaker.cpp
examples/ParallelJIT/ParallelJIT.cpp
|