aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/Kaleidoscope/Chapter9
AgeCommit message (Expand)AuthorFilesLines
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-2/+2
2023-01-31[Kaleidoscope] Update code snippets in text to match full code listingsDhruv Chawla1-2/+2
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-15[NFC] Rename Function::insertBasicBlockAt() to Function::insert().Vasileios Porpodas1-2/+2
2022-12-12[IR][NFC] Adds Function::insertBasicBlockAt() to replace things like F->getBa...Vasileios Porpodas1-2/+2
2022-06-30[Kaleidoscope] Remove unused function argumentMarc Auberer1-2/+2
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata1-5/+5
2021-04-03Opaque pointers: Migrate examples to use load with explicit typeDavid Blaikie1-2/+3
2020-12-11[Kaleidoscope] Migrate DebugInfo::get to DILocation::getFangrui Song1-3/+3
2020-10-18[ORC][examples] Update Kaleidoscope and BuildingAJIT tutorial series to OrcV2.Lang Hames1-64/+74
2020-03-12Add missing "llvm/Support/Host.h" header to LLVM example after recent header ...Mehdi Amini1-0/+1
2020-01-29Fix conversions in clang and examplesBenjamin Kramer1-4/+3
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-15/+15
2018-11-19Fix build break from r347239Paul Robinson1-3/+2
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-1/+1
2018-02-06Add OrcJIT dependency for Kaleidoscope Chapter 9.Lang Hames1-0/+1
2017-12-20PR35705: Fix Chapter 9 example code for API changes to DIBuilderDavid Blaikie1-2/+3
2017-02-11Update Kaleidoscope tutorial and improve Windows supportMehdi Amini1-5/+11
2017-01-28Use print() instead of dump() in codeMatthias Braun1-1/+1
2016-07-02New Kaleidoscope chapter: Creating object filesWilfred Hughes2-0/+1458