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
/
Chapter8
/
toy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CodeGenFileType enum to Support/CodeGen.h
Reid Kleckner
2019-11-13
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-13
/
+13
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Unbreak kaleidoscope example.
Peter Collingbourne
2018-05-21
1
-1
/
+1
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-1
/
+1
*
[Kaleidoscope] toy.cpp use after move fix
Peter Szecsi
2017-05-07
1
-1
/
+1
*
Update Kaleidoscope tutorial and improve Windows support
Mehdi Amini
2017-02-11
1
-5
/
+11
*
Use print() instead of dump() in code
Matthias Braun
2017-01-28
1
-2
/
+4
*
[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...
Eugene Zelenko
2016-11-18
1
-6
/
+27
*
New Kaleidoscope chapter: Creating object files
Wilfred Hughes
2016-07-02
1
-323
/
+93
*
Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...
Eugene Zelenko
2016-05-19
1
-15
/
+40
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-24
/
+20
*
[Kaleidoscope] Fix 'Error' name clashes.
Lang Hames
2016-03-25
1
-31
/
+31
*
Fix Kaleidoscope example.
Peter Collingbourne
2015-11-05
1
-1
/
+2
*
Update for llvm API change.
Eric Christopher
2015-10-15
1
-2
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...
Hans Wennborg
2015-09-29
1
-2
/
+3
*
Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one.
NAKAMURA Takumi
2015-08-28
1
-2
/
+2
*
Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure
Lang Hames
2015-08-27
1
-4
/
+4
*
Revert r246175 to get builder green again.
Lang Hames
2015-08-27
1
-2
/
+2
*
Add Kaleidoscope regression tests.
Lang Hames
2015-08-27
1
-2
/
+2
*
Big Kaleidoscope tutorial update.
Lang Hames
2015-08-26
1
-187
/
+128
*
[Kaleidoscope] Clang-format the Kaleidoscope tutorials.
Lang Hames
2015-08-19
1
-76
/
+89
*
[Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.
Lang Hames
2015-08-18
1
-179
/
+177
*
DI: Rewrite the DIBuilder local variable API
Duncan P. N. Exon Smith
2015-07-31
1
-3
/
+2
*
DI/Verifier: Fix argument bitrot in DILocalVariable
Duncan P. N. Exon Smith
2015-07-24
1
-1
/
+1
*
Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a ref
Mehdi Amini
2015-07-16
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-16
/
+16
*
[Kaleidoscope] Fix incorrect use of reinterpret_cast.
Lang Hames
2015-04-22
1
-1
/
+1
*
[Kaleidoscope] Remove RTTI use from chapters 7 and 8.
Lang Hames
2015-04-22
1
-1
/
+4
*
DebugInfo: Fix Kaleidoscope Ch. 8 after r235327
Duncan P. N. Exon Smith
2015-04-20
1
-2
/
+2
*
DebugInfo: Remove DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-20
/
+20
*
DebugInfo: Remove DIDescriptor from the DIBuilder API
Duncan P. N. Exon Smith
2015-04-16
1
-2
/
+2
*
DebugInfo: Gut DIDescriptor
Duncan P. N. Exon Smith
2015-04-16
1
-1
/
+1
*
DebugInfo: Remove unnecessary API from DIDerivedType and DIType
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-12
/
+12
*
DebugInfo: Add implicit conversion from DISubprogram to DIScope
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
Fixing a compile error with MSVC 2013 where there is no conversion from DISub...
Aaron Ballman
2015-04-14
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-16
/
+16
*
Fix the build of the gold-plugin and examples.
Rafael Espindola
2015-03-04
1
-1
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+0
*
llvm/examples: Add missing include according to r230907.
NAKAMURA Takumi
2015-03-02
1
-0
/
+1
*
[PM] Update the examples to reflect the removal of the
Chandler Carruth
2015-02-13
1
-2
/
+2
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Re-sort the #include lines in bindings and examples which I managed to
Chandler Carruth
2015-02-13
1
-2
/
+2
*
Kaleidoscope: Value => Metadata
Duncan P. N. Exon Smith
2015-01-06
1
-1
/
+1
*
Fix KS tutorial build failure.
Eric Christopher
2014-12-08
1
-4
/
+5
*
Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds
Eric Christopher
2014-12-08
1
-0
/
+1493