Owen Anderson
|
6773d388aa
|
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
|
d24df24527
|
make sure that JIT examples link in their appropriate target.
llvm-svn: 73613
|
2009-06-17 16:48:44 +00:00 |
Chris Lattner
|
8e8eae6860
|
use proper namespace qualifications
llvm-svn: 55259
|
2008-08-23 22:00:15 +00:00 |
Gabor Greif
|
e9ecc68d8f
|
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
|
bcf65db6f3
|
remove attributions from examples.
llvm-svn: 45420
|
2007-12-29 20:37:57 +00:00 |
Christopher Lamb
|
edf0788758
|
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
|
909ef0973b
|
add a new BF->LLVM translator, contributed by Sterling Stein.
llvm-svn: 41881
|
2007-09-12 18:24:00 +00:00 |