Age | Commit message (Expand) | Author |
2011-01-27 | Add a testcase for my last checkin. | Eric Christopher |
2011-01-26 | Target/X86: Tweak win64's tailcall. | NAKAMURA Takumi |
2011-01-26 | Fix whitespace. | NAKAMURA Takumi |
2011-01-25 | Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini... | Devang Patel |
2011-01-25 | Don't merge restore with tail call instruction. | Evan Cheng |
2011-01-24 | Speculatively revert r124138. | Devang Patel |
2011-01-24 | Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini... | Devang Patel |
2011-01-24 | fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey! | Chris Lattner |
2011-01-22 | Pass sret arguments through the stack instead of through registers in Sparc b... | Venkatraman Govindaraju |
2011-01-22 | Added ICC, FCC as uses of movcc instruction to generate correct code when -ma... | Venkatraman Govindaraju |
2011-01-21 | Sparc backend: | Venkatraman Govindaraju |
2011-01-21 | Last round of fixes for movw + movt global address codegen. | Evan Cheng |
2011-01-21 | Implement support for byval arguments in Sparc backend. | Venkatraman Govindaraju |
2011-01-21 | Enable support for precise scheduling of the instruction selection | Andrew Trick |
2011-01-21 | Convert -enable-sched-cycles and -enable-sched-hazard to -disable | Andrew Trick |
2011-01-20 | Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relative | Evan Cheng |
2011-01-20 | Allow sign-extending of i8 and i16 to i128 on SPU. | Kalle Raiskila |
2011-01-20 | Expand invalid return values for umulo and smulo. Handle these similarly | Eric Christopher |
2011-01-20 | Add test. | Evan Cheng |
2011-01-20 | Sorry, several patches in one. | Evan Cheng |
2011-01-20 | Sparc backend: Implements a delay slot filler that attempt to fill delay slots | Venkatraman Govindaraju |
2011-01-20 | If we can, lower the multiply part of a umulo/smulo call to a libcall | Eric Christopher |
2011-01-20 | Fix debug info for merged global. | Devang Patel |
2011-01-18 | fix rdar://8878965, a regression I introduced with the recent | Chris Lattner |
2011-01-18 | Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka | Bruno Cardoso Lopes |
2011-01-17 | Fix an off-by-one error in ctpop combining. | Benjamin Kramer |
2011-01-17 | Add a DAGCombine to turn (ctpop x) u< 2 into (x & x-1) == 0. | Benjamin Kramer |
2011-01-17 | Don't crash SPU BE with memory accesses with big alignmnet. | Kalle Raiskila |
2011-01-17 | Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g. | Evan Cheng |
2011-01-16 | Update tests. | Rafael Espindola |
2011-01-16 | fix PR8514, a bug where the "heroic" transformation of shift/and | Chris Lattner |
2011-01-16 | Spill R4 if it's going to be used to restore SP from FP. | Evan Cheng |
2011-01-16 | Implement AnalyzeBranch in Sparc Backend. | Venkatraman Govindaraju |
2011-01-16 | fix PR8981, a crash trying to form a conditional inc with a floating point co... | Chris Lattner |
2011-01-16 | reapply my fix for PR8961 with a tweak to properly handle | Chris Lattner |
2011-01-14 | revert my fastisel patch again which apparently still gives the | Chris Lattner |
2011-01-14 | reapply r123414 now that the botz are calmed down and the fix is already in. | Chris Lattner |
2011-01-14 | r123414 broke llvm-gcc bootstrap apparently, revert | Chris Lattner |
2011-01-14 | fix PR8961 - a fast isel miscompilation where we'd insert a new instruction | Chris Lattner |
2011-01-13 | Experiment with changing the default 32-bit linux stack alignment to | Eric Christopher |
2011-01-12 | Try again enabling LiveDebugVariables. | Jakob Stoklund Olesen |
2011-01-12 | Implement RETURNADDR and FRAMEADDR lowering in SPARC backend. | Venkatraman Govindaraju |
2011-01-12 | Fix SPARC backend call instruction so that arguments passed through registers | Venkatraman Govindaraju |
2011-01-11 | The world is not ready for LiveDebugVariables yet. | Jakob Stoklund Olesen |
2011-01-11 | Enable LiveDebugVariables by default. | Jakob Stoklund Olesen |
2011-01-11 | SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC | Venkatraman Govindaraju |
2011-01-11 | Even if we don't have 7 bytes of stack space we may need to save and | Eric Christopher |
2011-01-10 | Fix PR 8916 (qv for analysis), at least the immediate problem. | Dale Johannesen |
2011-01-08 | Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call. | Evan Cheng |
2011-01-07 | Do not model all INLINEASM instructions as having unmodelled side effects. | Evan Cheng |