Fix comment typo.
[oota-llvm.git] / lib / VMCore /
2010-03-23 Chris Lattneradd some accessors to callsite/callinst/invokeinst...
2010-03-23 Chris Lattnerfix an infinite loop in Module::getEndianness, PR6684
2010-03-23 Gabor Greifadd assert in argpromotion, which cannot trigger
2010-03-23 Gabor Greifword-o
2010-03-22 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-22 Gabor Greifbacking out r99170 because it still fails on clang...
2010-03-22 Gabor GreifNow that hopefully all direct accesses to InvokeInst...
2010-03-22 Jeffrey YasskinFree all Constants in ~LLVMConstantImpl. We avoid...
2010-03-21 Jeffrey YasskinRe-add the Metadata.h include to LLVMContextImpl.h...
2010-03-21 Jeffrey YasskinMove the LLVMContextImpl implementation into a .cpp...
2010-03-21 Jeffrey YasskinMemoize InlineAsms into the LLVMContext and delete...
2010-03-19 Devang Patelcall void @llvm.dbg.declare(metadata !{i32* null},...
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2010-03-16 Chris Lattneradd asmprinter suport for unions, fixing Feature/unions...
2010-03-14 Chris Lattnerfix some pointless layering violations.
2010-03-13 Jeffrey YasskinAllow types that have been forwarded to to be freed.
2010-03-13 Jeffrey YasskinDelete MDNodes when LLVMContext is destroyed. Previous...
2010-03-10 Benjamin KramerRemove duplicated code. No functionality change.
2010-03-07 Jeffrey YasskinRoll back r97918 again. Just configuring against llvm...
2010-03-07 Jeffrey YasskinReapply r97788 to free MDNodes when the LLVMContext...
2010-03-06 Nick LewyckyAdd verification of union types.
2010-03-05 Jeffrey YasskinRevert r97788 because it broke test/FrontendC/2010...
2010-03-05 Jeffrey YasskinFree MDNodes when the LLVMContext is destroyed. Leak...
2010-03-04 Jeffrey YasskinStop leaking MDStrings.
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-03-04 Nick LewyckyMake the 'icmp pred trunc(ext(X)), CST --> icmp pred...
2010-03-03 Chris Lattnerfix incorrect folding of icmp with undef, PR6481.
2010-03-02 Erick TryzelaarAdd Module functions in place of module providers.
2010-03-02 Erick TryzelaarRename LLVMUseIteratorRef to LLVMUseRef since we don...
2010-03-02 Duncan SandsRather than passing "false" for InsertBefore, AddressSp...
2010-03-02 Erick TryzelaarFix looking up MD names to not need a module.
2010-03-01 Dan GohmanDon't print "Modified" for passes which haven't modifie...
2010-02-28 Erick TryzelaarAdd support for global variables in an address space...
2010-02-28 Erick TryzelaarAdd indirect br support to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd metadata functions to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd the new builder arthmetic instructions to llvm...
2010-02-28 Erick TryzelaarAdd the new union arthmetic instructions to llvm-c...
2010-02-28 Erick TryzelaarAdd generic binary op and cast builder functions.
2010-02-26 Dale JohannesenAdd type printing for Metadata pseudo.
2010-02-25 Dan GohmanTeach the constant folder about union types.
2010-02-25 Dan GohmanRemove code which assumes it knows how vectors are...
2010-02-25 Nick LewyckyDump the presence of attached metadata even if we don...
2010-02-22 Dan GohmanCanonicalize ConstantInts to the right operand of commu...
2010-02-22 Dan GohmanUse Instruction::isCommutative instead of duplicating it.
2010-02-18 TalinreplaceUsesOfWithOnConstant implementation for unions.
2010-02-18 Devang PatelDestroy MDNodes gracefully while deleting llvm context.
2010-02-16 Kenneth UildriksFunction attributes have index ~0, not 0
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Nick LewyckyTeach the verifier to check the condition on a branch...
2010-02-15 Nick LewyckyFix crash in VerifyType when checking Contexts. Because...
2010-02-15 Nick LewyckyDon't try to materialize a function that isn't material...
2010-02-15 Nick LewyckyA function with no Module owner isn't materializable...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-13 Jeffrey YasskinMake PassRegistrar thread-safe since it can be modified...
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-11 Devang Patelrevert 95903.
2010-02-11 Devang PatelDestroy MDNodes while destructing llvm context.
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
2010-02-10 Dan GohmanMinor whitespace cleanups.
2010-02-10 Dan GohmanAdd a hook to AssemblyAnnotationWriter to allow custom...
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Dan GohmanCanonicalize sizeof and alignof on pointer types to...
2010-02-10 Kenneth UildriksIntegerValType holds a uint32_t, so its constructor...
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.
next