summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* llvm/test/CodeGen/AArch64/arm64-csldst-mmo.ll requires +Asserts.NAKAMURA Takumi2016-04-151-0/+1
* [SimplifyCFG] propagate branch metadata when creating select (PR27344)Sanjay Patel2016-04-152-3/+3
* lli.cpp: Appease some builders. There might be ownership issues between LLVMC...NAKAMURA Takumi2016-04-151-1/+1
* [AArch64] Add MMOs to callee-save load/store instructions.Geoff Berry2016-04-152-2/+38
* Fix typing on generated LXV2DX/STXV2DX instructionsNirav Dave2016-04-152-5/+49
* [MachineScheduler]Add support for store clusteringJun Bum Lim2016-04-1510-66/+254
* [Coverage] Prevent detection of false instantiations in case of macro expansion.Igor Kudrin2016-04-157-19/+102
* [SimplifyCFG] add metadata to show failure to propagate (PR27344)Sanjay Patel2016-04-151-7/+10
* [Coverage] Add support for making test data for more than one function.Igor Kudrin2016-04-151-83/+169
* AMDGPU/SI: Fix regression with no-return atomicsNicolai Haehnle2016-04-152-0/+10
* Use MVT instead of EVT to remove a bunch of unnecessary calls to getSimpleVT.Craig Topper2016-04-154-61/+58
* Add a setOperationPromotedToType convenience method that sets an operation to...Craig Topper2016-04-152-36/+25
* [X86] AND, OR, and XOR of vectors are always legal no need to set them legal ...Craig Topper2016-04-151-5/+0
* [X86] Combine an if and else block that had the same set of calls to setOpera...Craig Topper2016-04-151-47/+24
* Revert "[LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory."Davide Italiano2016-04-152-41/+20
* [NVPTX] Set NVPTXTTI::getInliningThresholdMultiplier to 5.Justin Lebar2016-04-151-0/+4
* [TTI] Add getInliningThresholdMultiplier.Justin Lebar2016-04-155-0/+24
* [ifcnv] Don't duplicate blocks that contain convergent instructions.Justin Lebar2016-04-151-1/+31
* Move divergent-target test into CodeGen/NVPTX because it requires an NVPTX ta...Justin Lebar2016-04-151-2/+4
* [PM] Add a SpeculativeExecution pass for targets with divergent branches.Justin Lebar2016-04-151-0/+2
* [Speculation] Add a SpeculativeExecution mode where the pass does nothing unl...Justin Lebar2016-04-154-5/+70
* [ParallelCG] Attempt to placate MSVC.Davide Italiano2016-04-151-0/+2
* Option parser: class for consuming a joined arg in addition to all remaining ...Hans Wennborg2016-04-156-1/+73
* OptionParsingTest.cpp: reorder EXPECT_EQs to put expectation on the left. NFC.Hans Wennborg2016-04-151-25/+25
* [LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory.Davide Italiano2016-04-152-20/+39
* [test] Require 'asserts' for a test which uses -debug-onlyVedant Kumar2016-04-141-0/+1
* AMDGPU: Remove custom load/store scalarizationMatt Arsenault2016-04-144-87/+7
* AMDGPU: Include LDS size in printed commentMatt Arsenault2016-04-142-4/+12
* [AliasSetTracker] Correctly handle changing the size of an entryMichael Kuperstein2016-04-143-20/+64
* Nuke getGlobalContext() from LLVM (but the C API)Mehdi Amini2016-04-143-14/+4
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-1480-1079/+1108
* AMDGPU: Run SIFoldOperands after PeepholeOptimizerMatt Arsenault2016-04-1417-46/+74
* AMDGPU: Directly emit m0 initialization with s_mov_b32Matt Arsenault2016-04-142-14/+37
* AMDGPU: Fold bitcasts of scalar constants to vectorsMatt Arsenault2016-04-145-50/+83
* [ScheduleDAGInstrs] Re-factor for based on review feedback. NFC.Geoff Berry2016-04-142-54/+52
* [ARM] Adding IEEE-754 SIMD detection to loop vectorizerRenato Golin2016-04-146-6/+406
* [InstCombine] remove constant by inverting compare + logic (PR27105)Sanjay Patel2016-04-142-0/+32
* Fix null pointer access for discriminator assignment.Dehao Chen2016-04-141-0/+2
* AMDGPU: Add skeleton GlobalIsel implementationTom Stellard2016-04-147-0/+156
* Update discriminator assignment algorithm to handle nested call correctly.Dehao Chen2016-04-142-20/+64
* Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.hReid Kleckner2016-04-1411-46/+70
* [ValueMapper] Range-loopify to improve readability. NFC.Davide Italiano2016-04-141-3/+3
* [lanai] Add custom lowering for SRL_PARTS i32.Jacques Pienaar2016-04-143-1/+56
* [GlobalISel] Move GISelAccessor class into public headersTom Stellard2016-04-144-20/+20
* [DivergenceAnalysis] Treat PHI with incoming undef as constantNicolai Haehnle2016-04-145-1/+93
* [StructurizeCFG] Annotate branches that were treated as uniformNicolai Haehnle2016-04-143-4/+30
* AMDGPU: Remove SIFixSGPRLiveRanges passNicolai Haehnle2016-04-145-243/+1
* AMDGPU: change a redundant if () to an assert(). NFCNicolai Haehnle2016-04-141-2/+1
* [GlobalISel] Coding style and whitespace fixesTom Stellard2016-04-144-11/+11
* AArch64: expand cmpxchg after regalloc at -O0.Tim Northover2016-04-145-4/+389
OpenPOWER on IntegriCloud