Adds a JIT based exception handling example to the examples directory.
[oota-llvm.git] / lib / VMCore /
2010-02-07 Nick LewyckyMake the destructor for TypeMapBase protected. Spotted...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-02-02 Duncan SandsAdding missing methods for creating Add, Mul, Neg and...
2010-02-02 Dan GohmanFactor out alignof expression folding into a separate...
2010-02-01 Chris Lattnereliminate a bunch of pointless LLVMContext arguments.
2010-02-01 Duncan SandsFix typo "of" -> "or" and change the way a line was...
2010-02-01 Chris Lattnerfix PR6195, a bug constant folding scalar -> vector...
2010-02-01 Chris Lattnerfix PR6197 - infinite recursion in ipsccp due to block...
2010-02-01 Dan GohmanGeneralize target-independent folding rules for sizeof...
2010-02-01 Dan GohmanAdd a getNUWMul function.
2010-02-01 Dan GohmanAdd a generalized form of ConstantExpr::getOffsetOf...
2010-01-29 Dan GohmanPrint a comment next to "materializable" global values...
2010-01-29 Benjamin KramerConvert some users of ftostr to raw_ostream.
2010-01-28 Dan GohmanRemove the folding rule
2010-01-28 Dan GohmanMake getAlignOf return an i64, for consistency with...
2010-01-28 Dan GohmanRemove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and...
2010-01-27 Ted KremenekUpdate CMake build.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-26 Chris Lattnerfix CastInst::castIsValid to reject aggregate types...
2010-01-26 Dan GohmanFix ICmpInst::makeConstantRange to use ConstantRange...
2010-01-26 Victor HernandezAdd MDNode::getIfExists(), an efficient way to determin...
2010-01-25 Bob WilsonChange Value::getUnderlyingObject to have the MaxLookup...
2010-01-24 Chris Lattnermark some libraries that currently require RTTI.
2010-01-23 Chris Lattnersimplify code a bit.
2010-01-23 Mon P WangInstCombine should not fold sext/zext of a vector and...
2010-01-22 Devang PatelRemove MetadataBase class because it is not adding...
2010-01-22 Victor HernandezFix/strengthen verification of llvm.dbg.declare
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Chris Lattnergive PassNameParser a home.
2010-01-22 Chris Lattneradd an out-of-line virtual method to CmpInst to give...
2010-01-22 Chris Lattnerelimiante the dynamic_cast's from opt.
2010-01-22 Chris Lattnereliminate a bunch more unneeded dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-21 Chris Lattnertidy up
2010-01-21 Nick LewyckyFix a crasher trying to fold each element in a comparis...
2010-01-20 Victor HernandezBackout r93990
2010-01-20 Victor HernandezFix/strengthen verification of llvm.dbg.declare
2010-01-20 Victor HernandezFix if/else brackets; getFunctionForValue() is to be...
2010-01-20 Chandler CarruthFix the conditions to unambiguously show the logic...
2010-01-20 Victor HernandezRefactor common parts of MDNode::getFunction() and...
2010-01-18 Victor HernandezAdd comment that MDNode::getFunction() is not to be...
2010-01-18 Victor HernandezSimplify MDNode::getFunction() and assertLocalFunction...
2010-01-18 Chris Lattnerreject some invalid IR. We already assert and reject...
2010-01-18 Victor HernandezMake printing of metadata more robust when function...
2010-01-16 Benjamin KramerUpdate CMake files for Mangler move.
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerreapply the mangler gutting patch.
2010-01-16 Rafael EspindolaRevert 93648.
2010-01-16 Chris LattnerMangler::getMangledName is now dead, remove it and...
2010-01-16 Chris Lattneradd an inefficient version of getNameWithPrefix that...
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-14 Victor HernandezIn debug builds, assert that function-local metadata...
2010-01-14 Victor HernandezFix printing of function-local metadata in AsmWriter
2010-01-14 Victor HernandezAdd MDNode::getFunction(), which figures out the metada...
2010-01-13 Benjamin KramerIntroduce Twine::toStringRef, a variant of toVector...
2010-01-13 Chris Lattnerdon't add the \1 to the name.
2010-01-13 Chris Lattneradd new isSingleStringRef()/getSingleStringRef() method...
2010-01-13 Chris Lattnerugh, my last patch just sped up a method and changed...
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Chris Lattnermy mistake, Mangler::makeNameProper wants to take a...
2010-01-13 Chris Lattnerchange makeNameProper to take a stringref instead of...
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2010-01-12 Devang PatelUse Twine, instead of StringRef, for consistency.
2010-01-12 Devang PatelUse ilist_tratis to autoinsert and remove NamedMDNode...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-11 Victor HernandezRespond to Chris' review:
2010-01-10 Chris Lattnerfix a buggy assertion, CreateIntegerCast should allow
2010-01-10 Mikhail GlushenkovSuppress a warning on gcc 4.4.
2010-01-10 Victor HernandezCompute isFunctionLocal in MDNode ctor or via argument...
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-09 Devang PatelDelete NamedMDSymTable while destrucing Module.
2010-01-09 Devang PatelDerive NamedMDNode from Value.
2010-01-07 Devang PatelUse separate namespace for named metadata.
2010-01-05 Devang PatelAllow null to be an element of NamedMDNode. e.g. !llvm...
2010-01-05 Victor HernandezFix comment for CheckDebugInfoIntrinsics
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Benjamin KramerAdd a new predicate for integer type equality tests.
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2010-01-05 David GreeneFix a build error and change errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2010-01-04 Dan GohmanAdd a comment.
next