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-28 07:27:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Chris Lattner
3e7417ba99
Add support for external methods
...
llvm-svn: 529
2001-09-10 04:50:17 +00:00
..
Analysis
Module analyzer no longer has to iterate over constant pool
2001-09-07 16:31:23 +00:00
AsmParser
* Add support for forward referencing types
2001-09-07 16:35:17 +00:00
Bytecode
* Emit bytecode using a deque instead of a vector to be faster
2001-09-07 16:39:41 +00:00
CodeGen
Implement the subset of the GetConstantValueAsSignedInt function that is needed, locally. Remove the two support functions to inline their contents.
2001-09-09 23:01:47 +00:00
ExecutionEngine
Add support for external methods
2001-09-10 04:50:17 +00:00
Support
Clean up Type class by removing mutable ConstRules member and use annotations insead
2001-09-09 21:02:38 +00:00
Transforms
Make ADCE more robust, it still has problems, but it's getting closer
2001-09-09 22:26:47 +00:00
VMCore
Remove the definitions of 3 global functions that don't belong in the core
2001-09-09 23:02:07 +00:00
Makefile
Make sure we build all of the code!
2001-07-21 21:04:03 +00:00