summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault resulting from empty print promptPavel Labath2017-05-052-1/+29
* [ARM] Add support for ORR and ORN instruction substitutionsJohn Brawn2017-05-054-0/+39
* Add TaskMap for iterating a function over a set of integersPavel Labath2017-05-054-167/+68
* [X86][AVX] Add LowerIntUnary helpers to split unary vector ops in half. NFCI.Simon Pilgrim2017-05-051-76/+51
* [llvm-dwarfdump] - Print an error message if section decompression failed.George Rimar2017-05-054-10/+43
* ABISysV_arm64: compute return value for large vectors correctlyPavel Labath2017-05-052-29/+55
* [X86] Remove unused code from X86 optimize LEAs. NFC.Andrew Ng2017-05-051-8/+0
* [ubsan] Implement __sanitizer_print_stack_trace for standalone UBSan runtime.Alexander Potapenko2017-05-053-0/+58
* Revert "[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen"Siddharth Bhat2017-05-0510-1428/+156
* [ArgPromotion] Add a testcase for PR32917Martin Storsjo2017-05-051-0/+23
* [Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGenSiddharth Bhat2017-05-0510-156/+1428
* Initialize new member X86Operand::FrontendSize in all codepaths.Daniel Jasper2017-05-051-1/+2
* Document XFAIL's with the relevent bug numberEric Fiselier2017-05-052-0/+4
* [XRay][compiler-rt] Remove dependency on FileCheck from function id utilities...Dean Michael Berris2017-05-051-18/+14
* [ubsan] Fix error summary message for ObjC BOOL invalid loadsVedant Kumar2017-05-052-1/+16
* [XRay][compiler-rt] Add function id utilities for XRayDean Michael Berris2017-05-053-1/+68
* Update VP prof metadata during inlining.Dehao Chen2017-05-052-13/+42
* [ADT] A few minor improvements to BitVectorZachary Turner2017-05-053-2/+33
* Document that Multilib flags must be actual flagsJonathan Roelofs2017-05-053-10/+33
* [pdb] Don't verify TPI hash values up front.Zachary Turner2017-05-043-33/+21
* [PDB] Don't build the entire source file list up front.Zachary Turner2017-05-0416-181/+473
* [llvm-pdbdump] Only build the TypeDatabase if necessary.Zachary Turner2017-05-042-41/+77
* Remap metadata attached to global variables.Evgeniy Stepanov2017-05-042-5/+23
* [RegisterBankInfo] Fix 80-col introduced in r293506.Quentin Colombet2017-05-041-3/+6
* [GlobalISel] Add missing doxygen keyword for doxygen groups.Quentin Colombet2017-05-044-11/+11
* AMDGPU: GFX9 GS and HS shaders always have the scratch wave offset in SGPR5Marek Olsak2017-05-045-31/+123
* [GISel]:Skip legalizing Intermediate inst(with generic types)Aditya Nandakumar2017-05-041-2/+7
* [JumpThreading] When processing compares, explicitly check that the result ty...Craig Topper2017-05-041-1/+1
* [JumpThreading] Change a dyn_cast that is already protected by an isa check t...Craig Topper2017-05-041-16/+14
* [GISel]: Add support to translate ConstantVectorsAditya Nandakumar2017-05-042-0/+17
* Fix whitespace before token-paste of an argument.James Y Knight2017-05-043-19/+43
* [ConstantRange] Add LLVM_NODISCARD to ConstantRange since a large number of i...Craig Topper2017-05-041-1/+1
* [Float2Int] Remove return of ConstantRange from seen method. Nothing uses it ...Craig Topper2017-05-042-3/+2
* Strip trailing whitespace. NFCI.Simon Pilgrim2017-05-041-3/+3
* [clangd] Add documentation pageMarc-Andre Laperle2017-05-042-0/+107
* Turn on -Wmicrosoft-enum-forward-reference by default.Nico Weber2017-05-041-1/+1
* [InstSimplify] add folds for or-of-casted-icmpsSanjay Patel2017-05-042-51/+48
* Fix bugs checking va_start in lambdas and erroneous contextsReid Kleckner2017-05-044-12/+78
* Turn -Wmicrosoft-enum-value off by default.Nico Weber2017-05-041-1/+1
* Simplify the header allocation.Rafael Espindola2017-05-044-70/+52
* [WebAssembly] Add wasm symbol table support to llvm-objdumpSam Clegg2017-05-043-22/+60
* Driver: only inject libstdc++ paths when needed on CrossWindowsSaleem Abdulrasool2017-05-042-5/+10
* [PPC] When restoring R30 (PIC base pointer), mark it as <def>Krzysztof Parzyszek2017-05-042-2/+31
* Fix test failure with GCC 4.9Eric Fiselier2017-05-041-0/+4
* Change Appveyor to download Clang from llvm.org instead of my private serverEric Fiselier2017-05-042-10/+6
* Don't return an invalid line table if the DW_AT_stmt_list value is not in the...Greg Clayton2017-05-041-0/+4
* [ms-inline-asm] Use the frontend size only for ambiguous instructionsReid Kleckner2017-05-049-155/+255
* [InstSimplify] move logic-of-icmps helper functions; NFCSanjay Patel2017-05-041-80/+80
* Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne2017-05-0415-223/+218
* Fix a typo.Michael Zolotukhin2017-05-041-2/+2
OpenPOWER on IntegriCloud