| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow aliasee to be a GEP or bitcast instead of just a bitcast. | Chris Lattner | 2009-04-25 | 1 | -6/+6 |
* | Don't discard an AssemblyAnnotationWriter when writing GlobalValues, | Dan Gohman | 2009-04-20 | 1 | -1/+1 |
* | Add a new "available_externally" linkage type. This is intended | Chris Lattner | 2009-04-13 | 1 | -0/+3 |
* | Remove bogus include. | Nick Lewycky | 2009-04-04 | 1 | -1/+0 |
* | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 1 | -2/+23 |
* | Fix internal representation of fp80 to be the | Dale Johannesen | 2009-03-23 | 1 | -2/+22 |
* | Now that errs() is properly non-buffered, there's no need to | Dan Gohman | 2009-03-23 | 1 | -3/+2 |
* | Fix a couple glaring whitespace issues. This file isn't internally consistent | Nick Lewycky | 2009-03-19 | 1 | -2/+2 |
* | Remove obviously redundant call. | Nick Lewycky | 2009-03-15 | 1 | -1/+1 |
* | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling | 2009-03-13 | 1 | -4/+3 |
* | Second installment of "BasicBlock operands to the back" | Gabor Greif | 2009-03-13 | 1 | -3/+4 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -2/+1 |
* | Remove the one-definition-rule version of extern_weak | Duncan Sands | 2009-03-11 | 1 | -2/+1 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -10/+14 |
* | simplify handling "don't print top level name" processing, so that we get | Chris Lattner | 2009-03-01 | 1 | -37/+19 |
* | walk type symbol table also, so we get: | Chris Lattner | 2009-03-01 | 1 | -2/+10 |
* | Fix a long-standing bug and misfeature of the disassembler: when dealing with a | Chris Lattner | 2009-03-01 | 1 | -12/+122 |
* | move type name population out of TypePrinting class into a static | Chris Lattner | 2009-02-28 | 1 | -36/+51 |
* | switch to densemap for pointer->word map. | Chris Lattner | 2009-02-28 | 1 | -9/+9 |
* | make this work when constructed with a null module* | Chris Lattner | 2009-02-28 | 1 | -2/+1 |
* | expose TypePrinting as a public API. | Chris Lattner | 2009-02-28 | 1 | -23/+24 |
* | 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 |