summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Re-commit r363191 "[MS] Pretend constexpr variable template specializations a...Hans Wennborg2019-09-042-4/+30
* [IRPrinting] Improve module pass printer to work better with -filter-print-funcsTaewook Oh2019-09-042-5/+31
* [lldb][NFC] Add a simple test for thread_local storage.Raphael Isemann2019-09-043-0/+25
* [GlobalISel] Fix G_SEXT narrowScalar to bail out of unsupported type combinat...Amara Emerson2019-09-041-3/+7
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-04557-1581/+552
* gn build: Merge r370843Nico Weber2019-09-041-0/+1
* [clangd] Split Preamble.h out of ClangdUnit.h. NFCSam McCall2019-09-0412-236/+297
* [lldb] [test] Mark 'reenabled' tests XFAIL on NetBSDMichal Gorny2019-09-045-0/+5
* Add a newline at the end of the fileRui Ueyama2019-09-041-1/+1
* [lldb] [test] Un-mark two commands/register tests XFAILMichal Gorny2019-09-041-2/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-0470-390/+9099
* [llvm-objcopy] Fix some identifier names in comments. NFCFangrui Song2019-09-041-5/+5
* [RISCV] Enable tail call opt for variadic functionJim Lin2019-09-042-7/+2
* [MemorySSA] Move two verify calls under expensive checks.Alina Sbirlea2019-09-041-2/+2
* [NFC][llvm-ifs] Adding .ifs files to the test list for llvm-ifs tool.Puyan Lotfi2019-09-041-0/+1
* Revert [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturnReid Kleckner2019-09-0321-145/+38
* [WebAssembly] Compare functions by names in Emscripten SjljHeejin Ahn2019-09-032-64/+74
OpenPOWER on IntegriCloud