aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-221-11/+16
* CMake: Turned some libraries into partially linked objects. CorrectedOscar Fuentes2008-10-221-1/+1
* CMake: updated lib/VMCore/CMakeLists.txtOscar Fuentes2008-10-211-0/+1
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-212-8/+96
* Keep track of *which* input constraint matches an outputChris Lattner2008-10-171-2/+7
* Introduce a typing refinenement on tagged dataGabor Greif2008-10-161-5/+3
* Verify prefetch arguments, PR2576.Chris Lattner2008-10-161-0/+8
* apply Eli's patch for PR2165 and provide a testcase.Chris Lattner2008-10-161-0/+6
* Fix Instruction::isIdenticalTo and isSameOperationAs to recognizeDan Gohman2008-10-161-6/+57
* Correct the name of isTrapping in comments.Dan Gohman2008-10-151-1/+1
* Fix a missing space after the return type in invoke statements.Dan Gohman2008-10-151-3/+3
* Prevent assert when using '"' in names (via hexadecimal).Daniel Dunbar2008-10-141-2/+1
* Change getLLVMName to use raw_ostream & PrintLLVMName.Daniel Dunbar2008-10-141-59/+15
* Unbreak DbgStopPointInst::getFileName().Daniel Dunbar2008-10-111-1/+1
* Add a "loses information" return value to APFloat::convertDale Johannesen2008-10-093-13/+23
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-092-3/+3
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
* Remove interfaces implemented by dead pass from the list of available passes.Devang Patel2008-10-061-7/+17
* fix an incorrect and extremely confusing error messageChris Lattner2008-10-051-1/+1
* Fix function attribute verification check.Devang Patel2008-10-031-6/+5
* Verify function attributes.Devang Patel2008-10-031-1/+5
* Remove redundant check.Devang Patel2008-10-021-9/+0
* Attributes noinline alwaysinline are incompatibleDevang Patel2008-10-011-0/+17
* add a new form of Type::dump that takes a module for type names,Chris Lattner2008-10-011-0/+8
* Make some implicit conversions explicit, to avoid compiler warnings.Dan Gohman2008-10-011-2/+2
* Factorize code: remove variants of "strip offDuncan Sands2008-10-011-8/+21
* Don't prepend a space character for constants in Value::print.Dan Gohman2008-10-011-1/+1
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-291-7/+9
* Implement function notes as function attributes. Devang Patel2008-09-261-28/+0
* Now Attributes are divided in three groupsDevang Patel2008-09-264-12/+26
* Fix missing whitespace in the printing of function notes.Dan Gohman2008-09-261-3/+3
* Another file I forgot.Dale Johannesen2008-09-261-1/+0
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-261-3/+0
* Make pointer parameter const for isUsedInBasicBlock.Bill Wendling2008-09-251-1/+1
* Large mechanical patch.Devang Patel2008-09-257-186/+186
* Avoid a spurious extra space character when printing empty structs.Dan Gohman2008-09-251-3/+4
* CMake: Lists of source files updated. Removed bogus dependency fromOscar Fuentes2008-09-241-3/+1
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-243-18/+18
* s/ParamAttributeListImpl/AttributeListImpl/gDevang Patel2008-09-241-12/+12
* Put FN_NOTE_AlwaysInline and others in FnAttr namespace.Devang Patel2008-09-241-3/+3
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-231-3/+3
* 80 colsDevang Patel2008-09-231-1/+1
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-235-42/+42
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-234-8/+19
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-2/+2
* Add hasNote() to check note associated with a function.Devang Patel2008-09-221-15/+24
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+32
* backing out my last commit, it was not intended to go on the trunkGabor Greif2008-09-193-510/+11
* first shot at removing Use::ValGabor Greif2008-09-193-11/+510
* Fix WriteAsOperand to not emit a leading space character. AdjustDan Gohman2008-09-141-30/+56