summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2015-12-04[Orc] Fix Kaleidoscope example for change in r254693.Lang Hames1-1/+1
2015-11-07examples: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith8-10/+10
2015-11-05Fix Kaleidoscope example.Peter Collingbourne1-1/+2
2015-11-03[Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope example.Lang Hames1-6/+3
2015-11-03Kaleidoscope-ch2: Remove the dependence on LLVM by cloning make_unique into t...David Blaikie1-11/+23
2015-10-17[JIT/Examples] Fix Fibonacci so that it runs again.Davide Italiano1-1/+0
2015-10-15Update for llvm API change.Eric Christopher1-2/+1
2015-10-08Make the Kaleidoscope Orc examples -Wdeprecated clean by avoiding copying som...David Blaikie4-4/+4
2015-09-29Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg15-54/+49
2015-09-18Fix typo and test commitLuke Larson1-1/+1
2015-09-18Remove trailing whitespace from the old Orc Kaleidoscope examples.Lang Hames4-448/+444
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth4-12/+0
2015-08-28Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one.NAKAMURA Takumi5-10/+10
2015-08-27Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sureLang Hames10-20/+30
2015-08-27Revert r246175 to get builder green again.Lang Hames10-20/+10
2015-08-27Add Kaleidoscope regression tests.Lang Hames10-10/+20
2015-08-27[CMake] Let ExceptionDemo buildable with ENABLE_EH.NAKAMURA Takumi2-5/+5
2015-08-27Kaleidoscope: Prune unused libdeps.NAKAMURA Takumi5-8/+0
2015-08-26Kaleidoscope: Update libdeps corresponding to r246002.NAKAMURA Takumi5-0/+5
2015-08-26Big Kaleidoscope tutorial update.Lang Hames8-987/+760
2015-08-19[CMake] Kaleidoscope-Ch2: Don't pass -Wno-unused-private-field unconditionally.NAKAMURA Takumi1-2/+6
2015-08-19[Kaleidoscope] More inter-chapter diff reduction.Lang Hames4-4/+9
2015-08-19[Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames9-466/+594
2015-08-18[Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames7-850/+887
2015-08-14Update ExceptionDemo for exception handling API changes (personality function...David Blaikie1-1/+1
2015-08-14Fix -Wformat warnings in ExceptionDemoDavid Blaikie1-6/+7
2015-08-14Fix up the ExceptionDemo for some API changes over the past <time>David Blaikie1-2/+2
2015-08-06[PM/AA] Hoist the interface for BasicAA into a header file.Chandler Carruth4-0/+4
2015-07-31DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith1-3/+2
2015-07-24DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith1-1/+1
2015-07-24Remove access to the DataLayout in the TargetMachineMehdi Amini4-10/+10
2015-07-24Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini4-10/+10
2015-07-24Remove access to the DataLayout in the TargetMachineMehdi Amini4-10/+10
2015-07-16Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a refMehdi Amini5-5/+5
2015-06-23Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola4-17/+13
2015-05-19BrainF.cpp: Update CreateCall() according to r237624.NAKAMURA Takumi1-1/+2
2015-05-05[Orc] Reapply r236465 with fixes for the MSVC bots.Lang Hames1-8/+14
2015-05-04[Orc] Revert r236465 - It broke the Windows bots.Lang Hames1-14/+8
2015-05-04[Orc] Refactor the compile-on-demand layer to make module partitioning lazy,Lang Hames1-8/+14
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-16/+16
2015-04-22[Kaleidoscope] Fix incorrect use of reinterpret_cast.Lang Hames7-7/+7
2015-04-22[Kaleidoscope] Remove RTTI use from chapters 7 and 8.Lang Hames6-12/+8
2015-04-22Fix up Exception demo from recent opaque pointer type changes to GEPDavid Blaikie1-6/+7
2015-04-20DebugInfo: Fix Kaleidoscope Ch. 8 after r235327Duncan P. N. Exon Smith1-2/+2
2015-04-20DebugInfo: Remove DIScopeDuncan P. N. Exon Smith1-20/+20
2015-04-16DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith1-2/+2
2015-04-16DebugInfo: Gut DIDescriptorDuncan P. N. Exon Smith1-1/+1
2015-04-15DebugInfo: Remove unnecessary API from DIDerivedType and DITypeDuncan P. N. Exon Smith1-1/+1
2015-04-15DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith1-12/+12
2015-04-14DebugInfo: Add implicit conversion from DISubprogram to DIScopeDuncan P. N. Exon Smith1-1/+1