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-16 08:29:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Target
/
X86
/
AsmPrinter
History
Evan Cheng
1b795803dd
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit more complicate than I expected. Both declarations and weak definitions still need a stub indirection. However, the stubs are in data section and they contain the addresses of the actual symbols.
...
llvm-svn: 60571
2008-12-05 01:06:39 +00:00
..
CMakeLists.txt
CMake: Turned some libraries into partially linked objects. Corrected
2008-10-22 02:51:53 +00:00
Makefile
…
X86AsmPrinter.cpp
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
2008-11-15 21:36:30 +00:00
X86ATTAsmPrinter.cpp
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit more complicate than I expected. Both declarations and weak definitions still need a stub indirection. However, the stubs are in data section and they contain the addresses of the actual symbols.
2008-12-05 01:06:39 +00:00
X86ATTAsmPrinter.h
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit more complicate than I expected. Both declarations and weak definitions still need a stub indirection. However, the stubs are in data section and they contain the addresses of the actual symbols.
2008-12-05 01:06:39 +00:00
X86IntelAsmPrinter.cpp
Make a convenient helper for printing offsets.
2008-11-22 16:15:34 +00:00
X86IntelAsmPrinter.h
Switch the MachineOperand accessors back to the short names like
2008-10-03 15:45:36 +00:00