Rafael Espindola
|
3f4ed32b43
Make it explicit that ExecutionEngine takes ownership of the modules.
|
11 years ago |
Eric Christopher
|
aa5b9c0f6f
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
|
11 years ago |
Rafael Espindola
|
875710a2fd
Nuke the old JIT.
|
11 years ago |
Ahmed Charles
|
f4ccd11075
Replace OwningPtr<T> with std::unique_ptr<T>.
|
11 years ago |
Chandler Carruth
|
098dd808c1
[cleanup] Fix the includes in the examples for r199082.
|
11 years ago |
Chandler Carruth
|
0a08460599
Update the examples for the new header file locations.
|
12 years ago |
Chandler Carruth
|
4ca7e09b7c
Sort the #include lines of the examples/... tree.
|
12 years ago |
Quentin Colombet
|
92b0d8cf2c
Test commit access
|
13 years ago |
Arnaud A. de Grandmaison
|
5791df830d
Remove trailing whitespaces
|
13 years ago |
Evan Cheng
|
3e74d6fdd2
Move TargetRegistry and TargetSelect from Target to Support where they belong.
|
14 years ago |
Chris Lattner
|
03d1063d32
fit in 80 columns and don't crash on exit, fixes PR8080
|
15 years ago |
Jeffrey Yasskin
|
f0356fe140
Kill ModuleProvider and ghost linkage by inverting the relationship between
|
15 years ago |
Chris Lattner
|
18f0c677fa
fix PR5649 by making fib use the JIT instead of the interpreter, patch by Perry Lorier!
|
15 years ago |
Owen Anderson
|
1d0be15f89
Push LLVMContexts through the IntegerType APIs.
|
16 years ago |
Owen Anderson
|
eed707b1e6
Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.
|
16 years ago |
Reid Kleckner
|
4b1511b027
Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create().
|
16 years ago |
Owen Anderson
|
9adc0abad3
Move EVER MORE stuff over to LLVMContext.
|
16 years ago |
Owen Anderson
|
333c400965
This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!?
|
16 years ago |
Owen Anderson
|
31895e7359
Hold the LLVMContext by reference rather than by pointer.
|
16 years ago |
Owen Anderson
|
8b477ed579
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
|
16 years ago |
Chris Lattner
|
944fac71e0
Switch the asmprinter (.ll) and all the stuff it requires over to
|
17 years ago |
Chris Lattner
|
fad86b003a
Rework the routines that convert AP[S]Int into a string. Now, instead of
|
17 years ago |
Gabor Greif
|
7cbd8a3e92
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.)
|
17 years ago |
Gabor Greif
|
051a950000
API changes for class Use size reduction, wave 1.
|
17 years ago |
Chris Lattner
|
7520fcd7a5
Fix an incorrect comment, PR2147.
|
17 years ago |
Chris Lattner
|
fc001bbfc3
remove attributions from examples.
|
17 years ago |
Chris Lattner
|
9132a2b818
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
|
18 years ago |
Reid Spencer
|
34bd70de3c
Adjust for changes in GenericValue type.
|
18 years ago |
Chris Lattner
|
6a98754ebb
add some casts to support a change in the getOrInsertFunction interface
|
18 years ago |
Reid Spencer
|
db8d2bed6a
For PR950:
|
18 years ago |