Age | Commit message (Expand) | Author |
2013-01-07 | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth |
2012-12-20 | Revert "Adding support for llvm.arm.neon.vaddl[su].* and" | Bob Wilson |
2012-12-20 | Adding support for llvm.arm.neon.vaddl[su].* and | Renato Golin |
2012-12-19 | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund |
2012-12-13 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-12 | Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I | Evan Cheng |
2012-12-12 | - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term. | Evan Cheng |
2012-12-12 | Avoid using lossy load / stores for memcpy / memset expansion. e.g. | Evan Cheng |
2012-12-11 | Replace TargetLowering::isIntImmLegal() with | Evan Cheng |
2012-12-11 | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund |
2012-12-11 | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-10 | Some enhancements for memcpy / memset inline expansion. | Evan Cheng |
2012-12-06 | Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we | Matt Beaumont-Gay |
2012-12-06 | Replace r169459 with something safer. Rather than having computeMaskedBits to | Evan Cheng |
2012-12-06 | Let targets provide hooks that compute known zero and ones for any_extend | Evan Cheng |
2012-12-04 | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth |
2012-11-29 | Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend. | Silviu Baranga |
2012-11-28 | ARM: Implement CanLowerReturn so large vectors get expanded into sret. | Benjamin Kramer |
2012-11-15 | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko |
2012-10-19 | ARM: | Stepan Dyatkovskiy |
2012-10-16 | Issue: | Stepan Dyatkovskiy |
2012-10-10 | Issue description: | Stepan Dyatkovskiy |
2012-09-04 | Patch to implement UMLAL/SMLAL instructions for the ARM architecture | Arnold Schwaighofer |
2012-09-02 | Not all targets have efficient ISel code generation for select instructions. | Nadav Rotem |
2012-08-18 | Remove the CAND/COR/CXOR custom ISD nodes and their select code. | Jakob Stoklund Olesen |
2012-08-12 | Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM | Arnold Schwaighofer |
2012-08-12 | Change addTypeForNeon to use MVT instead of EVT so all the calls to getSimple... | Craig Topper |
2012-08-09 | Patch to implement UMLAL/SMLAL instructions for the ARM architecture | Arnold Schwaighofer |
2012-08-03 | Fall back to selection DAG isel for calls to builtin functions. | Bob Wilson |
2012-06-11 | Re-enable the CMN instruction. | Bill Wendling |
2012-06-01 | ARM: properly handle alignment for struct byval. | Manman Ren |
2012-06-01 | ARM: support struct byval in llvm | Manman Ren |
2012-05-25 | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski |
2012-05-04 | Make ARM and Mips use TargetMachine::getTLSModel() | Hans Wennborg |
2012-04-10 | Fix a long standing tail call optimization bug. When a libcall is emitted | Evan Cheng |
2012-04-04 | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola |
2012-03-17 | Reorder includes to match coding standards. Fix an issue or two exposed by that. | Craig Topper |
2012-03-15 | Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints on | Lang Hames |
2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
2012-02-23 | Optimize a couple of common patterns involving conditional moves where the false | Evan Cheng |
2012-02-22 | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper |
2011-11-16 | Fix ARM SjLj-EH dispatch setup code. <rdar://problem/10444602> | Bob Wilson |
2011-11-15 | Add vmov.f32 to materialize f32 immediate splats which cannot be handled by | Evan Cheng |
2011-11-02 | Fixed parameter name. | Lang Hames |
2011-11-02 | Try to lower memset/memcpy/memmove to vector instructions on ARM where the al... | Lang Hames |
2011-10-07 | Take the code that was emitted for the llvm.eh.dispatch.setup intrinsic and emit | Bill Wendling |
2011-10-06 | Refactor some of the code that sets up the entry block for SjLj EH. No functi... | Bill Wendling |