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 23:26:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
History
Chris Lattner
9889b4be04
unbreak the build, apparently without this transformutils starts depending on libipa?
...
llvm-svn: 94102
2010-01-21 21:20:51 +00:00
..
Hello
Fix a bunch of little errors that Clang complains about when its being pedantic
2009-12-19 07:05:23 +00:00
InstCombine
optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund Grimley
2010-01-19 18:16:19 +00:00
Instrumentation
simplify this code.
2010-01-20 23:30:28 +00:00
IPO
Move per-function inline threshold calculation to a method.
2010-01-20 17:51:28 +00:00
Scalar
Re-implement the main strength-reduction portion of LoopStrengthReduction.
2010-01-21 02:09:26 +00:00
Utils
unbreak the build, apparently without this transformutils starts depending on libipa?
2010-01-21 21:20:51 +00:00
Makefile
move instcombine to its own library, it's past time.
2010-01-04 06:23:24 +00:00