summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [X86][SSE4A] Added shuffle decode tests for 'special case' SSE4A EXTRQI/INSER...Simon Pilgrim2015-10-041-0/+61
* AVX512: Implemented encoding and intrinsics for VPERMILPS/PD instructions.Igor Breger2015-10-044-0/+272
* [WinEH] Permit branch folding in the face of funcletsDavid Majnemer2015-10-041-3/+16
* [DAGCombiner] Generalize FADD constant combines to work with vectorsSimon Pilgrim2015-10-032-24/+49
* add test cases that demonstrate bad behaviorSanjay Patel2015-10-031-0/+52
* [X86][SSE] Add FADD combine tests.Simon Pilgrim2015-10-031-0/+196
* [WebAssembly] Implement the remaining conversion operations.Dan Gohman2015-10-031-3/+203
* [WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman2015-10-0320-303/+303
* [WebAssembly] Update this test for the new loop scheme.Dan Gohman2015-10-021-1/+1
* [WebAssembly] Fix CFG stackification of nested loops.Dan Gohman2015-10-021-0/+30
* [WebAssembly] Support calls marked as "tail", fastcc, and coldcc.Dan Gohman2015-10-021-1/+24
* Call the correct overload.Richard Trieu2015-10-021-3/+3
* [WebAssembly] Add a resize_memory intrinsic.Dan Gohman2015-10-022-0/+20
* [WebAssembly] Add a memory_size intrinsic.Dan Gohman2015-10-022-0/+20
* ARM: correctly align constant pool value on Thumb1 targets.Tim Northover2015-10-021-10/+14
* Reapply r249121 : "[FastISel][x86] Teach how to select SSE2/AVX bitcasts betw...Andrea Di Biagio2015-10-022-0/+489
* Revert: [FastISel][x86] Teach how to select SSE2/AVX bitcasts between 128/256...Andrea Di Biagio2015-10-022-489/+0
* [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backendZoran Jovanovic2015-10-021-0/+13
* [FastISel][x86] Teach how to select SSE2/AVX bitcasts between 128/256-bit vec...Andrea Di Biagio2015-10-022-0/+489
* [WinEH] Emit __C_specific_handler tables for the new IRReid Kleckner2015-10-011-0/+202
* AMDGPU/SI: Remove assert from AMDGPUOpenCLImageTypeLowering passTom Stellard2015-10-011-0/+24
* [WinEH] Stop BranchFolding from merging across funcletsDavid Majnemer2015-10-011-2/+51
* [WinEH] Make FuncletLayout more robust against catchretDavid Majnemer2015-10-011-2/+59
* [SystemZ] Add some generic (floating point support) load instructions.Jonas Paulsson2015-10-018-14/+95
* AMDGPU: Add MEM_RAT STORE_TYPED.Tom Stellard2015-10-011-0/+24
* Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"NAKAMURA Takumi2015-10-013-107/+4
* [ARM] More care with Thumb1 writeback in ARMLoadStoreOptimizerScott Douglass2015-10-011-0/+27
* [X86] Don't custom-lower vNi32 uint_to_fp when unsafe-fp-math.Ahmed Bougacha2015-10-011-0/+130
* [WinEH] Emit int3 after noreturn calls on Win64Reid Kleckner2015-09-303-4/+107
* [x86] enable machine combiner reassociations for 256-bit vector logical integ...Sanjay Patel2015-09-301-2/+46
* [AArch64] Remove an unnecessary run line and other cleanup. NFC.Chad Rosier2015-09-302-99/+95
* [AArch64] Remove an unnecessary restriction on pre-index instructions.Chad Rosier2015-09-308-20/+205
* [PowerPC] Disable shrink wrappingHal Finkel2015-09-301-0/+1
* [ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...Jeroen Ketema2015-09-3037-435/+595
* [X86][XOP] Added support for the lowering of 128-bit vector shifts to XOP shi...Simon Pilgrim2015-09-306-0/+1217
* [safestack] Fix a stupid mix-up in the direct-tls code path.Evgeniy Stepanov2015-09-301-0/+32
* [WinEH] Setup RBP correctly in Win64 funclet prologuesReid Kleckner2015-09-294-21/+30
* [WinEH] Ensure that funclets obey the x64 ABIDavid Majnemer2015-09-293-12/+18
* HHVM calling conventions.Maksim Panchenko2015-09-291-0/+241
* Fix test from r248825.Chad Rosier2015-09-291-1/+1
* [AArch64] Add support for pre- and post-index LDPSWs.Chad Rosier2015-09-291-0/+31
* [WinEH] Teach AsmPrinter about funcletsDavid Majnemer2015-09-2910-32/+164
* [AArch64] Add integer pre- and post-index halfword/byte loads and stores.Chad Rosier2015-09-291-0/+156
* Arguments spilled on the stack before a function call may haveJeroen Ketema2015-09-291-0/+40
* [WebAssembly] Rename test files to match platform naming conventions.Dan Gohman2015-09-294-0/+0
* [WinEH] Fix ip2state table emission with funcletsReid Kleckner2015-09-282-33/+82
* AMDGPU: Fix splitting x16 SMRD loadsMatt Arsenault2015-09-281-0/+43
* AMDGPU: Fix moving SMRD loads with literal offsets on CIMatt Arsenault2015-09-281-1/+98
* AMDGPU: Add testcasesMatt Arsenault2015-09-281-0/+119
* AMDGPU: Cleanup testMatt Arsenault2015-09-281-82/+83
OpenPOWER on IntegriCloud