Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
31edb51a4f274e97a9c54ae830b1896c690b8cf7
/
llvm
/
lib
/
Transforms
/
Utils
/
SimplifyInstructions.cpp
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
cdfe20b
Move TargetData to DataLayout.
by Micah Villmow
· 13 years ago
8bcc971
Make MemoryBuiltins aware of TargetLibraryInfo.
by Benjamin Kramer
· 13 years ago
c24b86f
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
by Chad Rosier
· 14 years ago
697de77
Speed up instsimplify by about 10-15% by not bothering to retry
by Duncan Sands
· 15 years ago
2c440fa
Simplify this pass by using a depth-first iterator to ensure that all
by Duncan Sands
· 15 years ago
6cc7126
Zap dead instructions harder.
by Duncan Sands
· 15 years ago
3b8af41
Visit instructions deterministically. Use a FIFO so as to approximately
by Duncan Sands
· 15 years ago
e7cbb64
If an instruction simplifies, try again to simplify any uses of it. This is
by Duncan Sands
· 15 years ago
eaff500
Oops, forgot to add the pass itself!
by Duncan Sands
· 15 years ago