Simplify this code: don't call AnalyzeBranch before doing simpler checks.
[oota-llvm.git] / lib / VMCore /
2009-12-04 Victor HernandezAvoid creating a metadata slot for all metadata that...
2009-12-04 Victor HernandezFix crasher when N->getElement(n) is NULL
2009-12-04 Andreas NeustifterAdded debug output for inherited passes that are invali...
2009-12-04 Victor HernandezTeach AsmWriter to write inline (not via a global metad...
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-27 Nick LewyckyOops! Fix bug introduced in my recent cleanup change...
2009-11-26 Nick LewyckyFix typo spotted by Gabor Greif.
2009-11-26 Nick LewyckyClean up file, no functionality change.
2009-11-23 Dan GohmanMove FunctionPassManagerImpl's dumpArguments and dumpPa...
2009-11-23 Duncan SandsI forgot to update the prototype for LLVMBuildIntCast...
2009-11-23 Nick LewyckyStart catching LLVMContext misuse in the verifier.
2009-11-17 Jeffrey YasskinIn GlobalVariable::setInitializer, assert that the...
2009-11-16 Duncan SandsBuildIntCast takes an additional parameter, isSigned.
2009-11-16 Evan ChengSpecial case FixedStackPseudoSourceValueVal as well...
2009-11-13 Eric ChristopherRemove extraneous commit.
2009-11-13 Eric ChristopherPrint out something, even if it's non-parseable later...
2009-11-12 Devang PatelDo not use StringRef in DebugInfo interface.
2009-11-11 Chris LattnerReject duplicate case values in a switch, PR5450.
2009-11-10 Victor Hernandezmake this handle redefinition of malloc function with...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-10 Daniel DunbarFix MemoryBuffer::getSTDIN to *not* return null if...
2009-11-09 Chris Lattnermake this handle redefinition of malloc with different...
2009-11-07 Chris Lattnerprune #include / layering violation
2009-11-07 Victor HernandezFit in 80 columns
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Victor HernandezCallInst::CreateMalloc() and CallInst::CreateFree(...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-03 Victor HernandezChanges requested (avoid getFunction(), avoid Type...
2009-11-01 Chris Lattnerremove a bunch of locking from LLVMContextImpl. Since...
2009-11-01 Chris Lattnerthe verifier shouldn't modify the IR.
2009-11-01 Chris Lattnerfix an issue where the verifier would reject a function...
2009-11-01 Chris LattnerFix BlockAddress::replaceUsesOfWithOnConstant to correctly
2009-11-01 Chris LattnerRevert 85678/85680. The decision is to stay with the...
2009-10-31 Chris LattnerMake blockaddress(@func, null) be valid, and make ...
2009-10-30 Chris Lattnerif basic blocks are destroyed while there are *just...
2009-10-30 Chris Lattnermake hasAddressTaken() constant time by storing a refco...
2009-10-30 Chris Lattnerit isn't valid to take the address of the entry block.
2009-10-30 Dan GohmanSimplify this code and avoid an extra space character...
2009-10-29 Chris Lattneradd sanity check for indbr.
2009-10-29 Dan GohmanAdd a hasAddressTaken for BasicBlock.
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-28 Chris Lattner'static const void *X = &&y' can only be put in the
2009-10-28 Chris Lattnerasmprinter support for BlockAddress.
2009-10-28 Chris Lattnerwhen we tear down a module, we need to be careful to
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-28 Chris LattnerIR support for the new BlockAddress constant kind....
2009-10-27 Jeffrey YasskinRename lib/VMCore/ConstantsContext.h:ValueMap<> to...
2009-10-27 Devang PatelFactor out redundancy from clone() implementations.
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Devang PatelDo not use expensive sort().
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-25 Nick LewyckyRemove ICmpInst::isSignedPredicate which was a reimplem...
2009-10-25 Nick LewyckySink isTrueWhenEqual from ICmpInst to CmpInst. Add...
2009-10-24 Dan GohmanMake DominanceFrontierBase::print's output prettier.
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-22 Devang PatelHide MetadataContext implementation details.
2009-10-22 Devang PatelFix getMDs() interface such that it does not expose...
2009-10-22 Devang PatelUsing TrackingVH instead of WeakVH or WeakMetadataVH.
2009-10-22 Devang PatelSort handler names to ensure deterministic behavior.
2009-10-22 Devang PatelFix getHandlerNames() interface. Now it populate clinet...
2009-10-22 Devang PatelUse StringRef to construct MDString.
2009-10-22 Devang PatelRemove meaningless const.
2009-10-21 Devang PatelDerive metadata hierarchy from Value instead of User.
2009-10-21 Benjamin KramerFix thinko noticed by Chris.
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-21 Benjamin KramerRemove pointless return; at end of function.
2009-10-21 Benjamin KramerSimplify code. No intended functionality change.
2009-10-21 Devang PatelUse StringRef.
2009-10-21 Devang PatelDo not use SmallVector to store MDNode elements.
2009-10-21 Devang PatelIncorporate various suggestions Chris gave during metad...
2009-10-20 Devang PatelCosmetic changes.
2009-10-19 Owen AndersonBanish ConstantsLock. It's serving no purpose other...
2009-10-19 Chris Lattnervarious cleanups.
2009-10-17 Nick LewyckyFix test/Bindings/Ocaml/vmcore.ml. When IRBuilder:...
2009-10-17 Chris LattnerTeach vm core to more aggressively fold 'trunc' constan...
2009-10-17 Nick LewyckyEmit newlines at the end of instructions too.
2009-10-17 Daniel DunbarRemove unnecessary include.
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-14 Devang PatelAdd copyMD to copy metadata from one instruction to...
2009-10-14 Duncan SandsI don't see any point in having both eh.selector.i32...
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-10-13 Devang PatelCopy metadata when value is RAUW'd. It is debatable...
2009-10-13 Nick LewyckyForce memory use markers to have a ConstantInt for...
2009-10-12 Jeffrey YasskinFix llvm.org/PR5160, to let CallbackVHs modify other...
2009-10-12 Chris Lattneradd some more hooks to the C bindings, patch by Kenneth...
2009-10-08 Dan GohmanAdd a form of addPreserved which takes a string argumen...
2009-10-07 Devang PatelDo not assume that the module is set.
2009-10-07 Duncan SandsMake getPointerTo return a const PointerType* rather...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
next