oota-llvm.git
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 Chris Lattnerimplement SDTCisVTSmallerThanOp with EnforceSmallerThan
2010-03-24 Jim Grosbachtry being more permissive for if-conversion on ARM...
2010-03-24 Chris Lattnerbring sanity to EnforceVectorEltType
2010-03-23 Chris LattnerCleanup getImplicitType
2010-03-23 Jakob Stoklund... Revert "Add a late SSEDomainFix pass that twiddles...
2010-03-23 Daniel DunbarMC: Sprinkle in some more interesting statistics.
2010-03-23 Daniel Dunbarllvm-mc: Support -filetype=null, for timing purposes.
2010-03-23 Daniel Dunbarllvm-mc: Fast path EvaluateAbsolute of constants.
2010-03-23 Chris Lattnerreject void in intrinsic type lists.
2010-03-23 Chris Lattner[llvm_void_ty] is no longer needed for result types,
2010-03-23 Jakob Stoklund... Add a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-23 Johnny ChenRenamed NVdImmFrm to N1RegModImmFrm.
2010-03-23 Bill WendlingRemove if DISABLED not if not DISABLED...
2010-03-23 Chris Lattneradd some accessors to callsite/callinst/invokeinst...
2010-03-23 Dan GohmanRevert 99335. getTypeToExpandTo's iterative behavior...
2010-03-23 Bill WendlingUse "DISABLE_EDIS" to disable building "edis" explicitl...
2010-03-23 Dan GohmanRemove getTypeToExpandTo, since it isn't adding much...
2010-03-23 Chris Lattnermake sure to delete the llvm module before calling...
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 Stuart HastingsTest case for llvm-gcc r99305. Radar 7659636.
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 ChengAdd comment.
2010-03-23 Evan ChengForgot this.
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 Dan Gohmanllc doesn't need LinkAllVMCore.
2010-03-22 Bob WilsonRefactor instruction encoding arguments for VLDnLN...
2010-03-22 Jakob Stoklund... Completely remove Blackfin patterns that thought JustCC...
2010-03-22 Jeffrey YasskinDon't leak a MachineInstruction from Thumb1InstrInfo...
2010-03-22 Jeffrey YasskinAvoid leaking the FunctionPassManager from opt.
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 Erick TryzelaarFix the ocaml kaleidoscope tutorial to fix linking...
2010-03-21 Gabor Greifmodernize the do-all-for-me target to run lit
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 YasskinXFAIL tests from LLVMC on valgrind or valgrind+leak...
2010-03-21 Jeffrey YasskinFree SavedLI even if SimpleRegisterCoalescing::JoinCopy...
2010-03-21 Jeffrey YasskinWhen we don't pass --vg-leak to lit, pass --leak-check...
2010-03-21 Daniel DunbarFix suggested parentheses warning.
2010-03-20 Jeffrey YasskinAdd support for XFAILing valgrind runs with memory...
2010-03-20 Daniel DunbarMC/X86: Fix an MCOperand link, when we parsing shrld...
2010-03-20 Daniel Dunbarllvm-mc: Fix MCInstPrinter memory leaks.
2010-03-20 Daniel DunbarMC/Mach-O: Remove Darwin host specific tests, we don...
2010-03-20 Daniel DunbarMC/Mach-O: Tweak optimal_nop test to be host independent.
2010-03-20 Daniel Dunbarllvm-mc: Fix memory leak of MCAsmInfo.
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...
next