index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Re-sort the #include lines in bindings and examples which I managed to
Chandler Carruth
2015-02-13
1
-2
/
+2
*
[Orc] Add a JITSymbol class to the Orc APIs, refactor APIs, update clients.
Lang Hames
2015-02-09
3
-26
/
+26
*
Kaleidoscope-Orc: Reuse the IRGen utility function in later chapters, and rem...
David Blaikie
2015-02-08
3
-20
/
+40
*
Kaleidoscope-Orc: Extract IRGen work into a utility function.
David Blaikie
2015-02-08
1
-7
/
+15
*
Constify the Orc Kaleidoscope examples IRGen functions.
David Blaikie
2015-02-08
3
-66
/
+66
*
[Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials with warnings.
Lang Hames
2015-02-08
3
-3
/
+3
*
[Orc][Kaleidoscope] Remove fixed sized buffers from string conversion code and
Lang Hames
2015-02-08
3
-77
/
+71
*
[CMake] Kaleidoscope-Orc: Update libdeps.
NAKAMURA Takumi
2015-02-08
3
-3
/
+6
*
Add CMake build support for Orc examples (& fix some clang -Werror build
David Blaikie
2015-02-08
8
-3
/
+38
*
[Orc][Kaleidoscope] Fix method-name think-o. NFC.
Lang Hames
2015-02-08
3
-10
/
+10
*
[Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-irgen.
Lang Hames
2015-02-06
3
-0
/
+1366
*
[Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-codegen.
Lang Hames
2015-02-06
3
-0
/
+1344
*
[Orc] Add a Kaleidoscope tutorial for Orc demonstrating eager compilation.
Lang Hames
2015-02-06
3
-0
/
+1341
*
Reorder.
NAKAMURA Takumi
2015-01-19
5
-5
/
+5
*
[CMake] examples/Kaleidoscope: Prune redundant libdeps.
NAKAMURA Takumi
2015-01-19
5
-9
/
+0
*
[CMake] Update libdeps in examples/Kaleidoscope/Chapter4.
NAKAMURA Takumi
2015-01-19
1
-0
/
+1
*
[Kaleidoscope] Run clang-format over chapter 4 of kaleidoscope.
Lang Hames
2015-01-16
1
-44
/
+38
*
[Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidoscope tutorial where repeat
Lang Hames
2015-01-16
1
-55
/
+253
*
Manually specify the folder that Kaleidescope should reside in for CMake-prod...
Aaron Ballman
2015-01-07
1
-0
/
+1
*
Kaleidoscope: Value => Metadata
Duncan P. N. Exon Smith
2015-01-06
1
-1
/
+1
*
cmake: Add Kaleidoscope target
Duncan P. N. Exon Smith
2015-01-06
8
-7
/
+14
*
Add a subdirectory in CMake for Chapter 8.
Eric Christopher
2015-01-06
1
-0
/
+1
*
Once more on the cmake build. nativecodegen->native on the dependencies.
Eric Christopher
2014-12-08
5
-5
/
+5
*
Attempt to fix the cmake build by requiring mcjit on the cmake
Eric Christopher
2014-12-08
5
-0
/
+5
*
Fix KS tutorial build failure.
Eric Christopher
2014-12-08
5
-775
/
+1059
*
Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds
Eric Christopher
2014-12-08
4
-1
/
+1527
*
Fix the JIT code for the Kaleidoscope tutorial.
Eric Christopher
2014-12-08
4
-8
/
+36
*
ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183.
NAKAMURA Takumi
2014-12-03
1
-2
/
+2
*
[CMake] llvm/examples: Update libdeps for unoptimized builds.
NAKAMURA Takumi
2014-10-31
2
-0
/
+2
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
5
-5
/
+5
*
Fix configure and make build of llvm examples.
Iain Sandoe
2014-09-03
9
-9
/
+9
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
23
-145
/
+9
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-3
/
+2
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
9
-24
/
+37
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
23
-9
/
+145
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
23
-145
/
+9
*
Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EH
Dan Liew
2014-07-22
1
-0
/
+2
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
7
-0
/
+7
*
Try to fix the msvc build.
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
Fix warnings about an variable only used in asserts.
Ahmed Charles
2014-03-06
1
-0
/
+3
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
3
-3
/
+3
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
5
-5
/
+10
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
5
-5
/
+5
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-2
/
+2
*
This reverts commit r201625 and r201624.
Rafael Espindola
2014-02-19
1
-2
/
+2
*
Use PrivateLinkage now that it is safe.
Rafael Espindola
2014-02-19
1
-2
/
+2
*
Don't try to build ExceptionDemo on ARM.
Rafael Espindola
2014-02-12
1
-1
/
+1
*
[cleanup] Re-sort the examples #include lines with my sort_includes
Chandler Carruth
2014-01-13
11
-14
/
+14
*
[cleanup] Fix the includes in the examples for r199082.
Chandler Carruth
2014-01-13
14
-14
/
+14
[prev]
[next]