summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AST] Clarify printing of unknown size locations [NFC]Philip Reames2018-08-172-1/+26
* [llvm-objcopy] Implement -G/--keep-global-symbol(s).Jordan Rupprecht2018-08-174-0/+200
* [DebugCounters] don't do redundant map lookups; NFCGeorge Burgess IV2018-08-171-4/+8
* [ObjC] Error out when using forward-declared protocol in a @protocolAlex Lorenz2018-08-1715-38/+50
* Don't warn on returning the address of a label from a statement expressionReid Kleckner2018-08-172-0/+13
* [AST][Tests] Clarify what each test is doingPhilip Reames2018-08-171-20/+23
* [AST[Tests] Shorten tests using noalias paramsPhilip Reames2018-08-171-12/+4
* [analyzer] [NFC] Minor refactoring of ISL-specific code in RetainCountCheckerGeorge Karpenkov2018-08-172-14/+9
* [analyzer] Re-instate support for MakeCollectable is RetainCountCheckerGeorge Karpenkov2018-08-177-522/+679
* [analyzer] [NFC] Move ObjCRetainCount to include/AnalysisGeorge Karpenkov2018-08-174-3/+3
* [AST] Add tests for argmemonly calls [NFC]Philip Reames2018-08-171-0/+130
* [analyzer] [NFC] Move canEval function from RetainCountChecker to RetainCount...George Karpenkov2018-08-173-72/+85
* [analyzer] [NFC] Split up summary generation in RetainCountChecker in two met...George Karpenkov2018-08-172-204/+195
* [analyzer] [NFC] Split up RetainCountCheckerGeorge Karpenkov2018-08-178-3894/+4036
* [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
OpenPOWER on IntegriCloud