| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner | 2010-01-19 | 18 | -28/+56 |
* | Add a comment and tidy up some whitespace. | Dan Gohman | 2010-01-19 | 1 | -2/+2 |
* | Fix a typo and an 80-column violation in comments. | Dan Gohman | 2010-01-19 | 1 | -3/+3 |
* | Give ScalarEvolution access to the DominatorTree. It'll need this | Dan Gohman | 2010-01-19 | 1 | -0/+2 |
* | simplify the rest of fp constant printing. | Chris Lattner | 2010-01-19 | 1 | -108/+34 |
* | simplify the code for printing x86 long double, don't do work | Chris Lattner | 2010-01-19 | 1 | -75/+22 |
* | Identify predicate and optional-def operands when printing machine | Jakob Stoklund Olesen | 2010-01-19 | 1 | -0/+7 |
* | add a new EmitIntValue method that MCStreamer impls can optionally define | Chris Lattner | 2010-01-19 | 2 | -6/+36 |
* | Add a new helper function to IVUsers for returning the "canonical" | Dan Gohman | 2010-01-19 | 1 | -0/+13 |
* | eliminate AsmPrinter::EmitZeros: just use MCStreamer directly. | Chris Lattner | 2010-01-19 | 2 | -18/+9 |
* | Promoted the getTok() method to MCAsmParser so that | Sean Callanan | 2010-01-19 | 3 | -41/+45 |
* | Stubs for getHostCPUFeatures API. This implements part of PR5389. | Xerxes Ranby | 2010-01-19 | 1 | -0/+4 |
* | Remove predicates when changing an add into an unpredicable mov. | Jakob Stoklund Olesen | 2010-01-19 | 2 | -5/+13 |
* | Update CMake list. | Benjamin Kramer | 2010-01-19 | 1 | -1/+0 |
* | Add some new debugging APIs to print out "raw" SelectionDAGs to make | David Greene | 2010-01-19 | 2 | -29/+25 |
* | Propagated the parser-side Lex function's declaration to | Sean Callanan | 2010-01-19 | 2 | -45/+45 |
* | Fix a bug introduced on r92564 where the name "Node" was already | Bruno Cardoso Lopes | 2010-01-19 | 1 | -2/+2 |
* | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner | 2010-01-19 | 7 | -48/+50 |
* | Do not extend extension results beyond the use of a PHI instruction at the st... | Evan Cheng | 2010-01-19 | 1 | -0/+12 |
* | refactor code to be static functions instead of methods on AsmPrinter. | Chris Lattner | 2010-01-19 | 1 | -47/+39 |
* | mcstreamerize AsmPrinter::EmitZeros, at least when emitting to the | Chris Lattner | 2010-01-19 | 2 | -8/+8 |
* | add an MCAsmStreamer::EmitFill specialization of EmitFill that | Chris Lattner | 2010-01-19 | 1 | -0/+15 |
* | add a "MCStreamer::EmitFill" method, and move the default implementation | Chris Lattner | 2010-01-19 | 1 | -0/+9 |
* | remove MAI::ZeroDirectiveSuffix, which is only used by MASM, | Chris Lattner | 2010-01-19 | 3 | -12/+6 |
* | For aligned load/store instructions, it's only required to know whether a | Jim Grosbach | 2010-01-19 | 9 | -83/+21 |