summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-04-02Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins
2018-04-01[include] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-04-01AMDGPU: Make getTgtMemIntrinsic table-driven for resource-based intrinsicsNicolai Haehnle
2018-03-31[DAGCombine] (float)((int) f) --> ftrunc (PR36617)Sanjay Patel
2018-03-31[ThinLTO] Add an option to force summary call edges cold for debuggingTeresa Johnson
2018-03-30[MIR] Adding support for Named Virtual Registers in MIR.Puyan Lotfi
2018-03-30[LLVM-C] Finish exception instruction bindings - Round 2Robert Widmann
2018-03-30[llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.Zachary Turner
2018-03-30[Hexagon] Fix flags for store-related intrinsicsKrzysztof Parzyszek
2018-03-30Revert "[LLVM-C] Finish exception instruction bindings"Vlad Tsyrklevich
2018-03-30[IR] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko
2018-03-29Style update. NFC.Rafael Espindola
2018-03-29Fix some layering in StripNonLineTableDebugInfo, moving its declaration from ...David Blaikie
2018-03-29llvm-c: Split Utils out of Scalar.hDavid Blaikie
2018-03-29[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper
2018-03-29Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson
2018-03-29[ADT] NFC: Fix bogus StringSwitch rule-of-five boilerplateDavid Zarzycki
2018-03-29[Hexagon] Add support to handle bit-reverse load intrinsicsKrzysztof Parzyszek
2018-03-29[LoopRotate] Restructuring LoopRotation.cpp to create Loop Rotation Pass with...David Green
2018-03-29[LLVM-C] Finish exception instruction bindingsRobert Widmann
2018-03-29Split Disassembler.h in two to fix dependenciesDavid Blaikie
2018-03-28Plumb useAA through TargetTransformInfo to remove Transforms->CodeGen header ...David Blaikie
2018-03-28[Hexagon] Add support for "new" circular buffer intrinsicsKrzysztof Parzyszek
2018-03-28Oops - moved slightly too many things from Scalar to Utils. Move LoopSimplify...David Blaikie
2018-03-28Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie
2018-03-28[PatternMatch] Add matchers for vector operationsDaniel Neilson
2018-03-28Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko
2018-03-27[WebAssembly] Add exception and selector intrinsicsHeejin Ahn
2018-03-27Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson
2018-03-27[DWARF] Suppress split line tables more carefully.Paul Robinson
2018-03-27[YAML] Escape non-printable multibyte UTF8 in Output::scalarString.Graydon Hoare
2018-03-27[DWARF] Simplify DWARFAddressRange::containsFangrui Song
2018-03-27[NFC] OptPassGate extracted from OptBisectFedor Sergeev
2018-03-27[LV] Add TTI::shouldMaximizeVectorBandwidth to allow enabling it per targetKrzysztof Parzyszek
2018-03-27[SCEV] Make exact taken count calculation more optimisticMax Kazantsev
2018-03-26Move CVDebugRecord from CodeView to Object to fix layeringDavid Blaikie
2018-03-26[DebugInfoPDB] Add methods to get the compiland and line numbers with PDBSymb...Aaron Smith
2018-03-26[DebugInfoPDB] Add DIA implementation of findLineNumbersByRVAAaron Smith
2018-03-26[DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVAAaron Smith
2018-03-26[MemorySSA] Fix exponential compile-time updating MemorySSA.Eli Friedman
2018-03-26[LSR] Allow giving priority to post-incrementing addressing modesKrzysztof Parzyszek
2018-03-25[PatternMatch] allow undef elements when matching vector FP +0.0Sanjay Patel
2018-03-24Fix module.modulemap after r328395Eric Fiselier
2018-03-24[X86] Add a new disassembler opcode map for 3DNow. Stop treating 3DNow as an ...Craig Topper
2018-03-23Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie
2018-03-23Fix layering of CodeGen/TargetOpcodes.def by moving it to SupportDavid Blaikie
2018-03-23Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie
2018-03-23Fix layering by moving Support/CodeGenCWrappers.h to TargetDavid Blaikie
2018-03-23Fix layering by moving X86DisassemblerDecoderCommon to SupportDavid Blaikie
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie