summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-03-12Remove unused complex patterns for addressing modes on Hexagon.Krzysztof Parzyszek
2015-03-12[X86] Fix wrong target specific combine on SETCC nodes.Andrea Di Biagio
2015-03-12[X86, AVX] replace vextractf128 intrinsics with generic shufflesSanjay Patel
2015-03-12[X86][AVX2] Added missing palignr stack folding testSimon Pilgrim
2015-03-12AVX-512: Added encoding tests for VPROR, VPROL instructions,Elena Demikhovsky
2015-03-12Reapply 'Run LICM pass after loop unrolling pass.'Kevin Qin
2015-03-12[NVPTXAsmPrinter] do not print .align on function headersJingyue Wu
2015-03-12Remove some CHECK-NOT lines in favor of CHECK-NEXTReid Kleckner
2015-03-12Stop calling DwarfEHPrepare from WinEHPrepareReid Kleckner
2015-03-11Handle big index in getelementptr instructionReid Kleckner
2015-03-11Extended support for native Windows C++ EH outliningAndrew Kaylor
2015-03-11Add the option, -info-plist to llvm-objdump used with -macho to print theKevin Enderby
2015-03-11[mips][microMIPS] Make usage of NOT16 by code generatorJozef Kolek
2015-03-11add CHECK-LABELs for better reliabilitySanjay Patel
2015-03-11Put jump tables in unique sections on COFF.Rafael Espindola
2015-03-11ARM: simplify and extend byval handlingTim Northover
2015-03-11[dsymutil] Correctly clone address attributes.Frederic Riss
2015-03-11InstCombine: Don't fold call bitcast into args if callee is byvalDavid Majnemer
2015-03-11Add the "vbroadcasti128" instruction back.Juergen Ributzka
2015-03-11Make NaCl's use of .init_array for static constructors match LinuxDerek Schuff
2015-03-11Inliner should not add callgraph edges for intrinsic calls (PR22857)Sanjay Patel
2015-03-11Prefer pipes over temporary files in a feeble attempt to stabilize this test ...Benjamin Kramer
2015-03-11Relax CHECK to match mips syntax.Rafael Espindola
2015-03-11AVX-512: Added SKX forms of shift instructions.Elena Demikhovsky
2015-03-11Now that r231902's test is executed, make it actually passJustin Bogner
2015-03-11Fix another verifier crash where a GC intrinsic would look at the internals o...Owen Anderson
2015-03-11Make test added in r231902 actually be executed.Daniel Jasper
2015-03-11Don't print labels that on ELF are never used.Rafael Espindola
2015-03-11InstrProf: Teach llvm-cov to handle universal binaries when given -archJustin Bogner
2015-03-11Relax label CHECK to mach COFF syntax.Rafael Espindola
2015-03-11Print section start labels when first switching to the section.Rafael Espindola
2015-03-10Split test in two to handle building without x86.Rafael Espindola
2015-03-10Add missing section symbol to COFF's .debug_types.dwo.Rafael Espindola
2015-03-10If a conditional branch jumps to the same target, remove the conditionPhilip Reames
2015-03-10Emit correct linkage-name attribute based on DWARF version.Paul Robinson
2015-03-10Infer known bits from dominating conditionsPhilip Reames
2015-03-10[CodeGenPrepare] Refine the cost model provided by the promotion helper.Quentin Colombet
2015-03-10Add support for part-word atomics for PPCNemanja Ivanovic
2015-03-10[AArch64] Avoid going through GPRs for across-vector instructions.Ahmed Bougacha
2015-03-10[AsmPrinter][TLOF] Reintroduce AArch64 testBruno Cardoso Lopes
2015-03-10Change the generation of the vmuluwm instruction to be based on the MUL opcode.Kit Barton
2015-03-10[LoopAccesses 3/3] Print the dependences with -analyzeAdam Nemet
2015-03-10Teach lowering to correctly handle invoke statepoint and gc results tied to t...Igor Laevsky
2015-03-10[X86, AVX] replace vinsertf128 intrinsics with generic shufflesSanjay Patel
2015-03-10Fix a memory corruption in Dependency Analysis.Karthik Bhat
2015-03-10Fix a crash in Dependency Analysis.Karthik Bhat
2015-03-10Fix a crash in InstCombine where we could try to truncate a switch comparison...Owen Anderson
2015-03-10Fix a stack overflow in the assembler when checking that GEPs must be over si...Owen Anderson
2015-03-10Fix an issue in the verifier where we could try to read information out of a ...Owen Anderson
2015-03-10Fix an infinite loop in InstCombine when an instruction with no users and sid...Owen Anderson