Nowadays a release build has assertions off.
[oota-llvm.git] / lib / VMCore /
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-10 Bill WendlingUse StringRef which performs the "early exit" when...
2010-09-10 Bill WendlingEarly exit with simple checks.
2010-09-10 Bill WendlingAuto-upgrade the magic ".llvm.eh.catch.all.value" global to
2010-09-09 Dan GohmanMDNodes are not Constants.
2010-09-09 Dan GohmanPrint invalid metadata references as <badref>, for...
2010-09-08 Owen AndersonClarify the ownership model of LLVMContext and Module...
2010-09-07 Owen AndersonFix PR7972, in which the PassRegistry was being leaked...
2010-09-07 Bill WendlingAdd an MVT::x86mmx type. It will take the place of...
2010-09-07 Owen AndersonClean up some of the PassRegistry implementation, and...
2010-09-03 Bob WilsonReplace NEON vabdl, vaba, and vabal intrinsics with...
2010-09-02 Chris Lattnerlets get crazy and name the header file the exact class...
2010-09-02 Chris Lattnerreapply 112894:
2010-09-02 Chris Lattnerrevert patch, need to update clang tests too
2010-09-02 Chris LattnerRemove #uses comments from functions: they we're padded...
2010-09-02 Duncan SandsPrint the number of uses of a function in the .ll since...
2010-09-01 Bob WilsonRemove NEON vmull, vmlal, and vmlsl intrinsics, replaci...
2010-08-30 Dan GohmanAdd comments explaining why it's not necessary to inclu...
2010-08-30 Bob WilsonRemove NEON vmovn intrinsic, replacing it with vector...
2010-08-29 Bob WilsonRemove NEON vaddl, vaddw, vsubl, and vsubw intrinsics...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-28 Chris Lattnerzap dead code
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
2010-08-24 Dan GohmanDon't include the is-function-local bit in the FoldingS...
2010-08-23 Dan GohmanVerify that a non-uniqued non-temporary MDNode is not...
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-22 Nick LewyckyVerify the predicates on icmp/fcmp. Suggested by Jeff...
2010-08-21 Benjamin KramerUse MDNode::destroy(). Fixes a delete/free mismatch.
2010-08-21 Dan GohmanAdd an assert to MDNode::deleteTemporary check that...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-08-20 Bob WilsonReplace the arm.neon.vmovls and vmovlu intrinsics with...
2010-08-19 Dan GohmanRevert r111199; it breaks -debug-pass=Structure output.
2010-08-16 Dan GohmanThe plural of analysis is analyses.
2010-08-16 Dan GohmanMake dumpPassStructure be a PMDataManager abstraction...
2010-08-16 Dan GohmanRemove redundant inline keywords.
2010-08-16 Dan GohmanEliminate the TopLevelManagerType enum; instead, just...
2010-08-15 Argyrios KyrtzidisRevert r111082. No warnings for this common pattern.
2010-08-14 Argyrios KyrtzidisAdd ATTRIBUTE_UNUSED to methods that are not supposed...
2010-08-13 Nate BegemanMove some code from Verifier into SVI::isValidOperands...
2010-08-12 Dan GohmanTrim #includes.
2010-08-12 Dan GohmanTidy up whitespace.
2010-08-12 Dan GohmanUse .empty() instead of .size().
2010-08-11 Dan GohmanRemove BasicBlockPass::runOnFunction, which was unused.
2010-08-11 Dan GohmanDelete FunctionPass::run, which is unused.
2010-08-11 Dan GohmanDelete FunctionPass::runOnModule, which is unused.
2010-08-08 Nick LewyckyReject unrepresentable pointer types in intrinsics...
2010-08-07 Dan GohmanMore #include cleanups.
2010-08-07 Dan GohmanOops, check in this file too.
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Gabor Greifremove the private hack from CallInst, it was not suppo...
2010-08-04 Dan GohmanEliminate unnecessary empty string literals.
2010-08-02 Dan GohmanFix visitInvokeInst to call visitTerminatorInst, and...
2010-08-02 Dan GohmanAdd Verifier logic for indirectbr.
2010-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-08-01 Benjamin KramerPreallocate vector, avoid unnecessary vector growth.
2010-07-28 Dan GohmanMake GlobalValue alignment consistent with load, store...
2010-07-28 Dan GohmanDefine a maximum supported alignment value for load...
2010-07-27 Duncan SandsAfter updating value handles for RAUW, check that no...
2010-07-26 Dan GohmanFix (at least) quadratic worst-case complexity in Domin...
2010-07-26 Dan GohmanAvoid copying and recopying a std::set.
2010-07-26 Dan GohmanExit a search loop when the search goal is found.
2010-07-26 Dan GohmanFix formatting.
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
next