| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operand | Bob Wilson | 2010-04-14 | 1 | -9/+16 |
* | Delete unneeeded arguments. | Dan Gohman | 2010-04-14 | 2 | -6/+6 |
* | Delete unused arguments. | Dan Gohman | 2010-04-14 | 1 | -6/+4 |
* | Factor out EH landing pad code into a separate function, and constify | Dan Gohman | 2010-04-14 | 7 | -57/+66 |
* | Reset the debug location even if the instruction was a terminator. | Dan Gohman | 2010-04-14 | 1 | -5/+3 |
* | Refine #includes. | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | Pull utility routines with no SelectionDAG dependence out of | Dan Gohman | 2010-04-14 | 3 | -76/+95 |
* | Fix typos in comments. | Dan Gohman | 2010-04-14 | 2 | -2/+2 |
* | performance: cache the dereferenced use_iterator | Gabor Greif | 2010-04-14 | 1 | -7/+8 |
* | Delete an obsolete comment. | Dan Gohman | 2010-04-14 | 1 | -1/+0 |
* | Delete an unused function. | Dan Gohman | 2010-04-14 | 1 | -4/+0 |
* | Clear the FunctionLoweringInfo object before doing other things that | Dan Gohman | 2010-04-14 | 1 | -4/+4 |
* | Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and | Dan Gohman | 2010-04-14 | 2 | -5/+3 |
* | Add a comment. | Dan Gohman | 2010-04-14 | 1 | -0/+2 |
* | Move the code for initialing the entry block livein set out of | Dan Gohman | 2010-04-14 | 2 | -5/+5 |
* | Reorgnaize this code to be more tidy and readable. | Dan Gohman | 2010-04-14 | 1 | -10/+5 |
* | Trim #includes. | Dan Gohman | 2010-04-14 | 1 | -9/+0 |
* | Move the code for emitting livein copies out of SelectionDAGISel. | Dan Gohman | 2010-04-14 | 2 | -105/+107 |
* | performance: cache the dereferenced use_iterator | Gabor Greif | 2010-04-14 | 1 | -3/+4 |
* | Sink landing-pad marking code out of | Dan Gohman | 2010-04-14 | 2 | -5/+5 |
* | It's not necessary to recompute EB here. | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | performance: cache the dereferenced use_iterator | Gabor Greif | 2010-04-14 | 1 | -3/+5 |
* | Add a comment. | Dan Gohman | 2010-04-14 | 1 | -0/+2 |
* | Enable RTTI again. While this works fine for LLVM, it creates an ABI | Nick Lewycky | 2010-04-14 | 1 | -0/+1 |
* | Turn off RTTI for VMCore. Yay! | Nick Lewycky | 2010-04-14 | 1 | -1/+0 |
* | I don't know how, but I managed to goof the revert. Remove function that should | Nick Lewycky | 2010-04-14 | 1 | -37/+0 |
* | Revert r101213. | Nick Lewycky | 2010-04-14 | 1 | -29/+14 |
* | Fix 80 column ruler. | Nick Lewycky | 2010-04-14 | 1 | -1/+1 |
* | implement mc asmparser support for '.', which gets the | Chris Lattner | 2010-04-14 | 2 | -0/+17 |
* | Remove tab. | Nick Lewycky | 2010-04-14 | 1 | -1/+1 |
* | While DAE can't modify the function signature of an externally visible function, | Nick Lewycky | 2010-04-14 | 1 | -14/+66 |
* | Generalize this code to handle Instructions in addition to ConstantExprs. | Dan Gohman | 2010-04-14 | 1 | -3/+3 |
* | Reorder the methods of this class to be a little more organized. | Dan Gohman | 2010-04-14 | 1 | -22/+22 |
* | Fixed another assert exposed by fuzzing. Now, when an encoding error occurs | Johnny Chen | 2010-04-14 | 1 | -4/+14 |
* | Clear MachineInstr->MCSymbol maps at the end of a function. | Devang Patel | 2010-04-14 | 1 | -0/+2 |
* | Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid | Johnny Chen | 2010-04-14 | 2 | -10/+15 |
* | Unbreak CMake build by improving the EnhancedDisassembly makefile a | Douglas Gregor | 2010-04-13 | 2 | -0/+2 |
* | Fast path implicit_def check. | Evan Cheng | 2010-04-13 | 1 | -5/+5 |
* | Handle a v2f64 formal parameter that is split between registers and memory | Bob Wilson | 2010-04-13 | 1 | -7/+13 |
* | Fixed a nasty layering violation in the edis source | Sean Callanan | 2010-04-13 | 4 | -2/+30 |
* | Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits, | Johnny Chen | 2010-04-13 | 1 | -3/+3 |
* | Do not include types without any definition in pubtypes list. | Devang Patel | 2010-04-13 | 1 | -2/+4 |
* | Avoid variable shadowing. | Evan Cheng | 2010-04-13 | 1 | -2/+2 |
* | Expand postra machine licm's capability a little more. If an instruction's re... | Evan Cheng | 2010-04-13 | 1 | -8/+24 |
* | Teach MachineSinking to handle easy critical edges. | Jakob Stoklund Olesen | 2010-04-13 | 1 | -2/+17 |
* | Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ... | Evan Cheng | 2010-04-13 | 1 | -1/+44 |
* | Temporarily revert r101075, it's causing invalid iterator assertions | Eric Christopher | 2010-04-13 | 1 | -46/+1 |
* | Teach postra machine licm to hoist more obvious invariants, e.g. instructions... | Evan Cheng | 2010-04-13 | 1 | -17/+38 |
* | Add a few comments. | Dan Gohman | 2010-04-13 | 1 | -0/+5 |
* | Eliminate MachineBasicBlock::const_livein_iterator and make | Dan Gohman | 2010-04-13 | 7 | -10/+11 |