| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the parser include the lower level error message in its own error | Dan Gohman | 2010-01-21 | 1 | -1/+2 |
* | Avoid printing a spurious semicolon when there is no filename. | Dan Gohman | 2010-01-21 | 1 | -9/+12 |
* | When re-using an existing cast for a user, it's still necessary to call | Dan Gohman | 2010-01-21 | 1 | -1/+3 |
* | Fix a crasher trying to fold each element in a comparison between two vectors | Nick Lewycky | 2010-01-21 | 3 | -10/+17 |
* | Run the verifier after LSR, to help catch use-before-def errors before | Dan Gohman | 2010-01-21 | 1 | -0/+4 |
* | Re-implement the main strength-reduction portion of LoopStrengthReduction. | Dan Gohman | 2010-01-21 | 6 | -2355/+2675 |
* | Add strcpy_chk -> strcpy support for "don't know" object size | Eric Christopher | 2010-01-21 | 1 | -0/+45 |
* | Fix a minor issue in x86 load / store folding table. movups does an unaligned... | Evan Cheng | 2010-01-21 | 1 | -1/+1 |
* | Make sure that landing pad entries in the EH call site table are in the proper | Jim Grosbach | 2010-01-21 | 4 | -2/+20 |
* | simplify this code. | Chris Lattner | 2010-01-20 | 1 | -1/+1 |
* | SjLj EH introduces can introduce an additional edge to a landing pad and pad | Jim Grosbach | 2010-01-20 | 1 | -0/+13 |
* | eliminate FnStubInfo, using MachineModuleInfoMachO instead. | Chris Lattner | 2010-01-20 | 1 | -73/+66 |
* | make findDebugLoc a class method | Dale Johannesen | 2010-01-20 | 3 | -13/+15 |
* | split function stub printing out to its own function, | Chris Lattner | 2010-01-20 | 1 | -46/+58 |
* | eliminate the GVStubs and HiddenGVStubs maps, and use | Chris Lattner | 2010-01-20 | 1 | -23/+39 |
* | don't forget to initialize an instance variable! | Chris Lattner | 2010-01-20 | 1 | -2/+2 |
* | When XDEBUG is enabled, check for SelectionDAG cycles at some key | David Greene | 2010-01-20 | 2 | -1/+36 |
* | adopt getAdjustedAnalysisPointer in a few more passes. | Chris Lattner | 2010-01-20 | 6 | -0/+64 |
* | adopt getAdjustedAnalysisPointer in two more passes. | Chris Lattner | 2010-01-20 | 2 | -0/+20 |
* | adopt getAdjustedAnalysisPointer in BasicCallGraph. | Chris Lattner | 2010-01-20 | 1 | -1/+11 |
* | add some new methods to adjust this pointers. Not used yet. | Chris Lattner | 2010-01-20 | 1 | -0/+20 |
* | don't send null pointers through the constantexpr codepath unneededly. | Chris Lattner | 2010-01-20 | 1 | -0/+6 |
* | reduce redundant are's. | Chris Lattner | 2010-01-20 | 2 | -2/+2 |
* | Move per-function inline threshold calculation to a method. | Jakob Stoklund Olesen | 2010-01-20 | 1 | -14/+12 |
* | use getGlobalDirective(), don't hardcode .globl. PR6093 | Chris Lattner | 2010-01-20 | 1 | -13/+13 |
* | Fix an infinite recursion problem. dbgs() should return errs() in | David Greene | 2010-01-20 | 1 | -2/+2 |
* | eliminate some uses of AsmPrinter::EmitIntXXX | Chris Lattner | 2010-01-20 | 3 | -20/+19 |
* | Backout r93990 | Victor Hernandez | 2010-01-20 | 1 | -9/+4 |
* | inline and radically simplify printDataDirective. It will eventually | Chris Lattner | 2010-01-20 | 2 | -46/+24 |
* | emit basic block labels with mcstreamer. | Chris Lattner | 2010-01-20 | 1 | -8/+4 |
* | emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1, | Chris Lattner | 2010-01-20 | 1 | -15/+12 |
* | signficant cleanups to EmitGlobalConstant (including streamerization | Chris Lattner | 2010-01-20 | 1 | -103/+67 |
* | Fix/strengthen verification of llvm.dbg.declare | Victor Hernandez | 2010-01-20 | 1 | -4/+9 |
* | Switch Elts from vector to SmallVector | Victor Hernandez | 2010-01-20 | 1 | -2/+1 |
* | switch ConstantFP emission to use MCStreamer, significantly | Chris Lattner | 2010-01-20 | 1 | -34/+18 |
* | make mcasmstreamer handle expanding 8 byte integer constants to | Chris Lattner | 2010-01-20 | 2 | -21/+16 |
* | give createAsmStreamer an 'isLittleEndian' argument. | Chris Lattner | 2010-01-20 | 2 | -4/+10 |
* | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner | 2010-01-20 | 18 | -56/+28 |
* | Fix if/else brackets; getFunctionForValue() is to be called for non-metadata ... | Victor Hernandez | 2010-01-20 | 1 | -1/+3 |
* | Fix the conditions to unambiguously show the logic they represent. This is the | Chandler Carruth | 2010-01-20 | 1 | -3/+3 |
* | Map operands of all function-local metadata, not just metadata passed to llvm... | Victor Hernandez | 2010-01-20 | 1 | -19/+13 |
* | Avoid unnecessary Elts array | Victor Hernandez | 2010-01-20 | 1 | -4/+2 |
* | Refactor common parts of MDNode::getFunction() and assertLocalFunction() into... | Victor Hernandez | 2010-01-20 | 2 | -34/+24 |
* | If a instruction belongs to another function (and not current function) as pe... | Devang Patel | 2010-01-20 | 1 | -4/+12 |
* | Add some asserts to check SelectionDAG problems earlier. | David Greene | 2010-01-20 | 1 | -0/+12 |
* | Move findDebugLoc somewhere more central. Fix | Dale Johannesen | 2010-01-20 | 3 | -21/+19 |
* | Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code | Dan Gohman | 2010-01-19 | 1 | -0/+20 |
* | Wrap some comments to 80 columns. | Bob Wilson | 2010-01-19 | 1 | -2/+4 |
* | Fix a case where debug_value was perturbing the | Dale Johannesen | 2010-01-19 | 1 | -4/+19 |
* | When doing address-mode sinking, expand the base register first, rather | Dan Gohman | 2010-01-19 | 1 | -12/+17 |