summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-03-09Perform symbol binding for .symver versioned symbolsTeresa Johnson
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-03-08[Support] Add llvm::sys::fs::remove_directories.Zachary Turner
2017-03-08Add red zones to BumpPtrAllocator under ASanJordan Rose
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-08[JumpThread] Use AA in SimplifyPartiallyRedundantLoad()Jun Bum Lim
2017-03-08[SLP] Fixed non-deterministic behavior in Loop Vectorizer.Amjad Aboud
2017-03-08Work around an ICE on MSVC 2017.Zachary Turner
2017-03-07Recommit: [globalisel] Change LLT constructor string into an LLT-based object...Daniel Sanders
2017-03-07ADT: Fix SmallPtrSet iterators in reverse modeDuncan P. N. Exon Smith
2017-03-07[coroutines] Add handling for unwind coro.endsGor Nishanov
2017-03-07[AArch64] Vulcan is now ThunderXT99Joel Jones
2017-03-07Revert r297177: Change LLT constructor string into an LLT-based object ...Daniel Sanders
2017-03-07[ObjectYAML] Add support for DWARF5 Unit headerChris Bieneman
2017-03-07Add PointerLikeTypeTraits for const things, as long as there is one for the n...Daniel Berlin
2017-03-07Make SmallPtrSet count and find able to take const PtrType'sDaniel Berlin
2017-03-07[globalisel] Change LLT constructor string into an LLT-based object that know...Daniel Sanders
2017-03-07[GlobalISel] Translate floating-point negationVolkan Keles
2017-03-07[Support] Add the option to not follow symlinks on stat.Zachary Turner
2017-03-07[ARM] Reapply r296865 "[ARM] fpscr read/write intrinsics not aware of each ot...Ranjeet Singh
2017-03-07[APInt] Add rvalue reference support to and, or, xor operations to allow thei...Craig Topper
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2017-03-07[APInt] Add getBitsSetFrom and setBitsFrom to set upper bits starting at a bitCraig Topper
2017-03-07[APInt] Implement getLowBitsSet/getHighBitsSet/getBitsSet using setLowBits/se...Craig Topper
2017-03-07[APInt] Add setLowBits/setHighBits methods to APInt.Craig Topper
2017-03-07remove Cmake option for LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCINGBob Wilson
2017-03-06[SLP] Revert r296863 due to miscompiles.Michael Kuperstein
2017-03-06GlobalISel: restrict G_EXTRACT instruction to just one operand.Tim Northover
2017-03-06[ObjectYAML] Support for DW_FORM_implicit_const DWARF5 formChris Bieneman
2017-03-06[GlobalISel] Fix G_FPEXT’s description. NFC.Volkan Keles
2017-03-06[DWARFv5] Update definitions to match published spec.Paul Robinson
2017-03-06[Outliner] Fixed Asan bot failure in r296418Jessica Paquette
2017-03-06GlobalISel: don't emit degenerate G_INSERT instructions.Tim Northover
2017-03-06GlobalISel: add buildUndef method to MachineIRBuilder. NFC.Tim Northover
2017-03-06GlobalISel: refactor legalization of G_INSERT.Tim Northover
2017-03-06Remove the sample pgo annotation heuristic that uses call count to annotate b...Dehao Chen
2017-03-06[XRay] Allow logging the first argument of a function call.Dean Michael Berris
2017-03-06[APInt] Move operator~ out of line to make it better able to reused memory al...Craig Topper
2017-03-06[APInt] Remove add and sub functions from APIntOps namespace.Craig Topper
2017-03-06[APInt] Remove unused And/Or/Xor methods. They just forward to the correspond...Craig Topper
2017-03-05[APInt] Remove the And/Or/Xor/Not functions from the APIntOps namespace.Craig Topper
2017-03-05[X86][SSE] Lower 128-bit vectors to SIGN/ZERO_EXTEND_VECTOR_IN_REG opsSimon Pilgrim
2017-03-04[DAGCombiner] allow transforming (select Cond, C +/- 1, C) to (add(ext Cond), C)Sanjay Patel
2017-03-04Try to fix thread name truncation on non-Windows.Zachary Turner
2017-03-04Truncate thread names if they're too long.Zachary Turner
2017-03-04WholeProgramDevirt: Add any unsuccessful llvm.type.checked.load devirtualizat...Peter Collingbourne
2017-03-03Revert r296865 "[ARM] fpscr read/write intrinsics not aware of each other"Hans Wennborg
2017-03-03GlobalISel: constrain G_INSERT to inserting just one value per instruction.Tim Northover
2017-03-03GlobalISel: add merge/unmerge nodes for legalization.Tim Northover
2017-03-03[PGO] Text format profile reader needs to clear the value profileRong Xu