| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rename 'Result' to 'OS' in CalcTypeName for consistency | Chris Lattner | 2009-02-28 | 1 | -37/+37 |
* | do not embed the raw_ostream into TypePrinting, pass it as an argument to pri... | Chris Lattner | 2009-02-28 | 1 | -52/+43 |
* | stop calling Type::getDescription(). | Chris Lattner | 2009-02-28 | 1 | -12/+15 |
* | simplifications | Chris Lattner | 2009-02-28 | 1 | -6/+8 |
* | Change WriteTypeSymbolic to not put a space out before types, also, remove | Chris Lattner | 2009-02-28 | 1 | -18/+6 |
* | make CalcTypeName take a stream instead of a string to concat onto, | Chris Lattner | 2009-02-28 | 1 | -55/+49 |
* | remove a bunch of nearly-duplicated code. | Chris Lattner | 2009-02-28 | 1 | -63/+18 |
* | fix indentation, remove dead integer case. | Chris Lattner | 2009-02-28 | 1 | -64/+59 |
* | pull calcTypeName into TypePrinting class, make its type stack | Chris Lattner | 2009-02-28 | 1 | -12/+16 |
* | inline method into its only use and simplify the result. | Chris Lattner | 2009-02-28 | 1 | -11/+4 |
* | simplify condition | Chris Lattner | 2009-02-28 | 1 | -7/+10 |
* | start refactoring the .ll printer: introduce a new TypePrinting class | Chris Lattner | 2009-02-28 | 1 | -310/+302 |
* | add proper asmwriter and asmparser support for anonymous functions. | Chris Lattner | 2009-02-18 | 1 | -8/+2 |
* | Don't print extra spaces in vector and array constants. This makes | Dan Gohman | 2009-02-11 | 1 | -4/+2 |
* | make sure that BranchInst::getSuccessor() does not assert in cast<> | Gabor Greif | 2009-02-09 | 1 | -4/+5 |
* | back out my previous change, it exposes a latent bug. investigating | Gabor Greif | 2009-01-31 | 1 | -5/+4 |
* | use precise accessors | Gabor Greif | 2009-01-31 | 1 | -4/+5 |
* | Do not use host floating point types when emitting | Dale Johannesen | 2009-01-21 | 1 | -2/+12 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -0/+1 |
* | add comment to explain my previous commit, as asked by Chris | Nuno Lopes | 2009-01-15 | 1 | -0/+2 |
* | fix crash in the case when some arg is null | Nuno Lopes | 2009-01-14 | 1 | -1/+1 |
* | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 1 | -3/+2 |
* | Have PseudoSourceValue override Value::dump, so that it works | Dan Gohman | 2008-12-03 | 1 | -2/+1 |
* | Use utohex_buffer instead of utohexstr to avoid creating a temporary | Chris Lattner | 2008-11-10 | 1 | -1/+2 |
* | Reuse PrintEscapedString for printing names in .ll | Daniel Dunbar | 2008-10-28 | 1 | -28/+21 |
* | Privatize PrintModulePass and PrintFunctionPass and add | Daniel Dunbar | 2008-10-21 | 1 | -8/+0 |
* | Fix a missing space after the return type in invoke statements. | Dan Gohman | 2008-10-15 | 1 | -3/+3 |
* | Prevent assert when using '"' in names (via hexadecimal). | Daniel Dunbar | 2008-10-14 | 1 | -2/+1 |
* | Change getLLVMName to use raw_ostream & PrintLLVMName. | Daniel Dunbar | 2008-10-14 | 1 | -59/+15 |
* | Rename APFloat::convertToAPInt to bitcastToAPInt to | Dale Johannesen | 2008-10-09 | 1 | -1/+1 |
* | add a new form of Type::dump that takes a module for type names, | Chris Lattner | 2008-10-01 | 1 | -0/+8 |
* | Make some implicit conversions explicit, to avoid compiler warnings. | Dan Gohman | 2008-10-01 | 1 | -2/+2 |
* | Don't prepend a space character for constants in Value::print. | Dan Gohman | 2008-10-01 | 1 | -1/+1 |
* | Support inreg, zext and sext as return value attributes. | Devang Patel | 2008-09-29 | 1 | -7/+9 |
* | Implement function notes as function attributes. | Devang Patel | 2008-09-26 | 1 | -28/+0 |
* | Now Attributes are divided in three groups | Devang Patel | 2008-09-26 | 1 | -10/+18 |
* | Fix missing whitespace in the printing of function notes. | Dan Gohman | 2008-09-26 | 1 | -3/+3 |
* | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -3/+0 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -23/+23 |
* | Avoid a spurious extra space character when printing empty structs. | Dan Gohman | 2008-09-25 | 1 | -3/+4 |
* | Put FN_NOTE_AlwaysInline and others in FnAttr namespace. | Devang Patel | 2008-09-24 | 1 | -3/+3 |
* | Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace. | Devang Patel | 2008-09-23 | 1 | -3/+3 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -6/+6 |
* | Use parameter attribute store (soon to be renamed) for | Devang Patel | 2008-09-23 | 1 | -3/+3 |
* | Rationalize the names of passes that print information: | Duncan Sands | 2008-09-23 | 1 | -2/+2 |
* | Add hasNote() to check note associated with a function. | Devang Patel | 2008-09-22 | 1 | -15/+24 |
* | Fix WriteAsOperand to not emit a leading space character. Adjust | Dan Gohman | 2008-09-14 | 1 | -30/+56 |
* | Avoid extra comma. | Devang Patel | 2008-09-03 | 1 | -3/+4 |
* | Parse and print opt_size note. | Devang Patel | 2008-09-03 | 1 | -2/+11 |
* | s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g | Devang Patel | 2008-09-02 | 1 | -3/+3 |