[Hexagon] Creating HexagonMCInstrInfo namespace as landing zone for static functions...
[oota-llvm.git] / test /
2015-02-19 Sanjay Pateladd X86 load folding tests for unary math ops
2015-02-19 Rafael EspindolaAvoid conversion to float when creating ConstantDataArr...
2015-02-19 Chandler Carruth[x86] Delete still more piles of complex code now that...
2015-02-19 Chandler Carruth[x86] Teach the unpack lowering how to lower with an...
2015-02-19 Chandler Carruth[x86] Dramatically improve v8i16 shuffle lowering by...
2015-02-19 Chandler Carruth[x86] Remove the final fallback in the v8i16 lowering...
2015-02-19 Chandler Carruth[x86] Simplify the pre-SSSE3 v16i8 lowering significant...
2015-02-19 Chandler Carruth[x86] Remove the insanely over-aggressive unpack loweri...
2015-02-19 Jozef Kolek[mips][microMIPS] Make usage of AND16, OR16 and XOR16...
2015-02-19 Igor LaevskyAdd few simple tests to check statepoint placement...
2015-02-19 Igor LaevskyImplement invoke statepoint verification.
2015-02-19 Elena DemikhovskyAVX-512: Full implementation for VRNDSCALESS/SD instruc...
2015-02-19 Chandler Carruth[x86] Add support for bit-wise blending and use it...
2015-02-19 Chandler Carruth[x86,sdag] Two interrelated changes to the x86 and...
2015-02-19 Peter Collingbournellvm-mc: Use Target::createNullStreamer to fix crashes...
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-18 Chandler Carruth[x86] Merge checks for a recently added test case that...
2015-02-18 Duncan P. N. Exon... IR: Allow MDSubrange to have 'count: -1'
2015-02-18 Reid KlecknerAdd an IR-to-IR test for dwarf EH preparation using opt
2015-02-18 Colin LeMahieu[Objdump] Fixing crash when printing symbols in ELF...
2015-02-18 Duncan P. N. Exon... IR: Swap order of name and value in MDEnum
2015-02-18 Reid Klecknerdos2unix the WinEH file and tests
2015-02-18 Zachary TurnerMake frem.ll flush after calling printf.
2015-02-18 Sanjoy DasPartial fix for bug 22589
2015-02-18 Zachary TurnerModify llvm-readobj to dump symbol record bytes.
2015-02-18 Andrew KaylorAdding implementation to outline C++ catch handlers...
2015-02-18 Jozef Kolek[mips][microMIPS] Make usage of ADDU16 and SUBU16 by...
2015-02-18 Jozef Kolek[mips][microMIPS] Implement JALX instruction
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-18 Kit BartonThis patch adds the VSX logical instructions introduced...
2015-02-18 Vasileios Kalintiris[mips] Avoid redundant sign extension of the result...
2015-02-18 Toma Tabacu[mips] [IAS] Fix using .cpsetup with local labels ...
2015-02-18 Bradley Smith[ARM] Add missing M/R class CPUs
2015-02-18 Michael KupersteinFixes two issue in SimplifyDemandedBits of sext_in_reg:
2015-02-18 Chandler Carruth[x86] Refactor the bit shift code the same as I just...
2015-02-18 Ulrich Weigand[SystemZ] Support all TLS access models - CodeGen part
2015-02-18 Igor LaevskyTesting commit access
2015-02-18 Ulrich Weigand[SystemZ] Support all TLS access models - MC part
2015-02-18 NAKAMURA TakumiRevert r229622: "[LoopAccesses] Make VectorizerParams...
2015-02-18 Daniel JasperRemove experimental options to control machine block...
2015-02-18 Elena DemikhovskyMinor fix after 229495.
2015-02-18 Elena DemikhovskyAVX-512: Added support for FP instructions with embedde...
2015-02-18 Craig Topper[X86] Add another test case for the bug fixed in r22964...
2015-02-18 Chandler Carruth[x86] Rewrite the byte shift detection to not use boole...
2015-02-18 Craig Topper[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics...
2015-02-18 Adam Nemet[LoopAccesses] Add -analyze support
2015-02-18 Adam Nemet[LoopAccesses] Modify test to also check symbolic strid...
2015-02-18 Akira Hatanaka[InstCombine] Do not insert a GEP instruction before...
2015-02-18 Hal Finkel[BDCE] Don't forget uses of root instructions seen...
2015-02-18 Matt ArsenaultR600/SI: Add missing offset operand to buffer bothen
2015-02-18 Matt ArsenaultR600/SI: Add missing soffset operand to global atomics
2015-02-18 Sanjoy DasGeneralize getExtendAddRecStart to work with both sign...
2015-02-17 Andrea Di Biagio[X86][FastIsel] Teach how to select scalar integer...
2015-02-17 Rafael EspindolaAdd r228939 back with a fix.
2015-02-17 Rafael EspindolaAdd a test showing the problem in r228939.
2015-02-17 Simon Pilgrim[X86][SSE] Generalised unpckl/unpckh shuffle matching
2015-02-17 Sanjay Pateluse a triple instead of a cpu; less builbot sadness
2015-02-17 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-17 Rafael EspindolaAdd testcases I missed in r229541.
2015-02-17 Sanjay Patelmake basic block label matching more flexible for less...
2015-02-17 Tom StellardR600/SI: Fix asam errors in SIFoldOperands
2015-02-17 Sanjay Patelprevent folding a scalar FP load into a packed logical...
2015-02-17 Simon Atanasyan[Object] Support reading 64-bit MIPS ELF archives
2015-02-17 Sanjay PatelCanonicalize splats as build_vectors (PR22283)
2015-02-17 Tom StellardR600/SI: Extend private extload pattern to include...
2015-02-17 Elena DemikhovskyFixed a bug in store sinking.
2015-02-17 Andrea Di Biagio[X86][FastISel] Add missing flag -fast-isel-abort to...
2015-02-17 Elena DemikhovskyAVX-512: changes in intel_ocl_bi calling conventions
2015-02-17 Michael Kuperstein[X86] Combine vector anyext + and into a vector zext
2015-02-17 Eric ChristopherMove ABI handling and 64-bitness to the PowerPC target...
2015-02-17 Chandler Carruth[x86] Teach the unpack lowering to try wider element...
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass
2015-02-17 Hal FinkelSpecify arch in test/CodeGen/X86/float-conv-elim.ll
2015-02-16 Hal Finkel[PowerPC] Support non-direct-sub/superclass VSX copies
2015-02-16 Cameron McInally[AVX512] Make 512b vector floating point rounds legal...
2015-02-16 Simon Pilgrim[X86][SSE] Add SSE MOVQ instructions to SSEPackedInt...
2015-02-16 Mehdi AminiSelectionDAG: fold (fp_to_u/sint (s/uint_to_fp)) here too
2015-02-16 Mehdi AminiInstCombine: fold more cases of (fp_to_u/sint (u/sint_t...
2015-02-16 Mehdi AminiTests: reformat sitofp.ll and use FileCheck
2015-02-16 Craig Topper[X86] Remove the multiply by 8 that goes into the shift...
2015-02-16 David MajnemerConstantFold: Properly fold GEP indices wider than i64
2015-02-16 Andrew TrickAArch64: Safely handle the incoming sret call argument.
2015-02-16 James Molloy[LoopReroll] Relax some assumptions a little.
2015-02-16 James Molloy[LoopReroll] Don't crash on dead code
2015-02-16 Chandler Carruth[x86] Add a generic unpack-targeted lowering technique...
2015-02-16 Chandler Carruth[x86] Switch this test to use checks generated by my...
2015-02-16 Michael KupersteinFix quoting of #pragma comment for MS compat, LLVM...
2015-02-16 Chandler Carruth[x86] Add initial basic support for forming blends...
2015-02-16 Chandler Carruth[x86] Add some more test cases for i8 vector blends.
2015-02-16 David MajnemerIR: SrcTy == DstTy doesn't imply that a cast is valid
2015-02-16 David MajnemerAsmParser: extractvalue requires at least one index...
2015-02-16 David MajnemerAsmParser: Make sure GlobalVariables have sane types
2015-02-16 David MajnemerAsmParser: Reject alloca with function type
2015-02-16 David MajnemerVerifier: Diagnose module flags which have null ID...
2015-02-16 Craig Topper[X86] Add support for lowering shuffles to 256-bit...
2015-02-16 Craig Topper[X86] Remove some hard tab characters from tests.
2015-02-16 David MajnemerDebugInfo: Don't crash if 'Debug Info Version' has...
2015-02-16 David MajnemerDataLayout: Validate that the pref alignment is at...
2015-02-16 David MajnemerDataLayout: Report when the datalayout type alignment...
next