adding readability-identifier-naming to llvm clang-tidy configuration.
[oota-llvm.git] / test / CodeGen /
2015-12-08 Ron Lieberman[Hexagon] Add NewValueJump support for C4_cmpneq, C4_cm...
2015-12-08 Justin BognerIR: Allow vectors of halfs to be ConstantDataVectors
2015-12-08 Justin BognerAsmPrinter: Use emitGlobalConstantFP to emit elements...
2015-12-08 Manman Ren[CXX TLS calling convention] Add support for AArch64.
2015-12-07 Kit Barton[PPC64] Convert bool literals to i32
2015-12-07 Simon PilgrimFix line endings
2015-12-07 Ron Lieberman[Hexagon] Adding v60 test, vasr in particular.
2015-12-07 Sanjay PatelTighten checks so we can see existing codegen
2015-12-07 Elena DemikhovskyVX-512: Fixed a bug in FP logic operation lowering
2015-12-07 Artyom Skrobov[ARM] Generate ABI_optimization_goals build attribute...
2015-12-07 Elena DemikhovskyAVX-512: Fixed masked load / store instruction selectio...
2015-12-07 Igor BregerAVX-512: implement kunpck intrinsics.
2015-12-07 Bradley Smith[ARM] Flag vcvt{t,b} with an f16 type specifier as...
2015-12-07 Simon Pilgrim[X86][AVX] Added tests to load+broadcast non-zero'th...
2015-12-06 Keno Fischer[Verifier] Fix !dbg validation if Scope is the Subprogram
2015-12-06 Simon Pilgrim[X86][AVX] Tidied up BROADCASTPD/BROADCASTPS tests
2015-12-06 Dan Gohman[WebAssembly] Enable folding of offsets into global...
2015-12-06 Dan Gohman[WebAssembly] Tighten up some testcase regular expressions.
2015-12-06 Sanjay Patel[x86] add missing maxnum/minnum tests for 256-bit vectors
2015-12-06 Asaf Badouh[X86][AVX512] add vmovss/sd missing encoding
2015-12-06 Michael Kuperstein[X86] Always generate precise CFA adjustments.
2015-12-06 Igor BregerAVX512: support AVX512BW Intrinsic in 32bit mode.
2015-12-05 Dan Gohman[WebAssembly] Don't perform the returned-argument optim...
2015-12-05 Dan Gohman[WebAssembly] Implement direct calls to external symbols.
2015-12-05 Sanjay PatelAdd vector fmaxnum tests that correspond to the existin...
2015-12-05 Dan Gohman[WebAssembly] Support inline asm constraints of type...
2015-12-05 Sanjay Patelfix typo; NFC
2015-12-05 Simon Pilgrim[X86][ADX] Added memory folding patterns and stack...
2015-12-05 Simon Pilgrim[X86][FMA4] Explicitly set the domain of FMA4 float...
2015-12-05 Cong HouNormalize successors' probabilities when building MBBs...
2015-12-05 Dan Gohman[WebAssembly] Implement ReverseBranchCondition, and...
2015-12-05 Dan Gohman[WebAssembly] Fix scheduling dependencies in register...
2015-12-05 Derek Schuff[WebAssembly] Support constant offsets on loads and...
2015-12-04 Dan Gohman[WebAssembly] Initial varargs support.
2015-12-04 Hans WennborgX86: Don't emit SAHF/LAHF for 64-bit targets unless...
2015-12-04 Chad Rosier[AArch64] Expand vector SDIVREM/UDIVREM operations.
2015-12-04 Manman Ren[CXX TLS calling convention] Add CXX TLS calling conven...
2015-12-04 Alexey BataevLEA code size optimization pass (Part 1): Remove redund...
2015-12-04 NAKAMURA TakumiMove llvm/test/CodeGen/Generic/function-alias.ll to...
2015-12-04 Quentin Colombet[ARM] When a bitcast is about to be turned into a VMOVD...
2015-12-04 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-04 JF BastienX86InstrInfo::copyPhysReg: workaround reg liveness
2015-12-04 Evgeniy StepanovFix function-alias.ll test on non-X86 targets.
2015-12-04 Evgeniy StepanovEmit function alias to data as a function symbol.
2015-12-03 JF BastienCodeGen peephole: fold redundant phys reg copies
2015-12-03 Dan Gohman[WebAssembly] Fix dominance check for PHIs in the Store...
2015-12-03 Reid Kleckner[X86] Put no-op ADJCALLSTACK markers around all dynamic...
2015-12-03 Andrew KaylorMove branch folding test to a better location.
2015-12-03 Matthias BraunAArch64FastISel: Use cbz/cbnz to branch on i1
2015-12-03 Tom StellardAMDGPU/SI: Emit constant arrays in the .hsrodata_readon...
2015-12-03 Matthias BraunRevert "ScheduleDAGInstrs: Rework schedule graph builder."
2015-12-03 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-03 Derek Schuff[WebAssembly] Add a test for wasm-store-results pass
2015-12-02 Kyle ButtTests: PPC: remove unnecessary metadata. NFC
2015-12-02 Tom StellardAMDGPU/SI: Correctly emit agent global segment variable...
2015-12-02 Kyle Butt[CodeGen]: Fix bad interaction with AntiDep breaking...
2015-12-02 Tim NorthoverAArch64: use ldxp/stxp pair to implement 128-bit atomic...
2015-12-02 Tom StellardAMDGPU/SI: Don't emit group segment global variables
2015-12-02 Christof Douma[AArch64]: Add support for Cortex-A35
2015-12-02 Nemanja IvanovicPatch to fix a crash in the PowerPC back end due to...
2015-12-02 Simon Pilgrim[X86][FMA] Optimize FNEG(FMUL) Patterns
2015-12-02 Asaf Badouh[X86][AVX512] add comi with Sae
2015-12-02 Quentin Colombet[X86] Make sure the prologue does not clobber EFLAGS...
2015-12-02 Tim NorthoverAArch64: fix 128-bit shifts
2015-12-01 Matt ArsenaultAMDGPU: Error on addrspacecasts that aren't actually...
2015-12-01 Matt ArsenaultAMDGPU: Implement isNoopAddrSpaceCast
2015-12-01 Quentin Colombet[X86] Make sure the prologue does not clobber EFLAGS...
2015-12-01 Artyom SkrobovFix Thumb1 epilogue generation
2015-12-01 Weiming Zhao[AArch64] Fix a corner case in BitFeild select
2015-12-01 Elena DemikhovskyAVX-512: regenerated test for avx512 arithmetics, NFC
2015-12-01 Yury GribovIntroduce new @llvm.get.dynamic.area.offset.i{32, 64...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-30 Simon Pilgrim[X86][FMA4] Prefer FMA4 to FMA
2015-11-30 Paul RobinsonHave 'optnone' respect the -fast-isel=false option.
2015-11-30 Cong Hou[X86] Update test/CodeGen/X86/avg.ll with the help...
2015-11-30 Matt ArsenaultAMDGPU: Rework how private buffer passed for HSA
2015-11-30 Matt ArsenaultAMDGPU: Remove SIPrepareScratchRegs
2015-11-30 Matt ArsenaultAMDGPU: Use assert zext for workgroup sizes
2015-11-30 Quentin Colombet[ARM] For old thumb ISA like v4t, we cannot use PC...
2015-11-30 David Majnemer[X86] Add RIP to GR64_TCW64
2015-11-30 Kit BartonEnable shrink wrapping for PPC64
2015-11-30 Matt ArsenaultAMDGPU: Don't reserve SCRATCH_PTR input register
2015-11-30 Igor BregerAVX512: regenerate avx512bw intrincics tests results.
2015-11-29 Craig Topper[X86] int_x86_avx2_permps and X86ISD::VPERMV should...
2015-11-29 Simon Pilgrim[X86][SSE] Added support for lowering to ADDSUBPS/ADDSU...
2015-11-28 Simon Pilgrim[X86][AVX] Regenerate ADDSUB tests
2015-11-28 Renato GolinRevert "[ARM] Generate ABI_optimization_goals build...
2015-11-28 Simon Pilgrim[X86][FMA] Added 512-bit tests to match 128/256-bit...
2015-11-28 Simon Pilgrim[X86][FMA] More thorough FMA tests
2015-11-28 Simon Pilgrim[X86][AVX2] Tidied up PBROADCAST tests
2015-11-28 NAKAMURA Takumillvm/test/CodeGen/SystemZ/alloca-04.ll REQUIRES asserts...
2015-11-28 Jonas Paulsson[Stack realignment] Handling of aligned allocas.
2015-11-27 Artyom Skrobov[ARM] Generate ABI_optimization_goals build attribute...
2015-11-26 Simon Pilgrim[X86][FMA] Begun adding AVX512 FMA tests
2015-11-26 Krzysztof Parzyszek[Hexagon] Hexagon V60 HVX intrinsic defintions
2015-11-26 Martell MaloneARM: address WOA unsigned division overflow crash
2015-11-26 Daniel Sanders[mips][ias] Explicitly disable IAS on tests that depend...
2015-11-26 Daniel Sanders[mips][ias] Replace anchor comments with anchor instruc...
next