Pacify gcc-4.5 which wrongly thinks that RExcess (passed as the Excess parameter)
[oota-llvm.git] / lib / VMCore /
2010-07-25 Benjamin KramerReduce string trashing.
2010-07-24 Eli FriedmanPR7704: A function is not allowed to return a function...
2010-07-24 Duncan SandsClarify that if a new value handle is added while dropp...
2010-07-22 Gabor Greifundo 80 column trespassing I caused
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-21 Dan GohmanNamedMDNode is never an operand.
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-21 Dan GohmanUse TrackingVH instead of WeakVH for NamedMDNode's...
2010-07-21 Dan GohmanTidy.
2010-07-21 Owen AndersonMove the smarts of AnalysisGroup registration into...
2010-07-20 Dan GohmanGive MDNode printing has access to the current Module...
2010-07-20 Owen AndersonMove the handling of PassRegistrationListener's to...
2010-07-20 Dan GohmanRename removeAllMetadata to clearMetadataHashEntries...
2010-07-20 Dan GohmanAdd support for remapping metadata kind IDs when readin...
2010-07-20 Owen AndersonMove more functionality from Pass.cpp to PassRegistry...
2010-07-20 Dan GohmanRemove setDbgMetadata and getDbgMetadata; their users...
2010-07-20 Owen AndersonI just fail with SVN today.
2010-07-20 Owen AndersonConvert the internal PassRegistrar class into a new...
2010-07-20 Owen AndersonPull out r108755. After offline discussion with Chris...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-07-19 Owen AndersonChange the implemented interfaces list on PassInfo...
2010-07-19 Duncan SandsExpose BasicBlock::moveBefore and moveAfter in C API...
2010-07-19 Gabor Greifprecompute 20 tags
2010-07-17 Gabor GreiffullStopTag cannot happen here, it is handled above
2010-07-17 Chris LattnerFix PR7658, a problem where type refinement can trigger
2010-07-16 Chris Lattnertidy up
2010-07-16 Chris Lattnereliminate unlockedRefineAbstractTypeTo, types are all...
2010-07-16 Gabor Greifget the first few tags from a precomputed table (count...
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-07-16 Tobias GrosserLoopSimplify does not update domfrontier correctly.
2010-07-16 Tobias GrosserAdd dump() to DominanceFrontier
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-14 Dan GohmanJust use getParent() instead of getModuleFromVal when...
2010-07-14 Dan GohmanRename WriteConstantInt to WriteConstantInternal, to...
2010-07-13 Dan GohmanAdd support for empty metadata nodes: !{}.
2010-07-13 Gabor Greifrotate CallInst operands
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Chris Lattnerfix PR7311 by avoiding breaking casts when a bitcast...
2010-07-12 Chris Lattnermake the prototypes for CreateMalloc and CreateFree...
2010-07-11 Nick LewyckyIf it's safe to speculatively execute load(alloca)...
2010-07-11 Chris Lattnerfix typo
2010-07-07 Chris Lattneruse PrintEscapedString to handle attribute section...
2010-07-06 Devang PatelAdd fixme.
2010-07-02 Dan GohmanIndirectBr is not safe to speculatively execute (!)
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-07-01 Gabor Greifreformulate CallSite::getCallee to adapt to CallInst...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Gabor Greifuse ArgOperand API
2010-06-29 Gabor Greifencode operand initializations (at fixed index)
2010-06-28 Dan GohmanConstant fold x == undef to undef.
2010-06-28 Dan GohmanFix Value::stripPointerCasts and BasicAA to avoid troub...
2010-06-23 Gabor Greifuse ArgOperand accessors
2010-06-23 Gabor Greifuse ArgOperand accessors
2010-06-23 Gabor Greifuse helper to neatly access arguments
2010-06-22 Gabor Greifuse high-level accessors
2010-06-22 Gabor Greifwarmup ritual: use high-level argument accessors
2010-06-22 Devang PatelUse single interface, using twine, to get named metadata.
2010-06-21 Dan GohmanUse A.append(...) instead of A.insert(A.end(), ......
2010-06-21 Dan GohmanMove several non-performance-critical member functinos...
2010-06-19 Bob WilsonTidy.
2010-06-16 Devang PatelUse separate named MDNode to hold each function's local...
2010-06-12 Chris Lattnerimprove verifier error about unterminated block to...
2010-06-07 Bill WendlingAnother place where the code wanted to access the argum...
2010-06-05 Dan GohmangetFoldedOffsetOf no longer does anything special with...
2010-05-28 Dan GohmanSplit the logic behind CastInst::isNoopCast into a...
2010-05-28 Dan GohmanEliminate the restriction that the array size in an...
2010-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-13 Evan ChengAdding a v8i64 512-bit vector type. This will be used...
2010-05-11 Dan GohmanRevert r103493, materializing functions in the regular...
2010-05-11 Dan GohmanTeach the regular pass manager how to materialize funct...
2010-05-10 Chris Lattnersimplify more.
2010-05-10 Chris LattnerSimplify by using startswith instead of substr.
2010-05-10 Chris Lattnerfix PR7105 by enumerating MDNodes on all @llvm.foo
2010-05-10 David GreeneFix PR6875:
2010-05-07 Dan GohmanMinimally fix this code to not abort on mdnodes with...
2010-05-04 Duncan SandsFix a problem exposed by my previous commit and noticed...
2010-05-04 Duncan SandsFix a variant of PR6112 found by thinking about it...
2010-05-03 Dan GohmanRemove the API compatibility layer which converted...
2010-05-03 Nick LewyckyFix function prototype mismatch in LLVMUnionType()...
2010-04-29 Duncan SandsVerify metadata harder. In particular, check that...
2010-04-28 Chris Lattnerfix PR6112 - When globalopt (or any other pass) does...
2010-04-20 Eric ChristopherRemove the palignr intrinsics now that we lower them...
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Eric ChristopherSilence an unused variable warning.
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Dan GohmanFix namespace polution.
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-14 Dan GohmanMove a bunch of methods from CallSite to CallSiteBase...
next