aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-112-0/+52
* Try to fix the atom buildbots by adding an explicit 'cpu' to the 'llc' command.Bill Wendling2013-09-112-5/+5
* [mips][msa] Added test cases that were supposed to be part of r190507, r19050...Daniel Sanders2013-09-113-0/+734
* [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr...Daniel Sanders2013-09-112-0/+323
* [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,...Daniel Sanders2013-09-112-0/+224
* [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intr...Daniel Sanders2013-09-111-0/+130
* [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-111-0/+68
* [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2013-09-111-52/+86
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-115-0/+360
* Fix missing CHECK-LABELsMatt Arsenault2013-09-101-5/+5
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-101-0/+68
* [SystemZ] Add TM and TMYRichard Sandiford2013-09-104-0/+368
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-101-44/+0
* Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of ...Vladimir Medic2013-09-101-0/+4
* MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu...NAKAMURA Takumi2013-09-101-3/+0
* llvm/test/DebugInfo/dwarf-public-names.ll: Mark it as XFAIL for PECOFF target...NAKAMURA Takumi2013-09-101-0/+3
* Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren2013-09-093-0/+178
* Don't shrink atomic ops to bool in GlobalOpt.Eli Friedman2013-09-091-0/+15
* [InstCombiner] Expose opportunities to merge subtract and comparison.Quentin Colombet2013-09-091-0/+65
* Debug Info Testing: remove a commented out line.Manman Ren2013-09-091-1/+0
* Another attempt to fix windows buildbots.Bill Wendling2013-09-092-2/+2
* Attempt to fix buildbots by giving an explicit output to the llvm-mc command.Bill Wendling2013-09-092-2/+2
* Expand test to make sure that we can generate compact unwind from an ASM file.Bill Wendling2013-09-091-6/+13
* Expand test to make sure that we can generate compact unwind from an ASM file.Bill Wendling2013-09-091-1/+9
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-092-0/+141
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-094-65/+99
* [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly2013-09-0910-2/+289
* XCore handling of thread local loweringRobert Lytton2013-09-091-16/+55
* XCore target: change to Sched::SourceRobert Lytton2013-09-091-0/+25
* XCore target: fix weak linkage attribute handlingRobert Lytton2013-09-091-0/+17
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-11/+15
* Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...Jiangning Liu2013-09-094-0/+3316
* Debug Info Testing: use null instead of an empty string in context field.Manman Ren2013-09-093-7/+7
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-0844-122/+122
* [mips] Fix typos.Akira Hatanaka2013-09-071-2/+2
* [mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index doubleAkira Hatanaka2013-09-071-15/+63
* Remove verifier check that attribute 'builtin' is only applied to calls toRichard Smith2013-09-071-2/+0
* [mips] Add definition of instruction "drotr32" (double rotate right plus 32).Akira Hatanaka2013-09-071-1/+5
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-071-1/+3
* [mips] Set instruction itineraries of loads, stores and conditional moves.Akira Hatanaka2013-09-062-18/+19
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06126-369/+369
* R600: Add support for LDS atomic subtractAaron Watry2013-09-061-0/+23
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-061-0/+64
* Debug Info Testing: Updated to use null instead of "i32 0" for containing-typeManman Ren2013-09-0612-60/+60
* This patch adds support for microMIPS Multiply and Add/Sub instructions. Test...Vladimir Medic2013-09-063-0/+50
* This patch adds support for microMIPS Move to/from HI/LO instructions. Test c...Vladimir Medic2013-09-062-0/+24
* This patch adds support for microMIPS Move Conditional instructions. Test cas...Vladimir Medic2013-09-063-0/+50
* SelectionDAG: create correct BooleanContent constantsTim Northover2013-09-061-0/+61
* This patch adds support for microMIPS disassembler and disassembler make chec...Vladimir Medic2013-09-062-0/+298
* [SystemZ] Tweak integer comparison codeRichard Sandiford2013-09-061-0/+101