summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-11-30Added XGene modelMartin Elshuber
2018-11-20Merging r345353:Tom Stellard
2018-11-16Merging r344591:Tom Stellard
2018-11-02Merging r344454, r344455, r344645:Tom Stellard
2018-08-27Merging r340641:Hans Wennborg
2018-08-21Merging r339674:Hans Wennborg
2018-08-21Merging r339895 and r339896:Hans Wennborg
2018-08-03Merging r338762:Hans Wennborg
2018-08-01[DebugInfo] Remove ambiguity to fix Windows botsJonas Devlieghere
2018-08-01[DebugInfo] Improve consistency in DWARFDie.h (NFC)Jonas Devlieghere
2018-08-01[DebugInfo] Have custom std::reverse_iterator<DWARFDie>Jonas Devlieghere
2018-08-01Revert "Enrich inline messages", tests failDavid Bolvansky
2018-08-01Enrich inline messagesDavid Bolvansky
2018-08-01[DebugInfo] Generate fixups as emitting DWARF .debug_line.Hsiangkai Wang
2018-08-01AMDGPU: Add clamp bit to dot intrinsicsKonstantin Zhuravlyov
2018-07-31[DWARF] Support for .debug_addr (consumer)Victor Leschuk
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea
2018-07-31Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich
2018-07-31Make ICF log output order deterministic.Rui Ueyama
2018-07-31[Dominators] Make slow walks shorterJakub Kuderski
2018-07-31[DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang
2018-07-31Revert Enrich inline messagesDavid Bolvansky
2018-07-31Enrich inline messagesDavid Bolvansky
2018-07-31[MemDep] Use PhiValuesAnalysis to improve alias analysis resultsJohn Brawn
2018-07-31[ARM] Complete enumeration values for Tag_ABI_VFP_argsPeter Smith
2018-07-31[llvm-mca][BtVer2] Teach how to identify dependency-breaking idioms.Andrea Di Biagio
2018-07-31[ELF][ARM] Add Arm ABI names for float ABI ELF Header flagsPeter Smith
2018-07-31[GlobalISel] Add a G_BLOCK_ADDR opcode to handle IR blockaddress constants.Amara Emerson
2018-07-30[DAGCombiner][TargetLowering] Pass a SmallVector instead of a std::vector to ...Craig Topper
2018-07-30[ORC] Add SerializationTraits for std::set and std::map.Lang Hames
2018-07-30[DAGCombiner][PowerPC][AArch64] Pass Created vector by reference to BuildSDIV...Craig Topper
2018-07-30Remove trailing spaceFangrui Song
2018-07-30[Inline] Copy "null-pointer-is-valid" attribute in caller.Manoj Gupta
2018-07-30[MachineOutliner][AArch64] Add support for saving LR to a registerJessica Paquette
2018-07-30[BasicAA] Use PhiValuesAnalysis if available when handling phi aliasJohn Brawn
2018-07-28[SelectionDAG] Pass std::vector by reference instead of by pointer to BuildSD...Craig Topper
2018-07-28DAG: Add calling convention argument to calling convention funcsMatt Arsenault
2018-07-28[Dominators] Make applyUpdate's documentation less confusing [NFC]Jakub Kuderski
2018-07-27[Support] Remove unnecessary MemoryBuffer::anchor (where the destructor serve...Fangrui Song
2018-07-27[MachineOutliner] Exit getOutliningCandidateInfo when we erase all candidatesJessica Paquette
2018-07-27[Support] Bring std::errc::not_supported to llvm::errc.Victor Leschuk
2018-07-27PatternMatch: Add wrappers for fabs and canonicalizeMatt Arsenault
2018-07-27Replace LLVM_ALIGNAS with alignas as a follow-up of r337330Fangrui Song
2018-07-26[SCEV] Add an expandAddToGEP overload for a single operand. NFC.Keno Fischer
2018-07-26[DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst usersVedant Kumar
2018-07-26[MC] Add support for the .rva assembler directive for COFF targetsMartin Storsjo
2018-07-26[DEBUGINFO, NVPTX] Emit correct debug information for local variables.Alexey Bataev
2018-07-26[ADT] Replace std::isprint by llvm::isPrint.Michael Kruse
2018-07-26Revert "[COFF] Use comdat shared constants for MinGW as well"Martin Storsjo
2018-07-26Allow users of the GCOV API to extend the FileInfo class to implement custom ...Marco Castelluccio