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-18 01:35:44 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Dan Gohman
f41cbc8222
Delete an unused variable and a redundant assert.
...
llvm-svn: 135311
2011-07-15 22:19:02 +00:00
..
Analysis
Fix pointer heuristic. Check whether predicator is ICMP_NE instead of if it is
2011-07-15 20:51:06 +00:00
Archive
…
AsmParser
Convert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 08:37:34 +00:00
Bitcode
Convert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 08:37:34 +00:00
CodeGen
Delete an unused variable and a redundant assert.
2011-07-15 22:19:02 +00:00
CompilerDriver
…
ExecutionEngine
Convert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 08:37:34 +00:00
Linker
Link NamedMDNode before linking function bodies.
2011-07-14 22:13:07 +00:00
MC
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
2011-07-15 02:09:41 +00:00
Object
ObjectFile: Add a method to check whether a section contains a symbol.
2011-07-15 18:39:21 +00:00
Support
In Twine::str(), if the Twine stores only a std::string, just return a direct copy of that instead of first copying to a SmallString and converting that to a std::string. Also fix some indentation.
2011-07-15 11:05:37 +00:00
Target
PR10370: Make sure we know how to relax push correctly on x86-64.
2011-07-15 21:28:39 +00:00
Transforms
Disable loop idiom recognition of memset/memcpy if the function being compiled
2011-07-15 18:25:04 +00:00
VMCore
Convert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 08:37:34 +00:00
CMakeLists.txt
…
Makefile
…