| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto-upgrade the magic ".llvm.eh.catch.all.value" global to | Bill Wendling | 2010-09-10 | 5 | -0/+28 |
* | Calculate the number of VLDM/VSTM registers by subtracting the number of | Bob Wilson | 2010-09-10 | 1 | -2/+2 |
* | Lower the unrolling theshold to 150. Empirical tests indicate that this is a... | Owen Anderson | 2010-09-10 | 1 | -1/+1 |
* | x86mmx is 64 bits. | Dale Johannesen | 2010-09-10 | 1 | -1/+1 |
* | add a comment explicitly calling out that allocation orders may include | Jim Grosbach | 2010-09-10 | 1 | -3/+6 |
* | Mark the sse_load_f32 and sse_load_f64 load patterns as having memoperands so | Bill Wendling | 2010-09-10 | 1 | -2/+2 |
* | Reword since this may not be a bug but intended behavior. | Bill Wendling | 2010-09-10 | 1 | -10/+6 |
* | Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linked | NAKAMURA Takumi | 2010-09-10 | 1 | -3/+6 |
* | Don't build redundant libLLVMgold.a. | NAKAMURA Takumi | 2010-09-10 | 1 | -1/+0 |
* | Fix test so it passes on non-Darwin hosts. | Evan Cheng | 2010-09-10 | 1 | -1/+1 |
* | Fix merging base-updates for VLDM/VSTM: Before I switched these instructions | Bob Wilson | 2010-09-10 | 2 | -2/+7 |
* | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng | 2010-09-10 | 28 | -80/+160 |
* | Fix build error. | Eric Christopher | 2010-09-10 | 1 | -1/+1 |
* | Update comments, reorganize some code, rename variables to be | Eric Christopher | 2010-09-10 | 1 | -43/+40 |
* | 64-bit fp loads can come straight out of the constant pool, not as | Eric Christopher | 2010-09-09 | 1 | -10/+18 |
* | Discard metadata produced by LLVM 2.7. The value enumeration it used | Dan Gohman | 2010-09-09 | 4 | -22/+72 |
* | llvm-mc: Don't crash when using -n and we see a directive before the initial ... | Daniel Dunbar | 2010-09-09 | 2 | -0/+37 |
* | llvm-mc: Make sure we exit != 0 if any errors are encountered. | Daniel Dunbar | 2010-09-09 | 2 | -9/+11 |
* | XFAIL test under valgrind. It is not really our problem if sh is leaking. | Jakob Stoklund Olesen | 2010-09-09 | 1 | -0/+1 |
* | SIToFP and FPToSI conversions work only on fp-reg to fp-reg. Move | Eric Christopher | 2010-09-09 | 1 | -7/+33 |
* | MDNodes are not Constants. | Dan Gohman | 2010-09-09 | 1 | -5/+0 |
* | Print invalid metadata references as <badref>, for consistency with | Dan Gohman | 2010-09-09 | 1 | -2/+10 |
* | New "move to fp reg" routine. Use it. | Eric Christopher | 2010-09-09 | 1 | -5/+12 |
* | "Strike that, reverse it." -- Mr. Wonka. | Eric Christopher | 2010-09-09 | 1 | -2/+2 |
* | What the loop unroller cares about, rather than just not unrolling loops with... | Owen Anderson | 2010-09-09 | 3 | -6/+18 |
* | Add FPTrunc, fix some bugs where I forgot to update the value map. | Eric Christopher | 2010-09-09 | 1 | -2/+28 |
* | Revert r113439, which relaxed the requirement that loops containing calls can... | Owen Anderson | 2010-09-09 | 2 | -55/+2 |
* | r113526 introduced an unintended change to the loop unrolling threshold. Rev... | Owen Anderson | 2010-09-09 | 1 | -1/+1 |
* | Fix typo in code to cap the loop code size reduction calculation. | Owen Anderson | 2010-09-09 | 1 | -2/+2 |
* | Use code-size reduction metrics to estimate the amount of savings we'll get w... | Owen Anderson | 2010-09-09 | 1 | -1/+24 |
* | Basic FP->Int, Int->FP conversions. | Eric Christopher | 2010-09-09 | 1 | -0/+55 |
* | Add one more pattern to fallback movddup | Bruno Cardoso Lopes | 2010-09-09 | 2 | -0/+12 |
* | Extend the getDependence query with support for PHI translation. | Dan Gohman | 2010-09-09 | 3 | -15/+64 |
* | Add a getPointerOperand() helper function to VAArgInst, for consistency | Dan Gohman | 2010-09-09 | 1 | -0/+4 |
* | For each instruction itinerary class, specify the number of micro-ops each | Evan Cheng | 2010-09-09 | 11 | -28/+140 |
* | Fix this comment. | Dan Gohman | 2010-09-09 | 1 | -2/+3 |
* | MCELF: Write relocation fragments in the right endian. | Benjamin Kramer | 2010-09-09 | 1 | -5/+26 |
* | Make ELF OS ABI dependent on the OS from target triple. | Roman Divacky | 2010-09-09 | 3 | -15/+28 |
* | build: Allow subdir Makefiles to provide an alternate location for the SRCDIR | Daniel Dunbar | 2010-09-09 | 1 | -7/+11 |
* | Move remaining MMX instructions from SSE to MMX. | Dale Johannesen | 2010-09-09 | 2 | -107/+44 |
* | Refactor code-size reduction estimation methods out of InlineCostAnalyzer and... | Owen Anderson | 2010-09-09 | 3 | -102/+102 |
* | MC: Give a (lame) hard error if a .org directive would create an unreasonably | Daniel Dunbar | 2010-09-09 | 1 | -1/+1 |
* | tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to | Daniel Dunbar | 2010-09-09 | 9 | -0/+11 |
* | projects: Don't try to build libcxx if one happens to have it checked out into | Daniel Dunbar | 2010-09-09 | 1 | -1/+4 |
* | Add an elf-dumper utility. | Benjamin Kramer | 2010-09-09 | 3 | -0/+342 |
* | lib/System/Host.cpp: 7bit-ize. Eliminate "TM" and "(R)" in comments. | NAKAMURA Takumi | 2010-09-09 | 1 | -16/+16 |
* | Get rid of the last use of -m64 in FrontendC. This solution | Duncan Sands | 2010-09-09 | 1 | -2/+2 |
* | Another test that uses -m64. Here too it looks like it can be | Duncan Sands | 2010-09-09 | 1 | -10/+4 |
* | On i386, llvm-gcc cannot be assumed to support -m64. Since these | Duncan Sands | 2010-09-09 | 2 | -3/+3 |
* | This script is executable. | Duncan Sands | 2010-09-09 | 1 | -0/+0 |