summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move UnwindTable from ObjectFile to ModulePavel Labath2019-02-148-52/+50
* Refine ArgPromotion metadata handlingTeresa Johnson2019-02-142-0/+33
* [LoopUnrollPeel] Add case where we should forget the peeled loop from SCEV.Florian Hahn2019-02-142-10/+50
* [lldb] [lldb-server] Catch and report errors from main loopMichal Gorny2019-02-141-1/+6
* [lldb] [MainLoop] Report errno for failed kevent()Michal Gorny2019-02-141-1/+1
* [RISCV][NFC] Add RV64I CHECK lines to inline-asm.ll testAlex Bradbury2019-02-141-0/+31
* [ASTImporter] Check visibility/linkage of functions and variablesGabor Marton2019-02-143-72/+370
* Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs.Sam McCall2019-02-143-31/+167
* [MIPS GlobalISel] Select phi instruction for integers Petar Avramovic2019-02-146-0/+602
* [Instrumentation][NFC] Fix warning.Clement Courbet2019-02-141-1/+1
* [Builtins] Treat `bcmp` as a builtin.Clement Courbet2019-02-148-18/+86
* [MIPS GlobalISel] Select branch instructionsPetar Avramovic2019-02-148-1/+379
* Make widenable condition transparent for MemoryWriteTrackingMax Kazantsev2019-02-141-0/+4
* Teach isGuaranteedToTransferExecutionToSuccessor about widenable conditionsMax Kazantsev2019-02-141-1/+2
* Fix an accidentally flipped pair of arguments, NFCIJeremy Morse2019-02-141-1/+1
* [ARM] Ensure we update the correct flags in the peephole optimiserDavid Green2019-02-142-2/+40
* [Support] Fix TempFile::discard to not leave behind temporary filesAndrew Ng2019-02-141-13/+14
* Revert "Temporarily disable calls to getgrnam/getgrnam_r in test due to it hi...Douglas Yung2019-02-141-4/+2
* [NFC] Refactor LICM code for better readabilityMax Kazantsev2019-02-141-6/+11
* [gdb-remote] Sanity check platform pointerAaron Smith2019-02-141-2/+5
* [llvm-readobj][test] Add all GNU_PROPERTY_X86_FEATURE_2_{NEEDED,USED} bitsFangrui Song2019-02-141-13/+13
* [lldb-server] Add remote platform capabilities for WindowsAaron Smith2019-02-146-275/+217
* Print a note to the called macro when diagnosing err_embedded_directiveNico Weber2019-02-146-2/+12
* [NewPM] Add explicit triple to testFrancis Visoiu Mistrih2019-02-141-0/+2
* Relax test to check for a valid number instead of a specific numberDouglas Yung2019-02-141-1/+1
* lld/coff: Simplify error message for comdat selection mismatchesNico Weber2019-02-143-107/+135
* [msan] Don't delete MSanAtExitRecordVitaly Buka2019-02-142-1/+40
* [CUDA][HIP] Use device side kernel and variable names when registering themYaxun Liu2019-02-146-50/+114
* [X86] Make (f80 (sint_to_fp (i16))) use fistps/fisttps instead of fistpl/fist...Craig Topper2019-02-142-27/+23
* Revert "[llvm-objdump] Allow short options without arguments to be grouped"Matthew Voss2019-02-144-30/+20
* Relax restriction in tests to where "-emit-llvm-bc" and "-emit-obj" must appear.Douglas Yung2019-02-143-28/+40
* [libFuzzer] trying to fix the bot (can't reproduce the build failure locally)Kostya Serebryany2019-02-141-1/+2
* Fix for asan botsLeonard Chan2019-02-141-9/+12
* [llvm-objdump] Allow short options without arguments to be groupedMatthew Voss2019-02-144-20/+30
* [libFuzzer] add threads to the fork mode: now you can pass -fork=N to run N c...Kostya Serebryany2019-02-143-90/+147
* [globalisel][combine] Split existing rules into a match and apply stepDaniel Sanders2019-02-142-21/+51
* [llvm-ar][libObject] Fix relative paths when nesting thin archives.Jordan Rupprecht2019-02-138-72/+115
* [PowerPC][NFC] Added tests for prologue and epilogue code gen.Stefan Pintilie2019-02-134-0/+494
* [ConstProp] add IR tests to show miscompiles; NFCSanjay Patel2019-02-131-0/+36
* [llvm-readobj] Dump GNU_PROPERTY_X86_ISA_1_{NEEDED,USED} notes in .note.gnu.p...Fangrui Song2019-02-133-4/+86
* [HWASAN] Updated HWASAN design document to better portray the chance of missi...Mitch Phillips2019-02-131-1/+2
* [SelectionDAG] Inline a single use helper function, and remove last non-MMO i...Philip Reames2019-02-133-39/+22
* [RegAllocGreedy] Take last chance recoloring into account in evicting.Mark Lacey2019-02-131-6/+20
* [AVR] Fix a typo - 's/analisys/analysis'Dylan McKay2019-02-131-1/+1
* [WebAssembly] memory.fillThomas Lively2019-02-137-13/+102
* [NewPM] Second attempt at porting ASanLeonard Chan2019-02-1311-200/+489
* Restore Check for Unreachable Exit Block in -Winfinite-recursionRobert Widmann2019-02-132-2/+15
* [WebAssembly] Bulk memory intrinsics and builtinsThomas Lively2019-02-138-36/+145
* Revert r353962Serge Guelton2019-02-132-85/+28
* ELF: Allow GOT relocs pointing to non-preemptable ifunc to resolve to an IREL...Peter Collingbourne2019-02-1316-117/+345
OpenPOWER on IntegriCloud