Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c85829617bae7f0520c92c5819a5ca8ad520b4f1
/
examples
/
ParallelJIT
f0356fe
Kill ModuleProvider and ghost linkage by inverting the relationship between
by Jeffrey Yasskin
· 15 years ago
12adce4
Make ParallelJIT pthreads linking with CMake slightly less broken
by Douglas Gregor
· 15 years ago
1d0be15
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 15 years ago
eed707b
Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.
by Owen Anderson
· 15 years ago
4b1511b
Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create().
by Reid Kleckner
· 15 years ago
9adc0ab
Move EVER MORE stuff over to LLVMContext.
by Owen Anderson
· 15 years ago
333c400
This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!?
by Owen Anderson
· 15 years ago
31895e7
Hold the LLVMContext by reference rather than by pointer.
by Owen Anderson
· 15 years ago
8b477ed
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
by Owen Anderson
· 15 years ago
da06288
make sure that JIT examples link in their appropriate target.
by Chris Lattner
· 15 years ago
dbc2e85
CMake: Builds all examples. Corrected name of CBackend target.
by Oscar Fuentes
· 16 years ago
c40c8b3
Remove asmprinters from examples by default. This reduces their size by ~5%
by Anton Korobeynikov
· 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
7098772
silence warning when assertions are disabled.
by Chris Lattner
· 17 years ago
051a950
API changes for class Use size reduction, wave 1.
by Gabor Greif
· 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
34bd70d
Adjust for changes in GenericValue type.
by Reid Spencer
· 18 years ago
5642703
Fix 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
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
0a262ba
For PR616:
by Reid Spencer
· 19 years ago
00b16889
Eliminate all remaining tabs and trailing spaces.
by Jeff Cohen
· 19 years ago
6fb0d73
Get rid of warnings on Alpha
by Reid Spencer
· 19 years ago
6a60d18
Correct the file title.
by Reid Spencer
· 19 years ago
e8cdc8b
For PR418:
by Reid Spencer
· 19 years ago