Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
91be65be656072a68b51a8c4e7bb751ea475d896
/
llvm
/
examples
/
ParallelJIT
/
ParallelJIT.cpp
473e342
Fix compilation of examples after 13680223b9d8 / r352827
by James Y Knight
· 7 years ago
1368022
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
by James Y Knight
· 7 years ago
fadf250
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
by James Y Knight
· 7 years ago
f47d6b3
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
by James Y Knight
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
e7a411d
Defeat another -Wunused-but-set-variable warning
by Hans Wennborg
· 8 years ago
59a2d7b
Module::getOrInsertFunction is using C-style vararg instead of variadic templates.
by Serge Guelton
· 9 years ago
2b8e417
Fix some Include What You Use warnings in examples; other minor fixes.
by Eugene Zelenko
· 9 years ago
5717ecb
examples: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
cc9deb4
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups.
by Hans Wennborg
· 10 years ago
85c9bac
llvm/examples: Add missing include according to r230907.
by NAKAMURA Takumi
· 11 years ago
79cc1e3
Reinstate "Nuke the old JIT."
by Eric Christopher
· 11 years ago
2a8a279
Make it explicit that ExecutionEngine takes ownership of the modules.
by Rafael Espindola
· 11 years ago
b9fd9ed
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
by Eric Christopher
· 11 years ago
f8b27c4
Nuke the old JIT.
by Rafael Espindola
· 11 years ago
de14dcc
Fix warnings about an variable only used in asserts.
by Ahmed Charles
· 12 years ago
005f27a
Update the examples for the new header file locations.
by Chandler Carruth
· 13 years ago
605e30e
Sort the #include lines of the examples/... tree.
by Chandler Carruth
· 13 years ago
3bb7d41
Switch to a more idiomatic way of silencing unused variable warnings in
by Chandler Carruth
· 14 years ago
2bb4035
Move TargetRegistry and TargetSelect from Target to Support where they belong.
by Evan Cheng
· 14 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
1e5f00e
This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!?
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
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
166c458
silence warning when assertions are disabled.
by Chris Lattner
· 18 years ago
e9ecc68
API changes for class Use size reduction, wave 1.
by Gabor Greif
· 18 years ago
bcf65db
remove attributions from examples.
by Chris Lattner
· 18 years ago
8a9ae48
Adjust for changes in GenericValue type.
by Reid Spencer
· 19 years ago
969bdf3
Fix 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
266e42b
For PR950:
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
5f4ef3c
Eliminate all remaining tabs and trailing spaces.
by Jeff Cohen
· 20 years ago
8640f2b
Get rid of warnings on Alpha
by Reid Spencer
· 20 years ago
6855097
For PR418:
by Reid Spencer
· 20 years ago