summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* 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
* Fix PR2536: a nasty spiller bug. If a two-address instruction uses a register...Evan Cheng2008-07-12
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-12
* Add a utility function to MachineInstr for testing whether an instructionDan Gohman2008-07-12
* Fix spelling of "hierarchy" in comments.Dan Gohman2008-07-11
* Include a frame index in the "fixed stack" pseudo source valueDan Gohman2008-07-11
* Fix an obsolete top-level comment.Dan Gohman2008-07-11
* Factor out debugging code into the common base class.Dan Gohman2008-07-11
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-11
* Use find instead of lower_bound.Dan Gohman2008-07-11
* add support for returning i128, PR2532.Chris Lattner2008-07-11
* Trim unnecessary #includes.Dan Gohman2008-07-11
* Don't call lookupNumber more than we have to.Owen Anderson2008-07-11
* Remove an apparently useless routine: there shouldDuncan Sands2008-07-11
* It is pointless to turn a UINT_TO_FP into anDuncan Sands2008-07-11
* Add two missing SINT_TO_FP libcalls.Duncan Sands2008-07-11
* Port a shift-by-1 optimization from LegalizeDAG: itDuncan Sands2008-07-11
* Add support for 128 bit shifts and 32 bit shiftsDuncan Sands2008-07-11
* Document 'mask' in this calculation.Nick Lewycky2008-07-11
* Align comments, colons and cases. Remove trailingDuncan Sands2008-07-11
* Remove misleading constant from comment.Nick Lewycky2008-07-11