summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-26[CodeExtractor] Merge DEBUG statements in an attempt to fix the msvcBenjamin Kramer1-4/+6
2016-06-26Fixed build failure (due to unused variable error) in r273807.Amjad Aboud1-0/+1
2016-06-26Fixed build failure (due to unused variable error) in r273807.Amjad Aboud1-3/+1
2016-06-26Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer53-519/+398
2016-06-26[codeview] Improved array type support.Amjad Aboud2-2/+240
2016-06-26[RSForGC] Appease MSVCSanjoy Das1-2/+4
2016-06-26[X86] Rewrite lowerVectorShuffleWithPSHUFB to not require a ZeroableMask to b...Craig Topper1-39/+21
2016-06-26[X86] Replace calls to isSingleInputShuffleMask with just checking if V2 is U...Craig Topper1-25/+25
2016-06-26[SelectionDAG] Use DAG.getCommutedVectorShuffle instead of reimplementing it.Craig Topper1-15/+2
2016-06-26[LoopUnswitch] Unswitch on conditions feeding into guardsSanjoy Das2-7/+130
2016-06-26[RSForGC] Bring the BDVState struct up to code; NFCSanjoy Das1-25/+33
2016-06-26[RSForGC] Bring computeLiveInValues up to code; NFCSanjoy Das1-8/+5
2016-06-26[RSForGC] Bring computeLiveOutSeed up to code; NFCSanjoy Das1-7/+7
2016-06-26[RSForGC] Bring computeLiveInValues up to code; NFCSanjoy Das1-19/+8
2016-06-26[RSForGC] Bring recomputeLiveInValues up to code; NFCSanjoy Das1-9/+9
2016-06-26[RSForGC] Bring containsGCPtrType, isGCPointerType up to code; NFCSanjoy Das1-3/+2
2016-06-26[RSForGC] Bring analyzeParsePointLiveness up to code; NFCSanjoy Das1-7/+7
2016-06-26[RSForGC] Bring meetBDVStateImpl up to code; NFCSanjoy Das1-14/+13
2016-06-26[RSForGC] Get rid of the unnecessary MeetBDVStates struct; NFCSanjoy Das1-58/+36
2016-06-26[RSForGC] Bring findBasePointer up to code; NFCSanjoy Das2-110/+96
2016-06-26[Object, COFF] An import data directory might not consist soley of importsDavid Majnemer3-31/+47
2016-06-26[llvm-cov] Simplify the way expansion views are rendered (NFC)Vedant Kumar4-35/+38
2016-06-25[X86] Convert ==/!= comparisons with -1 for checking undef in shuffle lowerin...Craig Topper1-47/+54
2016-06-25[X86] Pull similar bitcasts on different paths to earlier shared point. NFCCraig Topper1-10/+9
2016-06-25AMDGPU/R600: Fix GlobalValue regressions.Jan Vesely3-7/+13
2016-06-25update tests to use FileCheckSanjay Patel1-34/+47
2016-06-25[cmake] Port the llvm-config option --build-mode to LLVMConfig.cmake via the ...Michael Gottesman1-0/+2
2016-06-25Reapply r273664 with workaround for MSVCHubert Tong1-0/+45
2016-06-25Just a small cleanupDavid Majnemer1-30/+21
2016-06-25Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"David Majnemer10-31/+73
2016-06-25[SimplifyCFG] Stop inserting calls to llvm.trap for UBDavid Majnemer10-73/+31
2016-06-25[InstSimplify] Replace calls to null with undefDavid Majnemer2-1/+18
2016-06-25[SimplifyCFG] Replace calls to null/undef with unreachableDavid Majnemer3-1/+42
2016-06-25Fix a typo in FindAvailableLoadedValue, introduced by r273734. [-Wdocumentation]NAKAMURA Takumi1-1/+1
2016-06-25[llvm-cov] Make an API more consistent, NFCVedant Kumar4-12/+14
2016-06-25[llvm-cov] Flesh out some doxygen comments, NFCVedant Kumar4-16/+20
2016-06-25Try to fix the MSVC buildVedant Kumar1-2/+2
2016-06-25[AMDGPU] Emit debugger prologue and emit the rest of the debugger fields in t...Konstantin Zhuravlyov12-5/+287
2016-06-25llvm-ar: add some tests for llvm-ar default selectionSaleem Abdulrasool8-0/+179
2016-06-25[llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar6-201/+363
2016-06-25MachineScheduler: Remember top/bottom choice in bidirectional schedulingMatthias Braun2-11/+77
2016-06-25AMDGPU/SI: Make sure not to fold offsets into local address space globalsTom Stellard3-0/+31
2016-06-25[PlaceSafepoints] Don't call undef in test case; NFCSanjoy Das1-1/+3
2016-06-25[LoopUnswitch] Avoid exponential behaviorSanjoy Das2-4/+73
2016-06-25The absence of noreturn doesn't ensure mayReturnDavid Majnemer3-33/+1
2016-06-25It isn't meaningful for a transform to preserve another transform. NFC.Michael Kuperstein2-10/+0
2016-06-25IR: Introduce llvm.type.checked.load intrinsic.Peter Collingbourne12-32/+508
2016-06-25MachineScheduler: Fully compare top/bottom candidatesMatthias Braun22-150/+154
2016-06-25Reinstate r273711David Majnemer10-33/+103
2016-06-25Silence a -Wsign-compare warningDavid Majnemer1-2/+2