| Age | Commit message (Expand) | Author |
| 2012-10-12 | Fix buildbots: -misched=shuffle is only available in +Asserts builds. | Jakob Stoklund Olesen |
| 2012-10-12 | ARM: Mark VSELECT as 'expand'. | Jim Grosbach |
| 2012-10-12 | Use a transposed algorithm for handleMove(). | Jakob Stoklund Olesen |
| 2012-10-12 | Fix coalescing with IMPLICIT_DEF values. | Jakob Stoklund Olesen |
| 2012-10-12 | llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try to fix failure on non-pp... | NAKAMURA Takumi |
| 2012-10-12 | Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCAST | Ulrich Weigand |
| 2012-10-12 | Div, Rem int/unsigned int | Reed Kotler |
| 2012-10-12 | Legalizer optimize a pair of div / mod to a call to divrem libcall if they are | Evan Cheng |
| 2012-10-11 | Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010' | Derek Schuff |
| 2012-10-11 | Change encoding of instruction operands in bitcode binaries to be relative | Jan Wen Voung |
| 2012-10-11 | Pass an explicit operand number to addLiveIns. | Jakob Stoklund Olesen |
| 2012-10-11 | This patch addresses PR13947. | Bill Schmidt |
| 2012-10-11 | Add test cases for correct parsing of register names in 32- and 64-bit modes. | David Chisnall |
| 2012-10-11 | Expose move to/from coprocessor instructions in MIPS64 mode. | David Chisnall |
| 2012-10-11 | dependence analysis | Sebastian Pop |
| 2012-10-11 | Don't crash when !tbaa.struct contents is invalid. | Nick Lewycky |
| 2012-10-11 | Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>." | NAKAMURA Takumi |
| 2012-10-10 | PNaCl: Add a pass to convert llvm.global_ctors to __init_array_start/end | Mark Seaborn |
| 2012-10-11 | Don't crash if a .ll file contains a forward-reference that looks like a global | Nick Lewycky |
| 2012-10-10 | Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808 | Evan Cheng |
| 2012-10-10 | Add -mattr=+altivec and remove XFAIL. | Bill Schmidt |
| 2012-10-10 | XFAIL for all targets pending investigation | Bill Schmidt |
| 2012-10-10 | Patch by Shuxin Yang <shuxin.llvm@gmail.com>. | Nadav Rotem |
| 2012-10-10 | When generating spill and reload code for vector registers on PowerPC, | Bill Schmidt |
| 2012-10-10 | The PowerPC VRSAVE register has been somewhat of an odd beast since | Bill Schmidt |
| 2012-10-10 | Add the testcase from pr13254 (the old scalarreply pass handles this wrong; | Duncan Sands |
| 2012-10-10 | Specify CPU model to avoid breaking ATOM builds | Michael Liao |
| 2012-10-10 | Add support for FP_ROUND from v2f64 to v2f32 | Michael Liao |
| 2012-10-10 | [CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD... | NAKAMURA Takumi |
| 2012-10-10 | Fix for LDRB instruction: | Stepan Dyatkovskiy |
| 2012-10-10 | Issue description: | Stepan Dyatkovskiy |
| 2012-10-10 | Test case for r165480. | Craig Topper |
| 2012-10-10 | Implement MipsTargetLowering::CanLowerReturn. | Akira Hatanaka |
| 2012-10-09 | When expanding atomic load arith instructions, do not lose target flags. rdar... | Evan Cheng |
| 2012-10-09 | Initial assembler implementation of Mips load address macro | Jack Carter |
| 2012-10-09 | Inline the checks for mutually exclusive attributes since they're used in onl... | Bill Wendling |
| 2012-10-09 | Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified | Rafael Espindola |
| 2012-10-09 | New EarlyCSE tests for CSE-ing across commutativity. | Michael Ilseman |
| 2012-10-09 | Fix PR14016. | Alexey Samsonov |
| 2012-10-09 | Revert r117093, "test/Makefile: Force lit -j1 on Cygwin." | NAKAMURA Takumi |
| 2012-10-09 | Fix PR14034, an infloop / heap corruption / crash bug in the new SROA. | Chandler Carruth |
| 2012-10-08 | Don't crash on extra evil irreducible control flow. | Jakob Stoklund Olesen |
| 2012-10-08 | PR12716: PPC crashes on vector compare | Adhemerval Zanella |
| 2012-10-08 | Add floating-point to and from integer conversion | Adhemerval Zanella |
| 2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
| 2012-10-08 | Some regression tests which are testing the old jit and are exercising functi... | James Molloy |
| 2012-10-07 | X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ... | Benjamin Kramer |
| 2012-10-06 | Adding support for instructions mfc0, mfc2, mtc0, mtc2 | Jack Carter |
| 2012-10-05 | Patch for integer multiply, signed/unsigned, long/long long. | Reed Kotler |
| 2012-10-05 | Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. | NAKAMURA Takumi |