Age | Commit message (Expand) | Author | Files | Lines |
2015-04-20 | DebugInfo: Fix Kaleidoscope Ch. 8 after r235327 | Duncan P. N. Exon Smith | 1 | -2/+2 |
2015-04-20 | DebugInfo: Remove DIScope | Duncan P. N. Exon Smith | 1 | -20/+20 |
2015-04-16 | DebugInfo: Remove DIDescriptor from the DIBuilder API | Duncan P. N. Exon Smith | 1 | -2/+2 |
2015-04-16 | DebugInfo: Gut DIDescriptor | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-04-15 | DebugInfo: Remove unnecessary API from DIDerivedType and DIType | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-04-15 | DebugInfo: Gut DICompileUnit and DIFile | Duncan P. N. Exon Smith | 1 | -12/+12 |
2015-04-14 | DebugInfo: Add implicit conversion from DISubprogram to DIScope | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-04-14 | Fixing a compile error with MSVC 2013 where there is no conversion from DISub... | Aaron Ballman | 1 | -1/+1 |
2015-04-11 | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 7 | -48/+48 |
2015-04-11 | [Orc] Update kaleidoscope tutorial for API change in r234669. | Lang Hames | 1 | -1/+1 |
2015-04-02 | llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetEl... | NAKAMURA Takumi | 1 | -1/+1 |
2015-03-31 | Rework r233647, "llvm/examples: Suppress building a few JIT examples." | NAKAMURA Takumi | 3 | -3/+3 |
2015-03-31 | llvm/examples: Suppress building a few JIT examples. | NAKAMURA Takumi | 3 | -0/+6 |
2015-03-31 | llvm/examples: Add RuntimeDyld as libdeps. | NAKAMURA Takumi | 5 | -0/+5 |
2015-03-30 | [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through | Lang Hames | 4 | -46/+66 |
2015-03-25 | Fix build. | Rafael Espindola | 1 | -1/+1 |
2015-03-18 | CMake: Disable ENABLE_EXPORTS for executables with MSVC | Reid Kleckner | 1 | -1/+1 |
2015-03-04 | Fix the build of the gold-plugin and examples. | Rafael Espindola | 6 | -6/+6 |
2015-03-04 | Make DataLayout Non-Optional in the Module | Mehdi Amini | 10 | -10/+4 |
2015-03-02 | llvm/examples: Add missing include according to r230907. | NAKAMURA Takumi | 7 | -0/+7 |
2015-02-26 | [Orc][Kaleidoscope] More tutorial cleanup, a little extra debugging output. | Lang Hames | 2 | -23/+19 |
2015-02-26 | [Orc][Kaleidoscope] Fix a missed symbol mangling operation in the fully lazy ... | Lang Hames | 1 | -1/+5 |
2015-02-26 | [Orc][Kaleidoscope] More diff-reduction between tutorial versions. | Lang Hames | 1 | -2/+2 |
2015-02-25 | [Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutorials to minimize the d... | Lang Hames | 4 | -168/+187 |
2015-02-23 | [Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial, touch up a couple of | Lang Hames | 2 | -31/+46 |
2015-02-23 | [Orc][Kaleidoscope] Remove dead AST map in SessionContext. | Lang Hames | 1 | -2/+1 |
2015-02-21 | [Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code. | Lang Hames | 4 | -0/+8 |
2015-02-20 | [Orc][Kaleidoscope] Fix the orc/kaleidoscope tutorials on linux. | Lang Hames | 4 | -8/+12 |
2015-02-19 | [orcjit] Include CMake support for the fully_lazy example and fix the build | David Blaikie | 3 | -6/+8 |
2015-02-19 | [Orc][Kaleidoscope] Fix typo in tutorial comment. | Lang Hames | 1 | -1/+1 |
2015-02-19 | [Orc][Kaleidoscope] Make the 'fully lazy' orc kaleidoscope tutorial lazier st... | Lang Hames | 1 | -26/+45 |
2015-02-18 | [Orc][Kaleidoscope] Fix a fixme - no reason we can't use C++14 in the tutorials. | Lang Hames | 1 | -11/+14 |
2015-02-18 | [Orc][Kaleidoscope] Make the Orc/Kaleidoscope tutorials easier to build on | Lang Hames | 4 | -12/+40 |
2015-02-18 | [Orc][Kaleidoscope] Make sure to look for the mangled name when updating the | Lang Hames | 1 | -1/+1 |
2015-02-17 | [Orc][Kaleidoscope] Fix misnumbered steps in comments, plus tidy one | Lang Hames | 1 | -4/+4 |
2015-02-17 | [Orc][Kaleidoscope] Add an example of extreme-laziness in Orc. | Lang Hames | 4 | -0/+1454 |
2015-02-17 | [Orc][Kaleidoscope] Update the MainLoop code of the orc/kaleidoscope tutorials | Lang Hames | 3 | -12/+12 |
2015-02-16 | [CMake] Add RuntimeDyld to libdeps corresponding to r229343. | NAKAMURA Takumi | 1 | -0/+1 |
2015-02-15 | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 5 | -377/+377 |
2015-02-13 | [PM] Update the examples to reflect the removal of the | Chandler Carruth | 6 | -29/+24 |
2015-02-13 | [PM] Remove the old 'PassManager.h' header file at the top level of | Chandler Carruth | 15 | -15/+15 |
2015-02-13 | Re-sort the #include lines in bindings and examples which I managed to | Chandler Carruth | 1 | -2/+2 |
2015-02-09 | [Orc] Add a JITSymbol class to the Orc APIs, refactor APIs, update clients. | Lang Hames | 3 | -26/+26 |
2015-02-08 | Kaleidoscope-Orc: Reuse the IRGen utility function in later chapters, and rem... | David Blaikie | 3 | -20/+40 |
2015-02-08 | Kaleidoscope-Orc: Extract IRGen work into a utility function. | David Blaikie | 1 | -7/+15 |
2015-02-08 | Constify the Orc Kaleidoscope examples IRGen functions. | David Blaikie | 3 | -66/+66 |
2015-02-08 | [Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials with warnings. | Lang Hames | 3 | -3/+3 |
2015-02-08 | [Orc][Kaleidoscope] Remove fixed sized buffers from string conversion code and | Lang Hames | 3 | -77/+71 |
2015-02-08 | [CMake] Kaleidoscope-Orc: Update libdeps. | NAKAMURA Takumi | 3 | -3/+6 |
2015-02-08 | Add CMake build support for Orc examples (& fix some clang -Werror build | David Blaikie | 8 | -3/+38 |