Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
af88c0a84d62f4e3cb01b851c012380e29bb038c
/
llvm
/
lib
/
Transforms
/
Utils
/
AddrModeMatcher.cpp
76a4e85
Change errs() to dbgs().
by David Greene
· 16 years ago
1362602
Change Pass::print to take a raw ostream instead of std::ostream,
by Chris Lattner
· 16 years ago
5476cfd
Remove a bunch more now-unnecessary Context arguments.
by Dan Gohman
· 16 years ago
29f2baf
Convert a few more uses of llvm/Support/Streams.h to raw_ostream.
by Dan Gohman
· 16 years ago
47db941
Get rid of the Pass+Context magic.
by Owen Anderson
· 16 years ago
2f67295
silence a vc++ warning.
by Chris Lattner
· 16 years ago
16e7674
Push LLVMContext through the PatternMatch API.
by Owen Anderson
· 16 years ago
2649491
Teach SCEVExpander to expand arithmetic involving pointers into GEP
by Dan Gohman
· 16 years ago
af9eaa8
Rename PaddedSize to AllocSize, in the hope that this
by Duncan Sands
· 16 years ago
d05f687
Fix compiler warning about uninitialized variables. No functional change.
by Nick Lewycky
· 17 years ago
c380864
Factor address mode matcher out of codegen prepare to make it available to other passes, e.g. loop strength reduction.
by Evan Cheng
· 17 years ago