summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [scudo] trying to fix the bot: aligned_alloc is not known there; attempt 3Kostya Serebryany2016-06-071-1/+1
* [pdbdump] Print out TPI hash key size.Rui Ueyama2016-06-074-0/+6
* [LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``Dan Liew2016-06-078-73/+84
* Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton2016-06-076-63/+9
* [docs] fix the build by including ScudoHardenedAllocator into toc; mention So...Kostya Serebryany2016-06-072-2/+7
* Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...Greg Clayton2016-06-074-300/+394
* Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-073-6/+85
* [docs] Coverage: Explain how to avoid static initializersVedant Kumar2016-06-071-0/+16
* [lit] Ignore errors when decoding redirected output.Daniel Dunbar2016-06-071-1/+1
* Use FileCheck instead of grepping for patterns. NFC.Easwaran Raman2016-06-073-10/+11
* [CFLAA] Kill dead code/fix comments in StratifiedSets.George Burgess IV2016-06-071-87/+23
* AMDGPU: Add amdgpu-ps-wqm-outputs function attributesNicolai Haehnle2016-06-072-2/+41
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-0710-91/+17
* [LibFuzzer] Split the fuzzer-oom.test into two tests.Dan Liew2016-06-073-1/+14
* [X86][SSE4A] Regenerated SSE4A intrinsics testsSimon Pilgrim2016-06-072-16/+65
* [pdb] Fix broken unit test compilation.Zachary Turner2016-06-071-4/+4
* [pdb] Convert StringRefs to ArrayRef<uint8_t>s.Zachary Turner2016-06-074-12/+15
* Add info to SourceLevelDebugging about CodeViewReid Kleckner2016-06-071-5/+78
* Revert "Differential Revision: http://reviews.llvm.org/D20557"Eric Christopher2016-06-072-309/+18
* Reformat for some clarity and 80-columns. NFC.Eric Christopher2016-06-072-21/+32
* [libfuzzer] custom crossover interface function.Mike Aizatsky2016-06-077-0/+107
* [stack-protection] Add support for MSVC buffer security checkEtienne Bergeron2016-06-0711-41/+668
* [lit] Fix an uninitialized var on Windows.Daniel Dunbar2016-06-071-1/+2
* [scudo] trying to fix the bot: aligned_alloc is not known there; attempt 2Kostya Serebryany2016-06-071-2/+3
* Added notes for a bunch of the issuesMarshall Clow2016-06-071-10/+10
* [yaml] Add a ScalarTraits for mapping endian aware types.Zachary Turner2016-06-072-0/+133
* Revert r272045 since GCC doesn't know how to compile it.Krzysztof Parzyszek2016-06-071-449/+507
* [asan] Turn LSan-related #if’s into regular if’s in ASan initializerKuba Brecka2016-06-072-8/+15
* Remove break after return.Rui Ueyama2016-06-071-2/+0
* [Hexagon] Modify HexagonExpandCondsets to handle subregistersKrzysztof Parzyszek2016-06-071-507/+449
* Differential Revision: http://reviews.llvm.org/D20557Wei Ding2016-06-072-18/+309
* [pdb] Fix a potential overflow and remove unnecessary comments.Zachary Turner2016-06-072-3/+3
* [Clang-tidy] Alphabetical checks order in release notes.Eugene Zelenko2016-06-072-8/+8
* Don't use SO_REUSEADDR for *client* socketsPavel Labath2016-06-071-3/+0
* [CFLAA] Add AttrEscaped, remove bit twiddling functions.George Burgess IV2016-06-073-63/+76
* [Clang-tidy] Documentation style consistency.Eugene Zelenko2016-06-072-11/+12
* [scudo] trying to fix the bot: aligned_alloc is not known thereKostya Serebryany2016-06-071-0/+2
* LLDB is leaking memory in Editline.cpp on MacOSX. Greg Clayton2016-06-071-43/+62
* [libfuzzer] prune_corpus option for disabling pruning during the load.Mike Aizatsky2016-06-075-1/+19
* Define a helper function to get a relocation name. NFC.Rui Ueyama2016-06-071-13/+11
* Revert "Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install ...Chris Bieneman2016-06-072-3/+3
* Merge duplicate code. NFC.Rui Ueyama2016-06-071-9/+8
* Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install pathsChris Bieneman2016-06-072-3/+3
* Use StringSwitch. NFC.Rui Ueyama2016-06-071-25/+24
* Added notes about the issues for OuluMarshall Clow2016-06-071-22/+22
* Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used wi...Aaron Ballman2016-06-074-13/+82
* Fixing a build bot issue with duplicate explicit instantiations.Aaron Ballman2016-06-071-1/+8
* Adding a release note for the misc-misplaced-const check added in r272025.Aaron Ballman2016-06-071-0/+6
* Add the misc-misplaced-const check to clang-tidy, which diagnoses when a cons...Aaron Ballman2016-06-078-1/+207
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-0710-17/+91
OpenPOWER on IntegriCloud