summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-08-30GlobalISel: combine extracts & sequences created for legalizationTim Northover
2016-08-30[COFFObjectFile] Ignore broken symbol tableDavid Majnemer
2016-08-30IntrArgMemOnly is only defined (and current AA machinery only sanely supports...Daniel Berlin
2016-08-30Re-instate recent RPC updates (r280016, r280017, r280027, r280051) with aLang Hames
2016-08-30CodeGen: Fixup for r280128, since GCC isn't as permissive as ClangDuncan P. N. Exon Smith
2016-08-30Support: add some more ELF constantsSaleem Abdulrasool
2016-08-30ADT: Split ilist_node_traits into alloc and callback, NFCDuncan P. N. Exon Smith
2016-08-30Rename ArrayRef::keep_front / keep_back to take_front / take_back.Zachary Turner
2016-08-30TailDuplication: Extract Indirect-Branch block limit as option. NFCKyle Butt
2016-08-30ADT: Guarantee transferNodesFromList is only called on transfersDuncan P. N. Exon Smith
2016-08-30Appease buildbots after r280114.Zachary Turner
2016-08-30Add StringRef::take_front and StringRef::take_backZachary Turner
2016-08-30Add StringRef::contains()Zachary Turner
2016-08-30ADT: Clean up docs and formatting for ilist_traits, NFCDuncan P. N. Exon Smith
2016-08-30ADT: Split out simple_ilist, a simple intrusive listDuncan P. N. Exon Smith
2016-08-30Fixup r279618, instantiate *AnalysisManagerProxy<*AnalysisManager,LazyCallGra...NAKAMURA Takumi
2016-08-30Revert "[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rat...Reid Kleckner
2016-08-30[MC] Move parser helper functions from Asmparser to MCAsmParserNirav Dave
2016-08-30[Support][Error] Suppress warning about unused result.Lang Hames
2016-08-30[Support] Add a conditionally defined default constructor (available on MSVCLang Hames
2016-08-30Replace incorrect "#ifdef DEBUG" with "#ifndef NDEBUG".James Y Knight
2016-08-30[ORC][RPC] Reword 'async' to 'non-blocking' to better reflect call primitiveLang Hames
2016-08-30ADT: Explode include/llvm/ADT/{ilist,ilist_node}.h, NFCDuncan P. N. Exon Smith
2016-08-30[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany
2016-08-30ADT: Give ilist<T>::reverse_iterator a handle to the current nodeDuncan P. N. Exon Smith
2016-08-29[ORC][RPC] Fix typo in RPC comments: call primitives on void functions returnLang Hames
2016-08-29[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather thanLang Hames
2016-08-29GlobalISel: use multi-dimensional arrays for legalize actions.Tim Northover
2016-08-29GlobalISel: legalize frem to a libcall on AArch64.Tim Northover
2016-08-29GlobalISel: rework CallLowering so that it can be used for libcalls too.Tim Northover
2016-08-29[asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayoutVitaly Buka
2016-08-29[Coroutines] Part 9: Add cleanup subfunction.Gor Nishanov
2016-08-29[TargetLowering] remove fdiv and frem from canOpTrap() (PR29114)Sanjay Patel
2016-08-29Move code only used by codegen out of MC. NFC.Rafael Espindola
2016-08-29[Orc] Simplify LogicalDylib and move it back inside CompileOnDemandLayer. AlsoLang Hames
2016-08-28[Loop Vectorizer] Fixed memory confilict checks.Elena Demikhovsky
2016-08-27[RegBankSelect] Do not abort when the target wants to fall back.Quentin Colombet
2016-08-27[InstructionSelect] Do not abort when the target wants to fall back.Quentin Colombet
2016-08-27[MachineLegalize] Do not abort when the target wants to fall back.Quentin Colombet
2016-08-27[ORC] Fix typo in LogicalDylib, add unit test.Lang Hames
2016-08-27[GlobalISel] Add a fallback path to SDISel.Quentin Colombet
2016-08-26[IRTranslator] Do not abort when the target wants to fall back.Quentin Colombet
2016-08-26[MFProperties] Introduce a FailedISel property.Quentin Colombet
2016-08-26[ThinLTO] Move loading of cache entry to clientTeresa Johnson
2016-08-26[TargetPassConfig] Add a target hook to know what GlobalISel should do on error.Quentin Colombet
2016-08-26[MachineFunction] Introduce a reset method.Quentin Colombet
2016-08-26[MFProperties] Introduce a reset method with no argument.Quentin Colombet
2016-08-26[MFProperties][NFC] Rename clear into reset to match BitVector naming.Quentin Colombet
2016-08-26[Inliner] Report when inlining fails because callee's def is unavailableAdam Nemet
2016-08-26Make writeToResolutionFile a static helper.Rafael Espindola