Age | Commit message (Expand) | Author |
2011-10-01 | Moved type construction out of the loop and added an assert on the legality o... | Nadav Rotem |
2011-09-27 | Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8, | Nadav Rotem |
2011-09-24 | [Vector-Select] Address one of the problems in 10902. | Nadav Rotem |
2011-09-15 | Some legalization fixes for atomic load and store. | Eli Friedman |
2011-09-06 | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands |
2011-09-01 | Revert r131152, r129796, r129761. This code is currently considered | Dan Gohman |
2011-08-26 | Atomic load/store on ARM/Thumb. | Eli Friedman |
2011-08-24 | Basic x86 code generation for atomic load and store instructions. | Eli Friedman |
2011-07-27 | Code generation for 'fence' instruction. | Eli Friedman |
2011-07-27 | Revert r136156, which broke several buildbots. | Dan Gohman |
2011-07-26 | Delete unnecessarily cautious LastCALLSEQ code. | Dan Gohman |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-15 | LegalizeDAG doesn't need its own copy of this enum. | Dan Gohman |
2011-07-15 | Delete LegalizeDAG's own version of isTypeLegal and getTypeAction | Dan Gohman |
2011-07-15 | Delete an unused variable and a redundant assert. | Dan Gohman |
2011-07-15 | Modernize comments. | Dan Gohman |
2011-07-08 | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich |
2011-06-14 | Add a testcase for checking the integer-promotion of many different vector | Nadav Rotem |
2011-05-27 | Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' | Nadav Rotem |
2011-05-18 | Revert commit 131534 since it seems to have broken several buildbots. | Duncan Sands |
2011-05-18 | Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' | Nadav Rotem |
2011-05-17 | Misc. code cleanups. | Dan Gohman |
2011-05-16 | Delete unused variables. | Dan Gohman |
2011-05-16 | Trim #includes. | Dan Gohman |
2011-05-16 | Fix whitespace and 80-column violations. | Dan Gohman |
2011-05-13 | Since I can't reproduce the failures from 131261, re-trying with a | Stuart Hastings |
2011-05-13 | Revert 131266 and 131261 due to buildbot complaints. | Stuart Hastings |
2011-05-12 | Non-fast-isel followup to 129634; correctly handle branches controlled | Stuart Hastings |
2011-05-10 | Correctly walk through nested and adjacent CALLSEQ_START nodes. No | Stuart Hastings |
2011-04-20 | Rewrite the expander for umulo/smulo to remember to sign extend the input | Eric Christopher |
2011-04-19 | Delete unnecessary variable. <rdar://problem/7662569> | Stuart Hastings |
2011-04-19 | Support nested CALLSEQ_BEGIN/END; necessary for ARM byval support. <rdar://p... | Stuart Hastings |
2011-04-16 | Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the... | Evan Cheng |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-05 | Revert 123704; it broke threaded LLVM. | Stuart Hastings |
2011-04-01 | Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs. | Evan Cheng |
2011-03-07 | Use the correct LHS type when determining the legalization of a shift's RHS t... | Owen Anderson |
2011-02-25 | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson |
2011-02-18 | Do not lose debug info of an inlined function argument even if the argument i... | Devang Patel |
2011-02-18 | Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure. | Cameron Zwarich |
2011-02-17 | Do not lose debug info of an inlined function argument even if the argument i... | Devang Patel |
2011-02-16 | Swap VT and DebugLoc operands of getExtLoad() for consistency with | Stuart Hastings |
2011-01-27 | Speculatively revert r124380. | Devang Patel |
2011-01-27 | While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ... | Devang Patel |
2011-01-26 | Initialize variable to get rid of clang warning. | Bill Wendling |
2011-01-26 | Revert r124302 | Devang Patel |
2011-01-26 | [AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a | David Greene |
2011-01-26 | While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ... | Devang Patel |
2011-01-20 | Use only one API at a time. | Eric Christopher |
2011-01-20 | If we can, lower the multiply part of a umulo/smulo call to a libcall | Eric Christopher |