| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the one-definition-rule version of extern_weak | Duncan Sands | 2009-03-11 | 1 | -2/+1 |
| * | Use WriteAsOperand instead of manually decorating the name for this | Dan Gohman | 2009-03-10 | 1 | -11/+8 |
| * | make GlobalValue::removeDeadConstantUsers() const. | Chris Lattner | 2009-03-09 | 1 | -7/+7 |
| * | fix Analysis/BasicAA/2004-12-08-BasicAACrash.ll by allowing opaque types. | Chris Lattner | 2009-03-09 | 1 | -2/+4 |
| * | Fix PR3746 - Crash in isel with GEP of function pointer | Chris Lattner | 2009-03-09 | 1 | -13/+17 |
| * | fix typo | Chris Lattner | 2009-03-08 | 1 | -1/+1 |
| * | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -10/+14 |
| * | simplify the way how traits get hold of the symbol table | Gabor Greif | 2009-03-07 | 1 | -5/+3 |
| * | further simplifications arising from peruse of the more declarative interface | Gabor Greif | 2009-03-07 | 3 | -21/+0 |
| * | Add Module::getNamedValue; use to normalize access to Module symbol | Daniel Dunbar | 2009-03-06 | 1 | -19/+21 |
| * | Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now | Chris Lattner | 2009-03-06 | 1 | -85/+99 |
| * | various cosmetic cleanups. | Chris Lattner | 2009-03-06 | 1 | -136/+107 |
| * | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -9/+9 |
| * | Another sentinel optimization. This one should always | Gabor Greif | 2009-03-01 | 1 | -7/+0 |
| * | Reuse a technique (pioneered for BasicBlocks) of superposing ilist with | Gabor Greif | 2009-03-01 | 1 | -7/+0 |
| * | 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 |
| * | delete a bunch of duplicated type printing logic, using the type printing | Chris Lattner | 2009-02-28 | 1 | -152/+16 |
| * | 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 | 2 | -20/+11 |
| * | 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 |
| * | Introduce a new technique for merging BasicBlock with Instruction sentinel by... | Gabor Greif | 2009-02-27 | 1 | -34/+0 |
| * | Added support to have TableGen provide information if an intrinsic (core | Mon P Wang | 2009-02-24 | 1 | -0/+10 |
| * | Extension of GEP in constant folder was broken (apparently this code | Daniel Dunbar | 2009-02-24 | 1 | -1/+1 |
| * | add proper asmwriter and asmparser support for anonymous functions. | Chris Lattner | 2009-02-18 | 1 | -8/+2 |
| * | Eliminate several more unnecessary intptr_t casts. | Dan Gohman | 2009-02-18 | 1 | -4/+4 |
| * | Reapply r64301. These uses of "inline" can cause strange | Duncan Sands | 2009-02-13 | 1 | -8/+8 |
| * | Add suppport for ConstantExprs of shufflevectors whose result type is not equ... | Nate Begeman | 2009-02-12 | 1 | -2/+9 |
| * | Revert r64300 and r64301. These were causing the following errors respectively: | Bill Wendling | 2009-02-11 | 1 | -8/+8 |
| * | These uses of "inline" can cause strange link-time | Duncan Sands | 2009-02-11 | 1 | -8/+8 |
| * | 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 |
| * | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 4 | -8/+28 |
| * | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 4 | -28/+8 |
| * | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 4 | -8/+28 |
| * | Allow the inverse transform x86_fp80 -> i80 (also | Duncan Sands | 2009-02-04 | 1 | -9/+4 |