aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-02R600/SI: remove nonsense select patternTom Stellard
2013-05-02Added table of contents declaration in CommandLine Library documentation.Tobias Grosser
2013-05-0280-col fixup.Michael Liao
2013-05-02Avoid duplicating logic on frame register selecting when lowering eh_returnMichael Liao
2013-05-02Avoid duplicating logic on frame register selecting when lowering frameaddrMichael Liao
2013-05-02Rewrite X86 codegen regression test with FileCheckMichael Liao
2013-05-02Add a test for the foldSelectICmpAndOr fix committed in r180779.David Majnemer
2013-05-02TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should lookEvan Cheng
2013-05-01[mips] Rename class and functions. Simplify code.Akira Hatanaka
2013-05-01This exposes more MCJIT options via the C API:Filip Pizlo
2013-05-01Avoid generating tempfile(s) never usedMichael Liao
2013-05-01Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. Filip Pizlo
2013-05-01Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling
2013-05-01Hexagon: Use multiclass for Jump instructions.Jyotsna Verma
2013-05-01Hexagon: Clear isKill flag on the predicate register inJyotsna Verma
2013-05-01Add support for other typeinfo encodings in the ExceptionDemo.Rafael Espindola
2013-05-01Fix file header comment.Filip Pizlo
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-05-01SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem
2013-05-01[inline asm] Return an undef SDValue of the expected value type, rather thanChad Rosier
2013-05-01Optimize away nop CONCAT_VECTOR nodes.Nadav Rotem
2013-05-01Updating the getting started guide for Visual Studio users. Specifically, poi...Aaron Ballman
2013-05-01get rid of windows warning:Peng Cheng
2013-05-01get rid of windows warning:Peng Cheng
2013-05-01replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...Peng Cheng
2013-05-01fix windows warning. Peng Cheng
2013-05-01use static_cast to get rid of windows warning. Peng Cheng
2013-05-01Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola
2013-05-01Fix spellingNikola Smiljanic
2013-05-01Put VMOVPQIto64rr in the VRPDI class.Rafael Espindola
2013-05-01Correct comment: there is no numTys parameter any more now that this is usingDuncan Sands
2013-05-01Wrap some lines to bring MCJITCAPITest into conformance with the 80 column li...Filip Pizlo
2013-05-01Forget remove the tempfile argumentMichael Liao
2013-05-01More rewrites of x86 codegen regression tests with FileCheckMichael Liao
2013-05-01Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...Aaron Ballman
2013-05-01Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach
2013-04-30[mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka
2013-04-30Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin
2013-04-30Fix a use after free. RI is freed before the call to getDebugLoc(). ToRichard Trieu
2013-04-30[mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka
2013-04-30Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl
2013-04-30Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl
2013-04-30MI Sched: revert a minor heuristic that snuck in with -misched-vcopy.Andrew Trick
2013-04-30[mips] Simplify code.Akira Hatanaka
2013-04-30Fix a typoNadav Rotem
2013-04-30Update the release notes about the min/max reductions that Arnold added.Nadav Rotem
2013-04-30[mips] Test for r179873.Akira Hatanaka
2013-04-30InstCombine: Fold more shuffles of shuffles.Jim Grosbach
2013-04-30[mips] Clear isCommutable bit of instructions which are not commutable.Akira Hatanaka
2013-04-30LocalStackSlotAllocation improvementsHal Finkel