Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701).
[oota-llvm.git] / lib /
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
2010-03-23 Gabor Greifword-o
2010-03-23 Bob WilsonRename some instructions to match the corresponding...
2010-03-23 Bob WilsonChange VST1 instructions for loading Q register values...
2010-03-23 Evan ChengFix an incorrect logic causing instcombine to miss...
2010-03-23 Bob WilsonChange VLD1 instructions for loading Q register values...
2010-03-23 Daniel DunbarMC: Switch to using MCInst fragments to do relaxation.
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::MayNeedRelaxation, for checki...
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::WriteNopData and use to elimi...
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::RelaxInstruction callback...
2010-03-23 Daniel DunbarMC: Tweak MCInstFragment to include the encoded data...
2010-03-22 Jeffrey YasskinPut MCSectionCOFF::Name into the MCContext instead...
2010-03-22 Daniel DunbarMC: Add MCInstFragment, not used yet.
2010-03-22 Daniel DunbarAdd a FIXME.
2010-03-22 Chris LattnerFix PR6673: updating the callback should not clear...
2010-03-22 Devang PatelEmit DW_AT_low_pc and DW_AT_high_pc attributes for...
2010-03-22 Evan ChengFix 80 col violation.
2010-03-22 Devang PatelDW_AT_stmt_list attribute attached with a compile unit...
2010-03-22 Daniel DunbarMC: Fix a few more cases we were passing an MCDataFragm...
2010-03-22 Daniel DunbarSimplify.
2010-03-22 Daniel DunbarMCInst: Add ::dump_pretty.
2010-03-22 Evan ChengReduce indentation.
2010-03-22 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-22 Daniel DunbarMC: Change MCObjectWriter::RecordRelocation to take...
2010-03-22 Daniel DunbarMC/Mach-O: Factor out getOrCreateDataFragment().
2010-03-22 Daniel DunbarMC: Eliminate MCFragment::getMaxFileSize.
2010-03-22 Daniel DunbarMC: Share the MCAsmLayout object, although its still...
2010-03-22 Bob WilsonRename one more NEON instruction that I missed earlier.
2010-03-22 Jeffrey YasskinFix a memory leak from DIE::addSiblingOffset() by addin...
2010-03-22 Evan Cheng80 col violation.
2010-03-22 Bob WilsonRegroup some instructions. No functional change.
2010-03-22 Bob WilsonRename some VLD1/VST1 instructions to match the impleme...
2010-03-22 Bob WilsonRemove some redundant instruction classes.
2010-03-22 Bob WilsonRefactor instruction encoding arguments for VLDnLN...
2010-03-22 Jakob Stoklund OlesenCompletely remove Blackfin patterns that thought JustCC...
2010-03-22 Jeffrey YasskinDon't leak a MachineInstruction from Thumb1InstrInfo...
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-21 Jeffrey YasskinFree SavedLI even if SimpleRegisterCoalescing::JoinCopy...
next