| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't create copy relocs or dummy plt's if given -z notext. | Rafael Espindola | 2017-03-14 | 3 | -7/+39 |
* | MemCpyOptimizer: don't create new addrspace casts | Fiona Glaser | 2017-03-14 | 2 | -0/+26 |
* | [debugserver] NFC. Cleanup Get/Set Register Value/Context | Chris Bieneman | 2017-03-14 | 2 | -978/+535 |
* | [globalisel] LLVM_BUILD_GLOBAL_ISEL=OFF should prevent GlobalISel instruction... | Daniel Sanders | 2017-03-14 | 2 | -0/+5 |
* | [libFuzzer] remove more stale code | Kostya Serebryany | 2017-03-14 | 4 | -83/+4 |
* | Fix Wdocumentation warning | Simon Pilgrim | 2017-03-14 | 1 | -1/+1 |
* | [libFuzzer] don't clear Counters in TracePC::CollectFeatures since they will ... | Kostya Serebryany | 2017-03-14 | 2 | -4/+3 |
* | [globalisel][tblgen] Add support for ComplexPatterns | Daniel Sanders | 2017-03-14 | 15 | -18/+481 |
* | [libFuzzer] remove stale code | Kostya Serebryany | 2017-03-14 | 3 | -42/+4 |
* | [SelectionDAG] Add a signed integer absolute ISD node | Simon Pilgrim | 2017-03-14 | 14 | -254/+152 |
* | [clangd] Fix not being able to attach a debugger on macOS | Benjamin Kramer | 2017-03-14 | 1 | -0/+4 |
* | [Hexagon] Recognize hexagonv62 as a valid target CPU | Krzysztof Parzyszek | 2017-03-14 | 3 | -0/+14 |
* | [WebAssembly] Use LEB encoding for value types | Derek Schuff | 2017-03-14 | 9 | -285/+271 |
* | [CMake] Override debugserver to use the build tree on Darwin | Chris Bieneman | 2017-03-14 | 3 | -0/+16 |
* | [cfi] Disable bad-split test on win32. | Evgeniy Stepanov | 2017-03-14 | 1 | -0/+2 |
* | [debugserver] Fixing a small logic error from r297685 | Chris Bieneman | 2017-03-14 | 1 | -1/+1 |
* | Archives require a symbol table on Solaris, even if empty. | Rafael Espindola | 2017-03-14 | 3 | -0/+24 |
* | Fixed unintentional assignment-in-assert in new "extending memory management ... | Billy Robert O'Neal III | 2017-03-14 | 6 | -6/+6 |
* | [cfi] Add test for type metadata split issue. | Evgeniy Stepanov | 2017-03-14 | 1 | -0/+19 |
* | Modules: Optimize bitcode encoding of diagnostic state | Duncan P. N. Exon Smith | 2017-03-14 | 2 | -6/+10 |
* | Fix asm printing of associated sections. | Evgeniy Stepanov | 2017-03-14 | 8 | -30/+48 |
* | [ARM] Replace some C++ selection code with TableGen patterns. NFC. | Eli Friedman | 2017-03-14 | 5 | -64/+33 |
* | [Support] Make the SystemZ bot happy by using make_error_code. | Juergen Ributzka | 2017-03-14 | 1 | -1/+2 |
* | Fix arch-specific-libdir tests on Windows | Reid Kleckner | 2017-03-14 | 2 | -12/+12 |
* | After rL297370 and rL297383, instead of a platform check, explicitly | Dimitry Andric | 2017-03-14 | 1 | -1/+1 |
* | [DAG] vector div/rem with any zero element in divisor is undef | Sanjay Patel | 2017-03-14 | 5 | -33/+35 |
* | Warn on enum assignment to bitfields that can't fit all values | Reid Kleckner | 2017-03-14 | 4 | -2/+131 |
* | [compiler-rt][builtins] __isOSVersionAtLeast should load CoreFoundation | Alex Lorenz | 2017-03-14 | 2 | -17/+80 |
* | Add more debugging code for the SystemZ bot. | Juergen Ributzka | 2017-03-14 | 1 | -12/+24 |
* | Mark LWG issues 2868, 2872, and 2890 as complete. There's nothing we need to ... | Marshall Clow | 2017-03-14 | 1 | -3/+3 |
* | SamplePGO ThinLTO ICP fix for local functions. | Dehao Chen | 2017-03-14 | 9 | -6/+158 |
* | Fix misspelled enum | Jonathan Roelofs | 2017-03-14 | 3 | -9/+9 |
* | [InstCombine] improve readability; NFCI | Sanjay Patel | 2017-03-14 | 1 | -29/+23 |
* | [Driver] Fix arch-specific-libdir-rpath.c | Pirama Arumuga Nainar | 2017-03-14 | 1 | -3/+3 |
* | Also mark LWG#2785 as complete, because we already implemented that | Marshall Clow | 2017-03-14 | 1 | -1/+1 |
* | Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838... | Marshall Clow | 2017-03-14 | 3 | -16/+51 |
* | [Driver] Add flag to request arch-specific-subdir in -rpath | Pirama Arumuga Nainar | 2017-03-14 | 5 | -30/+59 |
* | [ubsan] Use the nicer nullability diagnostic handlers | Vedant Kumar | 2017-03-14 | 4 | -16/+22 |
* | [ubsan] Add nullability handlers to interface file | Vedant Kumar | 2017-03-14 | 1 | -0/+4 |
* | [ubsan] Add diagnostic handlers for nullability errors | Vedant Kumar | 2017-03-14 | 2 | -13/+46 |
* | [InstCombine] consolidate rem tests and update checks; NFC | Sanjay Patel | 2017-03-14 | 5 | -138/+143 |
* | [InstCombine] regenerate checks; NFC | Sanjay Patel | 2017-03-14 | 1 | -177/+225 |
* | [Hexagon] Fix a condition in HexagonEarlyIfConv.cpp | Krzysztof Parzyszek | 2017-03-14 | 1 | -1/+1 |
* | DarwinParser: include limits | Saleem Abdulrasool | 2017-03-14 | 1 | -0/+1 |
* | Fix flakyness in TestCompletion | Pavel Labath | 2017-03-14 | 1 | -2/+2 |
* | Fix typo in comment | Artyom Skrobov | 2017-03-14 | 1 | -1/+1 |
* | [X86] Add extra BITREVERSE tests | Simon Pilgrim | 2017-03-14 | 1 | -131/+442 |
* | [LV] Refactor cross-iteration phi's back-patching; NFC | Gil Rapaport | 2017-03-14 | 1 | -232/+244 |
* | [ARM] Diagnose ARM MOVT without :lower16: or :upper16: expression | Oliver Stannard | 2017-03-14 | 2 | -0/+4 |
* | De-duplicate the two implementations of ARMBaseInstrInfo::isProfitableToIfCvt... | Artyom Skrobov | 2017-03-14 | 1 | -13/+5 |