aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary TBAA metadata from r190636's test caseHal Finkel2013-09-121-13/+9
* Fix PPC ABI for ByVal structs with vector membersHal Finkel2013-09-121-0/+64
* Patch provide by Tom Roeder!Joe Abbey2013-09-121-0/+9
* Make the PPC fast-math sqrt expansion safe at 0Hal Finkel2013-09-121-1/+4
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-121-0/+107
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-122-0/+14
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-121-0/+12
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-121-3/+6
* LLVM interpreter: added a test for insert- extract- valueElena Demikhovsky2013-09-121-0/+21
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-0/+2
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-123-4/+49
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-122-14/+15
* R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedbackTom Stellard2013-09-121-0/+44
* 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