index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-19
Reorder.
NAKAMURA Takumi
5
-5
/
+5
2015-01-19
[CMake] examples/Kaleidoscope: Prune redundant libdeps.
NAKAMURA Takumi
5
-9
/
+0
2015-01-19
[CMake] Update libdeps in examples/Kaleidoscope/Chapter4.
NAKAMURA Takumi
1
-0
/
+1
2015-01-16
[Kaleidoscope] Run clang-format over chapter 4 of kaleidoscope.
Lang Hames
1
-44
/
+38
2015-01-16
[Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidoscope tutorial where repeat
Lang Hames
1
-55
/
+253
2015-01-07
Manually specify the folder that Kaleidescope should reside in for CMake-prod...
Aaron Ballman
1
-0
/
+1
2015-01-06
Kaleidoscope: Value => Metadata
Duncan P. N. Exon Smith
1
-1
/
+1
2015-01-06
cmake: Add Kaleidoscope target
Duncan P. N. Exon Smith
8
-7
/
+14
2015-01-06
Add a subdirectory in CMake for Chapter 8.
Eric Christopher
1
-0
/
+1
2014-12-08
Once more on the cmake build. nativecodegen->native on the dependencies.
Eric Christopher
5
-5
/
+5
2014-12-08
Attempt to fix the cmake build by requiring mcjit on the cmake
Eric Christopher
5
-0
/
+5
2014-12-08
Fix KS tutorial build failure.
Eric Christopher
5
-775
/
+1059
2014-12-08
Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds
Eric Christopher
4
-1
/
+1527
2014-12-08
Fix the JIT code for the Kaleidoscope tutorial.
Eric Christopher
4
-8
/
+36
2014-12-03
ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183.
NAKAMURA Takumi
1
-2
/
+2
2014-10-31
[CMake] llvm/examples: Update libdeps for unoptimized builds.
NAKAMURA Takumi
2
-0
/
+2
2014-09-10
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
5
-5
/
+5
2014-09-03
Fix configure and make build of llvm examples.
Iain Sandoe
9
-9
/
+9
2014-09-02
Reinstate "Nuke the old JIT."
Eric Christopher
23
-145
/
+9
2014-08-25
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
1
-3
/
+2
2014-08-19
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
9
-24
/
+37
2014-08-07
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
23
-9
/
+145
2014-08-07
Nuke the old JIT.
Rafael Espindola
23
-145
/
+9
2014-07-22
Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EH
Dan Liew
1
-0
/
+2
2014-07-14
[CMake] Update libdeps.
NAKAMURA Takumi
7
-0
/
+7
2014-04-29
Try to fix the msvc build.
Benjamin Kramer
1
-0
/
+1
2014-03-06
Fix warnings about an variable only used in asserts.
Ahmed Charles
1
-0
/
+3
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
3
-3
/
+3
2014-02-25
Use DataLayout from the module when easily available.
Rafael Espindola
5
-5
/
+10
2014-02-25
Make DataLayout a plain object, not a pass.
Rafael Espindola
5
-5
/
+5
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
1
-1
/
+1
2014-02-19
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
1
-2
/
+2
2014-02-19
This reverts commit r201625 and r201624.
Rafael Espindola
1
-2
/
+2
2014-02-19
Use PrivateLinkage now that it is safe.
Rafael Espindola
1
-2
/
+2
2014-02-12
Don't try to build ExceptionDemo on ARM.
Rafael Espindola
1
-1
/
+1
2014-01-13
[cleanup] Re-sort the examples #include lines with my sort_includes
Chandler Carruth
11
-14
/
+14
2014-01-13
[cleanup] Fix the includes in the examples for r199082.
Chandler Carruth
14
-14
/
+14
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
11
-11
/
+91
2013-11-19
[weak vtables] Place class definitions into anonymous namespaces to prevent w...
Juergen Ributzka
7
-44
/
+21
2013-11-19
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
7
-7
/
+35
2013-11-18
Revert r194865 and r194874.
Alexey Samsonov
7
-33
/
+7
2013-11-15
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
7
-7
/
+33
2013-10-12
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
12
-0
/
+12
2013-07-29
ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
NAKAMURA Takumi
1
-1
/
+1
2013-07-22
Adding example source to support MCJIT/Kaleidoscope blog posts.
Andrew Kaylor
20
-0
/
+9374
2013-07-21
Remove unused fields.
Rafael Espindola
1
-11
/
+3
2013-07-21
Fix exception demo: Add mcjit to link component.
Logan Chien
1
-1
/
+1
2013-07-16
Update the examples for an API change.
Rafael Espindola
1
-1
/
+1
2013-05-14
ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong t...
NAKAMURA Takumi
1
-2
/
+2
2013-05-07
Remove exception handling support from the old JIT.
Rafael Espindola
1
-1
/
+0
[next]