summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Make deadargelim a bit less smart, so it doesn't choke on nested structs asMatthijs Kooijman2008-07-15
* Don't use isa when we can reuse a previous dyn_cast.Matthijs Kooijman2008-07-15
* Make DeadArgElim keep liveness of the return value as a whole in addition toMatthijs Kooijman2008-07-15
* LegalizeTypes support for promotion of bswap.Duncan Sands2008-07-15
* LegalizeTypes support for promotion of SIGN_EXTEND_INREG.Duncan Sands2008-07-15
* Reorder the integer promotion methods alphabetically.Duncan Sands2008-07-15
* Let DAE keep a list of live functions, instead of simply marking all argumentsMatthijs Kooijman2008-07-15
* Split DAE::MarkLive into MarkLive and PropagateLiveness.Matthijs Kooijman2008-07-15
* Pass around const RetOrArg references instead of copying values. Also, markMatthijs Kooijman2008-07-15
* Simplify debug code by using RetOrArg::getDescription().Matthijs Kooijman2008-07-15
* Fix indentation (intentionally left out of the previous commit).Matthijs Kooijman2008-07-15
* Move the deadargelim code for intrinsically alive functions into its ownMatthijs Kooijman2008-07-15
* Fixed potential bug if the source and target of a bit convert have different ...Mon P Wang2008-07-15
* Correct this inversion!Nick Lewycky2008-07-15
* Fix up comments.Nick Lewycky2008-07-15
* Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes2008-07-15
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-14
* Fix uninitialized use of the Changed variable.Dan Gohman2008-07-14
* Improve debug output for MemOperandSDNode. PseudoSourceValue nodesDan Gohman2008-07-14
* Fix edito in the PseudoSourceValue name list.Dan Gohman2008-07-14
* I don't think BUILD_PAIR can have a vector result.Duncan Sands2008-07-14
* Tighten up some checks. Fix FPOWI splitting forDuncan Sands2008-07-14
* Reapply r53540, now with the matching header!Chris Lattner2008-07-14
* An INSERT_VECTOR_ELT can insert a larger valueDuncan Sands2008-07-14
* According to the docs, it is possible to have anDuncan Sands2008-07-14
* There should be no extending loads or truncatingDuncan Sands2008-07-14
* Ignore TargetConstant with an illegal type. TheseDuncan Sands2008-07-14
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-14
* Revert r53540 - it does not compile.Duncan Sands2008-07-14
* Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixesChris Lattner2008-07-14
* don't do any linkage, not even type resolution, of symbols that have Chris Lattner2008-07-14
* implement linking of globals to functions, in one directionChris Lattner2008-07-14
* wrap long lines, remove some code from a non-assert build.Chris Lattner2008-07-14
* Fix a bunch of bugs handling vector compare constant expressions, fixingChris Lattner2008-07-14
* Document and fix Constant::getVectorElements to return an empty vectorChris Lattner2008-07-14
* If a function calls setjmp, never inline it into other functions. This isChris Lattner2008-07-14
* simplify some code, shuffle and insertelt always return a vector.Chris Lattner2008-07-14
* Add a note.Chris Lattner2008-07-14
* Fix PR2506 by being a bit more careful about reverse fact propagation whenChris Lattner2008-07-14
* Fix mishandling of the infinite loop case when merging two blocks. ThisChris Lattner2008-07-13
* more refactoring. Use early exits instead of really complex logic.Chris Lattner2008-07-13
* improve comments.Chris Lattner2008-07-13
* factor another large hunk of code out into its own function. Chris Lattner2008-07-13
* Final bit of simplification for FoldBranchToCommonDest.Chris Lattner2008-07-13
* simplify logic a bitChris Lattner2008-07-13
* Refactor some code out into its own helper function, getting rid of crazy mul...Chris Lattner2008-07-13
* Stop creating extraneous smax/umax in SCEV. This removes a regression where weNick Lewycky2008-07-12
* Enhance analysis of srem.Nick Lewycky2008-07-12
* Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!Evan Cheng2008-07-12
* Typos.Evan Cheng2008-07-12