summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-06-02Skip CFI for dead functions.Evgeniy Stepanov
2017-06-02Re-land "COFF: migrate def parser from LLD to LLVM"Reid Kleckner
2017-06-02Tidy up a bit of r304516, use SmallVector::assign rather than for loopDavid Blaikie
2017-06-02Verify a couple more fields in STATEPOINT instructionsPhilip Reames
2017-06-02Add placeholder for more extensive verification of psuedo opsPhilip Reames
2017-06-02Revert "COFF: migrate def parser from LLD to LLVM"Reid Kleckner
2017-06-02[OrderedBasicBlock] Return false for comesBefore(A, A)Benjamin Kramer
2017-06-02[ARM] Cortex-A57 scheduling model for ARM backend (AArch32)Javed Absar
2017-06-02[TableGen] Remove a couple unused methods from Record that take a StringRef a...Craig Topper
2017-06-01[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-06-01[ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change it to -use-new-pm.Tim Shen
2017-06-01Reapply "[Cloning] Take another pass at properly cloning debug info"Keno Fischer
2017-06-01Fix -Wreorder warnings.Zachary Turner
2017-06-01[CodeView] Properly align symbol records on read/write.Zachary Turner
2017-06-01Add opt-bisect support for region passes.Eli Friedman
2017-06-01[DIBuilder] Add a more fine-grained finalization methodKeno Fischer
2017-06-01(NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov
2017-06-01[DWARF] Introduce Dump OptionsAdrian Prantl
2017-06-01[PM/ThinLTO] Port the ThinLTO pipeline (both components) to the new PM.Chandler Carruth
2017-06-01Do not legalize large setcc with setcce, introduce setcccarry and do it with ...Amaury Sechet
2017-06-01Make mcpu=generic the default for armv7-a and armv8-a.Kristof Beyls
2017-06-01[TableGen] Remove RecordVal constructor that takes a StringRef and Record::se...Craig Topper
2017-06-01[ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM.Tim Shen
2017-05-31Add LiveRangeShrink pass to shrink live range within BB.Dehao Chen
2017-05-31Revert rL304050. It may break sanitizer bootstrap. Revert it for now while in...Wei Mi
2017-05-31X86FloatingPoint: Fix livein listsMatthias Braun
2017-05-31[IR] Add additional addParamAttr/removeParamAttr to AttributeList APIReid Kleckner
2017-05-31[TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...Craig Topper
2017-05-31TargetMachine: Indicate whether machine verifier passes.Matthias Braun
2017-05-31Revert "[Atomics][LoopIdiom] Recognize unordered atomic memcpy"Anna Thomas
2017-05-31[PPC] Inline expansion of memcmpZaara Syeda
2017-05-31[Atomics][LoopIdiom] Recognize unordered atomic memcpyAnna Thomas
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[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-30[CodeView] Move CodeView symbol yaml logic to ObjectYAML.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[Object] Remove unused field + constructor.Benjamin Kramer
2017-05-30Revert "[Cloning] Take another pass at properly cloning debug info"Keno Fischer
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[CodeView] Add more DebugSubsection implementations.Zachary Turner
2017-05-30[CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner