summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-078-10/+10
* Fix Kaleidoscope example.Peter Collingbourne2015-11-051-1/+2
* [Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope example.Lang Hames2015-11-031-6/+3
* Kaleidoscope-ch2: Remove the dependence on LLVM by cloning make_unique into t...David Blaikie2015-11-031-11/+23
* [JIT/Examples] Fix Fibonacci so that it runs again.Davide Italiano2015-10-171-1/+0
* Update for llvm API change.Eric Christopher2015-10-151-2/+1
* Make the Kaleidoscope Orc examples -Wdeprecated clean by avoiding copying som...David Blaikie2015-10-084-4/+4
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-2915-54/+49
* Fix typo and test commitLuke Larson2015-09-181-1/+1
* Remove trailing whitespace from the old Orc Kaleidoscope examples.Lang Hames2015-09-184-448/+444
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-094-12/+0
* Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one.NAKAMURA Takumi2015-08-285-10/+10
* Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sureLang Hames2015-08-2710-20/+30
* Revert r246175 to get builder green again.Lang Hames2015-08-2710-20/+10
* Add Kaleidoscope regression tests.Lang Hames2015-08-2710-10/+20
* [CMake] Let ExceptionDemo buildable with ENABLE_EH.NAKAMURA Takumi2015-08-272-5/+5
* Kaleidoscope: Prune unused libdeps.NAKAMURA Takumi2015-08-275-8/+0
* Kaleidoscope: Update libdeps corresponding to r246002.NAKAMURA Takumi2015-08-265-0/+5
* Big Kaleidoscope tutorial update.Lang Hames2015-08-268-987/+760
* [CMake] Kaleidoscope-Ch2: Don't pass -Wno-unused-private-field unconditionally.NAKAMURA Takumi2015-08-191-2/+6
* [Kaleidoscope] More inter-chapter diff reduction.Lang Hames2015-08-194-4/+9
* [Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames2015-08-199-466/+594
* [Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames2015-08-187-850/+887
* Update ExceptionDemo for exception handling API changes (personality function...David Blaikie2015-08-141-1/+1
* Fix -Wformat warnings in ExceptionDemoDavid Blaikie2015-08-141-6/+7
* Fix up the ExceptionDemo for some API changes over the past <time>David Blaikie2015-08-141-2/+2
* [PM/AA] Hoist the interface for BasicAA into a header file.Chandler Carruth2015-08-064-0/+4
* DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith2015-07-311-3/+2
* DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith2015-07-241-1/+1
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-244-10/+10
* Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini2015-07-244-10/+10
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-244-10/+10
* Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a refMehdi Amini2015-07-165-5/+5
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-234-17/+13
* BrainF.cpp: Update CreateCall() according to r237624.NAKAMURA Takumi2015-05-191-1/+2
* [Orc] Reapply r236465 with fixes for the MSVC bots.Lang Hames2015-05-051-8/+14
* [Orc] Revert r236465 - It broke the Windows bots.Lang Hames2015-05-041-14/+8
* [Orc] Refactor the compile-on-demand layer to make module partitioning lazy,Lang Hames2015-05-041-8/+14
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-16/+16
* [Kaleidoscope] Fix incorrect use of reinterpret_cast.Lang Hames2015-04-227-7/+7
* [Kaleidoscope] Remove RTTI use from chapters 7 and 8.Lang Hames2015-04-226-12/+8
* Fix up Exception demo from recent opaque pointer type changes to GEPDavid Blaikie2015-04-221-6/+7
* DebugInfo: Fix Kaleidoscope Ch. 8 after r235327Duncan P. N. Exon Smith2015-04-201-2/+2
* DebugInfo: Remove DIScopeDuncan P. N. Exon Smith2015-04-201-20/+20
* DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith2015-04-161-2/+2
* DebugInfo: Gut DIDescriptorDuncan P. N. Exon Smith2015-04-161-1/+1
* DebugInfo: Remove unnecessary API from DIDerivedType and DITypeDuncan P. N. Exon Smith2015-04-151-1/+1
* DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith2015-04-151-12/+12
* DebugInfo: Add implicit conversion from DISubprogram to DIScopeDuncan P. N. Exon Smith2015-04-141-1/+1
* Fixing a compile error with MSVC 2013 where there is no conversion from DISub...Aaron Ballman2015-04-141-1/+1