summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r351529 "[llvm-objdump][NFC] Improve readability."Clement Courbet2019-01-181-34/+29
* [AMDGPU][MC][GFX8+][DISASSEMBLER] Corrected 1/2pi value for 64-bit operandsDmitry Preobrazhensky2019-01-185-22/+29
* [TTI] Use ConcreteTTI cast in getIntrinsicInstrCost Type variant. NFCI.Simon Pilgrim2019-01-181-28/+28
* Reland r351529 "[llvm-objdump][NFC] Improve readability."Clement Courbet2019-01-181-29/+34
* [SelectionDAG] Add getTokenFactor, which splits nodes with > 64k operands.Florian Hahn2019-01-183-13/+19
* Add __[_[_]]Z demangling to new common demangle functionJames Henderson2019-01-182-1/+13
* Fix test failure from r351495Erich Keane2019-01-181-1/+1
* [AMDGPU][MC] Disabled use of 2 different literals with SOP2/SOPC instructionsDmitry Preobrazhensky2019-01-186-0/+71
* [ADT] Add streaming operators for llvm::OptionalPavel Labath2019-01-185-2/+95
* [llvm-objdump] - Dump the archive headers when -all-headers is specified.George Rimar2019-01-182-2/+27
* [OpenCL] Fix overloading ranking rules for addrspace conversions.Anastasia Stulova2019-01-182-1/+27
* [llvm-objdump] - Move getRelocationValueString and dependenices out of the ll...George Rimar2019-01-186-433/+459
* [AVR] Fix codegen bug in 16-bit loadsDylan McKay2019-01-186-37/+50
* [llvm-objdump] - Show aliases in -help.George Rimar2019-01-181-34/+35
* Breakpad: Extract parsing code into a separate filePavel Labath2019-01-189-181/+466
* [analyzer] Unbreak building of SymbolReaperTest true BUILD_SHARED_LIBS=TrueAlex Bradbury2019-01-181-0/+3
* [AVR] Fix the inst-cbr testDylan McKay2019-01-181-4/+4
* [SelectionDAG] Add static getMaxNumOperands function to SDNode.Florian Hahn2019-01-183-3/+7
* Revert r351529 "[llvm-objdump][NFC] Improve readability."Clement Courbet2019-01-181-37/+28
* [tooling] Add a new argument adjuster for deleting plugin related command lin...Kadir Cetinkaya2019-01-183-0/+57
* [llvm-objdump][NFC] Improve readability.Clement Courbet2019-01-181-28/+37
* Fix failing MSan botsVlad Tsyrklevich2019-01-1819-459/+262
* [ScheduleDAGRRList] Do not preschedule the node has ADJCALLSTACKDOWN parentShiva Chen2019-01-182-0/+55
* [AVR] Rewrite the CBRRdK instruction as an alias of ANDIRdKDylan McKay2019-01-182-21/+33
* [CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated.Hsiangkai Wang2019-01-182-13/+266
* [Reproducers] Fix reproducers unittest.Jonas Devlieghere2019-01-181-11/+10
* [AVR] Expand 8/16-bit multiplication to libcalls on MCUs that don't have hard...Dylan McKay2019-01-188-17/+70
* [X86] Add test cases showing failure to fold a global variable address into t...Craig Topper2019-01-182-0/+42
* [X86] Change avx512-gather-scatter-intrin.ll to use x86_64-unknown-unknown in...Craig Topper2019-01-181-53/+53
* Re-enable terminator folding in LoopSimplifyCFG: underlying bugs fixedMax Kazantsev2019-01-181-1/+1
* gn build: unbreak mac (and maybe win) after r351258, r351277Nico Weber2019-01-182-3/+9
* [PSTL] Convert license text file to use unix line endings, matching theChandler Carruth2019-01-181-70/+70
* [DOCS] it it => itXing GUO2019-01-181-1/+1
* gn build: Merge r351499Nico Weber2019-01-181-0/+1
* mac: Correctly disable tools/lto tests when building with LLVM_ENABLE_PIC=OFFNico Weber2019-01-183-3/+4
* [analyzer] Introduce proper diagnostic for freeing unowned objectGeorge Karpenkov2019-01-185-9/+42
* [analyzer] Extend the PathDiagnosticLocation constructor to handle CallExitEndGeorge Karpenkov2019-01-183-30/+18
* [analyzer] [NFC] Clean up messy handling of bug categories in RetainCountCheckerGeorge Karpenkov2019-01-184-150/+112
* [analyzer] const-ify reference to bug type used in BugReporterGeorge Karpenkov2019-01-183-11/+11
* [analyzer] Extend BugType constructor to accept "SuppressOnSink" as a parameterGeorge Karpenkov2019-01-187-25/+28
* [analyzer] [RetainCountChecker] Produce a correct message when OSTypeAlloc is...George Karpenkov2019-01-183-2/+35
* [analyzer] [RetainCountChecker] Smart pointer support.George Karpenkov2019-01-187-49/+227
* [WebAssembly] Add languages from debug info to producers sectionThomas Lively2019-01-185-15/+54
* [safestack] Remove dependency of SafeStack on sanitizer_commonVitaly Buka2019-01-184-35/+138
* [analyzer] A speculative fix for buildbot failures in the new SymbolReaperTest.Artem Dergachev2019-01-181-2/+1
* Use llvm::VersionTuple instead of manual version marshallingBrad Smith2019-01-182-6/+8
* [safestack] Replace statics with unnamed namespaceVitaly Buka2019-01-181-29/+33
* [polly] Change to range-based invocation of llvm::sortMandeep Singh Grang2019-01-181-1/+1
* [Reproducers] Refactor reproducer infoJonas Devlieghere2019-01-183-56/+43
* [analyzer] MoveChecker: Add one more common resetting method, "append".Artem Dergachev2019-01-182-3/+11
OpenPOWER on IntegriCloud