index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
HowToUseJIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-23
1
-1
/
+1
*
Adjust for changes in GenericValue type.
Reid Spencer
2007-03-06
1
-1
/
+1
*
eliminate vector-related ctors
Chris Lattner
2007-02-13
1
-3
/
+1
*
Add a #include to resolve IntegerType class.
Reid Spencer
2007-01-19
1
-1
/
+1
*
add some casts to support a change in the getOrInsertFunction interface
Chris Lattner
2007-01-07
1
-3
/
+5
*
For PR950:
Reid Spencer
2006-12-31
1
-5
/
+5
*
For PR950:
Reid Spencer
2006-10-20
1
-2
/
+2
*
Use llvm-config to determine what to link in
Chris Lattner
2006-09-04
1
-2
/
+1
*
Minor corrections.
Jeff Cohen
2006-03-24
1
-1
/
+2
*
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-10-23
1
-2
/
+3
*
These are legal for tail calls
Chris Lattner
2005-05-06
1
-1
/
+2
*
Remove trailing whitespace at the end of lines
Misha Brukman
2005-04-20
1
-15
/
+15
*
Stop using abegin and aend.
Alkis Evlogimenos
2005-03-15
1
-2
/
+2
*
Use LLVMLIBS=JIT to get JIT libraries
Reid Spencer
2004-11-29
1
-1
/
+1
*
Fix PR456:\
Reid Spencer
2004-11-18
1
-0
/
+1
*
Use the shared Makefile.JIT for JIT-enablement, which also enables the examples
Misha Brukman
2004-10-14
1
-3
/
+3
*
Correct the file header to reflect the new "examples" home for the file.
Reid Spencer
2004-09-11
2
-2
/
+2
*
Add library LLVMsystem.a because the JIT now needs it.
Reid Spencer
2004-09-11
1
-1
/
+1
*
Moved small examples from /projects/SmallExamples to /examples.
Reid Spencer
2004-08-23
1
-1
/
+1
*
Make the SmallExamples programs compile in their new home.
Reid Spencer
2004-08-19
1
-1
/
+1
*
Switch to using the JIT now that it can directly call zeroarg functions
Chris Lattner
2004-08-15
1
-1
/
+1
*
Simplify code, make it print the constructed module before it is run.
Chris Lattner
2004-08-15
1
-87
/
+45
*
Fix a copy & paste error .. correct the description of the program.
Reid Spencer
2004-08-10
1
-4
/
+2
*
Adding a simple example of how to use the JIT.
Reid Spencer
2004-08-10
2
-0
/
+168