summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [obj2yaml] Don't crash for input files without symbol tableAlexander Richardson2017-09-223-0/+7
* [dwarfdump] Add support for redirecting output to a fileJonas Devlieghere2017-09-222-24/+47
* [mips] clang-format MipsTargetMachine.cppAlexander Richardson2017-09-221-3/+3
* [asan/lsan] Trying to fix buildbots after r313966Maxim Ostapenko2017-09-221-0/+1
* [asan/lsan] Make LSan compliant with recovery mode when running on top of ASanMaxim Ostapenko2017-09-224-1/+29
* [AVR] Remove the 'IsN64' argument to 'MCELFObjectWriter'Dylan McKay2017-09-221-1/+1
* [X86] Updating the test case for FMF propagation.Jatin Bhateja2017-09-221-2/+14
* [clang-format] Ignore case and stable sort using-declarationsKrasimir Georgiev2017-09-222-2/+74
* [clang-tidy] Fix example in documentation, NFCKrasimir Georgiev2017-09-221-1/+1
* bpf: initial 32-bit ALU encoding support in assemblerYonghong Song2017-09-223-46/+116
* bpf: add 32bit register setYonghong Song2017-09-221-21/+32
* bpf: refactor inst patterns with better inheritanceYonghong Song2017-09-221-111/+127
* bpf: refactor inst patterns with more mnemonicsYonghong Song2017-09-222-185/+189
* Closure types have no name (and can't have a typedef name for linkageRichard Smith2017-09-222-18/+12
* AArch64: support SwiftCC properly on AAPCS64Saleem Abdulrasool2017-09-222-0/+21
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-2210-112/+160
* Driver: remove support for libstdc++ from CrossWindowsSaleem Abdulrasool2017-09-222-44/+3
* Clean up some mistreatment of enumerations.Richard Smith2017-09-223-70/+74
* Add test cases that weren't committed in r313945.Akira Hatanaka2017-09-224-0/+253
* Rename markAsErased to erase, as pointed out in a previous review; NFCSanjoy Das2017-09-226-7/+7
* [Analyzer] Static analyzer script for updating reference resultsGeorge Karpenkov2017-09-221-0/+64
* [Analyzer] Refactor analyzer testing scripts.George Karpenkov2017-09-223-88/+75
* Fix tracking of whether a destructor would be deleted.Richard Smith2017-09-223-2/+37
* HexagonVectorLoopCarriedReuse.cpp: Apply LLVM_ATTRIBUTE_UNUSED. [-Wunused-fun...NAKAMURA Takumi2017-09-221-0/+2
* Reformat.NAKAMURA Takumi2017-09-221-2/+2
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-2217-24/+233
* [Analyzer] Log when auto-synthesized body is used.George Karpenkov2017-09-221-3/+14
* Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.Richard Smith2017-09-228-29/+183
* Fix unused variable warning.Richard Trieu2017-09-211-2/+1
* [CodeGen] Fix some Clang-tidy modernize-use-bool-literals and Include What Yo...Eugene Zelenko2017-09-216-206/+270
* Fix a bug in a historic bitcode testcase.Adrian Prantl2017-09-212-3/+3
* Fix a bug in a historic bitcode testcase. NFC.Adrian Prantl2017-09-212-3/+3
* Update for llvm change.Rafael Espindola2017-09-211-5/+8
* Convert the archive writer to use Error.Rafael Espindola2017-09-216-37/+35
* [Hexagon] - Fix testcase for the HexagonVectorLoopCarriedReuse pass.Pranav Bhandarkar2017-09-211-0/+86
* Use raw_ostream in functions that don't need to seek. NFC.Rafael Espindola2017-09-211-5/+5
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-2188-486/+163
* Simplify the logic for truncating UID and GID. NFC.Rafael Espindola2017-09-211-12/+9
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2188-163/+486
* Revert "Add a testfile that I missed in a previous commit that added HexagonV...Rafael Espindola2017-09-211-86/+0
* Simplify error handling. NFC.Rafael Espindola2017-09-212-8/+4
* [tsan] Annotate function parameters with attribute 'noescape'.Akira Hatanaka2017-09-211-3/+5
* Resubmit "[lit] Refactor out some more common lit configuration code."Zachary Turner2017-09-216-244/+218
* [Analyzer] Use CC environment variable to select analyzer path in SATestBuild.George Karpenkov2017-09-211-1/+4
* Add a testfile that I missed in a previous commit thatPranav Bhandarkar2017-09-211-0/+86
* Enable the reuse of values computed in a previous loop iteration.Pranav Bhandarkar2017-09-213-0/+588
* [Analyzer] Add simple help to SATestAdd.pyGeorge Karpenkov2017-09-211-5/+6
* [Analyzer] Remove dead code from CmpRuns.py.George Karpenkov2017-09-211-24/+0
* Revert "[lit] Refactor out some more common lit configuration code."Zachary Turner2017-09-216-216/+244
* Fix a bug in llvm-objdump when disassembling using the wrong default CPUKevin Enderby2017-09-213-3/+13
OpenPOWER on IntegriCloud