| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ... | Craig Topper | 2013-10-14 | 2 | -2/+18 |
* | Windows: Fix a typo in an assert | David Majnemer | 2013-10-14 | 1 | -6/+3 |
* | Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only produ... | Craig Topper | 2013-10-14 | 1 | -4/+8 |
* | Windows: Don't bother with pinning Kernel32.dll | David Majnemer | 2013-10-14 | 1 | -3/+1 |
* | MC: Don't assume incoming StringRef's are null terminated. | Will Dietz | 2013-10-13 | 3 | -13/+8 |
* | R600: improve dump of S_WAITCNT | Vincent Lejeune | 2013-10-13 | 4 | -1/+58 |
* | R600/SI: Add SinkingPass before ISel | Vincent Lejeune | 2013-10-13 | 1 | -0/+1 |
* | R600/SI: Support byval arguments | Vincent Lejeune | 2013-10-13 | 2 | -2/+8 |
* | R600: Use masked read sel for texture instructions | Vincent Lejeune | 2013-10-13 | 2 | -8/+12 |
* | R600: fix swizzle export | Vincent Lejeune | 2013-10-13 | 3 | -6/+156 |
* | R600: Clear the VPM bit of export instructions. | Vincent Lejeune | 2013-10-13 | 1 | -4/+4 |
* | Windows: Use GetModuleHandleEx instead of LoadLibrary | David Majnemer | 2013-10-13 | 1 | -2/+2 |
* | TargetLowering: Don't index into empty string. | Will Dietz | 2013-10-13 | 1 | -1/+1 |
* | yaml2coff/elf: Touchup for compatibility. | Will Dietz | 2013-10-12 | 2 | -8/+10 |
* | SLPVectorizer: Sort PHINodes based on their opcode | Arnold Schwaighofer | 2013-10-12 | 2 | -25/+78 |
* | LoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY macros | Tobias Grosser | 2013-10-12 | 1 | -0/+3 |
* | Force a CPU on test so it doesn't depend on microarchitectural scheduling dec... | Benjamin Kramer | 2013-10-12 | 1 | -2/+2 |
* | Update so that it uses the `-V' command line option and supports Python 3.x. | Bill Wendling | 2013-10-12 | 2 | -6/+8 |
* | Remove more filters from the disassembler. Mark some AVX512 instructions as C... | Craig Topper | 2013-10-12 | 2 | -5/+6 |
* | R600: Store disassembly in a special ELF section when feature +DumpCode is en... | Tom Stellard | 2013-10-12 | 3 | -14/+83 |
* | Mark some more instructions as CodeGenOnly. Remove filters from the disassemb... | Craig Topper | 2013-10-12 | 2 | -21/+19 |
* | For Mips16, start to consolidate all forms of 32 bit literal loading so that | Reed Kotler | 2013-10-12 | 2 | -9/+14 |
* | Add missing #include's to cctype when using isdigit/alpha/etc. | Will Dietz | 2013-10-12 | 22 | -0/+23 |
* | Debug Info: remove form from function addDIEEntry. | Manman Ren | 2013-10-11 | 3 | -26/+17 |
* | Fixing problems in lli's RemoteMemoryManager. | Andrew Kaylor | 2013-10-11 | 4 | -9/+11 |
* | Adding multiple object support to MCJIT EH frame handling | Andrew Kaylor | 2013-10-11 | 15 | -88/+210 |
* | 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 |
* | Fix typo | Matt Arsenault | 2013-10-11 | 1 | -1/+1 |
* | fConversion: Attempt #2 at fixing the MSVC build. | Benjamin Kramer | 2013-10-11 | 1 | -2/+2 |
* | IfConversion: Try to unbreak the MSVC build. | Benjamin Kramer | 2013-10-11 | 1 | -1/+1 |
* | Mips: Disassemble sign-extended 64 bit immediates properly. | Benjamin Kramer | 2013-10-11 | 2 | -1/+6 |
* | Remove kill flags after if conversion if necessary | Matthias Braun | 2013-10-11 | 2 | -66/+119 |
* | Introduce ad hoc liveness tracking utility: LiveRegUnits | Matthias Braun | 2013-10-11 | 1 | -0/+156 |
* | [DAGCombiner] Load slicing test case: attempt to really fix the buildbots (us... | Quentin Colombet | 2013-10-11 | 1 | -2/+2 |
* | Add warning about CHECK-DAG with variable definition | Renato Golin | 2013-10-11 | 1 | -9/+37 |
* | 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 | 2 | -9/+28 |
* | [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s... | Quentin Colombet | 2013-10-11 | 3 | -2/+743 |
* | [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ... | Quentin Colombet | 2013-10-11 | 3 | -743/+2 |
* | 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 | 3 | -2/+743 |
* | Fix handling of CHECK-DAG inside of CHECK-LABEL. | Rafael Espindola | 2013-10-11 | 2 | -6/+15 |
* | Better info when debugging vectorizer | Renato Golin | 2013-10-11 | 1 | -6/+5 |
* | [ARM] Fix FP ABI attributes with no VFP enabled. | Amara Emerson | 2013-10-11 | 4 | -26/+19 |
* | fix typo in comment | Matthias Braun | 2013-10-11 | 1 | -1/+1 |
* | 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 | 4 | -189/+14 |
* | This reverts r192449 because of compiler warning generated on darwin build. | Matheus Almeida | 2013-10-11 | 3 | -157/+31 |
* | [mips][msa] Direct Object Emission for the majority of the ELM instructions. | Matheus Almeida | 2013-10-11 | 3 | -31/+157 |