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-23 12:24:34 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Object
History
Michael J. Spencer
1ef7ed2a3d
[Object][Archive] Use uint64_t instead of APInt. It is significantly faster.
...
llvm-svn: 172015
2013-01-09 22:58:43 +00:00
..
Archive.cpp
[Object][Archive] Use uint64_t instead of APInt. It is significantly faster.
2013-01-09 22:58:43 +00:00
Binary.cpp
…
CMakeLists.txt
…
COFFObjectFile.cpp
…
ELFObjectFile.cpp
[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to create a properly aligned reader.
2013-01-04 20:36:28 +00:00
Error.cpp
…
LLVMBuild.txt
…
MachOObject.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
MachOObjectFile.cpp
Add a function to get the segment name of a section.
2012-12-21 03:47:03 +00:00
Makefile
…
Object.cpp
…
ObjectFile.cpp
…