Owen Anderson
|
1d0be15f89
Push LLVMContexts through the IntegerType APIs.
|
16 gadi atpakaļ |
Owen Anderson
|
d7f2a6cb3f
Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs.
|
16 gadi atpakaļ |
Owen Anderson
|
a7235ea724
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
|
16 gadi atpakaļ |
Owen Anderson
|
debcb01b0f
Move types back to the 2.5 API.
|
16 gadi atpakaļ |
Owen Anderson
|
baf3c40440
Move ConstantExpr to 2.5 API.
|
16 gadi atpakaļ |
Owen Anderson
|
1fd7096407
Change ConstantArray to 2.5 API.
|
16 gadi atpakaļ |
Owen Anderson
|
8fa3338ed2
Move ConstantStruct back to 2.5 API.
|
16 gadi atpakaļ |
Owen Anderson
|
eed707b1e6
Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.
|
16 gadi atpakaļ |
Owen Anderson
|
e922c02019
Get rid of the Pass+Context magic.
|
16 gadi atpakaļ |
Owen Anderson
|
9adc0abad3
Move EVER MORE stuff over to LLVMContext.
|
16 gadi atpakaļ |
Owen Anderson
|
0a5372ed3e
Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
|
16 gadi atpakaļ |
Owen Anderson
|
d1fbd14294
Push LLVMContext _back_ through IRBuilder.
|
16 gadi atpakaļ |
Owen Anderson
|
e9b11b4313
Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required.
|
16 gadi atpakaļ |
Owen Anderson
|
3d29df3e8a
Push LLVMContext through GlobalVariables and IRBuilder.
|
16 gadi atpakaļ |
Duncan Sands
|
667d4b8de6
Introduce new linkage types linkonce_odr, weak_odr, common_odr
|
16 gadi atpakaļ |
Mikhail Glushenkov
|
2388a588bd
Registry.h should not depend on CommandLine.h.
|
16 gadi atpakaļ |
Mikhail Glushenkov
|
5c1799b293
Delete trailing whitespace.
|
16 gadi atpakaļ |
Devang Patel
|
0598866c05
Large mechanical patch.
|
17 gadi atpakaļ |
Gordon Henriksen
|
5eca075b74
Rename some GC classes so that their roll will hopefully be clearer.
|
17 gadi atpakaļ |
Gordon Henriksen
|
5a29c9eed1
Factor GC metadata table assembly generation out of Collector in preparation for splitting AsmPrinter into its own library.
|
17 gadi atpakaļ |