This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-17 14:16:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
examples
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
..
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
Here is the bulk of the sanitizing.
2007-07-05 17:07:56 +00:00
ParallelJIT
Adjust for changes in GenericValue type.
2007-03-06 17:24:31 +00:00
Makefile
add a new BF->LLVM translator, contributed by Sterling Stein.
2007-09-12 18:24:00 +00:00