summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-06-23[ADT] Add a range variant of std::transformDavid Majnemer1-0/+8
2016-06-23Revert r273456, "Preserve DebugInfo when replacing values in DAGCombiner" as ...Peter Collingbourne1-3/+1
2016-06-22Prune some includes from headers and sink some inline functionsReid Kleckner3-23/+5
2016-06-22[PM]: LoopAccessInfo simple refactoringXinliang David Li1-7/+7
2016-06-22[MachO] Finish moving fat header swap functions to MachO.hChris Bieneman1-0/+8
2016-06-22AMDGPU/SI: Define an intrinsic to expose ds_swizzle_b32Changpeng Fang1-0/+5
2016-06-22Do not require __STDC_LIMIT_MACROS and othersPawel Bylica1-9/+6
2016-06-22[MachO] Adding a few missing swapStruct functionsChris Bieneman1-0/+14
2016-06-22Update header documentation for API deliberately made publicDaniel Berlin1-2/+3
2016-06-22IR: Introduce Module::global_objects().Peter Collingbourne2-8/+72
2016-06-22[UpdateCompilerUsed] API rename and cleanup, suggested by Rafaael.Davide Italiano1-4/+2
2016-06-22[MBFI]: Add a new suboption for graph viewerXinliang David Li1-0/+3
2016-06-22[ValueTracking] improve ComputeNumSignBits for vector constantsSanjay Patel1-3/+3
2016-06-22Preserve DebugInfo when replacing values in DAGCombinerNirav Dave1-1/+3
2016-06-22AMDGPU: Add convergent flag to INLINEASM instruction.Wei Ding2-0/+6
2016-06-22[codeview] Add IntroducingVirtual debug info flagReid Kleckner1-1/+1
2016-06-22[codeview] Fix trivial bug in OneMethodRecord::isIntroducingVirtualReid Kleckner1-4/+2
2016-06-22[BFI]: NFC refactoringXinliang David Li1-0/+7
2016-06-22NFC. Move Verifier::verifyIntrinsicType to Intrinsics.hArtur Pilipenko1-0/+9
2016-06-22[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCalleeKrzysztof Parzyszek1-4/+2
2016-06-22[LTO] Move UpdateCompilerUsed.h from lib/ to include/Davide Italiano1-0/+34
2016-06-22[X86] Remove GCC builtins from masked integer cmp and ucmp instrinsics so we ...Craig Topper1-24/+24
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne1-3/+1
2016-06-21[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)Vedant Kumar1-2/+1
2016-06-21AMDGPU: Remove gcc builtin names from workitem intrinsicsJan Vesely1-26/+30
2016-06-21AMDGPU: Add implicitarg.ptr intrinsic.Jan Vesely1-0/+4
2016-06-21Add MemoryAccess creation and PHI creation APIs to MemorySSADaniel Berlin1-5/+37
2016-06-21[codeview] Add support for splitting field list records over 64KBReid Kleckner5-7/+50
2016-06-21Fix typo, NFCKrzysztof Parzyszek1-1/+1
2016-06-21[StackProtector] Fix computation of GSCookieOffset and EHCookieOffset with SEH4Etienne Bergeron2-0/+4
2016-06-21[arm+x86] Make GNU variants behave like GNU w.r.t combining sin+cos into sincos.Daniel Sanders1-0/+6
2016-06-21reverted the prev commit due to assertion failureElena Demikhovsky1-3/+1
2016-06-21Fixed consecutive memory access detection in Loop Vectorizer.Elena Demikhovsky1-1/+3
2016-06-21Revert "Change RelaxELFRelocations for llc."James Y Knight1-1/+1
2016-06-21Replace silly uses of 'signed' with 'int'David Majnemer2-4/+8
2016-06-21[AVX512] Remove the masked vpcmpeq/vcmpgt intrinsics and autoupgrade them to ...Craig Topper1-77/+0
2016-06-20Use the same tag type across all PointerLikeTypeTraits specializationsReid Kleckner1-2/+4
2016-06-20[CFLAA] Add interprocedural function summaries.George Burgess IV1-2/+1
2016-06-20don't repeat function names in documentation comments; NFCSanjay Patel1-68/+62
2016-06-20Add support for Darwin’s 64-bit universal files with 64-bit offsets and siz...Kevin Enderby2-9/+55
2016-06-20Remove interface to get/set MaxFunctionCountEaswaran Raman1-6/+0
2016-06-20Rename to be consistent with other type names. NFCDaniel Berlin1-5/+4
2016-06-20AMDGPU: Fold more custom nodes to undefMatt Arsenault1-0/+5
2016-06-20Generalize DiagnosticInfoStackSize to support other limitsMatt Arsenault1-9/+45
2016-06-20[AARCH64] Add support for Broadcom VulcanPankaj Gode1-0/+2
2016-06-19Add the corresponding modulemap entry, following up r273066.Vassil Vassilev1-0/+1
2016-06-18doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, theJoerg Sonnenberger1-1/+1
2016-06-18[sanitizers] Disable target-specific lowering of string functions.Marcin Koscielnicki1-0/+12
2016-06-18Add a super basic LazyCallGraph DOT printer.Sean Silva1-0/+12
2016-06-18[X86][SSE4A] Autoupgrade and remove MOVNTSD/MOVNTSS intrinsicsSimon Pilgrim1-5/+0