summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [SLP] Don't pass a global CL option as an argument. NFC.Chad Rosier2016-09-021-4/+3
* [codeview] Use the correct max CV record length of 0xFF00Reid Kleckner2016-09-021-0/+4
* Fix up comment from r280442, noticed by Justin.Adam Nemet2016-09-021-3/+2
* Split the store of a wide value merged from an int-fp pair into multiple stores.Wei Mi2016-09-021-0/+6
* fix documentation comments; NFCSanjay Patel2016-09-021-8/+11
* [Support] - Fix possible crash in match() of llvm::Regex.George Rimar2016-09-021-5/+1
* [AVX-512] Remove floating point logical operation instrinsics and replace the...Craig Topper2016-09-021-76/+0
* [ORC] Fix some missing fields in OrcRemoteTargetClient's move constructor.Lang Hames2016-09-021-1/+2
* Add missing &. NFC.George Burgess IV2016-09-021-1/+1
* revert r280429 and r280425:Dehao Chen2016-09-021-9/+1
* [CFGPrinter] Display branch weight on the edgesAdam Nemet2016-09-021-0/+30
* Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.Dehao Chen2016-09-011-1/+9
* Refactor replaceDominatedUsesWith to have a flag to control whether to replac...Dehao Chen2016-09-011-2/+4
* GlobalISel: add a G_PHI instruction to give phis a type.Tim Northover2016-09-013-1/+14
* [codeview] Properly propagate the TypeLeafKind through the pipeline.Zachary Turner2016-09-011-5/+10
* [EarlyCSE] Change C API pass interface for EarlyCSE w/ MemorySSAGeoff Berry2016-09-011-1/+4
* Add an optional parameter with a list of undefs to extendToIndicesKrzysztof Parzyszek2016-09-011-3/+12
* [IR] Properly handle escape characters in Attribute::getAsString()Honggyu Kim2016-09-011-0/+5
* Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPCHal Finkel2016-09-011-0/+5
* Add a counter-function insertion passHal Finkel2016-09-013-0/+5
* Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments ...George Rimar2016-09-011-0/+1
* [XRay] Detect and emit sleds for sibling/tail callsDean Michael Berris2016-09-012-0/+13
* [XRay][NFC] Promote isTailCall() as virtual in TargetInstrInfo.Dean Michael Berris2016-09-011-0/+5
* Support: Avoid errors with LLVM_FALLTHROUGH in clang 3.6 and below in C modeJustin Bogner2016-08-311-0/+4
* [codeview] Have visitTypeBegin return the record type.Zachary Turner2016-08-313-8/+15
* Revert "Add an optional parameter with a list of undefs to extendToIndices"Reid Kleckner2016-08-311-8/+3
* [codeview] Add TypeVisitorCallbackPipeline.Zachary Turner2016-08-312-12/+85
* GlobalISel: use G_TYPE to annotate physregs with a type.Tim Northover2016-08-314-2/+23
* [LoopInfo] Add verification by recomputation.Michael Zolotukhin2016-08-312-3/+64
* [EarlyCSE] Optionally use MemorySSA. NFC.Geoff Berry2016-08-314-2/+7
* [TargetPassConfig] Add a hook to tell whether GlobalISel should warm on fallb...Quentin Colombet2016-08-311-0/+5
* [ResetMachineFunction] Emit the diagnostic isel fallback when asked.Quentin Colombet2016-08-311-1/+5
* [DiagnosticInfo] Add a diagnostic class for the fallback of ISel.Quentin Colombet2016-08-311-0/+20
* Add an optional parameter with a list of undefs to extendToIndicesKrzysztof Parzyszek2016-08-311-3/+8
* s/static inline/static/ for headers I have changed in r279475. NFC.Tim Shen2016-08-3112-84/+52
* [statepoints][experimental] Add support for live-in semantics of values in de...Philip Reames2016-08-311-2/+9
* [SLP] Arguments should be camel case, and start with an upper case letter. NFC.Chad Rosier2016-08-311-1/+1
* Clang patch r280064 introduced ways to set the FP exceptions and denormalSjoerd Meijer2016-08-312-0/+44
* Fixed spill stack objects are mutableKrzysztof Parzyszek2016-08-311-1/+2
* Fix comments about IndirectBrInst in Instructions.hChad Rosier2016-08-311-4/+2
* Typo fixes. NFCDiana Picus2016-08-311-1/+1
* [Coverage] Make sorting criteria for CounterMappingRegions local.Igor Kudrin2016-08-311-6/+0
* [ORC][RPC] Fix some bugs in the callB primitive.Lang Hames2016-08-301-3/+3
* GlobalISel: combine extracts & sequences created for legalizationTim Northover2016-08-302-1/+7
* [COFFObjectFile] Ignore broken symbol tableDavid Majnemer2016-08-301-1/+6
* IntrArgMemOnly is only defined (and current AA machinery only sanely supports...Daniel Berlin2016-08-301-3/+2
* Re-instate recent RPC updates (r280016, r280017, r280027, r280051) with aLang Hames2016-08-301-67/+169
* CodeGen: Fixup for r280128, since GCC isn't as permissive as ClangDuncan P. N. Exon Smith2016-08-301-3/+3
* Support: add some more ELF constantsSaleem Abdulrasool2016-08-301-1/+14
* ADT: Split ilist_node_traits into alloc and callback, NFCDuncan P. N. Exon Smith2016-08-3011-57/+68