| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert sqrt functions into sqrt instructions when -ffast-math is in effect. | Preston Gurd | 2013-05-27 | 1 | -0/+60 |
* | Add a cpu to try to bring back the atom bots. | Rafael Espindola | 2013-05-27 | 1 | -1/+1 |
* | Prefer to duplicate PPC Altivec loads when expanding unaligned loads | Hal Finkel | 2013-05-26 | 1 | -12/+13 |
* | Fix PR16143: Insert DEBUG_VALUE before terminator. | Andrew Trick | 2013-05-26 | 1 | -0/+130 |
* | Add support for DWARF line number table entries for values in the instruction | Cameron Zwarich | 2013-05-25 | 1 | -4/+10 |
* | PPC: Combine duplicate (offset) lvsl Altivec intrinsics | Hal Finkel | 2013-05-25 | 1 | -0/+6 |
* | Track IR ordering of SelectionDAG nodes 4/4. | Andrew Trick | 2013-05-25 | 3 | -0/+49 |
* | Track IR ordering of SelectionDAG nodes 3/4. | Andrew Trick | 2013-05-25 | 6 | -14/+14 |
* | PPC: Initial support for permutation-based unaligned Altivec loads | Hal Finkel | 2013-05-24 | 1 | -0/+45 |
* | [objc-arc] KnownSafe does not imply that it is safe to perform code motion ac... | Michael Gottesman | 2013-05-24 | 1 | -0/+200 |
* | [objc-arc] Make sure that multiple owners is propogated correctly through the... | Michael Gottesman | 2013-05-24 | 1 | -0/+97 |
* | LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it... | Benjamin Kramer | 2013-05-24 | 1 | -0/+11 |
* | [SystemZ] Improve AsmParser handling of invalid instructions | Richard Sandiford | 2013-05-24 | 2 | -7/+77 |
* | [SystemZ] Improve AsmParser register parsing | Richard Sandiford | 2013-05-24 | 2 | -494/+248 |
* | scalarizePHI needs to insert the next ExtractElement in the same block | Joey Gouly | 2013-05-24 | 1 | -0/+25 |
* | Add a new function attribute 'cold' to functions. | Diego Novillo | 2013-05-24 | 3 | -0/+99 |
* | Add MCSymbolizer for symbolic/annotated disassembly. | Ahmed Bougacha | 2013-05-24 | 1 | -0/+30 |
* | ARM: implement @llvm.readcyclecounter intrinsic | Tim Northover | 2013-05-23 | 1 | -0/+24 |
* | R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg | Tom Stellard | 2013-05-23 | 1 | -0/+22 |
* | Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute(). | Jakob Stoklund Olesen | 2013-05-23 | 1 | -0/+113 |
* | Add missing test from r175092. | Nick Lewycky | 2013-05-23 | 1 | -0/+13 |
* | Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin... | David Blaikie | 2013-05-22 | 1 | -2/+3 |
* | SLPVectorizer: Change the order in which new instructions are added to the fu... | Nadav Rotem | 2013-05-22 | 4 | -1/+104 |
* | X86: Fix a bug in EltsFromConsecutiveLoads. We can't generate new loads witho... | Nadav Rotem | 2013-05-22 | 1 | -0/+38 |
* | This is an update to a previous commit (r181216). | Jean-Luc Duprat | 2013-05-22 | 1 | -27/+13 |
* | X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower ha... | Benjamin Kramer | 2013-05-22 | 1 | -0/+14 |
* | LoopVectorize: Make Value pointers that could be RAUW'ed a VH | Arnold Schwaighofer | 2013-05-22 | 1 | -0/+50 |
* | X86: Remove test instructions proceeding shift by immediate instructions | David Majnemer | 2013-05-22 | 3 | -4/+37 |
* | Use std::list so that we have a stable iterator. | Rafael Espindola | 2013-05-21 | 1 | -3/+2 |
* | [mips] Rename option to make it compatible with gcc. | Akira Hatanaka | 2013-05-21 | 1 | -1/+1 |
* | [mips] Add instruction selection patterns for blez and bgez. | Akira Hatanaka | 2013-05-21 | 2 | -1/+37 |
* | [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic | Justin Holewinski | 2013-05-21 | 1 | -0/+7 |
* | Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen. | Justin Holewinski | 2013-05-21 | 2 | -0/+33 |
* | [msan] A no-op implementation of VarArg handling. | Evgeniy Stepanov | 2013-05-21 | 2 | -0/+16 |
* | X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the s... | Benjamin Kramer | 2013-05-21 | 1 | -2/+8 |
* | [SystemZ] Tighten branch tests | Richard Sandiford | 2013-05-21 | 85 | -442/+442 |
* | DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0... | Benjamin Kramer | 2013-05-21 | 1 | -0/+16 |
* | Add checks that the proper predeined stubs are being called to the test case. | Reed Kotler | 2013-05-21 | 1 | -0/+58 |
* | Dwarf: use a single line table to generate assembly when .loc is used. | Manman Ren | 2013-05-21 | 1 | -0/+6 |
* | Add some additional functions to the list of helper functions for | Reed Kotler | 2013-05-21 | 1 | -0/+67 |
* | PR14606: Debug Info for namespace aliases/DW_TAG_imported_module | David Blaikie | 2013-05-20 | 1 | -29/+49 |
* | add polly to check-all | Sebastian Pop | 2013-05-20 | 1 | -0/+9 |
* | [mips] Add (setne $lhs, 0) instruction selection pattern. | Akira Hatanaka | 2013-05-20 | 1 | -0/+10 |
* | [mips] Trap on integer division by zero. | Akira Hatanaka | 2013-05-20 | 2 | -11/+41 |
* | [NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a s... | Justin Holewinski | 2013-05-20 | 1 | -0/+37 |
* | R600: Fix rotr.ll on non-asserts builds | Tom Stellard | 2013-05-20 | 1 | -6/+2 |
* | R600/SI: Add pattern for rotr | Tom Stellard | 2013-05-20 | 1 | -9/+19 |
* | R600: Swap the legality of rotl and rotr | Tom Stellard | 2013-05-20 | 1 | -0/+29 |
* | R600/SI: Add patterns for 64-bit shift operations | Tom Stellard | 2013-05-20 | 1 | -0/+3 |
* | VSTn instructions have a number of encoding constraints which are not impleme... | Mihai Popa | 2013-05-20 | 2 | -4/+45 |