| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an obvious copy/pasto. | Nick Lewycky | 2008-10-27 | 1 | -4/+4 |
* | Fix type-o in ExprMapKeyType::operator ==(). The "&&" was missing. | Bill Wendling | 2008-10-26 | 1 | -1/+1 |
* | Related to PR2911, reject as invalid non-pointer GC roots. | Gordon Henriksen | 2008-10-25 | 1 | -2/+4 |
* | Move Print*Pass to use raw_ostream. | Daniel Dunbar | 2008-10-22 | 1 | -11/+16 |
* | CMake: Turned some libraries into partially linked objects. Corrected | Oscar Fuentes | 2008-10-22 | 1 | -1/+1 |
* | CMake: updated lib/VMCore/CMakeLists.txt | Oscar Fuentes | 2008-10-21 | 1 | -0/+1 |
* | Privatize PrintModulePass and PrintFunctionPass and add | Daniel Dunbar | 2008-10-21 | 2 | -8/+96 |
* | Keep track of *which* input constraint matches an output | Chris Lattner | 2008-10-17 | 1 | -2/+7 |
* | Introduce a typing refinenement on tagged data | Gabor Greif | 2008-10-16 | 1 | -5/+3 |
* | Verify prefetch arguments, PR2576. | Chris Lattner | 2008-10-16 | 1 | -0/+8 |
* | apply Eli's patch for PR2165 and provide a testcase. | Chris Lattner | 2008-10-16 | 1 | -0/+6 |
* | Fix Instruction::isIdenticalTo and isSameOperationAs to recognize | Dan Gohman | 2008-10-16 | 1 | -6/+57 |
* | Correct the name of isTrapping in comments. | Dan Gohman | 2008-10-15 | 1 | -1/+1 |
* | 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 |
* | Unbreak DbgStopPointInst::getFileName(). | Daniel Dunbar | 2008-10-11 | 1 | -1/+1 |
* | Add a "loses information" return value to APFloat::convert | Dale Johannesen | 2008-10-09 | 3 | -13/+23 |
* | Rename APFloat::convertToAPInt to bitcastToAPInt to | Dale Johannesen | 2008-10-09 | 2 | -3/+3 |
* | Add <cstdio> include where needed by gcc-4.4. | Duncan Sands | 2008-10-08 | 1 | -0/+1 |
* | Remove interfaces implemented by dead pass from the list of available passes. | Devang Patel | 2008-10-06 | 1 | -7/+17 |
* | fix an incorrect and extremely confusing error message | Chris Lattner | 2008-10-05 | 1 | -1/+1 |
* | Fix function attribute verification check. | Devang Patel | 2008-10-03 | 1 | -6/+5 |
* | Verify function attributes. | Devang Patel | 2008-10-03 | 1 | -1/+5 |
* | Remove redundant check. | Devang Patel | 2008-10-02 | 1 | -9/+0 |
* | Attributes noinline alwaysinline are incompatible | Devang Patel | 2008-10-01 | 1 | -0/+17 |
* | 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 |
* | Factorize code: remove variants of "strip off | Duncan Sands | 2008-10-01 | 1 | -8/+21 |
* | 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 | 4 | -12/+26 |
* | Fix missing whitespace in the printing of function notes. | Dan Gohman | 2008-09-26 | 1 | -3/+3 |
* | Another file I forgot. | Dale Johannesen | 2008-09-26 | 1 | -1/+0 |
* | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -3/+0 |
* | Make pointer parameter const for isUsedInBasicBlock. | Bill Wendling | 2008-09-25 | 1 | -1/+1 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 7 | -186/+186 |
* | Avoid a spurious extra space character when printing empty structs. | Dan Gohman | 2008-09-25 | 1 | -3/+4 |
* | CMake: Lists of source files updated. Removed bogus dependency from | Oscar Fuentes | 2008-09-24 | 1 | -3/+1 |
* | s/ParamAttrsWithIndex/FnAttributeWithIndex/g | Devang Patel | 2008-09-24 | 3 | -18/+18 |
* | s/ParamAttributeListImpl/AttributeListImpl/g | Devang Patel | 2008-09-24 | 1 | -12/+12 |
* | 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 |
* | 80 cols | Devang Patel | 2008-09-23 | 1 | -1/+1 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 5 | -42/+42 |
* | Use parameter attribute store (soon to be renamed) for | Devang Patel | 2008-09-23 | 4 | -8/+19 |
* | 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 |
* | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 1 | -0/+32 |