This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-13 21:46:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
Utils
History
Owen Anderson
b4aa5b1511
When extracting SEME regions of code, the extractor needs to update the dominator tree for split return blocks.
...
llvm-svn: 79957
2009-08-24 23:32:14 +00:00
..
AddrModeMatcher.cpp
Change Pass::print to take a raw ostream instead of std::ostream,
2009-08-23 06:03:38 +00:00
BasicBlockUtils.cpp
…
BasicInliner.cpp
eliminate the "Value" printing methods that print to a std::ostream.
2009-08-23 04:37:46 +00:00
BreakCriticalEdges.cpp
…
CloneFunction.cpp
…
CloneLoop.cpp
…
CloneModule.cpp
…
CloneTrace.cpp
…
CMakeLists.txt
…
CodeExtractor.cpp
When extracting SEME regions of code, the extractor needs to update the dominator tree for split return blocks.
2009-08-24 23:32:14 +00:00
DemoteRegToStack.cpp
…
InlineCost.cpp
…
InlineFunction.cpp
…
InstructionNamer.cpp
…
LCSSA.cpp
…
Local.cpp
…
LoopSimplify.cpp
…
LowerAllocations.cpp
Update comments to new-style syntax.
2009-08-17 18:45:31 +00:00
LowerInvoke.cpp
Actually privatize a IntegerTypes, and fix a few bugs exposed by this.
2009-08-13 23:27:32 +00:00
LowerSwitch.cpp
…
Makefile
…
Mem2Reg.cpp
…
PromoteMemoryToRegister.cpp
…
SimplifyCFG.cpp
Fix -Asserts warnings.
2009-08-23 10:29:55 +00:00
SSI.cpp
Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also
2009-08-19 07:16:57 +00:00
UnifyFunctionExitNodes.cpp
…
UnrollLoop.cpp
eliminate the "Value" printing methods that print to a std::ostream.
2009-08-23 04:37:46 +00:00
ValueMapper.cpp
…