For PR872:
[oota-llvm.git] / lib / VMCore /
2006-08-01 Chris LattnerAdd dominates/properlyDominates queries to IDom.
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Jim LaskeyNo Need to live in the past.
2006-07-25 Jim LaskeyMoving this function to a permanent home to prevent...
2006-07-20 Chris LattnerFix a race condition in the makefile andrew reported
2006-07-20 Chris LattnerFix PR835 so that touching tblgen in a way that doesn...
2006-07-19 Chris LattnerMove MVT::getVectorType out of line, it is large and...
2006-07-17 Jim LaskeyReduce the size of Constants.o by 25% by generalizing...
2006-07-14 Chris LattnerAdd a new helper, simplify ConstantExpr::getWithOperand...
2006-07-14 Chris LattnerAdd a new method for bugpoint to use
2006-07-11 Chris LattnerFix PR826, testcase here: Regression/Verifier/2006...
2006-07-11 Jim Laskey1. Support for c++ mangled names.
2006-07-06 Chris LattnerChange the ModuleProvider interface to not throw except...
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-06-28 Chris LattnerUse hidden visibility to reduce codesize
2006-06-28 Chris LattnerUse hidden visibility to reduce the sizes of some ...
2006-06-21 Chris LattnerAdd more anonymous namespaces to make it clear that...
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-06-19 Jim LaskeyHandle versioning of compile unit.
2006-06-16 Jim LaskeyForgot operands were hard coded for compile unit.
2006-06-14 Owen AndersonWhen asked not to delete useless PHIs, really don't...
2006-06-10 Chris LattnerAdd a missing assertion that would have helped out...
2006-06-08 Vladimir PrusRemove dead code.
2006-06-08 Vladimir PrusNew method BasicBlock::getFirstNonPHI.
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Chris LattnerAdd a virtual dtor to the InlineAsm class so that the...
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-31 Reid SpencerMake the getNamedFunction and getNamedGlobal methods...
2006-05-30 Reid SpencerProvide a simpler interface for getting a ConstantArray...
2006-05-30 Reid SpencerUndo a patch that breaks llvm-as because the warning...
2006-05-30 Reid SpencerWrite the WARNING message to cout instead of cerr....
2006-05-30 Reid SpencerAdjust the interface to ConstantArray::get. The previous
2006-05-29 Vladimir PrusReset DEBUG_SYMBOL_TABLE back to 0.
2006-05-29 Vladimir PrusFix compile error when DEBUG_SYMBOL_TABLE is defined.
2006-05-29 Reid SpencerFix grammar in a comment.
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-19 Chris LattnerPrint csretcc calls like this:
2006-05-19 Chris Lattnerpretty print csretcc for calls
2006-05-19 Chris LattnerAsmprint csret nicely
2006-05-19 Chris Lattnercsret functions can be varargs (as can target cc's...
2006-05-18 Owen AndersonFix some think-o's in my last commit. Thanks to Chris...
2006-05-18 Owen AndersonChange Module to use TargetData-compatible strings...
2006-05-14 Chris Lattnerinverted logic, caught by coverity
2006-05-14 Chris Lattnerremove dead var
2006-05-10 Chris LattnerAdd an assertion for a common error
2006-05-03 Chris LattnerAdd assertions that verify that the actual arguments...
2006-04-21 Chris LattnerRemove a hack required by V9.
2006-04-14 Chris LattnerMove these ctors out of line
2006-04-14 Reid SpencerDon't print out the install command for Intrinsics...
2006-04-12 Reid SpencerDon't emit useless warning messages.
2006-04-08 Chris LattnerAdd constant replacement for insertelement/vectorshuffl...
2006-04-08 Chris LattnerUse the isValidOperands helper instead of duplicating...
2006-04-08 Chris LattnerAdd methods to check insertelement/extractelement instr...
2006-04-08 Chris LattnerAdd shufflevector support, todo, implement better const...
2006-04-07 Chris LattnerConstant fold extractelement(zero, x) -> zero
2006-04-06 Andrew LenharthMove this to lib/Analysis.
2006-04-02 Chris Lattnervector casts never reinterpret bits
2006-04-02 Chris LattnerConstant fold casts from things like <4 x int> -> ...
2006-03-31 Chris Lattnerconstant fold extractelement with undef operands.
2006-03-31 Jeff CohenFix build breakage.
2006-03-31 Chris LattnerAdd a new method to verify intrinsic function prototypes.
2006-03-26 Jim LaskeyBullet proof against undefined args produced by upgradi...
2006-03-26 Chris LattnerUpdate dependencies to reflect split of the Intrinsics...
2006-03-25 Chris LattnerTeach BinaryOperator::createNot to work with packed...
2006-03-25 Jim LaskeyCast instruction not inserted into basic block.
2006-03-25 Chris LattnerImplement Intrinsic::getName
2006-03-24 Jim LaskeyFix indent.
2006-03-24 Jim LaskeyClean up some commentary.
2006-03-23 Jim LaskeyAdd some more bulletproofing to auto upgrade of llvm...
2006-03-23 Jim LaskeySimplify handling of llvm.dbg intrinsic operands to...
2006-03-23 Jim LaskeyChange the argument types of llvm.dbg intrinsics.
2006-03-17 Reid SpencerFix use of LEVEL.
2006-03-17 Reid SpencerTwo fixes:
2006-03-14 Chris LattnerBugfix, unbreaking CodeGen/PowerPC/cttz.ll
2006-03-14 Chris LattnerFix an et-forest memory leak. Patch by Daniel Berlin.
2006-03-14 Jim Laskey1. Handle removal of all arguments for a morphed intrinsic.
2006-03-13 Reid SpencerBring makefile back into compliance with standard by...
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-11 Evan ChengDoh!
2006-03-10 Evan ChengAdded a parameter to control whether Constant::getStrin...
2006-03-09 Chris LattnerUse the autogenerated intrinsic verifier
2006-03-09 Chris LattnerUse the function name matcher autogenerated from the...
2006-03-09 Chris LattnerThis rule also depends on tblgen
2006-03-09 Chris Lattnerremove dbg_declare, it's not used yet.
2006-03-09 Chris Lattnersilly case insensitive file systems...
2006-03-09 Chris LattnerBuild intrinsics.gen from intrinsics.td
2006-03-09 Chris Lattnerautoupgrade memcpy/memmove/memset with signed counts.
2006-03-08 Chris Lattneradd a new helper method.
2006-03-08 Jim LaskeyGet rid of the multiple copies of getStringValue. ...
2006-03-03 Chris LattnerUnbreak autouprade of llvm.sqrt, simplify some code.
2006-03-03 Chris Lattnerremove the read/write port/io intrinsics.
2006-03-02 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-03-01 Evan ChengBack out my last check-in. Wrong place to fix it.
2006-03-01 Evan ChengAsmWriter should not print LLVM constant in comment...
2006-02-27 Jim LaskeyPretty print large struct constants.
2006-02-26 Jim LaskeyReverting. Didn't realize some developers were embeddin...
2006-02-25 Jim LaskeyFormat large struct constants for readability.
next