Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
7d013e4bbd7f105f07bb4c22a9c570a7179819c6
/
examples
/
Fibonacci
3d01fc7
Initial support for the CMake build system.
by Oscar Fuentes
· 16 years ago
944fac7
Switch the asmprinter (.ll) and all the stuff it requires over to
by Chris Lattner
· 16 years ago
c40c8b3
Remove asmprinters from examples by default. This reduces their size by ~5%
by Anton Korobeynikov
· 16 years ago
fad86b0
Rework the routines that convert AP[S]Int into a string. Now, instead of
by Chris Lattner
· 16 years ago
7cbd8a3
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
· 16 years ago
051a950
API changes for class Use size reduction, wave 1.
by Gabor Greif
· 17 years ago
7520fcd
Fix an incorrect comment, PR2147.
by Chris Lattner
· 17 years ago
fc001bb
remove attributions from examples.
by Chris Lattner
· 17 years ago
57360d1
remove attributions from the rest of the llvm makefiles.
by Chris Lattner
· 17 years ago
9132a2b
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
by Chris Lattner
· 17 years ago
34bd70d
Adjust for changes in GenericValue type.
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
e4d87aa
For PR950:
by Reid Spencer
· 18 years ago
b83eb64
For PR950:
by Reid Spencer
· 18 years ago
885e3cb
Use llvm-config to determine what to link in
by Chris Lattner
· 18 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
· 19 years ago
f6b5c1a
Don't forget these are calls
by Chris Lattner
· 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
dadf881
Stop using abegin.
by Alkis Evlogimenos
· 20 years ago
8f63178
Use LLVMLIBS=JIT to get JIT libraries
by Reid Spencer
· 20 years ago
815cbcf
Fix PR456:\
by Reid Spencer
· 20 years ago
7cf540b
Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo'
by Misha Brukman
· 20 years ago
3c7d7ee
Fix typeo
by Chris Lattner
· 20 years ago
38f024d
Cleanup this example, simplifying it and making it conform to LLVM coding
by Chris Lattner
· 20 years ago
a9504af
Use the shared Makefile.JIT for JIT-enablement, which also enables the examples
by Misha Brukman
· 20 years ago
66e7cd0
Correct the file header to reflect the new "examples" home for the file.
by Reid Spencer
· 20 years ago
86e5aef
Add library LLVMsystem.a because the JIT now needs it.
by Reid Spencer
· 20 years ago
3a168a7
Moved small examples from /projects/SmallExamples to /examples.
by Reid Spencer
· 20 years ago
e784fa4
Add the fibonacci example provided by Valery Khamenya.
by Reid Spencer
· 20 years ago