Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / examples / Kaleidoscope / Chapter8 / toy.cpp
2015-11-05 Peter CollingbourneFix Kaleidoscope example.
2015-10-15 Eric ChristopherUpdate for llvm API change.
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-08-28 NAKAMURA TakumiKaleidoscope: Prune __attribute__((used)). Some compile...
2015-08-27 Lang HamesRecommit r246175 - Add Kaleidoscope regression tests...
2015-08-27 Lang HamesRevert r246175 to get builder green again.
2015-08-27 Lang HamesAdd Kaleidoscope regression tests.
2015-08-26 Lang HamesBig Kaleidoscope tutorial update.
2015-08-19 Lang Hames[Kaleidoscope] Clang-format the Kaleidoscope tutorials.
2015-08-18 Lang Hames[Kaleidoscope] Start C++11'ifying the kaleidoscope...
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-16 Mehdi AminiFix Kaleidoscope tuto: ExecutionEngine->getDataLayout...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-22 Lang Hames[Kaleidoscope] Fix incorrect use of reinterpret_cast.
2015-04-22 Lang Hames[Kaleidoscope] Remove RTTI use from chapters 7 and 8.
2015-04-20 Duncan P. N. Exon... DebugInfo: Fix Kaleidoscope Ch. 8 after r235327
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIScope
2015-04-16 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DIBuilder API
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIDescriptor
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove unnecessary API from DIDerivedType...
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-14 Duncan P. N. Exon... DebugInfo: Add implicit conversion from DISubprogram...
2015-04-14 Aaron BallmanFixing a compile error with MSVC 2013 where there is...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-04 Rafael EspindolaFix the build of the gold-plugin and examples.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-02 NAKAMURA Takumillvm/examples: Add missing include according to r230907.
2015-02-13 Chandler Carruth[PM] Update the examples to reflect the removal of the
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Chandler CarruthRe-sort the #include lines in bindings and examples...
2015-01-06 Duncan P. N. Exon... Kaleidoscope: Value => Metadata
2014-12-08 Eric ChristopherFix KS tutorial build failure.
2014-12-08 Eric ChristopherAdd Chapter 8 to the Kaleidoscope tutorial. This chapte...