Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for...
[oota-llvm.git] / lib / VMCore /
2011-03-04 Devang PatelAdd ArrayRef variant.
2011-03-03 Tilmann SchellerUse X86_thiscall calling convention for Win64 as well.
2011-03-02 Tilmann SchellerAdd Win64 thiscall calling convention.
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-03-01 TalinAdded missing va_end().
2011-02-28 TalinAdd an END_WITH_NULL accessor for ConstantStruct.
2011-02-18 Devang PatelThese tags are now covered by dwarf::TagString().
2011-02-18 Rafael EspindolaExpose getTypeName to the C API. Patch by Patrick Walton.
2011-02-18 Chris Lattnerhoist GlobalValue::removeDeadConstantUsers up to being...
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-13 Nadav RotemFix a regression from r125393;
2011-02-11 Nadav RotemFix 9173.
2011-02-11 Chris Lattnermake ConstantExpr::replaceUsesOfWithOnConstant preserve...
2011-02-11 Chris Lattnermake the constantexpr interfaces for inbounds GEPs...
2011-02-10 Chris Lattnerswitch the constantexpr, target folder, and IRBuilder...
2011-02-09 Chris Lattnerrefactor ConstantExpr interfaces a bit around "exactness".
2011-02-07 Chris Lattnerfix comment change.
2011-02-07 Chris Lattnerimplement .ll and .bc support for nsw/nuw on shl and...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-02-01 Jay FoadMake SwitchInst::removeCase() more efficient.
2011-02-01 Duncan SandsHave m_One also match constant vectors for which every...
2011-01-30 Nick LewyckyFix 'fcmp one' constant folding. Noticed by inspection.
2011-01-30 Nick LewyckyFix some formatting and upgrade comments from llvm...
2011-01-29 Nick LewyckyAdd the select optimization recently added to instcombi...
2011-01-27 Jay FoadFix indentation.
2011-01-26 Jay FoadSimplify User::operator delete().
2011-01-26 Nick LewyckyAttrListPtr has an overloaded operator== which does...
2011-01-25 Rafael EspindolaMove unnamed_addr after the function arguments on Sabre...
2011-01-23 Chris Lattnerteach Value::isDereferenceablePointer that byval argume...
2011-01-21 Nick LewyckyAdd a constant folding of casts from zero to zero....
2011-01-20 Tobias GrosserImplement requiredTransitive
2011-01-20 Cameron ZwarichUpdate a comment.
2011-01-18 Cameron ZwarichRemove an unnecessary #include.
2011-01-18 Cameron ZwarichMove DominanceFrontier from VMCore to Analysis.
2011-01-18 Cameron ZwarichThere is no point in verifying an analysis that is...
2011-01-18 Cameron ZwarichRemove some now-unused DominanceFrontier methods.
2011-01-17 Jay FoadRemove useless Tag enumeration.
2011-01-16 Jay FoadSimplify the construction and destruction of Uses....
2011-01-16 Jay FoadMove the implementation of the User class into a new...
2011-01-15 Rafael EspindolaAllow unnamed_addr on declarations.
2011-01-14 Jay FoadRemove casts between Value** and Constant**, which...
2011-01-14 Duncan SandsMove some shift transforms out of instcombine and into...
2011-01-13 Rafael EspindolaReject uses of unnamed_addr in declarations.
2011-01-11 Jay FoadFixedNumOperandTraits and VariadicOperandTraits assumed...
2011-01-08 Chris Lattnermake domtree verification print something useful on...
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2011-01-07 Jay FoadSimplify the allocation and freeing of Users' operand...
2011-01-05 Jakob Stoklund OlesenSilence a warning from non-standard warning avoidance...
2011-01-04 Duncan SandsThese methods should be "const"; make them so.
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2010-12-29 Chris Lattnerfix PR8867: a crash handling fp128. Thanks to Nick...
2010-12-26 Chris Lattneradd methods to IRBuilder to create memcpy/memset/memmove.
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-20 Owen AndersonRevert r122114 (CallbackVH observing use-list changes...
2010-12-20 Duncan SandsThere is no need for isAssociative to take the type...
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-19 Nick LewyckyAdd missing std:: prefixes to some calls. C++ doesn...
2010-12-18 Owen AndersonAdd support to CallbackVH to receive notification when...
2010-12-17 Bob WilsonRemove trailing whitespace.
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-15 Dan GohmanMove Value::getUnderlyingObject to be a standalone
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-07 Dan GohmanRemove the code from Function::dropAllReferences which...
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-05 Frits van BommelFix PR 4170 by having ExtractValueInst::getIndexedType...
2010-12-04 Benjamin KramerRemove unneeded zero arrays.
2010-12-04 Benjamin KramerApparently APFloat::getZero doesn't like PPCDoubleDoubles.
2010-12-04 Benjamin KramerSimplify code. No functionality change.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Chris Lattneradd a function to the C api to get the context out...
2010-11-23 Chris Lattneradd a 'LLVMConstIntOfArbitraryPrecision' api to the...
2010-11-20 Benjamin KramerSimplify code. No change in functionality.
2010-11-18 Owen AndersonFix an order-of-deallocation issue where the AttrListIm...
2010-11-17 Duncan SandsNow that hasConstantValue has been made simpler, it...
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-11-17 Chris Lattnerfix PR8613 - Copy constructor of SwitchInst does not...
2010-11-17 Duncan SandsFix a layering violation: hasConstantValue, which is...
2010-11-14 Duncan SandsIf dom tree information is available, make it possible...
2010-11-11 Nick LewyckyDoxygenify
2010-11-11 Dan GohmanFactor out Instruction::isSafeToSpeculativelyExecute...
2010-11-11 Dan GohmanInclude ImmutablePass passes in -debug-pass=Arguments.
2010-11-09 Owen AndersonLast try to get this reference counting right, I swear.
2010-11-09 Owen AndersonReally fix the leak in the attributes list. Thanks...
2010-11-09 Owen AndersonFix leak in my recent fix for PR8442.
2010-11-09 Owen AndersonFix PR8441, a race condition in the static attributes...
2010-11-02 Dale JohannesenApply patch for use-after-free in InlineAsm constant...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-25 Charles DavisAdd a new 'hotpatch' attribute. This attribute will...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-20 Owen AndersonAttempt to fix valgrind complaining about (benign)...
2010-10-20 Tobias GrosserAdd RegionPass support.
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-17 Benjamin Kramerstd::string cleanup.
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-12 Dan GohmanDelete a redundant check.
next