Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1d4a8fe156fc65124ea03dde46f9aed74b0a3451
/
llvm
/
examples
/
HowToUseJIT
/
HowToUseJIT.cpp
8665bcd
Repository access test commit
by Garrison Venn
· 16 years ago
091217b
Kill ModuleProvider and ghost linkage by inverting the relationship between
by Jeffrey Yasskin
· 16 years ago
55f1c09
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
edb4a70
Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.
by Owen Anderson
· 16 years ago
fc8a2d5
Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create().
by Reid Kleckner
· 16 years ago
b6b2530
Move EVER MORE stuff over to LLVMContext.
by Owen Anderson
· 16 years ago
1cf085d
Hold the LLVMContext by reference rather than by pointer.
by Owen Anderson
· 16 years ago
6773d38
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
by Owen Anderson
· 16 years ago
d24df24
make sure that JIT examples link in their appropriate target.
by Chris Lattner
· 16 years ago
73312b3
Another attempt at fixing PR2975.
by Torok Edwin
· 16 years ago
8390265
revert r68457, its crashing in make check.
by Torok Edwin
· 16 years ago
96dadc3
fix (part of) memory leak on shutdown. See PR2975.
by Torok Edwin
· 16 years ago
0c19df4
Switch the asmprinter (.ll) and all the stuff it requires over to
by Chris Lattner
· 17 years ago
17f7165
Rework the routines that convert AP[S]Int into a string. Now, instead of
by Chris Lattner
· 17 years ago
e1f6e4b
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.)
by Gabor Greif
· 17 years ago
e9ecc68
API changes for class Use size reduction, wave 1.
by Gabor Greif
· 17 years ago
bcf65db
remove attributions from examples.
by Chris Lattner
· 18 years ago
b0f158c
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
by Chris Lattner
· 18 years ago
8a9ae48
Adjust for changes in GenericValue type.
by Reid Spencer
· 19 years ago
e3cf188
eliminate vector-related ctors
by Chris Lattner
· 19 years ago
727f31b
Add a #include to resolve IntegerType class.
by Reid Spencer
· 19 years ago
b800b39
add some casts to support a change in the getOrInsertFunction interface
by Chris Lattner
· 19 years ago
bc013ba
For PR950: Convert signed integer types to signless.
by Reid Spencer
· 19 years ago
e0fc4df
For PR950:
by Reid Spencer
· 19 years ago
e46cbe7
Minor corrections.
by Jeff Cohen
· 20 years ago
11e26b5
When a function takes a variable number of pointer arguments, with a zero
by Jeff Cohen
· 20 years ago
eaf625d
These are legal for tail calls
by Chris Lattner
· 20 years ago
2f72baf
Remove trailing whitespace at the end of lines
by Misha Brukman
· 20 years ago
222dcd4
Stop using abegin and aend.
by Alkis Evlogimenos
· 21 years ago
987319d
Correct the file header to reflect the new "examples" home for the file.
by Reid Spencer
· 21 years ago
b987b7c
Moved the "SmallExamples" out of the /projects directory and into a new
by Reid Spencer
· 21 years ago
[Renamed from llvm/projects/SmallExamples/HowToUseJIT/HowToUseJIT.cpp]
90b057b
Moved these files to "SmallExamples" directory.
by Reid Spencer
· 21 years ago
[Renamed from llvm/projects/HowToUseJIT/HowToUseJIT.cpp]
30411e0
Switch to using the JIT now that it can directly call zeroarg functions
by Chris Lattner
· 21 years ago
f56b692
Simplify code, make it print the constructed module before it is run.
by Chris Lattner
· 21 years ago
e66c307
Fix a copy & paste error .. correct the description of the program.
by Reid Spencer
· 21 years ago
b8773e3
Adding a simple example of how to use the JIT.
by Reid Spencer
· 21 years ago