Fix comment typo.
[oota-llvm.git] / lib /
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...
2010-03-20 Daniel DunbarMC/X86: Fix an MCOperand link, when we parsing shrld...
2010-03-20 Daniel DunbarTargetRegistry: Fix create{AsmInfo,MCDisassembler}...
2010-03-20 Bob Wilsonpr6652: Use LDM to restore PC to the return address...
2010-03-20 Bob WilsonRe-commit r98683 ("remove redundant writeback flag...
2010-03-20 Bob WilsonAdd instruction variants for VST2, VST3, and VST4 ...
2010-03-20 Bob WilsonAdd variants of VST2, VST3 and VST4 with address regist...
2010-03-20 Bob WilsonAdd instructions for double-spaced VST3 and VST4 withou...
2010-03-20 Gabor GreifAdd a setCalledFunction member to InvokeInst (like...
2010-03-20 Bob WilsonAdd VST1 instructions with address register writeback.
2010-03-20 Bob WilsonAdd instruction variants for VLD2, VLD3, and VLD4 ...
2010-03-20 Bob WilsonTidy some more comments and whitespace.
2010-03-20 Bob WilsonAdd variants of VLD2, VLD3 and VLD4 with address regist...
2010-03-20 Bob WilsonTidy some comments and whitespace for consistency.
2010-03-20 Bob WilsonRename some instructions for consistency and sanity...
2010-03-20 Bob WilsonAdd instructions for double-spaced VLD3 and VLD4 withou...
2010-03-20 Bob WilsonAdd VLD1 instructions with address register writeback.
2010-03-20 Benjamin KramerPIC16: Simplify code by using a std::set<std::string...
2010-03-20 Bob WilsonRevert the rest of 98679.
2010-03-20 Bob WilsonFix a very bad typo. Since the register number was...
2010-03-20 Dan GohmanClear the SCEVExpander's insertion point after making...
2010-03-20 Evan ChengIf call result is in ST0 and it is not being passed...
next