Age | Commit message (Expand) | Author |
2010-09-10 | Reapply r113585. The msvc machine is mercurial. | Bill Wendling |
2010-09-10 | This transform is also performed by InstructionSimplify, remove the duplicate. | Benjamin Kramer |
2010-09-10 | r113585 was causing clang-i686-xp-msvc9 to fail in mysterious ways that I can't | Bill Wendling |
2010-09-10 | Early exit with simple checks. | Bill Wendling |
2010-09-10 | Auto-upgrade the magic ".llvm.eh.catch.all.value" global to | Bill Wendling |
2010-09-10 | Calculate the number of VLDM/VSTM registers by subtracting the number of | Bob Wilson |
2010-09-10 | Lower the unrolling theshold to 150. Empirical tests indicate that this is a... | Owen Anderson |
2010-09-10 | Mark the sse_load_f32 and sse_load_f64 load patterns as having memoperands so | Bill Wendling |
2010-09-10 | Reword since this may not be a bug but intended behavior. | Bill Wendling |
2010-09-10 | Fix merging base-updates for VLDM/VSTM: Before I switched these instructions | Bob Wilson |
2010-09-10 | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng |
2010-09-10 | Fix build error. | Eric Christopher |
2010-09-10 | Update comments, reorganize some code, rename variables to be | Eric Christopher |
2010-09-09 | 64-bit fp loads can come straight out of the constant pool, not as | Eric Christopher |
2010-09-09 | Discard metadata produced by LLVM 2.7. The value enumeration it used | Dan Gohman |
2010-09-09 | llvm-mc: Don't crash when using -n and we see a directive before the initial ... | Daniel Dunbar |
2010-09-09 | llvm-mc: Make sure we exit != 0 if any errors are encountered. | Daniel Dunbar |
2010-09-09 | SIToFP and FPToSI conversions work only on fp-reg to fp-reg. Move | Eric Christopher |
2010-09-09 | MDNodes are not Constants. | Dan Gohman |
2010-09-09 | Print invalid metadata references as <badref>, for consistency with | Dan Gohman |
2010-09-09 | New "move to fp reg" routine. Use it. | Eric Christopher |
2010-09-09 | "Strike that, reverse it." -- Mr. Wonka. | Eric Christopher |
2010-09-09 | What the loop unroller cares about, rather than just not unrolling loops with... | Owen Anderson |
2010-09-09 | Add FPTrunc, fix some bugs where I forgot to update the value map. | Eric Christopher |
2010-09-09 | Revert r113439, which relaxed the requirement that loops containing calls can... | Owen Anderson |
2010-09-09 | r113526 introduced an unintended change to the loop unrolling threshold. Rev... | Owen Anderson |
2010-09-09 | Fix typo in code to cap the loop code size reduction calculation. | Owen Anderson |
2010-09-09 | Use code-size reduction metrics to estimate the amount of savings we'll get w... | Owen Anderson |
2010-09-09 | Basic FP->Int, Int->FP conversions. | Eric Christopher |
2010-09-09 | Add one more pattern to fallback movddup | Bruno Cardoso Lopes |
2010-09-09 | Extend the getDependence query with support for PHI translation. | Dan Gohman |
2010-09-09 | For each instruction itinerary class, specify the number of micro-ops each | Evan Cheng |
2010-09-09 | MCELF: Write relocation fragments in the right endian. | Benjamin Kramer |
2010-09-09 | Make ELF OS ABI dependent on the OS from target triple. | Roman Divacky |
2010-09-09 | Move remaining MMX instructions from SSE to MMX. | Dale Johannesen |
2010-09-09 | Refactor code-size reduction estimation methods out of InlineCostAnalyzer and... | Owen Anderson |
2010-09-09 | MC: Give a (lame) hard error if a .org directive would create an unreasonably | Daniel Dunbar |
2010-09-09 | lib/System/Host.cpp: 7bit-ize. Eliminate "TM" and "(R)" in comments. | NAKAMURA Takumi |
2010-09-09 | Silence compiler warning. | Kalle Raiskila |
2010-09-09 | Fix NEON VLD pseudo instruction itineraries that were incorrectly copied from | Bob Wilson |
2010-09-09 | Nuke whitespace and fix some indenting. | Eric Christopher |
2010-09-09 | Move most MMX instructions (defined as anything that | Dale Johannesen |
2010-09-09 | Handle 64-bit floating point binops as well. | Eric Christopher |
2010-09-09 | Basic 32-bit FP operations. | Eric Christopher |
2010-09-09 | For double-spaced VLD3/VLD4 instructions, copy the explicit super-register use | Bob Wilson |
2010-09-09 | Handle float->double extension. | Eric Christopher |
2010-09-09 | Rewrite TargetMaterializeConstant splitting it out into two functions | Eric Christopher |
2010-09-09 | Simplify copying over operands from pseudo NEON load/store instructions. | Bob Wilson |
2010-09-08 | Clean up a comment. | Bob Wilson |
2010-09-08 | Very basic compare support. | Eric Christopher |