Add x86MMX a few more places.
[oota-llvm.git] / lib /
2010-09-15 Dale JohannesenAdd x86MMX a few more places.
2010-09-15 Chris Lattnerfix PR8144, a bug where constant merge would merge...
2010-09-14 Jim GrosbachReapply r113875 with additional cleanups.
2010-09-14 Chris Lattneradd a terrible hack to allow out with dx is parens...
2010-09-14 Dan GohmanConvert TBAA to use the new TBAATag field of AliasAnaly...
2010-09-14 Eric ChristopherEmit libcalls for SDIV, this requires some call infrast...
2010-09-14 Jim Grosbachrevert 113875 momentarilly. Need to fix the MC disassem...
2010-09-14 Jim Grosbachtrailing whitespace cleanup
2010-09-14 Gabor Greifan attempt to salvage the darwin9-powerpc buildbot...
2010-09-14 Jim GrosbachThe register specified for a dregpair is the correspond...
2010-09-14 Gabor Greifset isCompare for another three Thumb1 instructions
2010-09-14 Jim GrosbachAdd predicate and 's' bit operands to PICADD instructio...
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-09-14 Bob WilsonAvoid warnings.
2010-09-14 Jim Grosbachfix comment typo
2010-09-14 Bob WilsonMake NEON ld/st pseudo instruction classes take the...
2010-09-14 Owen AndersonRemove the option to disable LazyValueInfo in JumpThrea...
2010-09-14 Gabor Greifset comparable for a bunch of Thumb instructions
2010-09-14 Gabor Greifmust not peephole away side effects
2010-09-14 Jim GrosbachDon't ignore the CPSR implicit def when lowering a...
2010-09-14 Jim GrosbachClarify comment
2010-09-14 Devang PatelUse frame index, if available for byval argument while...
2010-09-14 Gabor GreifEliminate a 'tst' that immediately follows an 'and'
2010-09-14 Eric ChristopherFix QOpcode assignment to Opc.
2010-09-14 Michael J. SpencerCBackend: Fix MSVC build.
2010-09-14 Michael J. SpencerCBackend: Cleanup whitespace before I do this next...
2010-09-14 Dan GohmanWhen a function-local value with function-local metadat...
2010-09-14 Chris Lattnerfix PR8102, a case where we'd copyValue from a value...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Bob WilsonConvert some VTBL and VTBX instructions to use pseudo...
2010-09-13 Jakob Stoklund OlesenMechanically replace LiveInterval* with LiveIntervalMap...
2010-09-13 Jakob Stoklund OlesenAllow LiveIntervalMap to be reused by resetting the...
2010-09-13 Bob WilsonSwitch all the NEON vld-lane and vst-lane instructions...
2010-09-13 Jakob Stoklund OlesenLet's just declare that it is impossible to construct...
2010-09-13 Dale JohannesenFix typos. 128-bit PSHUFB takes 128-bit memory op.
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-09-13 Owen AndersonMinimize #includes in a top-level header.
2010-09-13 Eric ChristopherSilence more warnings. Two more unused variables.
2010-09-13 Eric ChristopherRemove unused variable.
2010-09-13 Jim Grosbachtrailing whitespace
2010-09-13 Eric ChristopherSilence some constructor ordering warnings.
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-09-13 Dan GohmanAdd full auto-upgrade support for LLVM 2.7 bitcode...
2010-09-13 Owen AndersonRe-apply r113679, which was reverted in r113720, which...
2010-09-13 Rafael EspindolaFactoring and potential bug fix. The elf "flags" cannot...
2010-09-12 Michael J. SpencerCMake: Fix MSVS build. Although I don't know why this...
2010-09-12 Eric ChristopherRevert 113679, it was causing an infinite loop in a...
2010-09-12 Michael J. SpencerCMake: Fix mingw32 build.
2010-09-11 Chris Lattneradd a missed cmov alias, part of rdar://8416805
2010-09-11 Chris Lattneradd support for all the setCC aliases. Part of rdar...
2010-09-11 Rafael EspindolaAdd support for leb128 of absolute expressions.
2010-09-11 Chris Lattneradd support for pushfd/popfd which are aliases for...
2010-09-11 Chris Lattnerimplement rdar://8407928 - support for in/out with...
2010-09-11 Chris Lattnerfix the asmparser so that the target is responsible...
2010-09-11 Owen AndersonInvert and-of-or into or-of-and when doing so would...
2010-09-11 Bill WendlingRename ConvertToSetZeroFlag to something more general.
2010-09-10 Bill WendlingNo need to recompute the SrcReg and CmpValue.
2010-09-10 Bill WendlingMove some of the decision logic for converting an instr...
2010-09-10 Eric ChristopherStart sketching out ARM fast-isel calls.
2010-09-10 Eric ChristopherFor consistency.
2010-09-10 Eric ChristopherNewline at end of file.
2010-09-10 Bob WilsonFix a comment typo.
2010-09-10 Eric ChristopherSplit out some of the calling convention bits so that...
2010-09-10 Benjamin KramerTeach InstructionSimplify to fold (A & B) & A -> A...
2010-09-10 Gabor Greiftypoes
2010-09-10 Bill WendlingModify the comparison optimizations in the peephole...
2010-09-10 Jim GrosbachAdd a missing case to duplicateCPV() for LSDA constants...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
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 Devang PatelAdd DEBUG message.
2010-09-10 Bill WendlingReapply r113585. The msvc machine is mercurial.
2010-09-10 Benjamin KramerThis transform is also performed by InstructionSimplify...
2010-09-10 Bill Wendlingr113585 was causing clang-i686-xp-msvc9 to fail in...
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-10 Bob WilsonCalculate the number of VLDM/VSTM registers by subtract...
2010-09-10 Owen AndersonLower the unrolling theshold to 150. Empirical tests...
2010-09-10 Bill WendlingMark the sse_load_f32 and sse_load_f64 load patterns...
2010-09-10 Bill WendlingReword since this may not be a bug but intended behavior.
2010-09-10 Bob WilsonFix merging base-updates for VLDM/VSTM: Before I switch...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-10 Eric ChristopherFix build error.
2010-09-10 Eric ChristopherUpdate comments, reorganize some code, rename variables...
2010-09-09 Eric Christopher64-bit fp loads can come straight out of the constant...
2010-09-09 Dan GohmanDiscard metadata produced by LLVM 2.7. The value enumer...
2010-09-09 Daniel Dunbarllvm-mc: Don't crash when using -n and we see a directi...
2010-09-09 Daniel Dunbarllvm-mc: Make sure we exit != 0 if any errors are encou...
2010-09-09 Eric ChristopherSIToFP and FPToSI conversions work only on fp-reg to...
2010-09-09 Dan GohmanMDNodes are not Constants.
2010-09-09 Dan GohmanPrint invalid metadata references as <badref>, for...
2010-09-09 Eric ChristopherNew "move to fp reg" routine. Use it.
2010-09-09 Eric Christopher"Strike that, reverse it." -- Mr. Wonka.
2010-09-09 Owen AndersonWhat the loop unroller cares about, rather than just...
2010-09-09 Eric ChristopherAdd FPTrunc, fix some bugs where I forgot to update...
2010-09-09 Owen AndersonRevert r113439, which relaxed the requirement that...
2010-09-09 Owen Andersonr113526 introduced an unintended change to the loop...
2010-09-09 Owen AndersonFix typo in code to cap the loop code size reduction...
2010-09-09 Owen AndersonUse code-size reduction metrics to estimate the amount...
2010-09-09 Eric ChristopherBasic FP->Int, Int->FP conversions.
next