summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [include-fixer] do not add enum forward declaration into symbol index table.Eric Liu2016-06-082-4/+9
* [ELF] Simplify shouldMerge() result calculation. NFC.George Rimar2016-06-081-4/+1
* [ELF] - Replaced one more hardcode with named constant. NFC.George Rimar2016-06-081-2/+1
* [ELF] - Replaced hardcode with named constants. NFC.George Rimar2016-06-082-3/+3
* [clang-tidy] misc-macro-parentheses - avoid adding parentheses in variable de...Daniel Marjamaki2016-06-082-2/+53
* [ARM] Remove redundant check. NFCDiana Picus2016-06-081-1/+1
* Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer2016-06-0823-41/+41
* clang-format: Fix incorrect calculation of "length" of /**/ comments.Daniel Jasper2016-06-082-3/+14
* clang-format: Fix bug in function ref qualifier identification.Daniel Jasper2016-06-082-4/+2
* [Clang][AVX512][BUILTIN]Adding intrinsics for range_round_{sd|ss}Michael Zuckerman2016-06-083-0/+80
* [AVX512] Fix cvtusi2sd instruction Opcode, it should be 0x7B instead of 0x2A.Igor Breger2016-06-081-1/+1
* Add doxygen comments to xmmintrin.h's intrinsics.Ekaterina Romanova2016-06-081-0/+944
* [ELF] - Tweak verneed.s test to use new llvm-readobj functionalityGeorge Rimar2016-06-081-25/+78
* [AVX512] Reformat macro intrinsics, ensure arguments have proper typecasts, e...Craig Topper2016-06-082-329/+260
* [X86] Put parentheses around macro arguments in intrinsics.Craig Topper2016-06-081-8/+10
* Make LiveDebugValues preserve CFGMatt Arsenault2016-06-081-0/+1
* [libFuzzer] add 'weak' back to __sanitizer_malloc_hook and __sanitizer_free_hookKostya Serebryany2016-06-081-0/+2
* AMDGPU: Verify subtarget specific builtinsMatt Arsenault2016-06-087-70/+133
* [libFuzzer] add a test that is built w/o coverage instrumentation but has the...Kostya Serebryany2016-06-085-1/+27
* [profile] Un-hide two symbolsVedant Kumar2016-06-082-3/+2
* [libFuzzer] docs: merge two lines with cmake instructions, add -DLLVM_ENABLE...Kostya Serebryany2016-06-081-6/+5
* Revive the error message from "process load" and SBProcess::LoadImage.Jim Ingham2016-06-081-1/+1
* [AArch64][RegisterBankInfo] Use the generic implementation of copyCost.Quentin Colombet2016-06-081-1/+2
* [RegisterBankInfo] Adapt the copy cost logic to give something sane by default.Quentin Colombet2016-06-081-1/+5
* [RegisterBankInfo] Add a size argument for the cost of copy.Quentin Colombet2016-06-084-8/+19
* [RegisterBankInfo] Move a hidden function into a static method. NFC.Quentin Colombet2016-06-082-24/+31
* MIR: Fix parsing of stack object references in MachineMemOperandsMatthias Braun2016-06-082-6/+28
* [profile] Hide a few external symbols (NFCI)Vedant Kumar2016-06-083-4/+5
* [Sema] Teach CheckPlaceholderExpr about unaddressable functions.George Burgess IV2016-06-085-25/+94
* [ItaniumMangle] Mangle dependent __underlying_type correctlyDavid Majnemer2016-06-082-1/+11
* [pdb] Try to fix use after free.Zachary Turner2016-06-085-2/+21
* IR: Call dropAllReferences from GlobalVariable's destructor.Peter Collingbourne2016-06-081-0/+2
* [esan] Intercept calloc to avoid deadlocks with tcmallocDerek Bruening2016-06-081-2/+52
* [pdbdump] Print out # of hash buckets.Rui Ueyama2016-06-074-0/+5
* [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
OpenPOWER on IntegriCloud