summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-24AMDGPU: Define a schedule class for COPY.Matthias Braun10-16/+39
2016-06-24[PM] Port float2int to the new pass managerMichael Kuperstein7-44/+98
2016-06-24Hookup ProfileSummary with SampleProfilerLoaderDehao Chen3-0/+19
2016-06-24[MBP] show function name in debug dumpXinliang David Li1-0/+1
2016-06-24Revert r273711, it caused PR28298.Nico Weber9-84/+33
2016-06-24Fix lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp for r273701Kevin Enderby1-2/+5
2016-06-24Simplify. NFC.Rafael Espindola1-10/+1
2016-06-24Fix unused variable warning in -asserts builds.Peter Collingbourne1-2/+1
2016-06-24Fix the type signature of DwarfExpression::Add.*Constant to support values >3...Adrian Prantl4-14/+90
2016-06-24Fix documentation for FindAvailableLoadedValue.Eli Friedman2-34/+25
2016-06-24[Hexagon] Simplify (+fix) instruction selection for indexed loads/storesKrzysztof Parzyszek2-308/+213
2016-06-24[IndVarSimplify] Run clang-format over some oddly formatted bitsSanjoy Das1-16/+15
2016-06-24IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne59-1015/+893
2016-06-24[APInt] Don't shift into the sign bitDavid Majnemer1-1/+1
2016-06-24Add support for musl-libc on ARM Linux.Rafael Espindola13-5/+69
2016-06-24[MachO] Fixing copy-paste error from r273719Chris Bieneman1-1/+1
2016-06-24Add missing dependency to LLVMPassesMichael Kuperstein1-1/+1
2016-06-24[MemorySSA] Move code around a bit. NFC.George Burgess IV2-103/+103
2016-06-24[APInt] Don't shift into the sign bitDavid Majnemer1-2/+2
2016-06-24[obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman8-11/+328