This website requires JavaScript.
Explore
Sign In
Gericom
/
teak-llvm
Watch
1
Fork
0
You've already forked teak-llvm
mirror of
https://github.com/Gericom/teak-llvm.git
synced
2025-06-24 14:05:49 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
edf0788758
teak-llvm
/
llvm
/
lib
/
Bitcode
History
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
..
Reader
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.
2007-12-17 01:12:55 +00:00
Writer
Implement part of review feedback for address spaces.
2007-12-12 08:44:39 +00:00
Makefile
build the bitcode dir
2007-04-22 06:26:05 +00:00