summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix double->float truncation warning on MSVCSimon Pilgrim2017-06-231-2/+2
* [InstCombine] Recognize and simplify three way comparison idiomsAnna Thomas2017-06-233-4/+498
* Revert r306095: [mips] Fix reg positions in the aui/daui instructionsPetar Jovanovic2017-06-237-12/+12
* Fix build breakage caused by r306096Pavel Labath2017-06-231-3/+3
* [X86][SSE] Dropped -mcpu from scalar math testsSimon Pilgrim2017-06-231-6/+4
* [ADT] Add llvm::to_floatPavel Labath2017-06-234-20/+58
* [mips] Fix register positions in the aui/daui instructionsPetar Jovanovic2017-06-237-12/+12
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-234-26/+69
* [clang-format] Update dump_format_style.py to indent nested fieldsKrasimir Georgiev2017-06-232-107/+108
* [X86][SSE] Dropped -mcpu from insertps testsSimon Pilgrim2017-06-231-3/+3
* [clang-tidy] Fix a false positive in modernize-use-nullptr.Haojian Wu2017-06-232-5/+21
* [mips][msa] Splat.d endianness checkStefan Maksimovic2017-06-232-6/+33
* [clang-format] Update style documentation, NFCKrasimir Georgiev2017-06-232-19/+101
* Bail out early in case we see an invalid runtime context in buildAliasGroupsTobias Grosser2017-06-231-0/+3
* Hoist buildMinMaxAccess computeout to cover full alias-groupTobias Grosser2017-06-231-12/+13
* [islpp] Move buildMinMaxAccess[es] to C++ [NFC]Tobias Grosser2017-06-231-63/+48
* [JumpThreading] Teach jump threading how to analyze (and (cmp A, C1), (cmp A,...Craig Topper2017-06-233-0/+68
* [JumpThreading] Use some temporary variables to reduce the number of times we...Craig Topper2017-06-231-12/+16
* Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow2017-06-236-0/+722
* COFF: Produce an error on invalid pcrel relocs.Rafael Espindola2017-06-236-36/+39
* [LoopSimplify] Factor the logic to form dedicated exits into a utility.Chandler Carruth2017-06-236-65/+91
* Make the test a bit more strict. NFC.Rafael Espindola2017-06-231-62/+64
* [Frontend] 'Show hotness' can be used with a sampling profileBrian Gesiak2017-06-233-3/+24
* COFF: handle "undef - ." expressions.Rafael Espindola2017-06-233-17/+10
* Add missing file from r306075.Richard Smith2017-06-231-0/+1
* [LVI] Teach LVI to reason about ORs of icmps similar to how it reasons about ...Craig Topper2017-06-232-5/+100
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-2312-101/+147
* [WebAssembly] Add default -allow-undefined-file to linker argsSam Clegg2017-06-232-5/+6
* Fixed a (product) build error that was due to an unused variableFarhana Aleen2017-06-221-2/+1
* [x86] add/sub (X==0) --> sbb(cmp X, 1)Sanjay Patel2017-06-222-11/+20
* [COFF] Fix SECTION and SECREL relocation handling for absolute symbolsReid Kleckner2017-06-227-3/+156
* Restrict the definition of loop preheader to avoid EH blocksAndrew Kaylor2017-06-226-2/+73
* Define behavior of "stack-probe-size" attribute when inlining.whitequark2017-06-224-2/+73
* Supported lowerInterleavedStore() in X86InterleavedAccess.Farhana Aleen2017-06-224-100/+197
* Remove the LoadCombine pass. It was never enabled and is unsupported.Eric Christopher2017-06-2213-674/+0
* PR33002: When we instantiate the definition of a static data member, we mightRichard Smith2017-06-224-7/+53
* [x86] add more tests for select --> sbb transform; NFCSanjay Patel2017-06-221-4/+61
* Change creation of relative relocations on COFF.Rafael Espindola2017-06-223-12/+12
* [ORC] Expose a typedef in RTDyldObjectLinkingLayer.Lang Hames2017-06-221-1/+3
* Fix modular buildKamil Rytarowski2017-06-221-1/+2
* [WebAssembly] WebAssemblyFastISel getelementptr variable index supportJacob Gravelle2017-06-222-1/+119
* [Hexagon] Properly update kill flags in HexagonNewValueJumpKrzysztof Parzyszek2017-06-222-1/+54
* [ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames2017-06-2216-365/+319
* [MC] Allow assembling .secidx and .secrel32 for undefined symbolsReid Kleckner2017-06-223-12/+34
* [llvm-pdbutil] Create a "bytes" subcommand.Zachary Turner2017-06-2211-152/+307
* [llvm-pdbutil] Rename "raw" to "dump".Zachary Turner2017-06-2214-138/+139
* [Hexagon] Use LivePhysRegs to fix up kills in HexagonGenMuxKrzysztof Parzyszek2017-06-224-52/+69
* Simplify WinCOFFObjectWriter::recordRelocation.Rafael Espindola2017-06-221-14/+5
* [LoopDeletion] Update exits correctly when multiple duplicate edges from an e...Anna Thomas2017-06-222-9/+97
* [AVX-512] Remove and autoupgrade the masked integer compare intrinsicsCraig Topper2017-06-2211-2814/+4263
OpenPOWER on IntegriCloud