| Commit message (Expand) | Author | Age | Files | Lines |
* | This replaces all $(SolutionDir) macros with $(ProjectDir)..\ | Chris Lattner | 2008-07-14 | 30 | -155/+155 |
* | Reapply 53476 and 53480, with a fix so that it properly updates | Dan Gohman | 2008-07-14 | 8 | -39/+82 |
* | Fix uninitialized use of the Changed variable. | Dan Gohman | 2008-07-14 | 1 | -0/+2 |
* | Improve debug output for MemOperandSDNode. PseudoSourceValue nodes | Dan Gohman | 2008-07-14 | 1 | -4/+7 |
* | Fix edito in the PseudoSourceValue name list. | Dan Gohman | 2008-07-14 | 1 | -1/+1 |
* | Reformat this message to fit in 80 cols. | Dan Gohman | 2008-07-14 | 1 | -4/+4 |
* | I don't think BUILD_PAIR can have a vector result. | Duncan Sands | 2008-07-14 | 1 | -12/+0 |
* | Tighten up some checks. Fix FPOWI splitting for | Duncan Sands | 2008-07-14 | 1 | -3/+3 |
* | Reapply r53540, now with the matching header! | Chris Lattner | 2008-07-14 | 2 | -2/+29 |
* | An INSERT_VECTOR_ELT can insert a larger value | Duncan Sands | 2008-07-14 | 1 | -4/+5 |
* | According to the docs, it is possible to have an | Duncan Sands | 2008-07-14 | 1 | -11/+19 |
* | There should be no extending loads or truncating | Duncan Sands | 2008-07-14 | 1 | -4/+4 |
* | Ignore TargetConstant with an illegal type. These | Duncan Sands | 2008-07-14 | 2 | -10/+23 |
* | Added Subtarget support into RegisterInfo | Bruno Cardoso Lopes | 2008-07-14 | 9 | -116/+200 |
* | Revert r53540 - it does not compile. | Duncan Sands | 2008-07-14 | 1 | -23/+1 |
* | Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes | Chris Lattner | 2008-07-14 | 5 | -171/+108 |
* | don't do any linkage, not even type resolution, of symbols that have | Chris Lattner | 2008-07-14 | 1 | -6/+10 |
* | implement linking of globals to functions, in one direction | Chris Lattner | 2008-07-14 | 2 | -81/+88 |
* | wrap long lines, remove some code from a non-assert build. | Chris Lattner | 2008-07-14 | 1 | -5/+7 |
* | Fix a bunch of bugs handling vector compare constant expressions, fixing | Chris Lattner | 2008-07-14 | 2 | -34/+70 |
* | Document and fix Constant::getVectorElements to return an empty vector | Chris Lattner | 2008-07-14 | 1 | -12/+23 |
* | If a function calls setjmp, never inline it into other functions. This is | Chris Lattner | 2008-07-14 | 1 | -1/+23 |
* | simplify some code, shuffle and insertelt always return a vector. | Chris Lattner | 2008-07-14 | 1 | -2/+1 |
* | whitespace fix. | Chris Lattner | 2008-07-14 | 1 | -1/+1 |
* | doxygenate comments and wrap to 80 cols. | Chris Lattner | 2008-07-14 | 1 | -22/+23 |
* | Add a note. | Chris Lattner | 2008-07-14 | 1 | -0/+12 |
* | Fix PR2506 by being a bit more careful about reverse fact propagation when | Chris Lattner | 2008-07-14 | 3 | -67/+99 |
* | Fix mishandling of the infinite loop case when merging two blocks. This | Chris Lattner | 2008-07-13 | 2 | -17/+62 |
* | more refactoring. Use early exits instead of really complex logic. | Chris Lattner | 2008-07-13 | 1 | -109/+98 |
* | improve comments. | Chris Lattner | 2008-07-13 | 1 | -2/+4 |
* | factor another large hunk of code out into its own function. | Chris Lattner | 2008-07-13 | 1 | -155/+172 |
* | add a description. | Chris Lattner | 2008-07-13 | 1 | -1/+2 |
* | Final bit of simplification for FoldBranchToCommonDest. | Chris Lattner | 2008-07-13 | 1 | -32/+34 |
* | simplify logic a bit | Chris Lattner | 2008-07-13 | 1 | -9/+10 |
* | Refactor some code out into its own helper function, getting rid of crazy mul... | Chris Lattner | 2008-07-13 | 1 | -54/+84 |
* | Fix comment. | Duncan Sands | 2008-07-13 | 1 | -1/+1 |
* | Fix PR2231 - opt -internalize -std-compile-opts should run internalize first | Chris Lattner | 2008-07-13 | 1 | -8/+17 |
* | Remove deleted files from VC++ project. | Cédric Venet | 2008-07-13 | 1 | -8/+0 |
* | Inline typedef for alist_iterator::pointer to work with MSVC++. | Ted Kremenek | 2008-07-12 | 1 | -1/+5 |
* | Stop creating extraneous smax/umax in SCEV. This removes a regression where we | Nick Lewycky | 2008-07-12 | 4 | -7/+146 |
* | operator[] is not defined for list::iterator. Overload it in ilist::iterator | Nick Lewycky | 2008-07-12 | 1 | -0/+4 |
* | Enhance analysis of srem. | Nick Lewycky | 2008-07-12 | 2 | -15/+12 |
* | Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson! | Evan Cheng | 2008-07-12 | 4 | -220/+329 |
* | Typos. | Evan Cheng | 2008-07-12 | 1 | -2/+2 |
* | Fix PR2536: a nasty spiller bug. If a two-address instruction uses a register... | Evan Cheng | 2008-07-12 | 2 | -0/+72 |
* | Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. | Evan Cheng | 2008-07-12 | 7 | -77/+34 |
* | Add a utility function to MachineInstr for testing whether an instruction | Dan Gohman | 2008-07-12 | 2 | -7/+10 |
* | Fix spelling of "hierarchy" in comments. | Dan Gohman | 2008-07-11 | 3 | -5/+5 |
* | Fix typos in comments. | Dan Gohman | 2008-07-11 | 1 | -4/+4 |
* | Include a frame index in the "fixed stack" pseudo source value | Dan Gohman | 2008-07-11 | 6 | -45/+60 |