summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-27
* smallvectorize and ArrayRef'ize some stuff.Chris Lattner2012-01-26
* Reduce a lot of code duplication by implementing Chris Lattner2012-01-26
* unbreak test/Bitcode/shuffle.ll.Chris Lattner2012-01-26
* simplify by using ShuffleVectorInst::getMaskValue.Chris Lattner2012-01-26
* eliminate the Constant::getVectorElements method. There are better (andChris Lattner2012-01-26
* Continue improving support for ConstantDataAggregate, and use theChris Lattner2012-01-26
* Add a ConstantDataVector::getSplatValue() method, for parity withChris Lattner2012-01-26
* some general cleanup, using new methods and tidying up old code.Chris Lattner2012-01-26
* fix pasto in the new (and still unused) ShuffleVectorInst::getShuffleMask met...Chris Lattner2012-01-26
* add StructType helpers too.Chris Lattner2012-01-26
* Ok, break down and add some cast<>'ing helper methods to the Type classChris Lattner2012-01-26
* add some helper methods to ShuffleVectorInst and enhance itsChris Lattner2012-01-25
* constify some methods and add a new Constant::getAggregateElementChris Lattner2012-01-25
* use ConstantVector::getSplat in a few places.Chris Lattner2012-01-25
* reapply r148901 with a crucial fix.Chris Lattner2012-01-25
* Fix assert("msg"). Fix unused-variable warnings complaining about VT used onlyNick Lewycky2012-01-25
* Revert r148901 because it crashes llvm tests.Argyrios Kyrtzidis2012-01-25
* Introduce a new ConstantVector::getSplat constructor function to Chris Lattner2012-01-25
* Remove the Type::getNumElements() method, which is only called in 4 places,Chris Lattner2012-01-25
* C++, CBE, and TLOF support for ConstantDataSequentialChris Lattner2012-01-24
* Rearrange argument order of ::get methods so that LLVMContext comes first,Chris Lattner2012-01-24
* add more support for ConstantDataSequentialChris Lattner2012-01-24
* Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, Chris Lattner2012-01-24
* Add various "string" methods to ConstantDataSequential, which have theChris Lattner2012-01-24
* teach valuetracking about ConstantDataSequentialChris Lattner2012-01-24
* Add some accessor methods to CAZ and UndefValue that help simplify clients.Chris Lattner2012-01-24
* implement the ConstantDataSequential accessor methods.Chris Lattner2012-01-24
* start the implementation of a new ConstantDataVector and ConstantDataArrayChris Lattner2012-01-23
* convert CAZ, UndefValue, and CPN to use DenseMap's again, this time withoutChris Lattner2012-01-23
* revert r148691 and 148693Chris Lattner2012-01-23
* switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing.Chris Lattner2012-01-23
* Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap.Chris Lattner2012-01-23
* Make Value::isDereferenceablePointer() handle unreachable code blocks. (ThisNick Lewycky2012-01-23
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* Provide better messages in llvm_unreachable.David Blaikie2012-01-17
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-17
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* Added MVT::v2f16Pete Cooper2012-01-12
* Don't try to create a GEP when the pointee type is unsized (such GEPsDuncan Sands2012-01-11
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-10
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* generalize LLVMContext::emitError to take a twine instead of a StringRef.Chris Lattner2012-01-03
* Type: replaced usage of ID with getTypeID().Stepan Dyatkovskiy2012-01-03
* VMCore: add assert for miscompileDylan Noblesmith2011-12-31
* Using Inst->setMetadata(..., NULL) should be safe to remove metadata even whenNick Lewycky2011-12-27
* Give string constants generated by IRBuilder private linkage.Benjamin Kramer2011-12-22
* Add support to add named metadata operand.Devang Patel2011-12-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20