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-17 17:26:00 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Danil Malyshev
28492beba6
Fix comment for function RuntimeDyldImpl.resolveRelocation()
...
llvm-svn: 162677
2012-08-27 15:34:01 +00:00
..
Analysis
Remove the the block_node_iterator of Region, replace it by the block_iterator.
2012-08-27 13:49:24 +00:00
Archive
Remove references to compression in llvm-ar. It has been a long time since we
2012-08-10 01:57:52 +00:00
AsmParser
Change the
linker_private_weak_def_auto' linkage to
linkonce_odr_auto_hide' to
2012-08-17 18:33:14 +00:00
Bitcode
Change the
linker_private_weak_def_auto' linkage to
linkonce_odr_auto_hide' to
2012-08-17 18:33:14 +00:00
CodeGen
Fix integer undefined behavior due to signed left shift overflow in LLVM.
2012-08-24 23:29:28 +00:00
DebugInfo
DWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as format string.
2012-08-27 10:10:10 +00:00
ExecutionEngine
Fix comment for function RuntimeDyldImpl.resolveRelocation()
2012-08-27 15:34:01 +00:00
Linker
Move the "findUsedStructTypes" functionality outside of the Module class.
2012-08-03 00:30:35 +00:00
MC
Lower constant pools and jump tables via TOC on PPC64/SVR4.
2012-08-24 16:26:02 +00:00
Object
…
Support
Fix integer undefined behavior due to signed left shift overflow in LLVM.
2012-08-24 23:29:28 +00:00
TableGen
Tristate mayLoad, mayStore, and hasSideEffects.
2012-08-23 19:34:46 +00:00
Target
Remove MMX shift intrinsic handling code that also exists in SelectionDAGBuilder.
2012-08-27 08:08:30 +00:00
Transforms
[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limited to functions any more
2012-08-24 16:44:47 +00:00
VMCore
Make atomic load and store of pointers work. Tighten verification of atomic operations
2012-08-17 23:24:29 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…