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-03 10:36:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
History
Chris Lattner
18f49ce2d3
optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund Grimley
...
Evans! llvm-svn: 93884
2010-01-19 18:16:19 +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
Move remaining stuff to the isInteger predicate.
2010-01-05 21:05:54 +00:00
IPO
Be less stingy as to how many selects and phi nodes we
2010-01-07 05:48:42 +00:00
Scalar
Fix a crash in scalarrepl for memcpy/memmove where the source and destination
2010-01-19 04:32:48 +00:00
Utils
While mapping llvm.dbg.declare intrinsic manually map its operand, if possible,
2010-01-18 19:52:14 +00:00
Makefile
move instcombine to its own library, it's past time.
2010-01-04 06:23:24 +00:00