aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.Matheus Almeida2013-10-142-14/+36
* [mips][msa] Direct Object Emission for the majority of the ELM instructions.Matheus Almeida2013-10-143-31/+157
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-144-14/+190
* [msan] Fix handling of scalar select of vectors.Evgeniy Stepanov2013-10-142-4/+23
* Fixed a bug in dynamic allocation memory on stack.Elena Demikhovsky2013-10-145-11/+77
* Create classes to reduce the size of the tablegen entries for the CRC32 instr...Craig Topper2013-10-141-66/+33
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-148-96/+118
* Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...Craig Topper2013-10-142-0/+13
* Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...Craig Topper2013-10-142-2/+18
* Windows: Fix a typo in an assertDavid Majnemer2013-10-141-6/+3
* Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only produ...Craig Topper2013-10-141-4/+8
* Windows: Don't bother with pinning Kernel32.dllDavid Majnemer2013-10-141-3/+1
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-133-13/+8
* R600: improve dump of S_WAITCNTVincent Lejeune2013-10-134-1/+58
* R600/SI: Add SinkingPass before ISelVincent Lejeune2013-10-131-0/+1
* R600/SI: Support byval argumentsVincent Lejeune2013-10-132-2/+8
* R600: Use masked read sel for texture instructionsVincent Lejeune2013-10-132-8/+12
* R600: fix swizzle exportVincent Lejeune2013-10-133-6/+156
* R600: Clear the VPM bit of export instructions.Vincent Lejeune2013-10-131-4/+4
* Windows: Use GetModuleHandleEx instead of LoadLibraryDavid Majnemer2013-10-131-2/+2
* TargetLowering: Don't index into empty string.Will Dietz2013-10-131-1/+1
* yaml2coff/elf: Touchup for compatibility.Will Dietz2013-10-122-8/+10
* SLPVectorizer: Sort PHINodes based on their opcodeArnold Schwaighofer2013-10-122-25/+78
* LoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY macrosTobias Grosser2013-10-121-0/+3
* Force a CPU on test so it doesn't depend on microarchitectural scheduling dec...Benjamin Kramer2013-10-121-2/+2
* Update so that it uses the `-V' command line option and supports Python 3.x.Bill Wendling2013-10-122-6/+8
* Remove more filters from the disassembler. Mark some AVX512 instructions as C...Craig Topper2013-10-122-5/+6
* R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard2013-10-123-14/+83
* Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...Craig Topper2013-10-122-21/+19
* For Mips16, start to consolidate all forms of 32 bit literal loading so thatReed Kotler2013-10-122-9/+14
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-1222-0/+23
* Debug Info: remove form from function addDIEEntry.Manman Ren2013-10-113-26/+17
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-114-9/+11
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-1115-88/+210
* R600: Add scalar i32 add testMatt Arsenault2013-10-111-0/+16
* Use CHECK-LABELMatt Arsenault2013-10-111-8/+8
* Fix typoMatt Arsenault2013-10-111-1/+1
* fConversion: Attempt #2 at fixing the MSVC build.Benjamin Kramer2013-10-111-2/+2
* IfConversion: Try to unbreak the MSVC build.Benjamin Kramer2013-10-111-1/+1
* Mips: Disassemble sign-extended 64 bit immediates properly.Benjamin Kramer2013-10-112-1/+6
* Remove kill flags after if conversion if necessaryMatthias Braun2013-10-112-66/+119
* Introduce ad hoc liveness tracking utility: LiveRegUnitsMatthias Braun2013-10-111-0/+156
* [DAGCombiner] Load slicing test case: attempt to really fix the buildbots (us...Quentin Colombet2013-10-111-2/+2
* Add warning about CHECK-DAG with variable definitionRenato Golin2013-10-111-9/+37
* Debug Info Testing Case: check for the name of a structure.Manman Ren2013-10-111-0/+1
* Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin2013-10-112-9/+28
* [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...Quentin Colombet2013-10-113-2/+743
* [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...Quentin Colombet2013-10-113-743/+2
* Revert "Tests: Be less dependent on a specific schedule/regalloc"Matthias Braun2013-10-1110-53/+55
* [DAGCombiner] Slice a big load in two loads when the element are next to eachQuentin Colombet2013-10-113-2/+743