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
*
Fix compiler extension example cmake integration
serge-sans-paille
2020-01-07
1
-0
/
+6
*
Re-apply "[Examples] Add IRTransformations directory to examples."
Florian Hahn
2020-01-04
6
-0
/
+497
*
Add intrinsics_gen *dependency* on Bye example
serge-sans-paille
2020-01-02
1
-3
/
+5
*
Add intrinsics_gen dependency on Bye example
serge-sans-paille
2020-01-02
1
-0
/
+2
*
Generalize the pass registration mechanism used by Polly to any third-party tool
serge_sans_paille
2020-01-02
3
-0
/
+83
*
[examples] Rename LLJITWithJITLink to LLJITWithCustomObjectLinkingLayer.
Lang Hames
2019-12-15
4
-17
/
+15
*
[examples] Update LLJITWithJITLink example for change in c0143f37dab.
Lang Hames
2019-12-15
1
-11
/
+9
*
[Kaleidoscope][BuildingAJIT] Add a missing std::move.
Lang Hames
2019-12-15
1
-1
/
+1
*
[ORC] Remove the automagic Main JITDylib fram ExecutionSession.
Lang Hames
2019-12-05
3
-22
/
+26
*
[ORC] Add a runAsMain utility function to ExecutionUtils.
Lang Hames
2019-12-02
1
-12
/
+3
*
Revert "[Examples] Add IRTransformations directory to examples."
Florian Hahn
2019-12-01
6
-497
/
+0
*
[ORC] Add a utility to support dumping JIT'd objects to disk for debugging.
Lang Hames
2019-11-14
3
-0
/
+83
*
Move CodeGenFileType enum to Support/CodeGen.h
Reid Kleckner
2019-11-13
1
-1
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Fix build with shared libraries. NFC.
Michael Liao
2019-11-12
1
-0
/
+6
*
[Examples] Add IRTransformations directory to examples.
Florian Hahn
2019-11-12
6
-0
/
+490
*
Break out OrcError and RPC
Chris Bieneman
2019-10-29
1
-1
/
+1
*
[examples] Add a dependency on ExecutionEngine to LLJITWithObjectCache example.
Lang Hames
2019-10-21
1
-0
/
+1
*
[examples] Fix some comments in the LLJITWithJITLink example
Lang Hames
2019-10-18
1
-2
/
+2
*
[examples] Add an example of how to use JITLink and small-code-model with LLJIT.
Lang Hames
2019-10-18
3
-0
/
+82
*
[Orc] Roll back ThreadPool to std::function
Benjamin Kramer
2019-09-13
1
-1
/
+3
*
[Orc] Address the remaining move-capture FIXMEs
Benjamin Kramer
2019-09-13
1
-3
/
+1
*
[ORCv2] - New Speculate Query Implementation
Praveen Velliengiri
2019-08-27
1
-4
/
+1
*
[ORC] Make sure we linker-mangle symbol names in the SpeculationLayer.
Lang Hames
2019-08-18
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
24
-194
/
+194
*
[ORC] Fix SpeculativeJIT example code broken by r368707.
Lang Hames
2019-08-13
1
-6
/
+7
*
[ORC] Fix BuildingAJIT tutorial code broken by r368707.
Lang Hames
2019-08-13
2
-2
/
+2
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
2
-2
/
+2
*
Speculative Compilation
Praveen Velliengiri
2019-08-03
3
-0
/
+212
*
[ORC] Change the locking scheme for ThreadSafeModule.
Lang Hames
2019-08-02
1
-14
/
+16
*
[ORC] Add deprecation warnings to ORCv1 layers and utilities.
Lang Hames
2019-07-17
4
-23
/
+26
*
[ORC] Add custom IR compiler configuration to LLJITBuilder to enable obj caches.
Lang Hames
2019-07-10
6
-0
/
+170
*
Add a HowToUseLLJIT example project.
Lang Hames
2019-05-22
3
-0
/
+85
*
[JITLink] Update BuildingAJIT tutorials to account for API changes in r358818.
Lang Hames
2019-04-20
2
-2
/
+4
*
[Kaleidoscope] Fix symbol resolver to search in reverse order.
Lang Hames
2019-02-21
1
-1
/
+1
*
Fix compilation of examples after 13680223b9d8 / r352827
James Y Knight
2019-02-01
4
-14
/
+18
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
6
-31
/
+33
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
6
-33
/
+31
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
6
-31
/
+33
*
Fix some warnings on MSVC
Alexandre Ganea
2019-01-27
1
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
16
-64
/
+48
*
Python compat - print statement
Serge Guelton
2019-01-03
5
-13
/
+23
*
Fix build break from r347239
Paul Robinson
2018-11-19
1
-3
/
+2
*
Add bracket that was lost in rL346727 and has been causing buildbot failures ...
Simon Pilgrim
2018-11-13
1
-1
/
+1
*
[BuildingAJIT] Fixing the build by inserting a forgotten paren.
George Karpenkov
2018-11-13
1
-1
/
+1
*
[BuildingAJIT] Clang-format chapters 1 and 2.
Lang Hames
2018-11-13
3
-12
/
+7
*
[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
Lang Hames
2018-11-13
2
-133
/
+126
*
[BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients.
Lang Hames
2018-10-18
2
-36
/
+38
*
[BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.
Lang Hames
2018-10-17
2
-125
/
+116
*
[ORC] Rename ORC layers to make the "new" ORC layers the default.
Lang Hames
2018-10-15
6
-22
/
+22
[next]