This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2025-01-01 01:14:12 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
54c256233f
llvm
/
lib
/
Transforms
/
Utils
History
John McCall
e669d83a21
Teach the CallGraph to ignore calls to intrinsics.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@132797
91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-09 19:46:27 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp
Scanning entire basic block may be too expensive in terms of compile time. Instead, just use whatever location info first non-phi instruction has.
2011-05-02 21:57:00 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp
Preserve line number information.
2011-05-17 19:43:06 +00:00
BuildLibCalls.cpp
One more debug line number miss in instcombine (although the code in question isn't actually in instcombine).
2011-05-27 01:00:36 +00:00
CloneFunction.cpp
CloneLoop.cpp
CloneModule.cpp
CMakeLists.txt
CodeExtractor.cpp
Fix a ton of comment typos found by codespell. Patch by
2011-04-15 05:18:47 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp
Teach the CallGraph to ignore calls to intrinsics.
2011-06-09 19:46:27 +00:00
InstructionNamer.cpp
LCSSA.cpp
There is no need to force DebugLoc on a PHI at this point.
2011-05-16 22:05:03 +00:00
Local.cpp
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
2011-05-24 03:10:43 +00:00
LoopSimplify.cpp
Fix a ton of comment typos found by codespell. Patch by
2011-04-15 05:18:47 +00:00
LoopUnroll.cpp
LowerInvoke.cpp
LowerSwitch.cpp
Fix a ton of comment typos found by codespell. Patch by
2011-04-15 05:18:47 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
2011-05-24 03:10:43 +00:00
SimplifyCFG.cpp
If the block that we're threading through is jumped to by an indirect branch,
2011-06-04 09:42:04 +00:00
SimplifyInstructions.cpp
SSAUpdater.cpp
Clean up the lazy initialization of DIBuilder a bit.
2011-05-24 06:00:08 +00:00
UnifyFunctionExitNodes.cpp
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
2011-03-30 11:28:46 +00:00
Utils.cpp
ValueMapper.cpp
PR9214: Convert Metadata API to use ArrayRef.
2011-04-21 19:59:31 +00:00