eliminate warning when asserts disabled.
[oota-llvm.git] / lib / VMCore /
2008-12-13 Chris LattnerThese messages should always be emitted when NDEBUG...
2008-12-11 Torok Edwinfix grammar, thanks Duncan!
2008-12-11 Torok Edwinintroduce BasicBlock::getUniquePredecessor()
2008-12-08 Dan GohmanMake ConstantAggregateZero::get return a ConstantAggreg...
2008-12-03 Dan GohmanHave PseudoSourceValue override Value::dump, so that...
2008-12-02 Chris LattnerComment typeo fix, thanks Duncan!
2008-12-02 Chris Lattneradd a little helper function that does PHI translation.
2008-12-01 Chris LattnerThe PreVerifier pass preserves everything. In practice...
2008-11-27 Chris Lattnerimprove const correctness.
2008-11-26 Chris Lattneradd a long-overdue AllocaInst::isStaticAlloca method.
2008-11-21 Devang PatelSilence unused variable warnings.
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-11-19 Bill WendlingUse stripPointerCasts when checking for AllocaInsts...
2008-11-19 Bill WendlingUse dyn_cast instead of cast.
2008-11-19 Bill WendlingMatch an element of the return type if it returns a...
2008-11-18 Bill WendlingVerify that the second parameter of the stacprotector...
2008-11-15 Nick LewyckyCorrect this error message.
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-11-13 Bill WendlingRefactor the code that does the type checking for intri...
2008-11-13 Bill WendlingImplement stack protectors as function attributes:...
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-11-10 Chris LattnerUse utohex_buffer instead of utohexstr to avoid creatin...
2008-11-06 Dan GohmanFix a use of an invalid iterator when -debug-pass=Detai...
2008-11-05 Bill WendlingAdd comments to function.
2008-11-05 Devang PatelSilence unused variable warnings.
2008-11-04 Nuno Lopesfix memory leak in pass manager when adding an analysis...
2008-11-04 Bill Wendling- Add a "getOrInsertGlobal" method to the Module class...
2008-11-04 Dan GohmanDuncan pointed out that the Extended case in getTypeFor...
2008-11-04 Dan GohmanAdd a return statement to suppress warnings in NDEBUG...
2008-11-04 Dan GohmanAdd some asserts to verify MVT invariant assumptions.
2008-11-03 Devang PatelFix unused variable warnings.
2008-11-03 Dan GohmanAdd C bindings for extractvalue and insertvalue. Patch...
2008-11-03 Dan GohmanChange how extended types are represented in MVTs....
2008-11-01 Sanjiv GuptaReverting back 58505. Will commit it once I have the...
2008-10-31 Sanjiv GuptaFor some targets pointer and int are 16-bits. Allow...
2008-10-28 Daniel DunbarReuse PrintEscapedString for printing names in .ll
2008-10-27 Nick LewyckyFix an obvious copy/pasto.
2008-10-26 Bill WendlingFix type-o in ExprMapKeyType::operator ==(). The "...
2008-10-25 Gordon HenriksenRelated to PR2911, reject as invalid non-pointer GC...
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-10-21 Oscar FuentesCMake: updated lib/VMCore/CMakeLists.txt
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-10-17 Chris LattnerKeep track of *which* input constraint matches an output
2008-10-16 Gabor GreifIntroduce a typing refinenement on tagged data
2008-10-16 Chris LattnerVerify prefetch arguments, PR2576.
2008-10-16 Chris Lattnerapply Eli's patch for PR2165 and provide a testcase.
2008-10-16 Dan GohmanFix Instruction::isIdenticalTo and isSameOperationAs...
2008-10-15 Dan GohmanCorrect the name of isTrapping in comments.
2008-10-15 Dan GohmanFix a missing space after the return type in invoke...
2008-10-14 Daniel DunbarPrevent assert when using '"' in names (via hexadecimal).
2008-10-14 Daniel DunbarChange getLLVMName to use raw_ostream & PrintLLVMName.
2008-10-11 Daniel DunbarUnbreak DbgStopPointInst::getFileName().
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-06 Devang PatelRemove interfaces implemented by dead pass from the...
2008-10-05 Chris Lattnerfix an incorrect and extremely confusing error message
2008-10-03 Devang PatelFix function attribute verification check.
2008-10-03 Devang PatelVerify function attributes.
2008-10-02 Devang PatelRemove redundant check.
2008-10-01 Devang PatelAttributes noinline alwaysinline are incompatible
2008-10-01 Chris Lattneradd a new form of Type::dump that takes a module for...
2008-10-01 Dan GohmanMake some implicit conversions explicit, to avoid compi...
2008-10-01 Duncan SandsFactorize code: remove variants of "strip off
2008-10-01 Dan GohmanDon't prepend a space character for constants in Value...
2008-09-29 Devang PatelSupport inreg, zext and sext as return value attributes.
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-26 Dan GohmanFix missing whitespace in the printing of function...
2008-09-26 Dale JohannesenAnother file I forgot.
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-25 Bill WendlingMake pointer parameter const for isUsedInBasicBlock.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-25 Dan GohmanAvoid a spurious extra space character when printing...
2008-09-24 Oscar FuentesCMake: Lists of source files updated. Removed bogus...
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
2008-09-24 Devang Patels/ParamAttributeListImpl/AttributeListImpl/g
2008-09-24 Devang PatelPut FN_NOTE_AlwaysInline and others in FnAttr namespace.
2008-09-23 Devang PatelMove FN_NOTE_AlwaysInline and other out of ParamAttrs...
2008-09-23 Devang Patel80 cols
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-19 Gabor Greifbacking out my last commit, it was not intended to...
2008-09-19 Gabor Greiffirst shot at removing Use::Val
2008-09-14 Dan GohmanFix WriteAsOperand to not emit a leading space characte...
2008-09-09 Devang PatelAdd assertion check.
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-09 Anton KorobeynikovFix typo
2008-09-09 Anton KorobeynikovFix incorrect linker behaviour: we shouldn't resolve...
2008-09-09 Devang PatelSimplify.
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-08 Dan GohmanBitcasting two or from aggregate types is not permitted...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-03 Devang PatelAvoid extra comma.
next