| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve on r192635, ExeDepsFix for avx, and add a test case. | Andrew Trick | 2013-10-15 | 1 | -0/+29 |
* | [mips] Transfer kill flag to the newly created operand. | Akira Hatanaka | 2013-10-15 | 2 | -6/+24 |
* | [mips] Set HI/LO registers' HWEncoding field. | Akira Hatanaka | 2013-10-15 | 1 | -0/+31 |
* | [X86][FastISel] During X86 fastisel, the address of indirect call was resolved | Quentin Colombet | 2013-10-14 | 1 | -0/+132 |
* | 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 | 1 | -1/+5 |
* | MachineSink: Fix and tweak critical-edge breaking heuristic. | Will Dietz | 2013-10-14 | 9 | -20/+39 |
* | [msan] Instrument x86.*_cvt* intrinsics. | Evgeniy Stepanov | 2013-10-14 | 1 | -0/+66 |
* | [AArch64] Add support for NEON scalar integer compare instructions. | Chad Rosier | 2013-10-14 | 4 | -0/+395 |
* | Add Cortex-A57 support | Bernard Ogden | 2013-10-14 | 1 | -0/+13 |
* | Add subtarget feature support for Cortex-A53 | Bernard Ogden | 2013-10-14 | 3 | -6/+10 |
* | [mips][msa] Direct Object Emission support for BIT instructions. | Matheus Almeida | 2013-10-14 | 1 | -0/+150 |
* | [mips][msa] Direct Object Emission support for VEC instructions. | Matheus Almeida | 2013-10-14 | 1 | -0/+27 |
* | [mips][msa] Direct Object Emission of INSVE.{b,h,w,d}. | Matheus Almeida | 2013-10-14 | 1 | -0/+18 |
* | [mips][msa] Direct Object Emission for the majority of the ELM instructions. | Matheus Almeida | 2013-10-14 | 1 | -0/+48 |
* | [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction. | Matheus Almeida | 2013-10-14 | 1 | -0/+15 |
* | [msan] Fix handling of scalar select of vectors. | Evgeniy Stepanov | 2013-10-14 | 1 | -0/+19 |
* | Fixed a bug in dynamic allocation memory on stack. | Elena Demikhovsky | 2013-10-14 | 3 | -3/+62 |
* | Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru... | Craig Topper | 2013-10-14 | 3 | -13/+13 |
* | Add disassembler support for SSE4.1 register/register form of PEXTRW. There i... | Craig Topper | 2013-10-14 | 1 | -0/+6 |
* | Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ... | Craig Topper | 2013-10-14 | 1 | -0/+8 |
* | R600: improve dump of S_WAITCNT | Vincent Lejeune | 2013-10-13 | 1 | -0/+37 |
* | R600: Use masked read sel for texture instructions | Vincent Lejeune | 2013-10-13 | 1 | -8/+7 |
* | R600: fix swizzle export | Vincent Lejeune | 2013-10-13 | 2 | -1/+147 |
* | SLPVectorizer: Sort PHINodes based on their opcode | Arnold Schwaighofer | 2013-10-12 | 1 | -2/+34 |
* | Force a CPU on test so it doesn't depend on microarchitectural scheduling dec... | Benjamin Kramer | 2013-10-12 | 1 | -2/+2 |
* | For Mips16, start to consolidate all forms of 32 bit literal loading so that | Reed Kotler | 2013-10-12 | 1 | -6/+13 |
* | Fixing problems in lli's RemoteMemoryManager. | Andrew Kaylor | 2013-10-11 | 2 | -2/+4 |
* | Adding multiple object support to MCJIT EH frame handling | Andrew Kaylor | 2013-10-11 | 2 | -0/+65 |
* | R600: Add scalar i32 add test | Matt Arsenault | 2013-10-11 | 1 | -0/+16 |
* | Use CHECK-LABEL | Matt Arsenault | 2013-10-11 | 1 | -8/+8 |
* | Mips: Disassemble sign-extended 64 bit immediates properly. | Benjamin Kramer | 2013-10-11 | 1 | -0/+3 |
* | Remove kill flags after if conversion if necessary | Matthias Braun | 2013-10-11 | 1 | -0/+30 |
* | [DAGCombiner] Load slicing test case: attempt to really fix the buildbots (us... | Quentin Colombet | 2013-10-11 | 1 | -2/+2 |
* | Debug Info Testing Case: check for the name of a structure. | Manman Ren | 2013-10-11 | 1 | -0/+1 |
* | Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores... | Stephen Lin | 2013-10-11 | 1 | -0/+11 |
* | [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s... | Quentin Colombet | 2013-10-11 | 1 | -0/+140 |
* | [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ... | Quentin Colombet | 2013-10-11 | 1 | -140/+0 |
* | Revert "Tests: Be less dependent on a specific schedule/regalloc" | Matthias Braun | 2013-10-11 | 10 | -53/+55 |
* | [DAGCombiner] Slice a big load in two loads when the element are next to each | Quentin Colombet | 2013-10-11 | 1 | -0/+140 |
* | Fix handling of CHECK-DAG inside of CHECK-LABEL. | Rafael Espindola | 2013-10-11 | 1 | -0/+11 |
* | [ARM] Fix FP ABI attributes with no VFP enabled. | Amara Emerson | 2013-10-11 | 3 | -12/+7 |
* | Tests: Be less dependent on a specific schedule/regalloc | Matthias Braun | 2013-10-11 | 10 | -55/+53 |
* | This reverts 192447 because of compiler warning generated on darwin build. | Matheus Almeida | 2013-10-11 | 1 | -15/+0 |
* | This reverts r192449 because of compiler warning generated on darwin build. | Matheus Almeida | 2013-10-11 | 1 | -48/+0 |
* | [mips][msa] Direct Object Emission for the majority of the ELM instructions. | Matheus Almeida | 2013-10-11 | 1 | -0/+48 |
* | [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction. | Matheus Almeida | 2013-10-11 | 1 | -0/+15 |
* | [mips][msa] Improves robustness of the test by enhancing pattern matching. | Matheus Almeida | 2013-10-11 | 1 | -240/+360 |
* | [NVPTX] Switch from StrongPHIElimination to PHIElimination in NVPTXTargetMach... | Justin Holewinski | 2013-10-11 | 1 | -0/+38 |
* | Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ... | Justin Holewinski | 2013-10-11 | 1 | -0/+9 |