Reapply r99881 with some fixes: only call destructor in releaseMemory!
[oota-llvm.git] / lib /
2010-03-25 Jim Grosbachswitch the use-vml[as] instructions flag to a subtarget...
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-03-25 Daniel Dunbarllvm-mc: Add a -mc-relax-all option, which relaxes...
2010-03-25 Johnny ChenAdd NVDupLnFrm and change NVDupLane class to use that...
2010-03-25 Jim GrosbachARM cortex-a8 doesn't do vmla/vmls well. disable them...
2010-03-25 Johnny ChenAdd NVCVTFrm (NEON Convert with fractional bits immedia...
2010-03-25 Evan ChengCode clean up.
2010-03-25 Daniel DunbarMC: Stop restarting layout on every relaxation.
2010-03-25 Daniel DunbarFix -Asserts warning, again.
2010-03-25 Jakob Stoklund OlesenTag SSE2 integer instructions as SSEPackedInt.
2010-03-25 Jakob Stoklund OlesenTeach TableGen to understand X.Y notation in the TSFlag...
2010-03-25 Chris Lattnerfix a valgrind error on copy-constructor-synthesis...
2010-03-25 Evan ChengRemove an unused option.
2010-03-25 Daniel DunbarMC: Simplify main section layout process by moving...
2010-03-25 Daniel DunbarMC: Sink Section address assignment into LayoutSection.
2010-03-25 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-25 Johnny ChenAdded a new instruction class NVDupLane to be inherited...
2010-03-25 Bob WilsonReapply Kevin's change 94440, now that Chris has fixed...
2010-03-25 Devang PatelAdd comment.
2010-03-25 Daniel DunbarMC/Mach-O: Switch to MCSectionData::getOrdinal.
2010-03-25 Evan ChengScheduler assumes SDDbgValue nodes are in source order...
2010-03-25 Daniel DunbarMC: Explicity track section and fragment ordinals.
2010-03-25 Daniel DunbarFix -Asserts warning.
2010-03-25 Chris LattnerChange tblgen to emit FOOISD opcode names as two
2010-03-25 Devang PatelInclude isFunctionLocal while calculating folding node...
2010-03-25 Evan ChengRemove a fixme that doesn't make sense any more.
2010-03-25 Chris Lattnerfix PR6642, GVN forwarding from memset to load of the...
2010-03-25 Evan ChengMake sure SDDbgValue.Invalid is initialized to false...
2010-03-25 Chris Lattnereliminate a bunch more parallels now that scheduling
2010-03-25 Chris LattnerMake the NDEBUG assertion stronger and more clear what is
2010-03-25 Devang PatelInclude isFunctionLocal while calculating folding node...
2010-03-25 Eric ChristopherReapply r99451 with a fix to move the NoInline check...
2010-03-25 Chris Lattnerreapply 99444/99445, which I speculatively reverted in
2010-03-25 Daniel DunbarMC: Route access to SectionData offset and file size...
2010-03-25 Daniel DunbarMC: Route access to Fragment offset and effective size...
2010-03-25 Evan ChengChange how dbg_value sdnodes are converted into machine...
2010-03-25 Daniel DunbarMC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAdd...
2010-03-25 Daniel DunbarMC: Fix refacto in MCExpr evaluation, I mistakenly...
2010-03-25 Evan ChengAvoid being influenced by dbg_value instructions.
2010-03-25 Evan ChengDisable folding loads into tail call in 32-bit PIC...
2010-03-24 Chris Lattnerrevert 99444/99445. This doesn't cause the failure of
2010-03-24 Eric ChristopherTemporarily revert this, it's causing an issue with...
2010-03-24 Bob WilsonSpeculatively revert this to see if it fixes buildbot...
2010-03-24 Chris Lattnerremove dead argument.
2010-03-24 Chris Lattnersplit EmitNode in half to reduce indentation.
2010-03-24 Kevin EnderbyAdded the Advanced Encryption Standard (AES) Instructions.
2010-03-24 Jim GrosbachMake the use of the vmla and vmls VFP instructions...
2010-03-24 Kevin EnderbyFixed the SS42AI template for the SSE 4.2 instructions...
2010-03-24 Nate BegemanPer chris's request, add some comments.
2010-03-24 Devang PatelUse SP filename directly instead of SP's context's...
2010-03-24 Johnny ChenTrivial formating change.
2010-03-24 Nate BegemanBUILD_VECTOR was missing out on some prime opportunitie...
2010-03-24 Bob WilsonRevert Edwin's change that is breaking MultiSource...
2010-03-24 Evan ChengMove OptChkCall off LibCallOptimization into StrCpyOpt.
2010-03-24 Johnny ChenReverted r99326 which added NVdVmVCVTFrm, and later...
2010-03-24 Dan GohmanFix minor style issues.
2010-03-24 Johnny ChenReverted r99376. The disassembler will deal with the...
2010-03-24 Jim Grosbachtweak the arm if conversion heuristic
2010-03-24 Torok EdwinFix memory leak in liveintervals: the destructor for...
2010-03-24 Gabor GreifFinally land the InvokeInst operand reordering.
2010-03-24 Gabor Greiftighten a type and remove trailing whitespace, no funct...
2010-03-24 Gabor Greifincrease const goodness and remove pointless getUser...
2010-03-24 Gabor Greifcache result of UI.getOperandNo() instead of calling...
2010-03-24 Duncan SandsFix comment typo.
2010-03-24 Daniel DunbarMC: Direct all {fragment,section,symbol} address access...
2010-03-24 Evan Chengdbg_value may end a block.
2010-03-24 Johnny ChenMark VMOVDneon and VMOVQ as having the N2RegFrm form...
2010-03-24 Chris LattnerSwitch INC8r to defining its pattern in terms of X86inc...
2010-03-24 Johnny ChenRenamed NVdVmImmFrm and NVdVmVCVTFrm to the more proper...
2010-03-24 Dan GohmanRemove the ConvertActions table and associated code...
2010-03-24 Chris Lattnerswitch SDTBinaryArithWithFlags to be a multiple-result...
2010-03-24 Chris LattnerSwitch SDTUnaryArithWithFlags to being modeled as a...
2010-03-24 Chris Lattnerremove 64-bit or_is_add parallels.
2010-03-24 Chris Lattnerremove useless or_is_add parallel's.
2010-03-24 Chris Lattnerreduce nesting.
2010-03-24 Jim Grosbachtry being more permissive for if-conversion on ARM...
2010-03-23 Jakob Stoklund OlesenRevert "Add a late SSEDomainFix pass that twiddles...
2010-03-23 Daniel DunbarMC: Sprinkle in some more interesting statistics.
2010-03-23 Daniel Dunbarllvm-mc: Fast path EvaluateAbsolute of constants.
2010-03-23 Chris Lattner[llvm_void_ty] is no longer needed for result types,
2010-03-23 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-23 Johnny ChenRenamed NVdImmFrm to N1RegModImmFrm.
2010-03-23 Chris Lattneradd some accessors to callsite/callinst/invokeinst...
2010-03-23 Dan GohmanRevert 99335. getTypeToExpandTo's iterative behavior...
2010-03-23 Dan GohmanRemove getTypeToExpandTo, since it isn't adding much...
2010-03-23 Dan GohmanDon't back past debug info intrinsics; SCEVExpander...
2010-03-23 Chris Lattnerfix an infinite loop in Module::getEndianness, PR6684
2010-03-23 Johnny ChenFix typo in the comment for N3VX class.
2010-03-23 Johnny ChenAdd comment.
2010-03-23 Johnny ChenAdd New NEON Format NVdVmVCVTFrm.
2010-03-23 Bill WendlingSkip debugging intrinsics when sinking unused invariants.
2010-03-23 Johnny ChenAdd New NEON Format NVdVmImmFrm.
2010-03-23 Evan ChengIgnore dbg_value's.
2010-03-23 Evan ChengTeach isSafeToClobberEFLAGS to ignore dbg_value's....
2010-03-23 Evan ChengCode clean up.
2010-03-23 Bob WilsonFix VLDMQ and VSTMQ instructions to use the correct...
2010-03-23 Bob WilsonFix bad indentation, 80-column violations, and trailing...
2010-03-23 Johnny ChenAdd New NEON Format NVdImmFrm.
2010-03-23 Evan ChengTeach simplify libcall to transform __strcpy_chk to...
2010-03-23 Gabor Greifadd assert in argpromotion, which cannot trigger
next