Add support for register masks to PBQP.
[oota-llvm.git] / lib / VMCore /
2012-03-23 Eric ChristopherFix up cmake build.
2012-03-23 Eric ChristopherTake out the debug info probe stuff. It's making some...
2012-03-22 Chris Lattneradd load/store volatility control to the C API, patch...
2012-03-14 Chandler CarruthExtend the inline cost calculation to account for bonus...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-10 Chandler CarruthRefactor some methods to look through bitcasts and...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-03-07 Chandler CarruthSwitch this code to use hash_combine_range rather than...
2012-03-07 Chandler CarruthCache the sized-ness of struct types, once we reach...
2012-03-06 Jay FoadChange ConstantAggrUniqueMap to use Chandler's new...
2012-03-04 Chandler CarruthReplace the hashing functions on APInt and APFloat...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-03-01 Benjamin KramerEmit the "is an intrinsic overloaded" table as a bitfield.
2012-02-26 Rafael EspindolaUse the DT dominates function in the verifier.
2012-02-26 Rafael EspindolaChange the implementation of dominates(inst, inst)...
2012-02-26 Rafael EspindolaDon't call dominates on unreachable instructions.
2012-02-25 Nick LewyckyRemove spurious emacs mode marker.
2012-02-23 Jay FoadReinstate r151049 now that GeneralHash is fixed.
2012-02-22 Chad RosierRemove extra semi-colons.
2012-02-21 Jay FoadRevert r151049 cos it broke the buildbots.
2012-02-21 Jay FoadPR1210: make uniquing of struct and function types...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-18 Rafael EspindolaWhite space fixes.
2012-02-16 Bill Wendlings/ModAttrBehavior/ModFlagBehavior/g to be consistent...
2012-02-16 NAKAMURA TakumiVMCore/AsmWriter.cpp: Tweak to check #INF and #NAN...
2012-02-16 NAKAMURA TakumiVMCore/AsmWriter.cpp: Use APFloat instead of atof(3).
2012-02-15 Bill WendlingUse the enum instead of 'unsigned'.
2012-02-15 Bill WendlingAdd a module flags accessor method which returns the...
2012-02-15 Eric ChristopherAdd a way to replace a field inside a metadata node...
2012-02-15 Andrew TrickAdded TargetPassConfig::disablePass/substitutePass...
2012-02-11 Bill Wendling[WIP] Initial code for module flags.
2012-02-08 Andrew TrickAdded Pass::createPass(ID) to handle pass configuration...
2012-02-07 Bill WendlingCache the sizes of vectors instead of calculating them...
2012-02-07 Bill WendlingReserve space in these vectors to prevent having to...
2012-02-06 Chris LattnerRemove some dead code and tidy things up now that vecto...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 TalinEfficient Constant Uniquing.
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().
next