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
/
Kaleidoscope
/
MCJIT
/
complete
/
toy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use print() instead of dump() in code
Matthias Braun
2017-01-28
1
-2
/
+4
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-28
/
+24
*
[Kaleidoscope] Fix incorrect use of reinterpret_cast.
Lang Hames
2015-04-22
1
-1
/
+1
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-3
/
+3
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-121
/
+8
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-8
/
+121
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-121
/
+8
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[cleanup] Re-sort the examples #include lines with my sort_includes
Chandler Carruth
2014-01-13
1
-2
/
+2
*
[cleanup] Fix the includes in the examples for r199082.
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
1
-0
/
+1
*
Adding example source to support MCJIT/Kaleidoscope blog posts.
Andrew Kaylor
2013-07-22
1
-0
/
+1710