summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Drop support for GC mode in RetainCountCheckerGeorge Karpenkov2018-08-1710-2961/+579
* ValueTracking: Add tests for isKnownNeverNaNMatt Arsenault2018-08-171-2/+341
* [MC] Improve error message when a codeview register is unknownReid Kleckner2018-08-171-1/+4
* [MS Demangler] Properly print all thunk types.Zachary Turner2018-08-173-7/+26
* [X86] Remove detectAddSubSatPattern.Craig Topper2018-08-171-115/+0
* DAG: Fix isKnownNeverNaN for basic non-sNaN casesMatt Arsenault2018-08-172-12/+57
* [ORC] Rename VSO to JITDylib.Lang Hames2018-08-1717-443/+467
* [MS Demangler] Demangle all remaining types of operators.Zachary Turner2018-08-172-137/+415
* test commit: add a commentMike Rice2018-08-171-0/+1
* [Hexagon] Remove unused functions from HexagonInstPrinter, NFCKrzysztof Parzyszek2018-08-172-124/+8
* Update comments in CGDebugInfo to reflect changes in the MS mangler, NFCReid Kleckner2018-08-171-12/+26
* [MS] Mangle a hash of the main file path into anonymous namespacesReid Kleckner2018-08-1714-33/+68
* Skip the lldb-vscode attach with waitFor test for now, some build bots are ha...Greg Clayton2018-08-171-0/+1
* [clang-tidy] Add missing check documentation.Haojian Wu2018-08-171-0/+36
* Improve diagnostic for missing comma in template parameter list.Richard Smith2018-08-172-18/+29
* [WebAssembly] Don't compress LEBs by defaultSam Clegg2018-08-173-3/+15
* [AST] Adapt Polly to AnalysisSetTracker changes. NFC.Michael Kruse2018-08-172-9/+2
* Fix windows buildbots by removing : from filenamesJordan Rupprecht2018-08-171-4/+4
* [llvm-objcopy] Add support for -I binary -B <arch>.Jordan Rupprecht2018-08-177-64/+485
* Test commitJun Lim2018-08-171-1/+1
* Remove a hardcoded address in test/DebugInfo/X86/vla-multi.llVedant Kumar2018-08-171-2/+2
* [IDF] Make GD const.Alina Sbirlea2018-08-171-1/+1
* [llvm-mca] Reformat a few lines (fix spacing). NFC.Matt Davis2018-08-173-7/+5
* [Support] NFC: Fix docstring in FileSystem.h.Reka Kovacs2018-08-171-1/+1
* [X86][SSE] Lower constant vXi8 ISD::SRL/ISD::SRA using PMULLWSimon Pilgrim2018-08-179-825/+412
* [InstCombine] Refactor the simplification of pow() (NFC)Evandro Menezes2018-08-172-32/+52
* [NFC] Expand test cases for simplifying pow()Evandro Menezes2018-08-172-3/+96
* [X86] Use hasOneUse instead of isOnlyUserOf. NFCICraig Topper2018-08-171-1/+1
* [sanitizer] When setting up shadow memory on iOS, fix handling the return val...Kuba Mracek2018-08-171-2/+2
* [HIP] Make __hip_gpubin_handle hidden to avoid being merged across different ...Yaxun Liu2018-08-172-1/+3
* [TableGen] Don't separately search for DefaultMode when we're going to iterat...Simon Pilgrim2018-08-171-1/+3
* Show how to use "lldb -P" to find the lldb.py.Jim Ingham2018-08-171-4/+5
* [IDF] Teach Iterated Dominance Frontier to use a snapshot CFG based on a Grap...Alina Sbirlea2018-08-172-15/+32
* Change the attach test case to use self.assertEqual so we can get more info o...Greg Clayton2018-08-171-2/+10
* Refactor the newly created <bit> header. Still (almost) NFC. Reviewed as http...Marshall Clow2018-08-172-83/+72
* Make __shiftleft128 / __shiftright128 real compiler built-ins.Nico Weber2018-08-175-17/+54
* [ThinLTO] Add option for printing import failure reasonsTeresa Johnson2018-08-175-37/+183
* [MS Demangler] Rework the way operators are demangled.Zachary Turner2018-08-173-222/+553
* Recommit r339943 - Establish the <bit> header. NFC yet. Reviewed as https://r...Marshall Clow2018-08-175-136/+176
* [TableGen] TypeInfer - Cache the legal types as TypeSetByHwModeSimon Pilgrim2018-08-172-18/+13
* [CodeGen] Merge identical block descriptor global variables.Akira Hatanaka2018-08-179-148/+359
* [clangd] Add parantheses while auto-completing functions.Kadir Cetinkaya2018-08-173-2/+67
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-1719-149/+534
* [clang-tidy] Abseil: integral division of Duration checkHaojian Wu2018-08-177-0/+181
* [PowerPC] Generate lxsd instead of the ld->mtvsrd sequence for vector loadsStefan Pintilie2018-08-172-0/+303
* [llvm-mca] Removed references to HWStallEvent in Scheduler.h. NFCIAndrea Di Biagio2018-08-173-23/+47
* [clangd] Add a testcase for empty preamble.Haojian Wu2018-08-171-0/+45
* [x86] Fix test breaking on Darwin after r339962Francis Visoiu Mistrih2018-08-171-1/+1
* [X86] Fix liveness information when expanding X86::EH_SjLj_LongJmp64Francis Visoiu Mistrih2018-08-172-7/+57
* [NewGVN] Add tests for r340031.Florian Hahn2018-08-172-0/+260
OpenPOWER on IntegriCloud