Remove some more unused code that I missed.
[oota-llvm.git] / lib / Transforms / Scalar / CodeGenPrepare.cpp
2011-03-02 Cameron ZwarichRemove some more unused code that I missed.
2011-03-02 Cameron ZwarichEliminate the unused CodeGenPrepare option to split...
2011-03-01 Cameron ZwarichStop computing the number of uses twice per value in...
2011-01-18 Chris Lattnerfix rdar://8878965, a regression I introduced with...
2011-01-15 Chris Lattnertemporarily revert r123526. While working on a follow...
2011-01-15 Chris Lattnerfix rdar://8785296 - -fcatch-undefined-behavior generat...
2011-01-15 Chris Lattnersimplify code, no functionality change.
2011-01-15 Chris LattnerNow that instruction optzns can update the iterator...
2011-01-15 Chris Lattnermake the current instruction iterator an ivar, allowing...
2011-01-08 Cameron ZwarichMake more passes preserve dominators (or state that...
2011-01-06 Cameron ZwarichAdd the CallInst optimizations that don't involve expan...
2011-01-06 Cameron ZwarichMove the GEP handling in CodeGenPrepare to OptimizeInst().
2011-01-06 Cameron ZwarichSplit the optimizations in CodeGenPrepare that don...
2011-01-06 Cameron ZwarichStop reallocating SunkAddrs for each basic block. When...
2011-01-05 Cameron ZwarichAdd some more statistics to CodeGenPrepare.
2011-01-05 Cameron ZwarichAdd some stats to CodeGenPrepare to make it easier...
2011-01-04 Cameron ZwarichAvoid finding loop back edges when we are not splitting...
2011-01-03 Cameron ZwarichSwitch a worklist in CodeGenPrepare to SmallVector...
2010-12-23 Owen AndersonIt is possible for SimplifyCFG to cause PHI nodes to...
2010-12-19 Chris Lattnerrevert r122164, I'm going to go with a different approach.
2010-12-19 Chris Lattnerfirst step to fixing PR8642: don't fold away empty...
2010-11-27 Owen AndersonSecond attempt at fixing the performance regressions...
2010-11-19 Owen AndersonWhen folding addressing modes in CodeGenPrepare, attemp...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-30 Jakob Stoklund OlesenTry again to disable critical edge splitting in CodeGen...
2010-09-27 Jakob Stoklund OlesenRevert "Disable codegen prepare critical edge splitting...
2010-09-23 Evan ChengDisable codegen prepare critical edge splitting. Machin...
2010-09-22 Bob WilsonWhen moving zext/sext to be folded with a load, ignore...
2010-09-21 Bob WilsonMove a sign-extend or a zero-extend of a load to the...
2010-09-21 Bob WilsonClarify a comment.
2010-09-16 Dale JohannesenWhen substituting sunkaddrs into indirect arguments...
2010-09-13 Eric ChristopherRemove unused variable.
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-08-25 Chris Lattnerremove some llvmcontext arguments that are now dead...
2010-08-17 Evan ChengAdd an option to disable codegen prepare critical edge...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-06-30 Gabor Greifuse getArgOperand (corrected by CallInst::ArgOffset...
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-06-24 Gabor Greifuse ArgOperand API
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-16 Gabor Greifshift intrinsic operand
2010-03-31 Dale JohannesenFix a nasty dangling-pointer heisenbug that could
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-03-12 Benjamin KramerFactor checked library call optimization into a common...
2010-03-11 Benjamin Kramerstpcpy is so similar to strcpy, it doesn't deserve...
2010-03-11 Eric ChristopherLower stpcpy_chk when possible.
2010-03-11 Eric ChristopherDo some final lowering in CodeGenPrepare of _chk calls...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-13 Chris Lattnerremove dead code.
2010-02-13 Chris LattnerSplit some code out to a helper function (FindReusableP...
2010-02-13 Chris Lattnerspeed up CGP a bit by scanning predecessors through...
2010-02-05 Dan GohmanImplement releaseMemory in CodeGenPrepare and free...
2010-01-19 Dan GohmanWhen doing address-mode sinking, expand the base regist...
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-17 Evan ChengRevert 91280-91283, 91286-91289, 91291, 91293, 91295...
2009-12-08 Nick LewyckyRemove unnecessary #include "llvm/LLVMContext.h".
2009-12-03 Bob WilsonFix a comment typo.
2009-10-31 Chris Lattnerllvm::SplitEdge should refuse to split an edge from...
2009-10-16 Dan GohmanMove zext and sext casts fed by loads into the same...
2009-09-16 Andreas NeustifterPreserve ProfileInfo during CodeGenPrepare.
2009-09-02 Chris Lattnereliminate VISIBILITY_HIDDEN from Transforms/Scalar...
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-25 Dan GohmanConvert a few more uses of llvm/Support/Streams.h to...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-20 Chris Lattneruse ExpandInlineAsm on TargetLowering instead of Target...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-03 Owen AndersonConvert the first batch of passes to use LLVMContext.
2009-06-14 Dan GohmanFix old-style type names in comments.
2009-06-02 Dan GohmanFix CodeGenPrepare's address-mode sinking to handle...
2009-05-04 Mike StumpRestore minor deletion.
2009-04-07 Chris Lattnerremove empty section
2009-03-27 Dale JohannesenOne more place to skip debug info.
2009-03-26 Dale JohannesenSkip debug info one more place. (This one gets
2009-03-13 Evan ChengFix PR3784: If the source of a phi comes from a bb...
2009-03-12 Duncan SandsRevert commit 66140 since it caused several failures
2009-03-05 Evan ChengDo not split edges to EH landing pads. It will cause...
2009-02-20 Evan ChengFactor address mode matcher out of codegen prepare...
2009-02-13 Dan GohmanIn CodeGenPrepare's debug output, use WriteAsOperand...
2009-02-12 Chris Lattnerfix PR3537: if resetting bbi back to the start of a...
2009-01-23 Gabor GreifSimplify the logic of getting hold of a PHI predecessor...
2009-01-18 Chris LattnerFix rdar://6505632, an llc crash on 483.xalancbmk
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-05 Evan ChengFind loop back edges only after empty blocks are elimin...
2008-12-19 Evan Cheng- CodeGenPrepare does not split loop back edges but...
2008-11-28 Chris Lattnerdon't call MergeBasicBlockIntoOnlyPred on a block whose...
2008-11-27 Chris Lattnerremove doConstantPropagation and dceInstruction, they...
next