summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Cleanup tests to not share a DISubprogram between multiple Functions.Adrian Prantl2017-05-0410-149/+186
* [test-release] Status update *before* long gzipRenato Golin2017-05-041-5/+5
* [clang-tidy] fix readability-implicit-bool-cast false positive with xorAlexander Kornienko2017-05-042-15/+20
* [ScopBuilder] Add missing semicolon after LLVM_FALLTHROUGH.Michael Kruse2017-05-041-1/+1
* [test] Name the local variable in the C1XX implementation of DoNotOptmizeCasey Carter2017-05-041-1/+2
* [clang-tidy] fix readability-implicit-bool-cast false alarm on |=, &=Alexander Kornienko2017-05-042-25/+28
* [clang-tidy] Code cleanup, (almost) NFC (*).Alexander Kornienko2017-05-044-153/+96
* [Tooling] add a createReplacement overload for StringRefAlexander Kornienko2017-05-041-0/+7
* [test] variant: enable constexpr construction tests on MSVC STLCasey Carter2017-05-045-4/+58
* Introduce VirtualUse. NFC.Michael Kruse2017-05-045-75/+525
* clang-format: [JS] exponentiation operatorMartin Probst2017-05-043-0/+18
OpenPOWER on IntegriCloud