Return ErrorOr from getSymbolAddress.
[oota-llvm.git] / test / CodeGen /
2015-07-03 NAKAMURA Takumillvm/test/CodeGen/ARM/fnattr-trap.ll: Add -mtriple...
2015-07-03 Simon Pilgrimwhitespace tidyup. NFC.
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-02 Nadav RotemFix an overly aggressive assertion in getCopyFromPartsV...
2015-07-02 Akira HatanakaUse function attribute "trap-func-name" and remove...
2015-07-02 Bill Schmidt[PPC64LE] Remove implicit-subreg restriction from VSX...
2015-07-02 Bill Schmidt[PPC64LE] Teach swap optimization about the doubleword...
2015-07-02 Pawel BylicaReapply r240291: Fix shl folding in DAG combiner.
2015-07-01 Quentin Colombet[TwoAddressInstructionPass] Try 3 Addr Conversion After...
2015-07-01 Matthias BraunTest for specific output in lit test
2015-07-01 Jingyue Wu[NVPTX] expand extload/truncstore for vectors of floats
2015-07-01 Jingyue Wu[NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
2015-07-01 Bill Schmidt[PPC64LE] Enable missing lxvdsx optimization, and relat...
2015-07-01 Sanjay Pateladd a cl::opt override for TargetLoweringBase's JumpIsE...
2015-07-01 Reid Kleckner[SEH] Don't assert if the parent function lacks a perso...
2015-07-01 Igor BregerAVX-512: Implemented missing encoding for FMA scalar...
2015-06-30 Reid Kleckner[SEH] Add new intrinsics for recovering and restoring...
2015-06-30 Sanjoy Das[FaultMaps] Let the frontend pre-select implicit null...
2015-06-30 Nemanja IvanovicFixes a bug with __builtin_vsx_lxvdw4x on Little Endian...
2015-06-30 Peter CollingbourneCOFF: Do not assign linker-weak symbols to selectany...
2015-06-30 Jingyue Wu[NVPTX] Fix issue introduced in D10321
2015-06-30 Alex LorenzMIR Serialization: Serialize MBB successors.
2015-06-30 Samuel AntaoForce relocation mode to be default, regardless of...
2015-06-30 Michael Kuperstein[X86] Fix a bug in WIN_FTOL_32/64 handling.
2015-06-30 Michael Kuperstein[X86] Add FXSR intrinsics
2015-06-30 Matthias BraunRegisterCoalescer: Cleanup empty subranges after shrink...
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-29 Tim NorthoverARM: add correct kill flags when combining stm instructions
2015-06-29 Matthias BraunX86: Rework inline asm integer register specification.
2015-06-29 Sanjoy Das[FaultMaps] Fix test case.
2015-06-29 Pawel Bylica[DAGCombiner] Fix & simplify constant folding of sext...
2015-06-29 Alex LorenzMIR Serialization: Serialize the register mask machine...
2015-06-29 Elena DemikhovskyAVX-512: all forms of SCATTER instruction on SKX,
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-29 Igor BregerAVX-512: Implemented missing encoding and intrinsics...
2015-06-28 Matt ArsenaultAMDGPU/SI: Fix extra space when printing v_div_fmas_*
2015-06-28 Asaf Badouh[x86][AVX512]
2015-06-28 Elena DemikhovskyAVX-512: Added all SKX forms of GATHER instructions.
2015-06-27 Benjamin Kramer[SDAG] Now that we have a way to communicate the exact...
2015-06-27 NAKAMURA Takumillvm/test/CodeGen/X86/xor.ll: Appease Win32 targets...
2015-06-26 Alex LorenzMIR Serialization: Serialize global address machine...
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 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 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 Benjamin Kramer[DAGCombine] Fix demanded bits computation for exact...
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 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 Kit Barton[PPC] Implement vmrgew and vmrgow instructions
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 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 Alex LorenzMIR Serialization: Serialize the null register operands.
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 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 Artem Belevich[NVPTX] Added missing test case for llvm.nvvm.sqrt...
2015-06-23 Alex LorenzMIR Serialization: Serialize physical register machine...
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
2015-06-23 Elena DemikhovskyAVX-512: Added all forms of VPABS instruction
2015-06-23 Sanjay Patel[x86] generalize reassociation optimization in machine...
2015-06-22 Pawel BylicaRevert r240291: causes problems in self-hosted builds.
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...
2015-06-22 Alex LorenzMIR Serialization: Introduce a lexer for machine instru...
2015-06-22 Sanjay Patel[x86] set default reciprocal (division and square root...
2015-06-22 Sanjoy Das[FaultMaps] Add a parser for the __llvm__faultmaps...
2015-06-22 Rafael EspindolaBring r240130 back.
2015-06-22 Alex LorenzMIR Serialization: Serialize machine instruction names.
2015-06-22 Pawel BylicaFix shl folding in DAG combiner.
2015-06-22 Elena DemikhovskyAVX-512: added VPSHUFB instruction - all SKX forms
2015-06-22 Elena DemikhovskyReverted AVX-512 vector shuffle
2015-06-22 Michael Kuperstein[X86] Allow more call sequences to use push instruction...
2015-06-22 Elena DemikhovskyAVX-512: Added intrinsics for VPERMT2W/D/Q/PS/PD and
next