aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/AddrModeMatcher.h
AgeCommit message (Expand)Author
2013-01-05Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-10-08Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2010-12-23Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin
2010-11-27Second attempt at fixing the performance regressions introducedOwen Anderson
2009-07-25Convert a few more uses of llvm/Support/Streams.h to raw_ostream.Dan Gohman
2009-02-20Factor address mode matcher out of codegen prepare to make it available to ot...Evan Cheng