summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-12-20[ICP] Expose unconditional call promotion interfaceMatthew Simpson
2017-12-20[hwasan] Implement -fsanitize-recover=hwaddress.Evgeniy Stepanov
2017-12-20[PGO] Function section hotness prefix should look at all blocksTeresa Johnson
2017-12-20[JumpTables] Let targets decide which switch instructions are suitableNemanja Ivanovic
2017-12-20Revert r320548:[SLP] Vectorize jumbled memory loadsMohammad Shahid
2017-12-20Add optional SelectionDAG* parameter to SValue::dump and SDValue::dumprKrzysztof Parzyszek
2017-12-20[SCEV] Fix Typo. NFC.Javed Absar
2017-12-20[NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info i...Alexey Bataev
2017-12-20[globalisel][tablegen] Allow ImmLeaf predicates to use InstructionSelector me...Daniel Sanders
2017-12-20[memcpyopt] Teach memcpyopt to optimize across basic blocksDan Gohman
2017-12-19[CodeGen] Move printing MO_BlockAddress operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[CodeGen] Refactor printOffset from MO and MIRPrinterFrancis Visoiu Mistrih
2017-12-19[CodeGen] Move printing MO_CFIIndex operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[ThinLTO][C-API] Correct api commentsBen Dunbobbin
2017-12-19[Support][CachePruning] Disable cache pruning regression fixBen Dunbobbin
2017-12-19[Support] Add WritableMemoryBuffer classPavel Labath
2017-12-19Fix: [YAML] Always double quote UTF-8 charactersFrancis Visoiu Mistrih
2017-12-19[YAML] Always double quote UTF-8 charactersFrancis Visoiu Mistrih
2017-12-19[FuzzMutate] Don't crash when mutator is unable to find operationIgor Laevsky
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