summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-12-27[NFC] Extract out a helper function for SimplifyCall(CS, Q)Philip Reames
2017-12-25COFF: fix IMAGE_FILE_MACHINE_AM33Martell Malone
2017-12-22[SimplifyCFG] Don't do if-conversion if there is a long dependence chainGuozhi Wei
2017-12-22[ThinLTO][CachePruning] explicitly disable pruningBen Dunbobbin
2017-12-22(Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das
2017-12-22Rewrite the cached map used for locating the most precise DIE amongChandler Carruth
2017-12-22[Inliner] Restrict soft-float inlining penalty.Eli Friedman
2017-12-22Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman
2017-12-21[ModRefInfo] Add must alias info to ModRefInfo.Alina Sbirlea
2017-12-21[DWARF v5] Rework of string offsets table readerWolfgang Pieb
2017-12-21[YAML] Refactor escaping unittestsFrancis Visoiu Mistrih
2017-12-21[Support] Remove MemoryBuffer::getNewUninitMemBufferPavel Labath
2017-12-21[WebAssembly] Remove unneeded sub-directorySam Clegg
2017-12-21Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das
2017-12-21[WebAssembly] Fix local references to weak aliasesSam Clegg
2017-12-21Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das
2017-12-20TableGen: Allow setting SDNodeProperties on intrinsicsMatt Arsenault
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