summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/CodeGenPrepare
Commit message (Expand)AuthorAgeFilesLines
* [CodeGenPrepare] don't convert an unpredictable select into control flowSanjay Patel2016-04-261-5/+24
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-3/+2
* Calculate __builtin_object_size when pointer depends on a conditionPetar Jovanovic2016-04-131-0/+90
* [CodeGenPrepare] Avoid sinking soft-FP comparisonsPeter Zotov2016-04-031-0/+29
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* Keep CodeGenPrepare from preserving the domtree.George Burgess IV2016-03-221-0/+41
* [CGP] Duplicate addressing computation in cold paths if required to sink addr...Philip Reames2016-03-091-0/+196
* [CodeGenPrepare] Remove load-based heuristicJunmo Park2016-02-251-7/+2
* AMDGPU: Remove some old intrinsic uses from testsMatt Arsenault2016-02-111-2/+2
* [InstCombine] Rewrite bswap/bitreverse handling completely.James Molloy2016-01-153-0/+93
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-151-1/+1
* Re-Revert r257105 (Verifier debug info changes)Keno Fischer2016-01-131-1/+1
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-131-1/+1
* Temporarily revert r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-071-1/+1
* [Verifier] Check that debug values have proper sizeKeno Fischer2016-01-071-1/+1
* [gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li2015-12-261-33/+33
* Remove double blanks. NFC.Manuel Jacob2015-12-191-7/+7
* Move catchpad-phi-cast.ll to the X86 specific subdirectoryDavid Majnemer2015-12-121-0/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-25/+27
* [CGP] Reimplement r255055 a different wayReid Kleckner2015-12-081-0/+57
* Revert "[CGP] Check that we have an insert point before moving llvm.dbg.value...Reid Kleckner2015-12-081-57/+0
* [CGP] Check that we have an insert point before moving llvm.dbg.value aroundReid Kleckner2015-12-081-0/+57
* [WinEH] Fix problem where CodeGenPrepare incorrectly sinks a bitcast into an ...Andrew Kaylor2015-11-231-0/+59
* Move free-zext.ll to llvm/test/Transforms/CodeGenPrepare/AArch64/NAKAMURA Takumi2015-11-201-0/+0
* [CodeGenPrepare] Create more extloads and fewer andsGeoff Berry2015-11-201-0/+82
* this new test file was accidentally left out of r253573Sanjay Patel2015-11-191-0/+56
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* [CodegenPrepare] Do not rematerialize gc.relocates across different basic blocksIgor Laevsky2015-11-031-0/+39
* [CGP] widen switch condition and case constants to target's register width (2...Sanjay Patel2015-11-022-0/+190
* revert r251849; need to move tests to arch-specific foldersSanjay Patel2015-11-021-107/+0
* [CGP] widen switch condition and case constants to target's register widthSanjay Patel2015-11-021-0/+107
* [CGP] transform select instructions into branches and sink expensive operandsSanjay Patel2015-10-191-0/+141
* Revert "This is a follow-up to the discussion in D12882."Benjamin Kramer2015-10-161-114/+0
* move test case to x86 directory because it specifies an x86 targetSanjay Patel2015-10-161-0/+0
* This is a follow-up to the discussion in D12882.Sanjay Patel2015-10-161-0/+114
* Introducing llvm.invariant.group.barrier intrinsicPiotr Padlewski2015-09-151-0/+23
* AMDGPU: Fix some places missed in renameMatt Arsenault2015-06-193-3/+3
* Forgot to add lit.local.cfg for new R600 directoryMatt Arsenault2015-05-261-0/+3
* CodeGenPrepare: Don't match addressing modes through addrspacecastMatt Arsenault2015-05-261-0/+49
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-121-22/+22
* Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin2015-05-081-22/+22
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-6/+6
* [InstCombine][CodeGenPrep] Create llvm.uadd.with.overflow in CGP.Sanjoy Das2015-04-101-0/+74
* [SimplifyLibCalls] Ignore nobuiltin/unavailable fortified libcalls.Ahmed Bougacha2015-04-011-0/+18
* Require a GC strategy be specified for functions which use gc.statepointPhilip Reames2015-03-271-6/+6
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-273-11/+11
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-272-23/+23
* [GC] CodeGenPrep transform: simplify offsetable relocateRamkumar Ramachandra2015-01-141-0/+88
* [CodeGenPrepare][AArch64] Fix a TLI legality check on iPTR to use a lowered i...Ahmed Bougacha2014-11-121-0/+19
OpenPOWER on IntegriCloud