| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -2/+0 |
* | Move several function bodies which are rarely inlined out of line. | Dan Gohman | 2009-12-14 | 1 | -0/+67 |
* | Add utility method for determining whether a function argument | Duncan Sands | 2009-12-11 | 1 | -0/+7 |
* | Remove useless calls to c_str(). | Benjamin Kramer | 2009-12-08 | 1 | -4/+3 |
* | whitespace cleanup | Chris Lattner | 2009-12-08 | 1 | -1/+1 |
* | Add MSP430 interrupt calling conv. No functionality change yet. | Anton Korobeynikov | 2009-12-07 | 1 | -0/+3 |
* | Avoid creating a metadata slot for all metadata that contains an instruction | Victor Hernandez | 2009-12-04 | 1 | -6/+6 |
* | Fix crasher when N->getElement(n) is NULL | Victor Hernandez | 2009-12-04 | 1 | -1/+1 |
* | Added debug output for inherited passes that are invalidated. | Andreas Neustifter | 2009-12-04 | 1 | -1/+7 |
* | Teach AsmWriter to write inline (not via a global metadata slot) metadata tha... | Victor Hernandez | 2009-12-04 | 1 | -1/+25 |
* | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -1/+1 |
* | Oops! Fix bug introduced in my recent cleanup change. Thanks to Tobias Grosser | Nick Lewycky | 2009-11-27 | 1 | -1/+1 |
* | Fix typo spotted by Gabor Greif. | Nick Lewycky | 2009-11-26 | 1 | -3/+3 |
* | Clean up file, no functionality change. | Nick Lewycky | 2009-11-26 | 1 | -24/+11 |
* | Move FunctionPassManagerImpl's dumpArguments and dumpPasses calls | Dan Gohman | 2009-11-23 | 1 | -3/+3 |
* | I forgot to update the prototype for LLVMBuildIntCast when correcting | Duncan Sands | 2009-11-23 | 1 | -3/+3 |
* | Start catching LLVMContext misuse in the verifier. | Nick Lewycky | 2009-11-23 | 1 | -0/+3 |
* | In GlobalVariable::setInitializer, assert that the initializer has the | Jeffrey Yasskin | 2009-11-17 | 1 | -0/+15 |
* | BuildIntCast takes an additional parameter, isSigned. | Duncan Sands | 2009-11-16 | 1 | -2/+3 |
* | Special case FixedStackPseudoSourceValueVal as well. Do we really need to dif... | Evan Cheng | 2009-11-16 | 1 | -1/+2 |
* | Remove extraneous commit. | Eric Christopher | 2009-11-13 | 1 | -5/+0 |
* | Print out something, even if it's non-parseable later when we've | Eric Christopher | 2009-11-13 | 1 | -2/+7 |
* | Do not use StringRef in DebugInfo interface. | Devang Patel | 2009-11-12 | 1 | -0/+11 |
* | Reject duplicate case values in a switch, PR5450. | Chris Lattner | 2009-11-11 | 1 | -1/+5 |
* | make this handle redefinition of malloc function with different prototype cor... | Victor Hernandez | 2009-11-10 | 1 | -7/+9 |
* | Fix DenseMap iterator constness. | Jeffrey Yasskin | 2009-11-10 | 1 | -2/+2 |
* | Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ... | Daniel Dunbar | 2009-11-10 | 1 | -6/+8 |
* | make this handle redefinition of malloc with different prototype correctly. | Chris Lattner | 2009-11-09 | 1 | -3/+3 |
* | prune #include / layering violation | Chris Lattner | 2009-11-07 | 1 | -2/+0 |
* | Fit in 80 columns | Victor Hernandez | 2009-11-07 | 1 | -2/+4 |
* | Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. | Victor Hernandez | 2009-11-07 | 2 | -33/+34 |
* | CallInst::CreateMalloc() and CallInst::CreateFree() need to create calls with... | Victor Hernandez | 2009-11-06 | 1 | -2/+4 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 7 | -38/+37 |
* | remove a bunch of extraneous LLVMContext arguments | Chris Lattner | 2009-11-06 | 2 | -5/+2 |
* | Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM | Victor Hernandez | 2009-11-06 | 2 | -34/+33 |
* | Update CreateMalloc so that its callers specify the size to allocate: | Victor Hernandez | 2009-11-05 | 2 | -33/+34 |
* | Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a... | Victor Hernandez | 2009-11-03 | 1 | -37/+5 |
* | remove a bunch of locking from LLVMContextImpl. Since only one thread | Chris Lattner | 2009-11-01 | 8 | -87/+0 |
* | the verifier shouldn't modify the IR. | Chris Lattner | 2009-11-01 | 3 | -9/+16 |
* | fix an issue where the verifier would reject a function whose entry | Chris Lattner | 2009-11-01 | 2 | -2/+15 |
* | Fix BlockAddress::replaceUsesOfWithOnConstant to correctly | Chris Lattner | 2009-11-01 | 1 | -5/+8 |
* | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner | 2009-11-01 | 3 | -10/+8 |
* | Make blockaddress(@func, null) be valid, and make 'deleting a basic | Chris Lattner | 2009-10-31 | 3 | -8/+10 |
* | if basic blocks are destroyed while there are *just* BlockAddress' hanging | Chris Lattner | 2009-10-30 | 1 | -0/+18 |
* | make hasAddressTaken() constant time by storing a refcount in BB's subclass d... | Chris Lattner | 2009-10-30 | 2 | -13/+7 |
* | it isn't valid to take the address of the entry block. | Chris Lattner | 2009-10-30 | 1 | -0/+2 |
* | Simplify this code and avoid an extra space character in the output. | Dan Gohman | 2009-10-30 | 1 | -2/+1 |
* | add sanity check for indbr. | Chris Lattner | 2009-10-29 | 1 | -1/+2 |
* | Add a hasAddressTaken for BasicBlock. | Dan Gohman | 2009-10-29 | 1 | -0/+9 |
* | Previously, all operands to Constant were themselves constant. | Chris Lattner | 2009-10-28 | 2 | -19/+27 |