| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix whitespace and tabs. | Michael J. Spencer | 2011-04-14 | 2 | -55/+55 |
* | Cleanup r129472 by using a utility routine as suggested by Eli. | Mon P Wang | 2011-04-14 | 1 | -51/+43 |
* | In the pre-RA scheduler, maintain cmp+br proximity. | Andrew Trick | 2011-04-14 | 8 | -25/+139 |
* | Documented bugpoint --compile-custom --compile-command. | Andrew Trick | 2011-04-14 | 1 | -2/+16 |
* | add a minor missed dag combine that is blocking mid-level optimization | Chris Lattner | 2011-04-14 | 1 | -0/+76 |
* | sink a call into its only use. | Chris Lattner | 2011-04-14 | 1 | -2/+1 |
* | rework FoldBranchToCommonDest to exit earlier when there is a bonus | Chris Lattner | 2011-04-14 | 1 | -39/+30 |
* | fix a couple -Wsign-compare warnings. | Chris Lattner | 2011-04-14 | 1 | -2/+2 |
* | As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias | Bill Wendling | 2011-04-14 | 29 | -121/+112 |
* | Have the X86 back-end emit the alias instead of what's being aliased. In most | Bill Wendling | 2011-04-14 | 33 | -163/+175 |
* | Add an option to not print the alias of an instruction. It defaults to "print | Bill Wendling | 2011-04-13 | 3 | -3/+8 |
* | During post-legalization DAG combining, be careful to only create shifts wher... | Owen Anderson | 2011-04-13 | 1 | -1/+8 |
* | Thumb disassembler did not handle tBRIND (indirect branch) properly. | Johnny Chen | 2011-04-13 | 2 | -6/+13 |
* | Vectors with different number of elements of the same element type can have | Mon P Wang | 2011-04-13 | 2 | -6/+110 |
* | Check for unallocated instruction encodings when disassembling Thumb Branch i... | Johnny Chen | 2011-04-13 | 3 | -7/+24 |
* | The LDR*T/STR*T (unpriviledged load/store) operations don't take SP or PC as Rt. | Johnny Chen | 2011-04-13 | 3 | -8/+26 |
* | Fix a typo in an ARM-specific DAG combine. This fixes <rdar://problem/9278274>. | Cameron Zwarich | 2011-04-13 | 2 | -1/+19 |
* | Fix format string warning. | Benjamin Kramer | 2011-04-13 | 1 | -1/+1 |
* | Fix a regression caused by r102515 where explicit alignment on globals is | Cameron Zwarich | 2011-04-13 | 3 | -6/+6 |
* | Fix debug message. | Devang Patel | 2011-04-13 | 1 | -1/+3 |
* | Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as... | Johnny Chen | 2011-04-13 | 3 | -1/+53 |
* | Remove extra bytes that were added for gdb. We do not have good poiner to un... | Devang Patel | 2011-04-13 | 1 | -8/+1 |
* | Use positive values since the value type is unsigned. Fixes a warning on the | Nick Lewycky | 2011-04-13 | 1 | -2/+2 |
* | Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was no... | Johnny Chen | 2011-04-13 | 2 | -3/+14 |
* | Forgot to add this change for http://llvm.org/viewvc/llvm-project?view=rev&re... | Johnny Chen | 2011-04-13 | 1 | -4/+4 |
* | Fixed the revision 129449. | Junjie Gu | 2011-04-13 | 1 | -1/+1 |
* | Passing unroll parameters (unroll-count, threshold, and partial unroll) via L... | Junjie Gu | 2011-04-13 | 2 | -13/+24 |
* | Load multiple object files and link them via RuntimeDyld in llvm-rtdyld. | Jim Grosbach | 2011-04-13 | 1 | -13/+23 |
* | Add the alias analysis to the C api. | Rafael Espindola | 2011-04-13 | 2 | -0/+16 |
* | Allow user-specified program entry point for llvm-rtdyld. | Jim Grosbach | 2011-04-13 | 1 | -3/+8 |
* | MCJIT relocation resolution. | Jim Grosbach | 2011-04-13 | 1 | -0/+2 |
* | Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this, | Oscar Fuentes | 2011-04-13 | 1 | -0/+2 |
* | PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus | Jay Foad | 2011-04-13 | 5 | -13/+11 |
* | Stop using dead function. | Jakob Stoklund Olesen | 2011-04-13 | 3 | -18/+0 |
* | Remove some redundant llvm:: prefixes. | Jay Foad | 2011-04-13 | 2 | -2/+2 |
* | Fix a comment. | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. | Jay Foad | 2011-04-13 | 3 | -11/+7 |
* | Fix typo. | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | Fix typo in comment. | Jay Foad | 2011-04-13 | 1 | -2/+2 |
* | Like the coding standards say, do not use "using namespace std". | Jay Foad | 2011-04-13 | 2 | -4/+2 |
* | Fix an obvious problem with an alignment computation. AsmPrinter actually does | Cameron Zwarich | 2011-04-13 | 2 | -1/+3 |
* | Fix a typo. | Cameron Zwarich | 2011-04-13 | 2 | -7/+7 |
* | If a global variable has a specified alignment that is less than the preferred | Cameron Zwarich | 2011-04-13 | 2 | -2/+15 |
* | Use %ull here. | Nick Lewycky | 2011-04-13 | 1 | -1/+2 |
* | Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat... | Andrew Trick | 2011-04-13 | 9 | -186/+222 |
* | Reapply r129401 with patch for clang. | Bill Wendling | 2011-04-13 | 8 | -56/+44 |
* | Temporarily revert r129408 to see if it brings the bots back. | Eric Christopher | 2011-04-13 | 2 | -15/+2 |
* | Be consistent about being virtual and returning void in the cfi methods. | Rafael Espindola | 2011-04-12 | 4 | -87/+107 |
* | Add sanity check for Ld/St Dual forms of Thumb2 instructions. | Johnny Chen | 2011-04-12 | 3 | -0/+52 |
* | Add @earlyclobber constraints to the writeback register of all ARM store inst... | Jakob Stoklund Olesen | 2011-04-12 | 2 | -12/+24 |