aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-31[PowerPC] Eliminate integer compare instructions - vol. 3linaro-local/renato/aalinaro-local/aaNemanja 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] Implement non-const versions of Record::getValue by delegating to ...Craig Topper
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-31Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2017-05-31NewGVN: Fix PR 33185 by checking whether we need to recursivelyDaniel Berlin
2017-05-31Fix test that wasn't update_test_check'dDaniel Berlin
2017-05-31InstructionSimplify: Remove now-redundant reachability tests, as dominates() ...Daniel Berlin
2017-05-31Mark a test as requiring a default tripleVedant Kumar
2017-05-31Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
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-31Fix CodeView-related modules build failures post-r304248Vedant Kumar
2017-05-31[ObjectYAML] Clean up the CodeView headers a bit.Zachary Turner
2017-05-31Fix misspellingAlina Sbirlea
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-30MIR: update test for noVRegs removal.Tim Northover
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[llvm-config] Fix cflags test looking for "warning"Ben Langmuir
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
2017-05-30Added missing break.Galina Kistanova
2017-05-30Revert "[Cloning] Take another pass at properly cloning debug info"Keno Fischer
2017-05-30ARM: Add missing flags to TBB_[JH]T pseudo instructionsMatthias Braun
2017-05-30[Cloning] Take another pass at properly cloning debug infoKeno Fischer
2017-05-30Adding parsing ability for .res file.Eric Beckmann
2017-05-30[InstCombine] Add test cases to show missed opportunities to remove compare i...Craig Topper
2017-05-30[Hexagon] Improve code generation for 32x32-bit multiplicationKrzysztof Parzyszek
2017-05-30[CodeView] Add more DebugSubsection implementations.Zachary Turner
2017-05-30[SelectionDAG] Remove special case for ISD::FPOWI from the strict FP intrinsi...Craig Topper