This website requires JavaScript.
Explore
Help
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
2024-11-25 20:23:11 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
21a7c64466
llvm-mirror
/
lib
/
Bytecode
History
Chris Lattner
70af9b98ec
avoid creating a temporary string when reading the symbol table for a
...
module. This speeds up the bcreader 11%. llvm-svn: 34198
2007-02-12 18:53:43 +00:00
..
Archive
move archive-specific stuff out of bcreader into archive library.
2007-02-07 23:53:17 +00:00
Reader
avoid creating a temporary string when reading the symbol table for a
2007-02-12 18:53:43 +00:00
Writer
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*>
2007-02-12 05:18:08 +00:00
Makefile
Add the Archive library
2004-11-14 21:55:27 +00:00