Fix Windows build: replace __func__ with LLVM_FUNCTION_NAME
[oota-llvm.git] / test / CodeGen /
2015-07-14 Hal Finkel[PowerPC] Fix the PPCInstrInfo::getInstrLatency impleme...
2015-07-14 Krzysztof Parzyszek[Hexagon] Generate instructions for operations on predi...
2015-07-14 Keno Fischer[CodeGen] Force emission of personality directive if...
2015-07-14 Matt ArsenaultAMDGPU: Avoid using 64-bit shift for i64 (shl x, 32)
2015-07-14 Matt ArsenaultAMDGPU/SI: Fix read2 merging into a super register.
2015-07-14 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-14 Tim NorthoverARM: add at least one real test for r242123.
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-14 Krzysztof Parzyszek[Hexagon] Generate "extract" instructions more aggressively
2015-07-14 Tom StellardAMDGPU/SI: Add support for shrinking v_cndmask_b32_e32...
2015-07-14 Yaron KerenGenerate correct asm info for mingw and cygwin ARM...
2015-07-14 NAKAMURA TakumiGive an explicit triple to llvm/test/CodeGen/X86/pr1357...
2015-07-14 Matthias BraunRevert "LegalizeDAG: Fix and improve FCOPYSIGN/FABS...
2015-07-14 Matthias BraunLegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
2015-07-14 Matthias BraunX86: Check output of x86 copysignl testcase.
2015-07-14 Alex LorenzMIR Serialization: Serialize the variable sized stack...
2015-07-13 Alex LorenzMIR Serialization: Serialize the sub register indices.
2015-07-13 Bill Schmidt[PPC64LE] More improvements to VSX swap optimization
2015-07-13 Reid Kleckner[WinEH] Emit the LSDA even if no lpads remain but outli...
2015-07-13 Alex LorenzMIR Serialization: Serialize the fixed stack objects.
2015-07-13 Reid Kleckner[WinEH] Strip the \01 character from the __CxxFrameHand...
2015-07-13 James Y KnightFix handling of the 'n' asm constraint with invalid...
2015-07-13 Tom StellardAMDGPU/SI: Select mad patterns to v_mac_f32
2015-07-13 Logan ChienARM: Fix cttz expansion on vector types.
2015-07-13 Rafael EspindolaPrint the visibility of available_externally functions.
2015-07-13 Elena DemikhovskyAVX-512: Added all AVX-512 forms of Vector Convert...
2015-07-12 Renato Golin[ARM] Add support for nest attribute using r12
2015-07-12 Simon Pilgrim[X86][SSE] Tidied up vector extend/truncation tests...
2015-07-12 Simon Pilgrim[X86][SSE] Vectorized v4i32 non-uniform shifts.
2015-07-12 Hal Finkel[PowerPC] Make use of the TargetRecip system
2015-07-12 Hal Finkel[PowerPC] Support the nest parameter attribute
2015-07-10 Alex LorenzMIR Serialization: Serialize the virtual register operands.
2015-07-10 Reid Kleckner[SEH] Push reloads of the SEH code past phi nodes
2015-07-10 Matt ArsenaultDAGCombiner: Assume invariant load cannot alias a store
2015-07-10 Quentin Colombet[ShrinkWrap][PEI] Do not insert epilogue for unreachabl...
2015-07-10 Evgeniy StepanovFix AArch64 prologue for empty frame with dynamic allocas.
2015-07-10 Matthias BraunARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor...
2015-07-10 Fiona GlaserComputeKnownBits: be a bit smarter about ADDs
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
2015-07-10 Alex LorenzMIR Serialization: Initial serialization of stack objects.
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Rewrite LDM/STM matching logic.
2015-07-10 Eli BenderskyActually support volatile memcpys in NVPTX lowering
2015-07-10 Jingyue Wu[NVPTX] declare no vector registers
2015-07-10 Reid Kleckner[WinEH] Make sure LSDA tables are 4 byte aligned
2015-07-09 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-07-09 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-07-09 Alex LorenzMIR Serialization: Serialize the virtual register defin...
2015-07-09 Reid Kleckner[WinEH] Give up on using CSRs across 32-bit invokes...
2015-07-09 Alex LorenzMIR Parser: Report an error when parsing machine functi...
2015-07-09 Sanjoy Das[ImplicitNullChecks] Be smarter in picking the memory op.
2015-07-09 Alex LorenzMIR Serialization: Serialize the simple MachineFrameInf...
2015-07-09 Pat GavlinAllow {e,r}bp as the target of {read,write}_register.
2015-07-09 Sanjay Patelfix an invisible bug when combining repeated FP divisors
2015-07-09 Pawel BylicaReapply fixed r241790: Fix shift legalization and lower...
2015-07-09 Krzysztof Parzyszek[Hexagon] Add support for atomic RMW operations
2015-07-09 Arnaud A. de Grand... [AArch64] Select SBFIZ or UBFIZ instead of left + right...
2015-07-09 Renato GolinTest for 241794 (nest attribute in AArch64)
2015-07-09 Pawel BylicaRevert r241790: Fix shift legalization and lowering...
2015-07-09 Pawel BylicaFix shift legalization and lowering for big constants.
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-08 Alex LorenzMIR Serialization: Serialize the 'undef' register machi...
2015-07-08 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-07-08 Eli BenderskyAdd tests for the NVPTXLowerAggrCopies pass.
2015-07-08 Alex LorenzMIR Serialization: Serialize the 'killed' register...
2015-07-08 Simon Pilgrim[X86][SSE] Vector shift test cleanup. NFC.
2015-07-08 Reid Kleckner[Win64] Only treat some functions as having the Win64...
2015-07-08 Alex LorenzMIR Parser: Use source locations for MBB naming errors.
2015-07-08 Krzysztof Parzyszek[Hexagon] Implement commoning of GetElementPtr instructions
2015-07-08 Reid Kleckner[SEH] Add missing test case from previous realignment...
2015-07-08 Reid Kleckner[SEH] Ensure that empty __except blocks have their...
2015-07-08 James Y Knight[SPARC] Cleanup handling of the Y/ASR registers.
2015-07-08 Krzysztof Parzyszek[Hexagon] Generate "insert" instructions more aggressively
2015-07-08 Krzysztof ParzyszekRevert 241681: causes Windows builds to fail
2015-07-08 Krzysztof Parzyszek[Hexagon] Generate "insert" instructions more aggressively
2015-07-08 Simon Pilgrim[X86][SSE] Added (V)ROUNDSD + (V)ROUNDSS stack folding...
2015-07-07 Reid Kleckner[WinEH] Make llvm.x86.seh.restoreframe work for stack...
2015-07-07 Reid Kleckner[WinEH] Add localaddress intrinsic instead of using...
2015-07-07 Arnold SchwaighoferAdd more nvcasts
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-07 Alex LorenzMIR Serialization: Serialize the 'dead' register machin...
2015-07-07 Arnold SchwaighoferAdd CHECK lines to test case
2015-07-07 Arnold SchwaighoferAdd a pattern for a nvcast from v2f64 -> v4f32
2015-07-07 Akira HatanakaFix test case to unbreak build.
2015-07-07 Akira Hatanaka[ARM] Define a subtarget feature and use it to decide...
2015-07-07 Alex LorenzMIR Parser: Verify the implicit machine register operands.
2015-07-06 Dan Gohman[WebAssembly] Create a CodeGen unittest directory.
2015-07-06 Alex LorenzMIR Serialization: Serialize the implicit register...
2015-07-06 Simon Pilgrim[X86][AVX] Add support for shuffle decoding of vperm2f1...
2015-07-06 Sanjay Patel[x86] extend machine combiner reassociation optimizatio...
2015-07-06 Simon Pilgrim[X86][SSE] Vectorized i64 uniform constant SRA shifts
2015-07-06 Reid Kleckner[WinEH] Add some test cases I forgot to add to previous...
2015-07-06 Reid Kleckner[WinEH] Insert the EH code load before the block terminator
2015-07-06 Simon Pilgrim[X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ...
2015-07-06 Alex Lorenzllc: Add a 'run-pass' option.
2015-07-06 Matt ArsenaultAMDGPU/SI: Add debugging subtarget feature for DS offsets
2015-07-06 Simon Pilgrim[X86][SSE] Added missing stack folding test for SQRTSD...
2015-07-06 Asaf Badouh[X86][AVX512] Multiply Packed Unsigned Integers with...
2015-07-05 Simon Pilgrim[X86][SSE3] Just use an explicit SSE3 target attribute...
2015-07-05 Simon Pilgrim[X86][SSE2] Just use an explicit SSE2 target attribute...
2015-07-05 Asaf Badouh[x86][AVX512] add Multiply High Op
next