- 16a31c4 Add Loop Pass Manager. by Devang Patel · 18 years ago
- 9d6565a For PR1195: by Reid Spencer · 19 years ago
- 3e05164 Fix comments to match names of functions. by Nick Lewycky · 19 years ago
- a77600e Switch some std::vector's to SmallVectors. This speeds up -load-vn -gcse by Chris Lattner · 19 years ago
- fd1ad3b modify CheckGEPInstructions to take a pointer and size instead of a vector. by Chris Lattner · 19 years ago
- 829621c eliminate use of TargetData::getIndexedOffset that takes a vector by Chris Lattner · 19 years ago
- 309f87e completely eliminate a temporary vector by Chris Lattner · 19 years ago
- b1919e2 Privatize StructLayout::MemberOffsets, adding an accessor by Chris Lattner · 19 years ago
- d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
- 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
- 95ced11 Dump function names when debug-pass=Executions is used. by Devang Patel · 19 years ago
- 505f36a Pretty print pass manager by Devang Patel · 19 years ago
- ad58eb3 Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll by Chris Lattner · 19 years ago
- d917fe5 elimiante a temporary vector by Chris Lattner · 19 years ago
- 03dd25c Move some symbolic constant folding code out of instcombine into a place by Chris Lattner · 19 years ago
- 2e3a1d1 The local "ConstantFold" method is now just a watered down version of by Chris Lattner · 19 years ago
- 5520732 move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into by Chris Lattner · 19 years ago
- 72d88ae adjust to constant folding api changes. by Chris Lattner · 19 years ago
- 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
- f5b17fd Use StartPassTimer() and StopPassManager() by Devang Patel · 19 years ago
- f82aa1c Measure timings. by Devang Patel · 19 years ago
- 129ccd9 Remove dead code. by Devang Patel · 19 years ago
- d9f10c3 Fix typo. by Devang Patel · 19 years ago
- 97fd243 Add CallGraphSCCPass::assignPassManager(). This enables CalLGraphPassManager. by Devang Patel · 19 years ago
- 24d6da5 For PR970: by Reid Spencer · 19 years ago
- c103057 For PR1043: by Reid Spencer · 19 years ago
- 75f9abf Add CGPassManager. by Devang Patel · 19 years ago
- 1b30754 Unbreak VC++ build. by Jeff Cohen · 19 years ago
- b5282dc Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5% by Chris Lattner · 19 years ago
- 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
- b2f3e70 Update code to eliminate calls to isInteger, calling isIntegral instead. by Chris Lattner · 19 years ago
- 0762705 Fix correlated exprs regressions by Chris Lattner · 19 years ago
- 241607d fit to 80 cols. Remove now-extraneous checks for ptr->ptr bitcasts. by Chris Lattner · 19 years ago
- 192e403 Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll by Chris Lattner · 19 years ago
- ef3baf0 don't discriminate against bool by Chris Lattner · 19 years ago
- 05b30d8 remove unneeded special cases by Chris Lattner · 19 years ago
- 0bb3831 GEP operands can't be bools by Chris Lattner · 19 years ago
- 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 19 years ago
- 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
- 6b6b6ef For PR1043: by Zhou Sheng · 19 years ago
- ca7ad89 Fix a bug in an assert that would never trigger. by Reid Spencer · 19 years ago
- e7ca042 Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits. by Reid Spencer · 19 years ago
- 257cbf7 remove llvm.isunordered by Chris Lattner · 19 years ago
- 8b0e360 Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, a by Chris Lattner · 19 years ago
- f82188c cast of int to bool no longer does a compare, rendering this fixme obsolete by Chris Lattner · 19 years ago
- c5b206b For PR950: by Reid Spencer · 19 years ago
- e4d87aa For PR950: by Reid Spencer · 19 years ago
- d377350 Add a FIXME about signedness. by Reid Spencer · 19 years ago
- 2e20d39 Add some comments about things that can go away once signless types are in. by Reid Spencer · 19 years ago
- 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 19 years ago
- 75de5ab Fix a bug in GetConstantFactor for affine expressions, in which the existing by Chris Lattner · 19 years ago
- 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 19 years ago
- d943aca Changed from PARALLEL_DIRS to DIRS since we're only building one directory. by John Criswell · 19 years ago
- 2957f12 Remove DSA. by John Criswell · 19 years ago
- e026c07 Remove DSA. by John Criswell · 19 years ago
- 3ba68b9 Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode by Reid Spencer · 19 years ago
- d977d86 Replace inferred getCast(V,Ty) calls with more strict variants. by Reid Spencer · 19 years ago
- b6ba3e6 Get even more accurate on the casting. by Reid Spencer · 19 years ago
- 4da4912 Change inferred getCast into specific getCast. Passes all tests. by Reid Spencer · 19 years ago
- a17f039 teach scev to analyze X*4|1 like X*4+c. This allows us to produce: by Chris Lattner · 19 years ago
- 82e8a8f clarify some comments, simplify some checks, fix: by Chris Lattner · 19 years ago
- bcd2498 Removed more <iostream> includes by Bill Wendling · 19 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- c6bf4bf Adjust to new ConstantIntegral interface for Max/Min tests. by Reid Spencer · 19 years ago
- ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
- e538838 Simplify code by Chris Lattner · 19 years ago
- 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 19 years ago
- 315d055 Finally get the casting right in this file. Also, remove some unnecessary by Reid Spencer · 19 years ago
- f2d9ceb straighten out various memory ownership issues in the callgraph stuff. by Chris Lattner · 19 years ago
- 7858b33 Bail on the getInferredCast idea. Remove the function and convert by Reid Spencer · 19 years ago
- 09906f3 Fix comment grammaro by Reid Spencer · 19 years ago
- 12d38bf Add a comment and fix a memory leak. Thanks to Vikram for pointing this out. by Chris Lattner · 19 years ago
- 14bab5d Fix inferred casts. by Reid Spencer · 19 years ago
- 1029255 Fix 80 cols violation by Reid Spencer · 19 years ago
- 575d95c Change inferred casts to explicit casts. by Reid Spencer · 19 years ago
- 97af751 Unbreak VC++ build. by Jeff Cohen · 19 years ago
- 8d89281 WTF? These weird newlines got in there... by Bill Wendling · 19 years ago
- 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
- a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 19 years ago
- 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
- 3da59db For PR950: by Reid Spencer · 19 years ago
- 45fb3f3 For PR950: by Reid Spencer · 19 years ago
- 0231982 Needed <iostream> for now. by Bill Wendling · 19 years ago
- 6d99777 Needs the iostream include. by Bill Wendling · 19 years ago
- 9be7ac1 Replaced DEBUG(std::cerr with DOUT. by Bill Wendling · 19 years ago
- 5294fb0 Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. by Bill Wendling · 19 years ago
- 0cb83fc Removed unneeded <iostream> #include. by Bill Wendling · 19 years ago
- 472c791 A shim over other AA impls to catch incorrect uses by Andrew Lenharth · 19 years ago
- c2e6801 remove redundant code by Chris Lattner · 19 years ago
- d6c3422 Remove redundant <cmath>. by Jim Laskey · 19 years ago
- 3822ff5 For PR950: by Reid Spencer · 19 years ago
- 1bce1fb Optionally allow comparison operations from affect DSGraphs by Andrew Lenharth · 19 years ago
- df983de Allow loop detection during debug in forwarding nodes, and revert auxcall patch as it make 176.gcc untenable by Andrew Lenharth · 19 years ago
- eb01e39 debug type for DSA TD by Andrew Lenharth · 19 years ago
- 7765d71 Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-range by Chris Lattner · 19 years ago
- 118c094 Split the External and Intrinsic handling into seperate functions. This by Andrew Lenharth · 19 years ago
- 3ed469c For PR786: by Reid Spencer · 19 years ago
- 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
- 48d8a70 Make ScalarEvolution actually use a ZeroExtend expression instead of by Reid Spencer · 19 years ago
- 7466ebf add a method by Chris Lattner · 19 years ago