IR: Expose ModuleSlotTracker in Value::print()
[oota-llvm.git] / test /
2015-06-27 Peter CollingbourneLowerBitSets: Ignore bitset entries that do not directl...
2015-06-27 Adrian PrantlAdd original source code to test case as suggested...
2015-06-26 Lang Hames[StackMaps] Add a lightweight parser for stackmap versi...
2015-06-26 Adrian PrantlDebug Info: Fix a bug in the DW_AT_bit_offset calculati...
2015-06-26 Alex LorenzMIR Serialization: Serialize global address machine...
2015-06-26 Philip Reames[RewriteStatepointsForGC] Generalized vector phi/select...
2015-06-26 Jingyue Wu[NVPTX] noop when kernel pointers are already global
2015-06-26 Tom StellardAMDPGU/SI: Use correct resource descriptors for VI...
2015-06-26 Tom StellardAMDGPU/SI: Update amd_kernel_code_t definition and...
2015-06-26 Philip Reames[Verifier] Verify invokes of intrinsics
2015-06-26 Adrian PrantlDebug info: Add more test coverage for bitfields.
2015-06-26 Tom StellardAMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
2015-06-26 Tom StellardAMDGPU/SI: Add hsa code object directives
2015-06-26 Tom StellardAMDGPU/SI: There are no implicit kernel args in the...
2015-06-26 Tom StellardAMDGPU/SI: Emit amd_kernel_code_t in EmitFunctionBodySt...
2015-06-26 Philip ReamesTeach InlineCost to account for a null check which...
2015-06-26 Marek OlsakAMDGPU: really don't commute REV opcodes if the target...
2015-06-26 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-06-26 David MajnemerRevert "Revert r240762 "[X86] Cleanup X86WindowsTargetO...
2015-06-26 Javed Absar[ARM] Cortex-R5 is not VFPOnlySP
2015-06-26 Adam Nemet[LAA] Try to prove non-wrapping of pointers if SCEV...
2015-06-26 Benjamin Kramer[DAGCombine] Fix demanded bits computation for exact...
2015-06-26 Douglas Katzman[X86]: Correctly sign-extend 16-bit immediate in CALL...
2015-06-26 Alex LorenzMIR Serialization: Serialize machine basic block operands.
2015-06-26 Benjamin Kramer[DAGCombiner] Preserve the exact bit when simplifying...
2015-06-26 Benjamin Kramer[DAGCombine] fold (X >>?,exact C1) << C2 --> X << ...
2015-06-26 Toma Tabacu[mips] [IAS] Add partial support for the ULW pseudo...
2015-06-26 Javed Absar[ARM] Cortex-R4F is not VFPOnlySP
2015-06-26 Hao Liu[ARM] Lower interleaved memory accesses to vldN/vstN...
2015-06-26 Hao Liu[AArch64] Lower interleaved memory accesses to ldN...
2015-06-26 Matthias BraunRevert "X86: Reject register operands with obvious...
2015-06-26 Matthias BraunFix mismatched architectures in test
2015-06-26 Matthias Braunaad/fix labels in test/CodeGen/X86/StackColoring.ll
2015-06-25 Alexey SamsonovMake llvm-dwarfdump exit with non-zero exit code if...
2015-06-25 Adrian PrantlSplit test up into two target-spcific directories.
2015-06-25 Anna Zaks[asan] Do not instrument special purpose LLVM sections.
2015-06-25 Anna Zaks[asan] Don't run stack malloc on functions containing...
2015-06-25 Adrian PrantlDebug Info: Add basic test coverage for the DWARF encod...
2015-06-25 Frederic RissIAS: Use the root macro instanciation for location
2015-06-25 Michael J. Spencer[Object][ELF] Add support for dumping dynamic relocatio...
2015-06-25 Rafael Espindolallvm-nm: Don't print mapping symbols.
2015-06-25 Jingyue Wu[InstCombine] call SimplifyICmpInst with correct context
2015-06-25 Rafael EspindolaDiagnose undefined temporary symbols.
2015-06-25 Paul RobinsonMake this test verify .debug_pubnames is actually missing.
2015-06-25 Peter CollingbourneGVN: If a branch has two identical successors, we canno...
2015-06-25 Rafael EspindolaAdd a test for a recent regression.
2015-06-25 Rafael Espindolallvm-nm: print 'n' instead of '?'
2015-06-25 Kit Barton[PPC] Implement vmrgew and vmrgow instructions
2015-06-25 Bruno Cardoso Lopes[AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel
2015-06-25 Artur PilipenkoTake alignment into account in isSafeToLoadUnconditionally
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-25 Ahmed Bougacha[X86] Accept hasAVX512() as well as hasFMA() when gener...
2015-06-25 Ahmed Bougacha[X86] Cleanup fma tests a little bit. NFC.
2015-06-25 Swaroop SridharEnable StackMap Serialization for COFF
2015-06-24 David Majnemer[GVN] Intersect the IR flags when CSE'ing two instructions
2015-06-24 David Majnemer[Reassociate] Don't propogate flags when creating negations
2015-06-24 Jingyue WuAdd NVPTXPeephole pass to reduce unnecessary address...
2015-06-24 Matthias BraunARMLoadStoreOptimizer: Fix errata 602117 handling and...
2015-06-24 Alex LorenzMIR Serialization: Serialize simple MachineRegisterInfo...
2015-06-24 Jingyue Wu[LSR] canonicalize Prod*(1<<C) to Prod<<C
2015-06-24 Peter CollingbourneObject: Add XFAILed test case for r239560.
2015-06-24 Alex LorenzMIR Serialization: Serialize the null register operands.
2015-06-24 Michael Zolotukhin[LoopVectorizer] Fix bailing-out condition for OptForSi...
2015-06-24 Rafael EspindolaDon't get confused with sections whose section number...
2015-06-24 Simon Pilgrim[X86][AVX] Added full set of 256-bit vector shift tests.
2015-06-24 Pawel BylicaFix instruction scheduling live register tracking
2015-06-24 Zoran Jovanovic[mips][microMIPS] Implement BREAK, EHB and EI instructions
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-24 Ahmed Bougacha[X86] Don't generate vbroadcasti128 for v4i64 splats...
2015-06-24 Ahmed Bougacha[X86] update_llc_test_checks vector-shuffle-*. NFC.
2015-06-23 Alex LorenzMIR Serialization: Serialize immediate machine operands.
2015-06-23 Alex LorenzMIR Parser: Use correct source locations for machine...
2015-06-23 Simon Pilgrim[X86][SSE] Added full set of 128-bit vector shift tests.
2015-06-23 Alexey SamsonovLet llvm::ReplaceInstWithInst copy debug location from...
2015-06-23 Artem Belevich[NVPTX] Added missing test case for llvm.nvvm.sqrt...
2015-06-23 Rafael EspindolaPass -m to the linker in this test.
2015-06-23 Alex LorenzMIR Serialization: Serialize physical register machine...
2015-06-23 Rafael Espindolaobjdump: Don't print a (always 0) size for MachO symbols.
2015-06-23 Toma Tabacu[mips] [IAS] Add partial support for the ULHU pseudo...
2015-06-23 Petar Jovanovic[mips64] Emit correct addend for some PC-relative reloc...
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
2015-06-23 Daniel Sanders[mips] llvm-readobj can parse .MIPS.abiflags. No need...
2015-06-23 Elena DemikhovskyAVX-512: Added all forms of VPABS instruction
2015-06-23 Justin Bognertest: Move target dependent test in their own folder...
2015-06-23 Weiming ZhaoFix PR13851: Preserve metadata for the unswitched branch
2015-06-23 Rafael EspindolaAdd a test for the previous commit.
2015-06-23 David Majnemer[InstCombine] Optimize subtract of selects into a selec...
2015-06-23 Rafael EspindolaFix tests when X86 is not enabled.
2015-06-23 Rafael EspindolaCompute correct symbol sizes for MachO and COFF.
2015-06-23 Sanjay Patel[x86] generalize reassociation optimization in machine...
2015-06-22 Evgeniy StepanovFix PR23914.
2015-06-22 Adam Nemet[LoopDist] Improve variable names and comments in LoopV...
2015-06-22 Pawel BylicaRevert r240291: causes problems in self-hosted builds.
2015-06-22 Peter CollingbourneLinker: Do not expect comdat to exist in source module.
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-06-22 Pawel BylicaSet missing x86 arch in a CodeGen regression test.
2015-06-22 Simon Pilgrim[X86][AVX2] Added missing stack folding tests for vpshu...
2015-06-22 Tom StellardR600/SI: Use ELF64 format instead of ELF32
2015-06-22 Tom StellardR600: Use EM_AMDGPU for the ELF Machine type
2015-06-22 Ahmed Bougacha[X86] Teach load folding to accept scalar _Int users...
next