Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b51a0d87ac4c3f9c651b2ff7cdf663dff18f995b
/
examples
/
HowToUseJIT
/
HowToUseJIT.cpp
fc001bb
remove attributions from examples.
by Chris Lattner
· 17 years ago
9132a2b
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
by Chris Lattner
· 18 years ago
34bd70d
Adjust for changes in GenericValue type.
by Reid Spencer
· 18 years ago
680f2f0
eliminate vector-related ctors
by Chris Lattner
· 18 years ago
bc0895a
Add a #include to resolve IntegerType class.
by Reid Spencer
· 18 years ago
6a98754
add some casts to support a change in the getOrInsertFunction interface
by Chris Lattner
· 18 years ago
db8d2be
For PR950: Convert signed integer types to signless.
by Reid Spencer
· 18 years ago
b83eb64
For PR950:
by Reid Spencer
· 19 years ago
afebb44
Minor corrections.
by Jeff Cohen
· 19 years ago
66c5fd6
When a function takes a variable number of pointer arguments, with a zero
by Jeff Cohen
· 20 years ago
47968e4
These are legal for tail calls
by Chris Lattner
· 20 years ago
237cef4
Remove trailing whitespace at the end of lines
by Misha Brukman
· 20 years ago
1d9f262
Stop using abegin and aend.
by Alkis Evlogimenos
· 20 years ago
66e7cd0
Correct the file header to reflect the new "examples" home for the file.
by Reid Spencer
· 21 years ago
95f114c
Switch to using the JIT now that it can directly call zeroarg functions
by Chris Lattner
· 21 years ago
e8bf58c
Simplify code, make it print the constructed module before it is run.
by Chris Lattner
· 21 years ago
54706d6
Fix a copy & paste error .. correct the description of the program.
by Reid Spencer
· 21 years ago
26a4ba7
Adding a simple example of how to use the JIT.
by Reid Spencer
· 21 years ago