This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-25 06:51:30 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
examples
History
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
..
BrainF
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
Fibonacci
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
2007-08-23 05:15:32 +00:00
HowToUseJIT
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
2007-08-23 05:15:32 +00:00
ModuleMaker
…
ParallelJIT
…
Makefile
add a new BF->LLVM translator, contributed by Sterling Stein.
2007-09-12 18:24:00 +00:00