DebugInfo: Remove DIArray and DITypeArray typedefs
[oota-llvm.git] / test /
2015-04-21 Jingyue Wu[SLSR] garbage-collect unused instructions
2015-04-21 Jingyue Wu[SeparateConstOffsetFromGEP] garbage-collect intermedia...
2015-04-21 Reid KlecknerRe-land r235154-r235156 under the existing -sehprepare...
2015-04-21 Matthias BraunX86: Match for X86ISD nodes in LowerBUILD_VECTOR instea...
2015-04-21 Elena DemikhovskyAVX-512: Added VPMOVx2M instructions for SKX,
2015-04-21 Elena DemikhovskyAVX-512: Added VPTESTM and VPTESTNM instructions for SKX
2015-04-21 Toma Tabacu[mips] [IAS] Implement the .asciiz directive.
2015-04-21 Jozef Kolek[mips][microMIPSr6] Implement CACHE and PREF instructions
2015-04-21 Vasileios Kalintiris[mips] Optimize code generation for 64-bit variable...
2015-04-21 Elena DemikhovskyAVX-512: Added logical and arithmetic instructions...
2015-04-21 Simon Pilgrim[X86][SSE] Provide execution domains for scalar floatin...
2015-04-21 Simon PilgrimCONCAT_VECTOR of BUILD_VECTOR - minor fix
2015-04-21 Pawel BylicaFix generic shift expansion when shift amount is 0
2015-04-21 Matthias BraunX86: Do not select X86 custom vector nodes if operand...
2015-04-21 Derek SchuffTighten bundling section alignment test.
2015-04-21 Derek Schuff[MC] When using bundle aligment, align sections to...
2015-04-21 Fiona GlaserInstCombine: fold (sitofp (zext x)) to (uitofp x)
2015-04-20 Pirama Arumuga NainarFix flakiness in fp16-promote.ll
2015-04-20 JF Bastienbugpoint Enhancement.
2015-04-20 Sanjay Pateluse update_llc_test_checks.py to tighten checking
2015-04-20 Andrew Kaylor[WinEH] Fix problem with mapping shared empty handler...
2015-04-20 Olivier SallenaveRefactoring and enhancement to FMA combine.
2015-04-20 Andrew KaylorFixing line endings
2015-04-20 Pirama Arumuga Nainar[MIPS] OperationAction for FP_TO_FP16, FP16_TO_FP
2015-04-20 Tom StellardDAGCombine: Remove redundant NaN checks around ISD...
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement BITSWAP instruction
2015-04-20 Vladimir Sukharev[AArch64] LORID_EL1 register must be treated as read...
2015-04-20 Akira Hatanaka[InlineFunction] Don't add lifetime markers for zero...
2015-04-20 Brendon CahoonRecognize n/1 in the SCEV divide function
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement disassembler support
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement BALC and BC instructions
2015-04-20 Rafael EspindolaLook past locals in comdats.
2015-04-20 Andrea Di Biagio[X86][FastIsel] Fix assertion failure when selecting...
2015-04-20 Simon Atanasyan[Mips] Support DT_MIPS_OPTIONS dynamic section tag...
2015-04-20 Hal Finkel[InlineAsm] Remove EarlyClobber on registers that are...
2015-04-19 Simon Pilgrim[X86][SSE] Fix for getScalarValueForVectorElement to...
2015-04-19 Simon Pilgrim[X86][SSE] Extended copysign tests to include llvm...
2015-04-18 Ahmed Bougacha[MemCpyOpt] Don't force i64 when promoting memset/memcp...
2015-04-18 Simon Pilgrim[X86][AVX2] Force execution domain on broadcast folding...
2015-04-18 Simon Pilgrim[X86][SSE] Force execution domain on float/double unpac...
2015-04-18 Ahmed Bougacha[MemCpyOpt] Promote both memset/memcpy sizes if differe...
2015-04-18 David Majnemer[InstCombine] (mul nsw 1, INT_MIN) != (shl nsw 1, 31)
2015-04-18 Ahmed Bougacha[GlobalMerge] Look at uses to create smaller global...
2015-04-17 Ahmed Bougacha[AArch64] Don't force MVT::Untyped when selecting LD1LA...
2015-04-17 Ahmed BougachaFix another typo in r235224 testcase. NFC.
2015-04-17 Andrew Kaylor[WinEH] Fixes for a few cppeh failures.
2015-04-17 Ahmed Bougacha[MemCpyOpt] Optimize double-storing by memset+memcpy.
2015-04-17 Pete CooperAArch64: Add test for returning [2 x i64] in registers...
2015-04-17 Rafael EspindolaCompute A-B when A or B is weak.
2015-04-17 Ahmed BougachaFix typo in r235224 testcase. NFC.
2015-04-17 Ahmed Bougacha[AArch64] Avoid vector->load dependency cycles when...
2015-04-17 Rafael EspindolaCompute A-B if both A and B are in the same comdat...
2015-04-17 Pirama Arumuga NainarAdd support to promote f16 to f32
2015-04-17 Vasileios Kalintiris[mips][FastISel] Implement FastMaterializeAlloca in...
2015-04-17 Sanjay Patel[X86, AVX] add an exedepfix entry for vmovq == vmovlps...
2015-04-17 Kit BartonAdd support for v1i128 type.
2015-04-17 Vasileios Kalintiris[mips][FastISel] Implement shift ops for Mips fast...
2015-04-17 James MolloyFix TRUNCATE splitting helper logic.
2015-04-17 Vasileios Kalintiris[mips] Teach the delay slot filler to remove needless...
2015-04-17 Rafael EspindolaAdd a proper fix for pr23025.
2015-04-17 Nico WeberRevert r235154-r235156, they cause asserts when buildin...
2015-04-17 Rafael EspindolaAdd a reduced testcase from pr23025.
2015-04-17 Rafael EspindolaDon't walk aliases from global to local symbols in...
2015-04-17 Rafael EspindolaWrite relocation sections contiguously.
2015-04-17 David Blaikie[opaque pointer type] Explicit pointee type for call...
2015-04-17 Reid KlecknerFix test failure due to racing commits
2015-04-17 Reid Kleckner[SEH] Reimplement x64 SEH using WinEHPrepare
2015-04-17 Duncan P. N. Exon... DebugInfo: Fixup r235149 after IR change in r235145
2015-04-17 Jingyue Wu[NaryReassociate] run NaryReassociate iteratively
2015-04-17 Duncan P. N. Exon... DebugInfo: Simplify testcase from LiveDebugVariables...
2015-04-16 Ahmed Bougacha[AArch64] Don't assert on f16 in DUP PerfectShuffle...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 Kevin EnderbyFor llvm-objdump, dump the (__OBJC,__protocol) section...
2015-04-16 Duncan P. N. Exon... DebugInfo: Fix UserValue::match() in LiveDebugVariables...
2015-04-16 Pete CooperDisable AArch64 fast-isel on big-endian call vector...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-16 Jingyue Wu[NaryReassociate] speeds up candidate searching
2015-04-16 Sanjay Patel[X86, SSE] instcombine common cases of insertps intrins...
2015-04-16 Kevin EnderbyFor llvm-objdump added support for printing Objc1 32...
2015-04-16 Reid Kleckner[WinEH] Handle a landingpad, resume, and cleanup all...
2015-04-16 Hans WennborgRevert the switch lowering change (r235101, r235103...
2015-04-16 Vladimir Sukharev[AArch64] Add v8.1a "Virtualization Host Extensions"
2015-04-16 Hans WennborgAdd a triple to test/DebugInfo/unconditional-branch...
2015-04-16 Vladimir Sukharev[AArch64] Add v8.1a "Limited Ordering Regions" extension
2015-04-16 Vladimir Sukharev[AArch64] Add v8.1a "Privileged Access Never" extension
2015-04-16 Hans WennborgAdd a triple to switch.ll test.
2015-04-16 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-16 Toma Tabacu[mips] [IAS] Preserve microMIPS label marking for objec...
2015-04-16 Rafael EspindolaDon't depend on the order relocations are written to...
2015-04-16 Vladimir Sukharev[ARM] Add v8.1a "Privileged Access Never" extension
2015-04-16 Toma Tabacu[mips] [IAS] Add support for the .insn directive.
2015-04-16 Simon PilgrimTRUNCATE constant folding - minor fix for rL233224
2015-04-16 Ahmed Bougacha[CodeGen] Re-apply r234809 (concat of scalars), with...
2015-04-16 Nick LewyckyRevert r234809 because it caused PR23246.
2015-04-16 Reid Kleckner[SEH] Deal with users of the old lpad for SEH catch...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... Verifier: Check that @llvm.dbg.* intrinsics have a...
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-04-15 Reid Kleckner[WinEH] Try to make the MachineFunction CFG more accurate
2015-04-15 Reid KlecknerReland "[WinEH] Use the parent function when computing...
next