projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[mips][msa] Test basic operations for the N32 ABI too.
[oota-llvm.git]
/
examples
/
Kaleidoscope
/
2015-05-04
Lang Hames
[Orc] Revert r236465 - It broke the Windows bots.
tree
|
commitdiff
2015-05-04
Lang Hames
[Orc] Refactor the compile-on-demand layer to make...
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-04-22
Lang Hames
[Kaleidoscope] Fix incorrect use of reinterpret_cast.
tree
|
commitdiff
2015-04-22
Lang Hames
[Kaleidoscope] Remove RTTI use from chapters 7 and 8.
tree
|
commitdiff
2015-04-20
Duncan P. N. Exon...
DebugInfo: Fix Kaleidoscope Ch. 8 after r235327
tree
|
commitdiff
2015-04-20
Duncan P. N. Exon...
DebugInfo: Remove DIScope
tree
|
commitdiff
2015-04-16
Duncan P. N. Exon...
DebugInfo: Remove DIDescriptor from the DIBuilder API
tree
|
commitdiff
2015-04-16
Duncan P. N. Exon...
DebugInfo: Gut DIDescriptor
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Remove unnecessary API from DIDerivedType...
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Gut DICompileUnit and DIFile
tree
|
commitdiff
2015-04-14
Duncan P. N. Exon...
DebugInfo: Add implicit conversion from DISubprogram...
tree
|
commitdiff
2015-04-14
Aaron Ballman
Fixing a compile error with MSVC 2013 where there is...
tree
|
commitdiff
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
tree
|
commitdiff
2015-04-11
Lang Hames
[Orc] Update kaleidoscope tutorial for API change in...
tree
|
commitdiff
2015-03-31
NAKAMURA Takumi
Rework r233647, "llvm/examples: Suppress building a...
tree
|
commitdiff
2015-03-31
NAKAMURA Takumi
llvm/examples: Suppress building a few JIT examples.
tree
|
commitdiff
2015-03-31
NAKAMURA Takumi
llvm/examples: Add RuntimeDyld as libdeps.
tree
|
commitdiff
2015-03-30
Lang Hames
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
tree
|
commitdiff
2015-03-25
Rafael Espindola
Fix build.
tree
|
commitdiff
2015-03-04
Rafael Espindola
Fix the build of the gold-plugin and examples.
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-03-02
NAKAMURA Takumi
llvm/examples: Add missing include according to r230907.
tree
|
commitdiff
2015-02-26
Lang Hames
[Orc][Kaleidoscope] More tutorial cleanup, a little...
tree
|
commitdiff
2015-02-26
Lang Hames
[Orc][Kaleidoscope] Fix a missed symbol mangling operat...
tree
|
commitdiff
2015-02-26
Lang Hames
[Orc][Kaleidoscope] More diff-reduction between tutoria...
tree
|
commitdiff
2015-02-25
Lang Hames
[Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutor...
tree
|
commitdiff
2015-02-23
Lang Hames
[Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial...
tree
|
commitdiff
2015-02-23
Lang Hames
[Orc][Kaleidoscope] Remove dead AST map in SessionContext.
tree
|
commitdiff
2015-02-21
Lang Hames
[Orc] Move Orc code into a namespace (llvm::orc), updat...
tree
|
commitdiff
2015-02-20
Lang Hames
[Orc][Kaleidoscope] Fix the orc/kaleidoscope tutorials...
tree
|
commitdiff
2015-02-19
David Blaikie
[orcjit] Include CMake support for the fully_lazy examp...
tree
|
commitdiff
2015-02-19
Lang Hames
[Orc][Kaleidoscope] Fix typo in tutorial comment.
tree
|
commitdiff
2015-02-19
Lang Hames
[Orc][Kaleidoscope] Make the 'fully lazy' orc kaleidosc...
tree
|
commitdiff
2015-02-18
Lang Hames
[Orc][Kaleidoscope] Fix a fixme - no reason we can...
tree
|
commitdiff
2015-02-18
Lang Hames
[Orc][Kaleidoscope] Make the Orc/Kaleidoscope tutorials...
tree
|
commitdiff
2015-02-18
Lang Hames
[Orc][Kaleidoscope] Make sure to look for the mangled...
tree
|
commitdiff
2015-02-17
Lang Hames
[Orc][Kaleidoscope] Fix misnumbered steps in comments...
tree
|
commitdiff
2015-02-17
Lang Hames
[Orc][Kaleidoscope] Add an example of extreme-laziness...
tree
|
commitdiff
2015-02-17
Lang Hames
[Orc][Kaleidoscope] Update the MainLoop code of the...
tree
|
commitdiff
2015-02-16
NAKAMURA Takumi
[CMake] Add RuntimeDyld to libdeps corresponding to...
tree
|
commitdiff
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
tree
|
commitdiff
2015-02-13
Chandler Carruth
[PM] Update the examples to reflect the removal of the
tree
|
commitdiff
2015-02-13
Chandler Carruth
[PM] Remove the old 'PassManager.h' header file at...
tree
|
commitdiff
2015-02-13
Chandler Carruth
Re-sort the #include lines in bindings and examples...
tree
|
commitdiff
2015-02-09
Lang Hames
[Orc] Add a JITSymbol class to the Orc APIs, refactor...
tree
|
commitdiff
2015-02-08
David Blaikie
Kaleidoscope-Orc: Reuse the IRGen utility function...
tree
|
commitdiff
2015-02-08
David Blaikie
Kaleidoscope-Orc: Extract IRGen work into a utility...
tree
|
commitdiff
2015-02-08
David Blaikie
Constify the Orc Kaleidoscope examples IRGen functions.
tree
|
commitdiff
2015-02-08
Lang Hames
[Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials...
tree
|
commitdiff
2015-02-08
Lang Hames
[Orc][Kaleidoscope] Remove fixed sized buffers from...
tree
|
commitdiff
2015-02-08
NAKAMURA Takumi
[CMake] Kaleidoscope-Orc: Update libdeps.
tree
|
commitdiff
2015-02-08
David Blaikie
Add CMake build support for Orc examples (& fix some...
tree
|
commitdiff
2015-02-08
Lang Hames
[Orc][Kaleidoscope] Fix method-name think-o. NFC.
tree
|
commitdiff
2015-02-06
Lang Hames
[Orc] Add a Kaleidoscope/Orc tutorial demonstrating...
tree
|
commitdiff
2015-02-06
Lang Hames
[Orc] Add a Kaleidoscope/Orc tutorial demonstrating...
tree
|
commitdiff
2015-02-06
Lang Hames
[Orc] Add a Kaleidoscope tutorial for Orc demonstrating...
tree
|
commitdiff
2015-01-19
NAKAMURA Takumi
Reorder.
tree
|
commitdiff
2015-01-19
NAKAMURA Takumi
[CMake] examples/Kaleidoscope: Prune redundant libdeps.
tree
|
commitdiff
2015-01-19
NAKAMURA Takumi
[CMake] Update libdeps in examples/Kaleidoscope/Chapter4.
tree
|
commitdiff
2015-01-16
Lang Hames
[Kaleidoscope] Run clang-format over chapter 4 of kalei...
tree
|
commitdiff
2015-01-16
Lang Hames
[Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidosco...
tree
|
commitdiff
2015-01-07
Aaron Ballman
Manually specify the folder that Kaleidescope should...
tree
|
commitdiff
2015-01-06
Duncan P. N. Exon...
Kaleidoscope: Value => Metadata
tree
|
commitdiff
2015-01-06
Duncan P. N. Exon...
cmake: Add Kaleidoscope target
tree
|
commitdiff
2015-01-06
Eric Christopher
Add a subdirectory in CMake for Chapter 8.
tree
|
commitdiff
2014-12-08
Eric Christopher
Once more on the cmake build. nativecodegen->native...
tree
|
commitdiff
2014-12-08
Eric Christopher
Attempt to fix the cmake build by requiring mcjit on...
tree
|
commitdiff
2014-12-08
Eric Christopher
Fix KS tutorial build failure.
tree
|
commitdiff
2014-12-08
Eric Christopher
Add Chapter 8 to the Kaleidoscope tutorial. This chapte...
tree
|
commitdiff
2014-12-08
Eric Christopher
Fix the JIT code for the Kaleidoscope tutorial.
tree
|
commitdiff
2014-09-10
Rafael Espindola
Add doInitialization/doFinalization to DataLayoutPass.
tree
|
commitdiff
2014-09-03
Iain Sandoe
Fix configure and make build of llvm examples.
tree
|
commitdiff
2014-09-02
Eric Christopher
Reinstate "Nuke the old JIT."
tree
|
commitdiff
2014-08-19
Rafael Espindola
Make it explicit that ExecutionEngine takes ownership...
tree
|
commitdiff
2014-08-07
Eric Christopher
Temporarily Revert "Nuke the old JIT." as it's not...
tree
|
commitdiff
2014-08-07
Rafael Espindola
Nuke the old JIT.
tree
|
commitdiff
2014-07-14
NAKAMURA Takumi
[CMake] Update libdeps.
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Use DataLayout from the module when easily available.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Make DataLayout a plain object, not a pass.
tree
|
commitdiff
2014-01-13
Chandler Carruth
[cleanup] Re-sort the examples #include lines with...
tree
|
commitdiff
2014-01-13
Chandler Carruth
[cleanup] Fix the includes in the examples for r199082.
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Place class definitions into anonymous...
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
tree
|
commitdiff
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-10-12
Will Dietz
Add missing #include's to cctype when using isdigit...
tree
|
commitdiff
2013-07-22
Andrew Kaylor
Adding example source to support MCJIT/Kaleidoscope...
tree
|
commitdiff
2013-07-21
Rafael Espindola
Remove unused fields.
tree
|
commitdiff
2013-01-02
Chandler Carruth
Update the examples for the new header file locations.
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort the #include lines of the examples/... tree.
tree
|
commitdiff
2012-10-08
Micah Villmow
Move TargetData to DataLayout.
tree
|
commitdiff
2012-06-29
Chandler Carruth
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
tree
|
commitdiff
2011-08-24
Evan Cheng
Move TargetRegistry and TargetSelect from Target to...
tree
|
commitdiff
2011-07-15
Francois Pichet
Convert CallInst and InvokeInst APIs to use ArrayRef...
tree
|
commitdiff
2011-07-11
John Wiegley
fix some examples
tree
|
commitdiff
2011-03-30
Jay Foad
Remove PHINode::reserveOperandSpace(). Instead, add...
tree
|
commitdiff
2011-03-30
Jay Foad
(Almost) always call reserveOperandSpace() on newly...
tree
|
commitdiff
next