summaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2017-12-19TargetLowering: Fix off-by-one errorMatthias Braun
2017-12-18LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFCMatthias Braun
2017-12-18X86/AArch64/ARM: Factor out common sincos_stret logic; NFCIMatthias Braun
2017-12-18AArch64/X86: Factor out common bzero logic; NFCMatthias Braun
2017-12-18Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson
2017-12-18[IR] Support the new TBAA metadata format in IR verifierIvan A. Kosarev
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih
2017-12-18[IR] Add MDBuilder helpers for the new TBAA metadata formatIvan A. Kosarev
2017-12-18[Memcpy Loop Lowering] Remove the fixed int8 lowering.Sean Fertile
2017-12-18Constexprify LaneBitmask factory methods.Benjamin Kramer
2017-12-18[ConstantRange] Support for ashr in ConstantRange computationMax Kazantsev
2017-12-17Re-commit "Properly handle multi-element and dynamically sized allocas in get...Bjorn Steinbrink
2017-12-17use uint32_tSam Clegg
2017-12-17[WebAssembly] Export some more info on wasm funtionsSam Clegg
2017-12-17Revert "Properly handle multi-element and dynamically sized allocas in getPoi...Bjorn Steinbrink
2017-12-17Properly handle multi-element and dynamically sized allocas in getPointerDere...Bjorn Steinbrink
2017-12-16[X86] Remove GCCBuiltin from kand/kandn/kor/kxor/kxnor/knot intrinsics so cla...Craig Topper
2017-12-16[WebAssembly] Return ArrayRef's rather than const std::vector&Sam Clegg
2017-12-16[LTO] Make processing of combined module more consistentVitaly Buka
2017-12-16[SimplifyLibCalls] Inline calls to cabs when it's safe to do soHal Finkel
2017-12-16[ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson
2017-12-15Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson
2017-12-15Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-15MachineFunction: Slight refactoring; NFCMatthias Braun
2017-12-15MachineModuleInfo: Remove unused function; NFCMatthias Braun
2017-12-15[LTO] Remove unused RegularLTOState::HasModuleVitaly Buka
2017-12-15Re-commit : [LICM] Allow sinking when foldable in loopJun Bum Lim
2017-12-15Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson
2017-12-15[DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson
2017-12-15fix typo in comment and remove inaccurate comment; NFCSanjay Patel
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