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-01-21 03:05:15 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Andrew Lenharth
0e1c0e7c79
update interface
...
llvm-svn: 22498
2005-07-22 20:49:37 +00:00
..
Analysis
Remove glibc specific functions, and mark a couple as C99
2005-07-11 20:35:20 +00:00
AsmParser
…
Bytecode
Final Changes For PR495:
2005-07-08 03:08:58 +00:00
CodeGen
Remove unnecessary FP_EXTEND. This causes worse codegen for SSE.
2005-07-19 16:50:03 +00:00
Debugger
For PR495:
2005-07-07 23:21:43 +00:00
ExecutionEngine
the JIT memory manager will construct a GOT if you want it too. Also, it places the constants in the allocated memory, rather than a malloc area
2005-07-22 20:48:12 +00:00
Linker
For PR495:
2005-07-07 23:21:43 +00:00
Support
Final Changes For PR495:
2005-07-08 03:08:58 +00:00
System
Don't call pthread_mutexattr_setpshared on FreeBSD because its implementation
2005-07-13 03:02:06 +00:00
Target
update interface
2005-07-22 20:49:37 +00:00
Transforms
Do not let MaskedValueIsZero consider undef to be zero, for reasons
2005-07-20 18:49:28 +00:00
VMCore
…
Makefile
…