summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [InstSimplify] add tests for or-of-casted-icmps; NFCSanjay Patel2017-05-041-0/+58
* [NewGVN] Remove unneeded newline and format assertions. NFCI.Davide Italiano2017-05-041-5/+4
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-04174-126/+1060
* [APInt] Reduce number of allocations involved in multiplying. Reduce worst ca...Craig Topper2017-05-041-110/+10
* [PM] Add ProfileSummaryAnalysis as a required pass in the new pipeline.Easwaran Raman2017-05-043-3/+15
* [Lexicon] Add BDCEBrian Gesiak2017-05-041-0/+7
* Use lgamma_r instead of lgamma in binomial_distribution, because freakin' POS...Marshall Clow2017-05-041-4/+8
* Add accidentally deleted testcase back.Adrian Prantl2017-05-041-0/+30
OpenPOWER on IntegriCloud