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-21 03:05:15 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
include
/
llvm
/
Transforms
/
Utils
History
Owen Anderson
f2fea95f2f
Reapply r110396, with fixes to appease the Linux buildbot gods.
...
llvm-svn: 110460
2010-08-06 18:33:48 +00:00
..
AddrModeMatcher.h
…
BasicBlockUtils.h
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
2010-05-28 16:19:17 +00:00
BasicInliner.h
…
BuildLibCalls.h
simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0
2010-06-15 21:34:25 +00:00
Cloning.h
Use ValueMap instead of DenseMap.
2010-06-24 00:33:28 +00:00
FunctionUtils.h
…
Local.h
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
2010-05-28 16:19:17 +00:00
PromoteMemToReg.h
…
SSAUpdater.h
Combine the implementations of the core part of the SSAUpdater and
2010-05-04 23:18:19 +00:00
SSAUpdaterImpl.h
Fix handling of unreachable blocks in the SSAUpdater. The previous code only
2010-05-06 16:24:11 +00:00
SSI.h
Reapply r110396, with fixes to appease the Linux buildbot gods.
2010-08-06 18:33:48 +00:00
UnifyFunctionExitNodes.h
Reapply r110396, with fixes to appease the Linux buildbot gods.
2010-08-06 18:33:48 +00:00
UnrollLoop.h
…