aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* I don't think BUILD_PAIR can have a vector result.Duncan Sands2008-07-141-12/+0
* Tighten up some checks. Fix FPOWI splitting forDuncan Sands2008-07-141-3/+3
* Reapply r53540, now with the matching header!Chris Lattner2008-07-141-1/+23
* An INSERT_VECTOR_ELT can insert a larger valueDuncan Sands2008-07-141-4/+5
* According to the docs, it is possible to have anDuncan Sands2008-07-141-11/+19
* There should be no extending loads or truncatingDuncan Sands2008-07-141-4/+4
* Ignore TargetConstant with an illegal type. TheseDuncan Sands2008-07-142-10/+23
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-149-116/+200
* Revert r53540 - it does not compile.Duncan Sands2008-07-141-23/+1
* Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixesChris Lattner2008-07-141-167/+102
* don't do any linkage, not even type resolution, of symbols that have Chris Lattner2008-07-141-6/+10
* implement linking of globals to functions, in one directionChris Lattner2008-07-141-81/+75
* wrap long lines, remove some code from a non-assert build.Chris Lattner2008-07-141-5/+7
* Fix a bunch of bugs handling vector compare constant expressions, fixingChris Lattner2008-07-141-34/+54
* Document and fix Constant::getVectorElements to return an empty vectorChris Lattner2008-07-141-12/+23
* If a function calls setjmp, never inline it into other functions. This isChris Lattner2008-07-141-1/+23
* simplify some code, shuffle and insertelt always return a vector.Chris Lattner2008-07-141-2/+1
* Add a note.Chris Lattner2008-07-141-0/+12
* Fix PR2506 by being a bit more careful about reverse fact propagation whenChris Lattner2008-07-141-64/+80
* Fix mishandling of the infinite loop case when merging two blocks. ThisChris Lattner2008-07-131-17/+26
* more refactoring. Use early exits instead of really complex logic.Chris Lattner2008-07-131-109/+98
* improve comments.Chris Lattner2008-07-131-2/+4
* factor another large hunk of code out into its own function. Chris Lattner2008-07-131-155/+172
* Final bit of simplification for FoldBranchToCommonDest.Chris Lattner2008-07-131-32/+34
* simplify logic a bitChris Lattner2008-07-131-9/+10
* Refactor some code out into its own helper function, getting rid of crazy mul...Chris Lattner2008-07-131-54/+84
* Stop creating extraneous smax/umax in SCEV. This removes a regression where weNick Lewycky2008-07-121-6/+79
* Enhance analysis of srem.Nick Lewycky2008-07-121-15/+3
* Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!Evan Cheng2008-07-124-220/+329
* Typos.Evan Cheng2008-07-121-2/+2
* Fix PR2536: a nasty spiller bug. If a two-address instruction uses a register...Evan Cheng2008-07-121-0/+23
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-125-72/+32
* Add a utility function to MachineInstr for testing whether an instructionDan Gohman2008-07-121-7/+3
* Fix spelling of "hierarchy" in comments.Dan Gohman2008-07-111-1/+1
* Include a frame index in the "fixed stack" pseudo source valueDan Gohman2008-07-115-43/+58
* Fix an obsolete top-level comment.Dan Gohman2008-07-111-3/+2
* Factor out debugging code into the common base class.Dan Gohman2008-07-113-8/+5
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-114-24/+67
* Use find instead of lower_bound.Dan Gohman2008-07-115-15/+14
* add support for returning i128, PR2532.Chris Lattner2008-07-111-0/+14
* Trim unnecessary #includes.Dan Gohman2008-07-118-6/+4
* Don't call lookupNumber more than we have to.Owen Anderson2008-07-111-5/+8
* Remove an apparently useless routine: there shouldDuncan Sands2008-07-112-15/+0
* It is pointless to turn a UINT_TO_FP into anDuncan Sands2008-07-113-79/+118
* Add two missing SINT_TO_FP libcalls.Duncan Sands2008-07-112-11/+21
* Port a shift-by-1 optimization from LegalizeDAG: itDuncan Sands2008-07-111-0/+7
* Add support for 128 bit shifts and 32 bit shiftsDuncan Sands2008-07-112-6/+23
* Document 'mask' in this calculation.Nick Lewycky2008-07-111-0/+1
* Align comments, colons and cases. Remove trailingDuncan Sands2008-07-111-17/+17
* Remove misleading constant from comment.Nick Lewycky2008-07-111-1/+1