Add breaks
[oota-llvm.git] / lib / Transforms / Utils /
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-20 Chris LattnerFix a serious code pessimization problem. If an inline...
2004-07-20 Chris LattnerImplement SimplifyCFG/BrUnwind.ll
2004-07-18 Reid SpencerRemove an if statement that would never be reached.
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-15 Chris LattnerFix PR404 try #2
2004-07-15 Chris LattnerRevert previous patch until I get a bug fixed
2004-07-15 Chris LattnerFix PR404: Loop simplify is really slow on 252.eon
2004-07-15 Chris LattnerProgress on PR341
2004-07-15 Chris LattnerNow that we codegen the portable "sizeof" efficiently...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-23 Misha BrukmanMoved to lib/VMCore
2004-06-23 Brian GaekeUse new IsNAN() wrapper.
2004-06-21 Chris Lattner*FINALLY* Fix a really nasty nondeterministic bug that...
2004-06-21 Chris LattnerComment out the isnan stuff until we get a proper autoc...
2004-06-20 Chris LattnerAdd some DEBUG output to the simplifycfg routines
2004-06-19 Chris LattnerChange to use the StableBasicBlockNumbering class
2004-06-19 Chris LattnerDo not let the numbering of PHI nodes placed in the...
2004-06-19 Chris LattnerDo not sort by the address of LLVM ConstantInt* objects...
2004-06-17 Brian GaekeI love the smell of a freshly broken PowerPC build...
2004-06-17 Chris LattnerFix compilation problem on freebsd. Problem noted...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-15 Brian GaekeUm, did someone make a typo or something?
2004-06-15 Chris LattnerRemove support for the isnan intrinsic
2004-06-14 Brian GaekeQuick hack to get this file compiling again on Mac...
2004-06-13 Alkis EvlogimenosAdd constant folding capabilities to the isunordered...
2004-06-11 Chris LattnerConstant fold the isnan intrinsic
2004-05-28 Chris LattnerFix one of the major things that is causing the C Backe...
2004-05-27 Chris LattnerImplement constant folding of fmod, which is used a...
2004-05-27 Chris LattnerRestructure call constant folding code a bit to make...
2004-05-26 Alkis EvlogimenosDo not pass a null pointer if this instruction is not...
2004-05-26 Alkis EvlogimenosUse one destination constructor for the unconditional...
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-05-25 Reid SpencerConvert to SymbolTable's new lookup and iteration inter...
2004-05-19 Brian GaekeAdd CloneTraceInto(), which is based on (and has mostly...
2004-05-19 Brian GaekeMove RemapInstruction() to ValueMapper, so that it...
2004-05-12 Chris LattnerDo not pass in the same argument to the extracted funct...
2004-05-12 Chris LattnerImplement support for code extracting basic blocks...
2004-05-12 Chris LattnerImplement splitting of PHI nodes, allowing block extrac...
2004-05-12 Chris Lattner* Pull some code out into the definedInRegion/definedIn...
2004-05-12 Chris LattnerGenerate substantially better code when there are a...
2004-05-12 Chris LattnerTwo minor improvements:
2004-05-02 Chris LattnerDo not clone arbitrary condition instructions.
2004-05-02 Chris LattnerDo not infinitely "unroll" single BB loops.
2004-05-02 Chris LattnerDont' merge terminators that are needed to select PHI...
2004-05-01 Chris LattnerImplement SimplifyCFG/branch-cond-merge.ll
2004-05-01 Chris LattnerFix my missing parens
2004-05-01 Chris LattnerImplement SimplifyCFG/branch-cond-prop.ll
2004-04-23 Misha Brukman* Allow aggregating extracted function arguments (contr...
2004-04-21 Alkis EvlogimenosInclude cerrno (gcc-3.4 fix)
2004-04-18 Chris LattnerCorrect rewriting of exit blocks after my last patch
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-16 Chris LattnerAdd support for evaluation of exp/log/log10/pow
2004-04-16 Brian GaekeInclude <cmath> for compatibility with gcc 3.0.x (the...
2004-04-16 Chris LattnerFix Inline/2004-04-15-InlineDeletesCall.ll
2004-04-13 Chris LattnerAdd a simple call constant propagation interface.
2004-04-13 Chris LattnerFix LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFronti...
2004-04-13 Chris LattnerRefactor code a bit to make it simpler and eliminate...
2004-04-13 Chris LattnerThis patch addresses PR35: Loop simplify should reconst...
2004-04-09 Chris LattnerFold code like:
2004-04-08 Chris LattnerImplement ScalarRepl/select_promote.ll
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-04-02 Chris LattnerFix the obvious bug in my previous checkin
2004-04-02 Chris LattnerImplement Transforms/SimplifyCFG/return-merge.ll
2004-04-01 Chris LattnerFix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx
2004-04-01 Chris LattnerRemove some assertions that are now bogus with the...
2004-04-01 Chris LattnerFix PR306: Loop simplify incorrectly updates dominator...
2004-03-31 Chris LattnerAdd warning
2004-03-31 Chris LattnerFix linking of constant expr casts due to type resoluti...
2004-03-30 Chris LattnerNow that all the code generators support the select...
2004-03-30 Chris LattnerAdd a simple select instruction lowering pass
2004-03-18 Chris LattnerFix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
2004-03-18 Chris LattnerSeriously simplify and correct the PHI node handling...
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-OutputMismatch.ll
2004-03-18 Chris LattnerFix several bugs in the extractor:
2004-03-18 Chris LattnerPrune #includes, moving the module interface to the...
2004-03-17 Chris LattnerFix compilation of mesa, which I broke earlier today
2004-03-16 Chris LattnerThis code was both incredibly complex and incredibly...
2004-03-16 Chris LattnerDo not copy gigantic switch instructions
2004-03-16 Chris LattnerFix a regression from this patch:
2004-03-15 Chris LattnerMostly cosmetic improvements. Do fix the bug where...
2004-03-15 Chris LattnerAssert that input blocks meet the invariants we expect
2004-03-14 Chris LattnerNo correctness fixes here, just minor qoi fixes:
2004-03-14 Chris LattnerSimplify code a bit, and fix bug CodeExtractor/2004...
2004-03-14 Chris LattnerSimplify the code a bit by making the collection of...
2004-03-14 Chris LattnerDo not create empty basic blocks when the lowerswitch...
2004-03-14 Chris LattnerMinor random cleanups
2004-03-14 Chris LattnerIf a block is dead, dominators will not be calculated...
2004-03-14 Chris LattnerVerify functions as they are produced if -debug is...
2004-03-14 Chris LattnerMove to the IPO library. Utils shouldn't contain passes.
2004-03-14 Chris LattnerDemoteRegToStack got moved from DemoteRegToStack.h...
2004-03-13 Chris LattnerThis little patch speeds up the loop used to update...
2004-03-12 Chris LattnerAdd constant folding wrapper support for select instruc...
2004-03-03 Chris LattnerDon't emit things like malloc(16*1). Allocation instru...
next