projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[PeepholeOptimizer] Look through PHIs to find additional register sources
[oota-llvm.git]
/
examples
/
2015-07-24
Duncan P. N. Exon...
DI/Verifier: Fix argument bitrot in DILocalVariable
tree
|
commitdiff
2015-07-24
Mehdi Amini
Remove access to the DataLayout in the TargetMachine
tree
|
commitdiff
2015-07-24
Mehdi Amini
Revert "Remove access to the DataLayout in the TargetMa...
tree
|
commitdiff
2015-07-24
Mehdi Amini
Remove access to the DataLayout in the TargetMachine
tree
|
commitdiff
2015-07-16
Mehdi Amini
Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout...
tree
|
commitdiff
2015-06-23
Rafael Espindola
Simplify the Mangler interface now that DataLayout...
tree
|
commitdiff
2015-05-19
NAKAMURA Takumi
BrainF.cpp: Update CreateCall() according to r237624.
tree
|
commitdiff
2015-05-05
Lang Hames
[Orc] Reapply r236465 with fixes for the MSVC bots.
tree
|
commitdiff
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-22
David Blaikie
Fix up Exception demo from recent opaque pointer type...
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-04-02
NAKAMURA Takumi
llvm/examples/BrainF: Give an explicit pointee type...
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-18
Reid Kleckner
CMake: Disable ENABLE_EXPORTS for executables with...
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-12-03
NAKAMURA Takumi
ExceptionDemo: Let setMCJITMemoryManager() take unique_...
tree
|
commitdiff
2014-10-31
NAKAMURA Takumi
[CMake] llvm/examples: Update libdeps for unoptimized...
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-25
Rafael Espindola
Modernize raw_fd_ostream's constructor a bit.
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-22
Dan Liew
Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that...
tree
|
commitdiff
2014-07-14
NAKAMURA Takumi
[CMake] Update libdeps.
tree
|
commitdiff
2014-04-29
Benjamin Kramer
Try to fix the msvc build.
tree
|
commitdiff
2014-03-06
Ahmed Charles
Fix warnings about an variable only used in asserts.
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-02-24
Rafael Espindola
Replace the F_Binary flag with a F_Text one.
tree
|
commitdiff
2014-02-19
Rafael Espindola
Add back r201608, r201622, r201624 and r201625
tree
|
commitdiff
next