index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-22
Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.
Erick Tryzelaar
5
-9
/
+25
2009-09-22
Sync c++ kaleidoscope tutorial with test.
Erick Tryzelaar
1
-16
/
+8
2009-08-26
Allocate the module provider in the Kaleidoscope code on the heap, not the st...
Reid Kleckner
1
-35
/
+33
2009-08-25
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
1
-1
/
+0
2009-08-24
Fixed double free in Kaleidoscope. Fixes PR4762.
Reid Kleckner
1
-3
/
+4
2009-08-23
eliminate the std::ostream forms of the bitcode writing APIs.
Chris Lattner
2
-21
/
+22
2009-08-17
CMake: LLVMConfig assigns LLVMX86 to the `native' component
Oscar Fuentes
1
-1
/
+1
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
7
-71
/
+85
2009-07-31
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2
-2
/
+2
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
3
-6
/
+5
2009-07-28
Change ConstantArray to 2.5 API.
Owen Anderson
1
-1
/
+1
2009-07-27
Move ConstantFP construction back to the 2.5-ish API.
Owen Anderson
1
-5
/
+5
2009-07-24
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
6
-18
/
+18
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
1
-1
/
+1
2009-07-20
PR4591: Make sure to initialize the pass manager before using it.
Eli Friedman
1
-0
/
+2
2009-07-19
Fix build
Daniel Dunbar
1
-1
/
+1
2009-07-19
Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...
Xerxes Ranby
1
-0
/
+2
2009-07-18
Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...
Reid Kleckner
5
-10
/
+5
2009-07-16
Privatize the ConstantFP table. I'm on a roll!
Owen Anderson
1
-7
/
+8
2009-07-16
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
1
-2
/
+2
2009-07-14
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
6
-29
/
+32
2009-07-13
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2
-2
/
+2
2009-07-09
This started as a small change, I swear. Unfortunately, lots of things call ...
Owen Anderson
3
-5
/
+4
2009-07-08
Push LLVMContext _back_ through IRBuilder.
Owen Anderson
1
-1
/
+1
2009-07-08
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
1
-3
/
+2
2009-07-08
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
1
-0
/
+1
2009-07-01
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2
-4
/
+4
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
8
-10
/
+11
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
8
-12
/
+29
2009-07-01
improve the APIs for creating struct and function types with no arguments/ele...
Chris Lattner
1
-2
/
+1
2009-06-17
make sure that JIT examples link in their appropriate target.
Chris Lattner
4
-2
/
+14
2009-04-15
silence a warning.
Chris Lattner
1
-1
/
+1
2009-04-13
Get rid of some compile warnings.
Bill Wendling
1
-3
/
+1
2009-04-12
Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice
Nick Lewycky
5
-1
/
+1159
2009-04-07
Another attempt at fixing PR2975.
Torok Edwin
1
-0
/
+4
2009-04-06
revert r68457, its crashing in make check.
Torok Edwin
1
-4
/
+0
2009-04-06
fix (part of) memory leak on shutdown. See PR2975.
Torok Edwin
1
-0
/
+4
2008-11-21
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
1
-1
/
+3
2008-11-21
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
1
-3
/
+1
2008-11-21
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
1
-1
/
+3
2008-10-22
CMake: use add_llvm_example for HowToUseJIT.
Oscar Fuentes
1
-1
/
+1
2008-09-26
CMake: Builds all examples. Corrected name of CBackend target.
Oscar Fuentes
5
-1
/
+34
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2
-0
/
+6
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2
-11
/
+12
2008-08-23
use proper namespace qualifications
Chris Lattner
2
-9
/
+8
2008-08-17
Remove asmprinters from examples by default. This reduces their size by ~5%
Anton Korobeynikov
4
-4
/
+4
2008-08-17
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2
-2
/
+2
2008-08-08
Have IRBuilder take a template argument on whether or not to preserve
Eric Christopher
2
-2
/
+2
2008-05-16
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...
Gabor Greif
4
-9
/
+9
2008-05-15
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
1
-3
/
+4
[next]