| Commit message (Expand) | Author | Age | Files | Lines |
* | [SystemZ] Use A(G)SI when spilling the target of a constant addition | Richard Sandiford | 2013-10-15 | 3 | -2/+356 |
* | docs: Remove incompatibility with Solaris shell | David Majnemer | 2013-10-15 | 1 | -6/+2 |
* | Fix MSP430 calling convention to match MSPGCC | Job Noorman | 2013-10-15 | 4 | -10/+302 |
* | llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expression to be matched to ... | NAKAMURA Takumi | 2013-10-15 | 1 | -1/+1 |
* | Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x... | Craig Topper | 2013-10-15 | 5 | -11/+16 |
* | Improve on r192635, ExeDepsFix for avx, and add a test case. | Andrew Trick | 2013-10-15 | 2 | -1/+32 |
* | Simplify formatting and sort these. No functionality changed. | Chandler Carruth | 2013-10-15 | 1 | -14/+10 |
* | [mips] Define a pseudo instruction which writes to both the lower and higher | Akira Hatanaka | 2013-10-15 | 6 | -15/+51 |
* | [mips] Use predicates to guard instructions using accumulator registers instead | Akira Hatanaka | 2013-10-15 | 2 | -11/+12 |
* | [mips] Rename isel nodes. | Akira Hatanaka | 2013-10-15 | 7 | -33/+31 |
* | [mips] Transfer kill flag to the newly created operand. | Akira Hatanaka | 2013-10-15 | 3 | -7/+29 |
* | [mips] Set HI/LO registers' HWEncoding field. | Akira Hatanaka | 2013-10-15 | 2 | -8/+39 |
* | [mips] Delete unnecessary code. | Akira Hatanaka | 2013-10-15 | 1 | -3/+0 |
* | Remove dead code. | Rafael Espindola | 2013-10-14 | 1 | -21/+0 |
* | Update comment list of GLOBALVAR modifiers in BitcodeWriter to include extern... | Michael Gottesman | 2013-10-14 | 1 | -1/+1 |
* | [X86][FastISel] During X86 fastisel, the address of indirect call was resolved | Quentin Colombet | 2013-10-14 | 2 | -7/+146 |
* | Fix the ExecutionDepsFix pass to handle AVX instructions. | Andrew Trick | 2013-10-14 | 5 | -38/+184 |
* | LiveRegUnits: Use *MBB for consistency and convenience. | Andrew Trick | 2013-10-14 | 3 | -10/+10 |
* | whitespace | Andrew Trick | 2013-10-14 | 1 | -1/+1 |
* | Fix a typo, in a comment, in a test. | Nick Lewycky | 2013-10-14 | 1 | -1/+1 |
* | Revert part of a fix from 2010, changes since then: | Eric Christopher | 2013-10-14 | 2 | -2/+6 |
* | Reformat this routine slightly. | Eric Christopher | 2013-10-14 | 1 | -10/+8 |
* | Remove some extraneous whitespace. | Eric Christopher | 2013-10-14 | 1 | -4/+0 |
* | LiveRegUnits::removeRegsInMask safety. | Andrew Trick | 2013-10-14 | 1 | -10/+19 |
* | Use a SparseSet in LiveRegUnits. | Andrew Trick | 2013-10-14 | 2 | -26/+31 |
* | Move LiveRegUnits implementation into .cpp. Comment and format. | Andrew Trick | 2013-10-14 | 3 | -87/+116 |
* | Remove extra indentation in LiveRegUnits. | Andrew Trick | 2013-10-14 | 1 | -112/+112 |
* | Convert LiveRegUnits methods to the current convention (it's new code). | Andrew Trick | 2013-10-14 | 2 | -27/+27 |
* | Debug Info: static member DIE creation. | Manman Ren | 2013-10-14 | 2 | -14/+24 |
* | Fix indenting. | David Blaikie | 2013-10-14 | 1 | -7/+8 |
* | vs2013 msbuild integration: add missing .target files, fix typo in CMakeLists | Hans Wennborg | 2013-10-14 | 3 | -1/+25 |
* | MachineSink: Fix and tweak critical-edge breaking heuristic. | Will Dietz | 2013-10-14 | 10 | -27/+62 |
* | Remove utils/profile.pl. | Rafael Espindola | 2013-10-14 | 1 | -74/+0 |
* | Remove lib/Transforms/Instrumentation/ProfilingUtils.* | Rafael Espindola | 2013-10-14 | 4 | -207/+0 |
* | Remove the now unused strong phi elimination pass. | Rafael Espindola | 2013-10-14 | 6 | -850/+3 |
* | Basic blocks typically have few predecessors. Use a SmallDenseMap to | Chris Lattner | 2013-10-14 | 1 | -3/+3 |
* | [msan] Instrument x86.*_cvt* intrinsics. | Evgeniy Stepanov | 2013-10-14 | 2 | -28/+215 |
* | [AArch64] Add support for NEON scalar integer compare instructions. | Chad Rosier | 2013-10-14 | 6 | -0/+497 |
* | Add Cortex-A57 support | Bernard Ogden | 2013-10-14 | 3 | -1/+23 |
* | Add subtarget feature support for Cortex-A53 | Bernard Ogden | 2013-10-14 | 6 | -10/+28 |
* | [mips][msa] Direct Object Emission support for BIT instructions. | Matheus Almeida | 2013-10-14 | 3 | -74/+280 |
* | [mips][msa] Direct Object Emission support for VEC instructions. | Matheus Almeida | 2013-10-14 | 3 | -67/+115 |
* | [mips][msa] Direct Object Emission of INSVE.{b,h,w,d}. | Matheus Almeida | 2013-10-14 | 2 | -14/+36 |
* | [mips][msa] Direct Object Emission for the majority of the ELM instructions. | Matheus Almeida | 2013-10-14 | 3 | -31/+157 |
* | [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction. | Matheus Almeida | 2013-10-14 | 4 | -14/+190 |
* | [msan] Fix handling of scalar select of vectors. | Evgeniy Stepanov | 2013-10-14 | 2 | -4/+23 |
* | Fixed a bug in dynamic allocation memory on stack. | Elena Demikhovsky | 2013-10-14 | 5 | -11/+77 |
* | Create classes to reduce the size of the tablegen entries for the CRC32 instr... | Craig Topper | 2013-10-14 | 1 | -66/+33 |
* | Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru... | Craig Topper | 2013-10-14 | 8 | -96/+118 |
* | Add disassembler support for SSE4.1 register/register form of PEXTRW. There i... | Craig Topper | 2013-10-14 | 2 | -0/+13 |