summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-12-15Revert "Re-commit : [LICM] Allow sinking when foldable in loop"Jun Bum Lim
2017-12-15[CodeGen] fix documentation comments; NFCSanjay Patel
2017-12-15Re-commit : [LICM] Allow sinking when foldable in loopJun Bum Lim
2017-12-15Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-15Revert "[LICM] Allow sinking when foldable in loop"Jun Bum Lim
2017-12-15[CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and d...Francis Visoiu Mistrih
2017-12-15[LICM] Allow sinking when foldable in loopJun Bum Lim
2017-12-15[MIR] Add support for missing CFI directivesFrancis Visoiu Mistrih
2017-12-15[InlineCost] Find repeated loads in the calleeHaicheng Wu
2017-12-15[PM] port Rewrite Statepoints For GC to the new pass manager.Fedor Sergeev
2017-12-15Don't crash in llvm-pdbutil when dumping TypeIndexes with high bit set.Zachary Turner
2017-12-15[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg
2017-12-14[ProfileData] Use a different data structure to save memory.George Burgess IV
2017-12-14TLI: Allow using PSV for intrinsic mem operandsMatt Arsenault
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner
2017-12-14[SimplifyCFG] don't sink common insts too soon (PR34603)Sanjay Patel
2017-12-14DAG: Expose all MMO flags in getTgtMemIntrinsicMatt Arsenault
2017-12-14[WebAssembly] Add support for init functions linking metadataSam Clegg
2017-12-14Revert "Fix isPodLike for MSVC and use it in TypeHashing."Zachary Turner
2017-12-14Fix isPodLike for MSVC and use it in TypeHashing.Zachary Turner
2017-12-14[SLPVectorizer] Don't ignore scalar extraction instructions of aggregate valueGuozhi Wei
2017-12-14Only use is_trivially_copyable if we know it's safe to do so.Zachary Turner
2017-12-14Add MVT::v128i1, NFCKrzysztof Parzyszek
2017-12-14Fix error due to missing includes.Zachary Turner
2017-12-14[COFF] Teach LLD to use the COFF .debug$H section.Zachary Turner
2017-12-14Any Target Asm comments should start from MachineInstr::TAsmComments value.Andrew V. Tischenko
2017-12-14[CodeGen] Print global addresses as @foo in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-14[LV] Support efficient vectorization of an induction with redundant castsDorit Nuzman
2017-12-14MC/AsmPrinter: Reduce code duplication.Matthias Braun
2017-12-14MC: Add support for mach-o build_versionMatthias Braun
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner
2017-12-13Speculative build fix for llvm-pdbdump on Linux after Michael's #include remo...Hans Wennborg
2017-12-13[WebAssembly] Use bitfield types in wasm YAML representationSam Clegg
2017-12-13Reverting [JumpThreading] Preservation of DT and LVI across the passBrian M. Rzycki
2017-12-13[WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg
2017-12-13Remove redundant includes from lib/IR.Michael Zolotukhin
2017-12-13[JumpThreading] Preservation of DT and LVI across the passBrian M. Rzycki
2017-12-13[Function] Remove trailing end-of-line whitespace. NFC.Brian M. Rzycki
2017-12-13[FuzzMutate] Avoid zero sized aggregatesIgor Laevsky
2017-12-13Reintroduce r320049, r320014 and r319894.Igor Laevsky
2017-12-13[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and de...Francis Visoiu Mistrih
2017-12-13[Testing/Support] Make the HasValue matcher composablePavel Labath
2017-12-13[SLP] Vectorize jumbled memory loads.Mohammad Shahid
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun
2017-12-13Remove unnecessary includes; NFCMatthias Braun
2017-12-13reverting out -r320532 because a warning is breaking the lld buildMichael Trent
2017-12-12Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-12Reassociate: add global reassociation algorithmFiona Glaser
2017-12-12Split IndirectBr critical edges before PGO gen/use passes.Hiroshi Yamauchi
2017-12-12[MachineOperand][MIR] Add isRenamable to MachineOperand.Geoff Berry