summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstSimplify] guard against unreachable code (PR43218)Sanjay Patel2019-09-042-1/+29
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-0412-83/+87
* [Debuginfo][SROA] Need to handle dbg.value in SROA pass.Alexey Lapshin2019-09-044-156/+232
* [ASTImporter] Added visibility context check for TypedefNameDecl.Balazs Keri2019-09-042-13/+68
* [PowerPC][Altivec] Fix constant argument for vec_dssJinsong Ji2019-09-045-4/+20
* [InstCombine] add tests for insert/extract with identity shuffles; NFCSanjay Patel2019-09-041-0/+92
* [libc++] Move __clamp_to_integral to <cmath>, and harden against min()/max() ...Louis Dionne2019-09-043-34/+55
* disassemble command: fix error message when disassembly failsPavel Labath2019-09-043-1/+50
* [clangd] Add TUScheduler.h to CodeComplete.cpp to unbreak buildsKadir Cetinkaya2019-09-041-0/+1
* [ModuloSchedule] Fix no-asserts buildJames Molloy2019-09-041-5/+8
* [ModuloSchedule] Introduce PeelingModuloScheduleExpanderJames Molloy2019-09-043-6/+516
* Fix "enumeral and non-enumeral type in conditional expression" warnings. NFCI.Simon Pilgrim2019-09-042-2/+2
* [libc++] Add `__truncating_cast` for safely casting float types to integersLouis Dionne2019-09-042-0/+124
* [NFC] Added a negative test for new foldDavid Bolvansky2019-09-041-0/+19
* [libc++] Use __extension__ in a portable mannerLouis Dionne2019-09-042-1/+9
* [NFC] Fixed testDavid Bolvansky2019-09-041-2/+2
* [lldb] Fix log statement in Socket::WriteRaphael Isemann2019-09-041-1/+2
* [NFC] Adjust tests for new foldDavid Bolvansky2019-09-041-4/+4
* [NFC] Added tests for new foldDavid Bolvansky2019-09-041-0/+101
* [clangd] Fix SelectionTree behavior on implicit 'this'Sam McCall2019-09-042-0/+15
* [InstCombine] Fold sub (or A, B) (and A, B) to (xor A, B)David Bolvansky2019-09-042-20/+16
* Fix address sizes in the dwarfdump-debug-loc-error-cases testPavel Labath2019-09-041-10/+10
* [NFC] Added a new test for D67153David Bolvansky2019-09-041-0/+13
* [lldb] Limit the amount of zeroes we use for padding when printing small floatsRaphael Isemann2019-09-048-4/+150
* [lldb] Early exit in RangeDataVector:FindEntryIndexesThatContainRaphael Isemann2019-09-041-6/+8
* [NFC] Added tests for 'SUB of OR and AND to XOR' foldDavid Bolvansky2019-09-041-0/+103
* [DebugInfo] LiveDebugValues: locations with different exprs should not be mergedJeremy Morse2019-09-042-7/+92
* gn build: Merge r370862Nico Weber2019-09-042-2/+2
* [ELF] Fix spell corrector: don't call elf::InputFile::getSymbols() on shared ...Fangrui Song2019-09-041-1/+1
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-0470-9099/+390
* [cmake] Remove MSVC C4180 overrideSimon Pilgrim2019-09-041-1/+0
* [LiveDebugValues][NFC] Silence an unused variable warningJeremy Morse2019-09-041-0/+1
* [clangd] Remove macro-expansion-location from getBeginningOfIdentifier. Inlin...Sam McCall2019-09-044-20/+26
* DWARF: Fix a regression in location list dumpingPavel Labath2019-09-045-28/+277
* [cmake] Remove MSVC C4258 overrideSimon Pilgrim2019-09-041-1/+0
* [clangd] Remove obsolete includes. NFCSam McCall2019-09-043-4/+2
* [clangd] Move threading helper to more appropriate header. NFCSam McCall2019-09-043-15/+15
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-0413-108/+106
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-0431-44/+65
* [llvm-dwarfdump] Fix spelling in the comments. NFCDjordje Todorovic2019-09-041-2/+2
* [llvm-objcopy] Add objcopy::elf::Object::allocSections to simplify loops on S...Fangrui Song2019-09-042-22/+21
* Add LLDB reformatting to .git-blame-ignore-revsRaphael Isemann2019-09-041-0/+3
* Port TestBatchMode to PExpectTest classPavel Labath2019-09-042-91/+56
* [yaml2obj] Support PT_GNU_STACK and PT_GNU_RELROFangrui Song2019-09-043-1/+15
* [lldb][NFC] Rename ReadRegisterValue to PrintRegisterValueRaphael Isemann2019-09-041-95/+95
* Add .git-blame-ignore-revs fileRui Ueyama2019-09-041-0/+15
* [lldb][NFC] Remove WriteRegister copy-pasta from ObjectFileMachORaphael Isemann2019-09-041-198/+119
* [ELF] Add a spell corrector for "undefined symbol" diagnosticsFangrui Song2019-09-042-5/+149
* [llvm-objcopy] Rename variable names "Section" to "Sec". NFCFangrui Song2019-09-042-71/+65
* [ARM][ParallelDSP] SExt mul for accumulationSam Parker2019-09-045-5/+389
OpenPOWER on IntegriCloud