Owen Anderson
|
cf112e59c3
|
Hold the LLVMContext by reference rather than by pointer.
llvm-svn: 74640
|
2009-07-01 21:22:36 +00:00 |
|
Owen Anderson
|
81b8dabb53
|
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
of the bitcode reader and ASM parser APIs, as well as supporting it in all of the tools.
Patches for Clang and LLVM-GCC to follow.
llvm-svn: 74614
|
2009-07-01 16:58:40 +00:00 |
|
Chris Lattner
|
a8c5b43391
|
make sure that JIT examples link in their appropriate target.
llvm-svn: 73613
|
2009-06-17 16:48:44 +00:00 |
|
Chris Lattner
|
a1317640e3
|
use proper namespace qualifications
llvm-svn: 55259
|
2008-08-23 22:00:15 +00:00 |
|
Gabor Greif
|
6c6b8a57f3
|
API changes for class Use size reduction, wave 1.
Specifically, introduction of XXX::Create methods
for Users that have a potentially variable number of
Uses.
llvm-svn: 49277
|
2008-04-06 20:25:17 +00:00 |
|
Chris Lattner
|
c11dd606b0
|
remove attributions from examples.
llvm-svn: 45420
|
2007-12-29 20:37:57 +00:00 |
|
Christopher Lamb
|
a608afb52e
|
Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.
llvm-svn: 45082
|
2007-12-17 01:12:55 +00:00 |
|
Chris Lattner
|
679d7949f9
|
add a new BF->LLVM translator, contributed by Sterling Stein.
llvm-svn: 41881
|
2007-09-12 18:24:00 +00:00 |
|