summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-05-31[TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...Craig Topper
2017-05-31[BPF] Correct the file name of the -gen-asm-matcher output file to not start ...Craig Topper
2017-05-31[ThinLTO] Reduce unnecessary map lookups during combined summary writeTeresa Johnson
2017-05-31[ScheduleDAG] Deal with already scheduled loads in ScheduleDAG.Nirav Dave
2017-05-31TargetMachine: Indicate whether machine verifier passes.Matthias Braun
2017-05-31[sanitizer-coverage] remove stale code (old coverage); llvm part Kostya Serebryany
2017-05-31[PowerPC] Correctly specify the cache line size for Power 7, 8 and 9.Sean Fertile
2017-05-31Revert "[Atomics][LoopIdiom] Recognize unordered atomic memcpy"Anna Thomas
2017-05-31[PPC] Inline expansion of memcmpZaara Syeda
2017-05-31Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2017-05-31[AMDGPU] Fix bugs in new waitcnt pass. Add test.Mark Searles
2017-05-31[Atomics][LoopIdiom] Recognize unordered atomic memcpyAnna Thomas
2017-05-31[AMDGPU][MC] New syntax for ds_swizzle_b32 offsetDmitry Preobrazhensky
2017-05-31[AArch64] Enable FeatureFuseAES on Cortex-A53.Florian Hahn
2017-05-31[AArch64] Enable FeatureFuseAES on Cortex-A73.Florian Hahn
2017-05-31Fix assertion when merging multiple empty AttributeListsReid Kleckner
2017-05-31[DAG] Avoid use of stale store.Nirav Dave
2017-05-31[PowerPC] Fix a performance bug for PPC::XXPERMDI.Tony Jiang
2017-05-31[PowerPC] Eliminate integer compare instructions - vol. 3Nemanja Ivanovic
2017-05-31[AVR] Fix a big in shift operator lowering; Authored by Dr. Gergo ErdiDylan McKay
2017-05-31[AVR] CPIRdK can only work with r16..r31; Authored by Dr. Gergo ErdiDylan McKay
2017-05-31[PowerPC] Eliminate integer compare instructions - vol. 2Nemanja Ivanovic
2017-05-31[TableGen] Make one of RecordVal's constructors delegate to the other to redu...Craig Topper
2017-05-31[ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner
2017-05-31[coroutines] Call initializePass in coroutine pass constructorsGor Nishanov
2017-05-31[CFLAA] Add missing break; note things are broken.George Burgess IV
2017-05-31X86FrameLowering: No need to mark FP as live-in everywhereMatthias Braun
2017-05-31NewGVN: Fix PR 33185 by checking whether we need to recursivelyDaniel Berlin
2017-05-31InstructionSimplify: Remove now-redundant reachability tests, as dominates() ...Daniel Berlin
2017-05-31ARM: Fix cmpxchg O0 expansionMatthias Braun
2017-05-31ARM: Do not add reserved registers to block livein lists; NFCMatthias Braun
2017-05-31[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-05-31[ObjectYAML] Clean up the CodeView headers a bit.Zachary Turner
2017-05-31Add latency info for Exynos interleaved Load/Store instructions.Abderrazek Zaafrani
2017-05-30Try to fix build again.Zachary Turner
2017-05-30[CodeView] Move CodeView symbol yaml logic to ObjectYAML.Zachary Turner
2017-05-30Fix bug on Big-Endian system, due to reference to vector out of scope.Eric Beckmann
2017-05-30MachineInstr: Do not skip dead def operands when printing.Matthias Braun
2017-05-30This patch should fix various clang warnings and a use of to_stringEric Beckmann
2017-05-30[AntiDepBreaker] Revert r299124 and add a test.Tim Shen
2017-05-30Try to fix build.Zachary Turner
2017-05-30[CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner
2017-05-30TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun
2017-05-30MIR: remove explicit "noVRegs" property.Tim Northover
2017-05-30[PartialInlining] Shrinkwrap allocas with live range contained in outline reg...Xinliang David Li
2017-05-30[Localizer] Don't trick to be smart for the insertion pointQuentin Colombet
2017-05-30[LV] Reapply r303763 with fix for PR33193Matthew Simpson
2017-05-30[Object] Remove unused field + constructor.Benjamin Kramer
2017-05-30[Object] Fix pessimizing move.Benjamin Kramer
2017-05-30Revert "This patch closes PR28513: an optimization of multiplication by diffe...Vedant Kumar