Age | Commit message (Expand) | Author |
2007-08-02 | wrap some long lines. Major offenders that are left include | Chris Lattner |
2007-08-01 | More explicit keywords. | Dan Gohman |
2007-07-31 | Use SCEVExpander::InsertCastOfTo instead of calling new IntToPtrInst | Dan Gohman |
2007-06-19 | Rename ScalarEvolution::deleteInstructionFromRecords to | Dan Gohman |
2007-06-15 | Add a SCEV class and supporting code for sign-extend expressions. | Dan Gohman |
2007-06-07 | Use DominatorTree instead of ETForest. | Devang Patel |
2007-06-06 | Fix PR1495 and CodeGen/X86/2007-06-05-LSR-Dominator.ll | Chris Lattner |
2007-05-19 | Handle negative strides much more optimally. This compiles X86/lsr-negative-... | Chris Lattner |
2007-05-11 | significantly improve debug output of lsr | Chris Lattner |
2007-05-04 | Use IntrinsicInst to test for prefetch instructions, which is ever so | Dan Gohman |
2007-05-03 | Allow strength reduction to make use of addressing modes for the | Dan Gohman |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-04-23 | Fix | Devang Patel |
2007-04-15 | Remove ImmediateDominator analysis. The same information can be obtained fro... | Owen Anderson |
2007-04-13 | Now that codegen prepare isn't defeating me, I can finally fix what I set | Chris Lattner |
2007-04-09 | switch LSR to use isLegalAddressingMode instead of other simpler hooks | Chris Lattner |
2007-04-07 | Completely purge DomSet. This is the (hopefully) final patch for PR1171. | Owen Anderson |
2007-04-03 | split some code out into a helper function | Chris Lattner |
2007-04-02 | allow -1 strides to reuse "1" strides. | Chris Lattner |
2007-04-02 | Pass the type of the store access, not the type of the store, into the | Chris Lattner |
2007-04-01 | print the type of an inserted IV in -debug mode. | Chris Lattner |
2007-03-26 | Look through bitcast when finding IVs. (Chris' patch really.) | Dale Johannesen |
2007-03-20 | do not share old induction variables when this would result in invalid | Dale Johannesen |
2007-03-20 | Fix some VC++ warnings. | Jeff Cohen |
2007-03-20 | use types of loads and stores, not address, in CheckForIVReuse | Dale Johannesen |
2007-03-13 | Correct type info for isLegalAddressImmediate() check. | Evan Cheng |
2007-03-12 | Use new TargetLowering addressing modes hooks. | Evan Cheng |
2007-03-09 | Increment iterator now because IVUseShouldUsePostIncValue may remove | Devang Patel |
2007-03-06 | Now LoopStrengthReduce is a LoopPass. | Devang Patel |
2007-03-02 | Finally get this patch right :) | Reid Spencer |
2007-03-02 | Dang, I've done that twice now! Undo previous commit. | Reid Spencer |
2007-03-02 | Use more efficient test for one value in a ConstantInt. | Reid Spencer |
2007-03-02 | Reverse a premature commital. | Reid Spencer |
2007-03-02 | Prefer non-virtual calls to ConstantInt::isZero over virtual calls to | Reid Spencer |
2007-02-10 | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner |
2007-02-05 | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer |
2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
2007-01-15 | Eliminate calls to isInteger, generalizing code and tightening checks as needed. | Chris Lattner |
2007-01-08 | For PR1097: | Reid Spencer |
2007-01-06 | no need to worry about int vs uint any more. | Chris Lattner |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-19 | Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic | Chris Lattner |
2006-12-13 | Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode | Reid Spencer |
2006-12-12 | Change inferred getCast into specific getCast. Passes all tests. | Reid Spencer |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
2006-11-27 | For PR950: | Reid Spencer |