Convert assert(0) to llvm_unreachable
[oota-llvm.git] / lib / VMCore /
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-04 Devang PatelUpdate llvm debug version to support new structure...
2012-02-03 Duncan SandsSimplify some GEP checks in the verifier.
2012-02-03 Craig TopperAdd auto upgrade support for x86 pcmpgt/pcmpeq intrinic...
2012-02-03 Andrew Trickwhitespace
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 Andrew TrickAdd pass printer passes in the right place.
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-31 Chris Lattnerfix a small oversight that broke the fhourstones app.
2012-01-31 Chris LattnerChange ConstantArray::get to form a ConstantDataArray...
2012-01-31 Chris Lattnerfix asmwriting of ConstantDataArray to use the right...
2012-01-31 Bill WendlingAdd a constified getLandingPad() method.
2012-01-30 Chris LattnerVarious improvements suggested by Duncan
2012-01-30 Chris LattnerFirst step of flipping on ConstantDataSequential: enabl...
2012-01-30 Chris LattnerFix ConstantFoldShuffleVectorInstruction to properly...
2012-01-27 Chris Lattnercontinue making the world safe for ConstantDataVector...
2012-01-26 Chris Lattnersmallvectorize and ArrayRef'ize some stuff.
2012-01-26 Chris LattnerReduce a lot of code duplication by implementing
2012-01-26 Chris Lattnerunbreak test/Bitcode/shuffle.ll.
2012-01-26 Chris Lattnersimplify by using ShuffleVectorInst::getMaskValue.
2012-01-26 Chris Lattnereliminate the Constant::getVectorElements method. ...
2012-01-26 Chris LattnerContinue improving support for ConstantDataAggregate...
2012-01-26 Chris LattnerAdd a ConstantDataVector::getSplatValue() method, for...
2012-01-26 Chris Lattnersome general cleanup, using new methods and tidying...
2012-01-26 Chris Lattnerfix pasto in the new (and still unused) ShuffleVectorIn...
2012-01-26 Chris Lattneradd StructType helpers too.
2012-01-26 Chris LattnerOk, break down and add some cast<>'ing helper methods...
2012-01-25 Chris Lattneradd some helper methods to ShuffleVectorInst and enhanc...
2012-01-25 Chris Lattnerconstify some methods and add a new Constant::getAggreg...
2012-01-25 Chris Lattneruse ConstantVector::getSplat in a few places.
2012-01-25 Chris Lattnerreapply r148901 with a crucial fix.
2012-01-25 Nick LewyckyFix assert("msg"). Fix unused-variable warnings complai...
2012-01-25 Argyrios KyrtzidisRevert r148901 because it crashes llvm tests.
2012-01-25 Chris LattnerIntroduce a new ConstantVector::getSplat constructor...
2012-01-25 Chris LattnerRemove the Type::getNumElements() method, which is...
2012-01-24 Chris LattnerC++, CBE, and TLOF support for ConstantDataSequential
2012-01-24 Chris LattnerRearrange argument order of ::get methods so that LLVMC...
2012-01-24 Chris Lattneradd more support for ConstantDataSequential
2012-01-24 Chris LattnerAdd AsmPrinter (aka MCLowering) support for ConstantDat...
2012-01-24 Chris LattnerAdd various "string" methods to ConstantDataSequential...
2012-01-24 Chris Lattnerteach valuetracking about ConstantDataSequential
2012-01-24 Chris LattnerAdd some accessor methods to CAZ and UndefValue that...
2012-01-24 Chris Lattnerimplement the ConstantDataSequential accessor methods.
2012-01-23 Chris Lattnerstart the implementation of a new ConstantDataVector...
2012-01-23 Chris Lattnerconvert CAZ, UndefValue, and CPN to use DenseMap's...
2012-01-23 Chris Lattnerrevert r148691 and 148693
2012-01-23 Chris Lattnerswitch UndefValue and ConstantPointerNull over to Dense...
2012-01-23 Chris LattnerReplace a use of ConstantUniqueMap for CAZ constants...
2012-01-23 Nick LewyckyMake Value::isDereferenceablePointer() handle unreachab...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-17 David BlaikieProvide better messages in llvm_unreachable.
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-12 Pete CooperAdded MVT::v2f16
2012-01-11 Duncan SandsDon't try to create a GEP when the pointee type is...
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-03 Chris Lattnergeneralize LLVMContext::emitError to take a twine inste...
2012-01-03 Stepan DyatkovskiyType: replaced usage of ID with getTypeID().
2011-12-31 Dylan NoblesmithVMCore: add assert for miscompile
2011-12-27 Nick LewyckyUsing Inst->setMetadata(..., NULL) should be safe to...
2011-12-22 Benjamin KramerGive string constants generated by IRBuilder private...
2011-12-20 Devang PatelAdd support to add named metadata operand.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-15 Eli FriedmanMake constant folding for GEPs a bit more aggressive.
2011-12-14 Dan GohmanMove Instruction::isSafeToSpeculativelyExecute out...
2011-12-12 Nick LewyckyFix unused value warning for value used only in assert.
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Chandler CarruthDon't rely in there being one argument before we've...
2011-12-12 Chandler CarruthTeach the verifier to reject all non-constant arguments...
2011-12-12 Chandler CarruthSwitch llvm.cttz and llvm.ctlz to accept a second i1...
2011-12-09 Bill WendlingAdd dump method for debugging.
2011-12-06 Benjamin KramerPush StringRefs through the metadata interface.
2011-12-05 Benjamin KramerAdd a little heuristic to Value::isUsedInBasicBlock...
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-12-01 David BlaikieAdd some missing anchors.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-27 Chris LattnerEli managed to kill off llvm.membarrier in llvm 3.0...
2011-11-27 Chris LattnerThe llvm.atomic intrinsics *were* removed in LLVM 3...
2011-11-27 Chris Lattnerremove autoupgrade support for old forms of llvm.prefet...
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-27 Chris Lattnerremove some old autoupgrade logic
2011-11-27 Chris Lattnerremove autoupgrade support for LLVM 2.9 exception stuff...
2011-11-24 Benjamin KramerDevirtualize Pass::getPassID, overriding it isn't usefu...
2011-11-21 Joe AbbeyFixing a comment
2011-11-16 Owen AndersonRename MVT::untyped to MVT::Untyped to match similar...
2011-11-15 Benjamin KramerRemove Value::getNameStr. It has been deprecated for...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-14 Benjamin KramerFold ConstantVector::isAllOnesValue into Constant:...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-02 Benjamin KramerDon't print two 0x prefixes when printing an address.
2011-10-27 Peter CollingbourneAdd a pinned metadata name for fpaccuracy, and document it
2011-10-26 Mon P WangThe bitcode reader can create an shuffle with a place...
2011-10-20 Eli FriedmanRefactor code from inlining and globalopt that checks...
2011-10-17 Benjamin KramerUse a SmallVector for intrinsic argument types.
next