aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This replaces all $(SolutionDir) macros with $(ProjectDir)..\ Chris Lattner2008-07-1430-155/+155
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-148-39/+82
* Fix uninitialized use of the Changed variable.Dan Gohman2008-07-141-0/+2
* Improve debug output for MemOperandSDNode. PseudoSourceValue nodesDan Gohman2008-07-141-4/+7
* Fix edito in the PseudoSourceValue name list.Dan Gohman2008-07-141-1/+1
* Reformat this message to fit in 80 cols.Dan Gohman2008-07-141-4/+4
* 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-142-2/+29
* 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-145-171/+108
* 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-142-81/+88
* 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-142-34/+70
* 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
* whitespace fix.Chris Lattner2008-07-141-1/+1
* doxygenate comments and wrap to 80 cols.Chris Lattner2008-07-141-22/+23
* Add a note.Chris Lattner2008-07-141-0/+12
* Fix PR2506 by being a bit more careful about reverse fact propagation whenChris Lattner2008-07-143-67/+99
* Fix mishandling of the infinite loop case when merging two blocks. ThisChris Lattner2008-07-132-17/+62
* 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
* add a description.Chris Lattner2008-07-131-1/+2
* 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
* Fix comment.Duncan Sands2008-07-131-1/+1
* Fix PR2231 - opt -internalize -std-compile-opts should run internalize firstChris Lattner2008-07-131-8/+17
* Remove deleted files from VC++ project.Cédric Venet2008-07-131-8/+0
* Inline typedef for alist_iterator::pointer to work with MSVC++.Ted Kremenek2008-07-121-1/+5
* Stop creating extraneous smax/umax in SCEV. This removes a regression where weNick Lewycky2008-07-124-7/+146
* operator[] is not defined for list::iterator. Overload it in ilist::iteratorNick Lewycky2008-07-121-0/+4
* Enhance analysis of srem.Nick Lewycky2008-07-122-15/+12
* 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-122-0/+72
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-127-77/+34
* Add a utility function to MachineInstr for testing whether an instructionDan Gohman2008-07-122-7/+10
* Fix spelling of "hierarchy" in comments.Dan Gohman2008-07-113-5/+5
* Fix typos in comments.Dan Gohman2008-07-111-4/+4
* Include a frame index in the "fixed stack" pseudo source valueDan Gohman2008-07-116-45/+60