summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] doc format fixYan Wang2017-06-231-1/+1
* [llvm-readobj] Fix COFF RVA table dumping bugReid Kleckner2017-06-233-1/+11
* [AArch64][Falkor] Remove some non-existent opcodes from sched detail regexes....Geoff Berry2017-06-231-12/+12
* [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko2017-06-2325-123/+165
* [ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVERSION_FUNCTIONS uses.Lang Hames2017-06-231-2/+2
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-2310-1/+146
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-2321-331/+370
* [clang-tidy][Part1] Add a new module Android and three new checks.Yan Wang2017-06-2314-0/+343
* [ubsan] Improve diagnostics for return value checks (compiler-rt)Vedant Kumar2017-06-235-24/+57
* [ubsan] Improve diagnostics for return value checks (clang)Vedant Kumar2017-06-236-39/+107
* Revert "[LoopDeletion] NFC: Move phi node value setting into prepass"Anna Thomas2017-06-231-13/+11
* [MSP430] Fix data layout string.Vadzim Dambrouski2017-06-232-2/+2
* [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner2017-06-239-27/+249
* [MSP430] Fix data layout string.Vadzim Dambrouski2017-06-233-3/+64
* Add bitcast store-merge test.Nirav Dave2017-06-231-2/+29
* [LoopDeletion] NFC: Move phi node value setting into prepassAnna Thomas2017-06-231-11/+13
* Add test for 306149, warn on throw from noexceptErich Keane2017-06-231-0/+265
* [APInt] Make the single word cases of isMaxSignedValue/isMinSignedValue just ...Craig Topper2017-06-231-2/+6
* [APInt] Use trailing bit counting methods instead of population count method ...Craig Topper2017-06-231-3/+3
* [APInt] Move the single word cases of countTrailingZeros and countLeadingOnes...Craig Topper2017-06-232-9/+18
* [CorrelatedValuePropagation] Fix typo in comment sense->since. NFCCraig Topper2017-06-231-1/+1
* [CorrelatedValuePropagation] Remove comment about iterating switch cases in r...Craig Topper2017-06-231-2/+1
* [llvm-pdbutil] Show what blocks a stream occupies.Zachary Turner2017-06-234-17/+47
* Emit warning when throw exception in destruct or dealloc functions which has a Erich Keane2017-06-233-5/+163
* [llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner2017-06-239-15/+52
* [opt-viewer] Remove positional arg checks (NFC)Brian Gesiak2017-06-232-8/+0
* [llvm-pdbutil] Add the ability to dump raw bytes from the file.Zachary Turner2017-06-236-26/+93
* Revert "[Hexagon] Handle decreasing of stack alignment in frame lowering"Krzysztof Parzyszek2017-06-235-102/+2
* [AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV flags can be set for "free".Chad Rosier2017-06-2313-23/+576
* [X86] Fix SP adjustment in stack probes emitted on 32-bit Windows.whitequark2017-06-231-2/+5
* [llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner2017-06-236-37/+211
* [Hexagon] Remove call to printAndVerify from HexagonPassConfigKrzysztof Parzyszek2017-06-231-1/+0
* [x86] fix value types for SBB transform (PR33560)Sanjay Patel2017-06-232-8/+38
* [X86][AVX] Regenerate i256 bitcasted store testSimon Pilgrim2017-06-231-6/+20
* [MS] Don't statically initialize dllimport member function pointersReid Kleckner2017-06-232-0/+74
* Silence -Wunused-variable warningReid Kleckner2017-06-231-1/+1
* Fix typo: using && instead of & when evaluating a maskMehdi Amini2017-06-231-1/+1
* Fix Wdocumentation warning.Simon Pilgrim2017-06-231-2/+0
* [ScopBuilder] Pass ScopStmts around instead of BasicBlocks. NFC.Michael Kruse2017-06-233-96/+129
* Regenerate extract-store.ll testsSimon Pilgrim2017-06-231-6/+123
* Fix a misleading indentation warning.Peter Collingbourne2017-06-231-3/+3
* Make the size specification for cache_size_bytes case insensitive.Peter Collingbourne2017-06-232-2/+2
* Add parens for python3.Peter Collingbourne2017-06-231-1/+1
* [GSoC] Add support for CC1 options.Yuka Takahashi2017-06-232-8/+10
* Add a ThinLTO cache policy for controlling the maximum cache size in bytes.Peter Collingbourne2017-06-236-22/+107
* docs: Add documentation for the ThinLTO cache pruning policy string.Peter Collingbourne2017-06-231-0/+32
* [Hexagon] Handle decreasing of stack alignment in frame loweringKrzysztof Parzyszek2017-06-235-2/+102
* test: fix negative test caseSaleem Abdulrasool2017-06-231-2/+2
* Add a BinarySubstreamRef, and a method to read one.Zachary Turner2017-06-233-0/+20
* Remove trailing whitespace. NFCI.Simon Pilgrim2017-06-231-1/+1
OpenPOWER on IntegriCloud