summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] handle SIGTERMKostya Serebryany2016-03-244-0/+4
* Match call and target calling conventions in testSanjoy Das2016-03-241-3/+4
* [sancov] adding leading zeros to coverage pct.Mike Aizatsky2016-03-241-2/+18
* Add <atomic> to ThreadPool.h, since std::atomic is usedDimitry Andric2016-03-241-0/+1
* Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-2421-916/+91
* Revert "Recommitted r263425 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-245-92/+20
* Fix for missing prompt on WindowsTed Woodward2016-03-241-0/+23
* [Hexagon] Be sure to treat subregisters of a CSR as CSRs as wellKrzysztof Parzyszek2016-03-241-5/+8
* [ADT] C++11ify SmallVector::erase's arguments from iterator to const_iteratorDavid Blaikie2016-03-242-4/+14
* Add lowering support for llvm.experimental.deoptimizeSanjoy Das2016-03-247-2/+137
* [Hexagon] Add support for run-time stack overflow checkingKrzysztof Parzyszek2016-03-245-13/+108
* [asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner2016-03-245-23/+171
* [ThinLTO] Use bulk importing in llvm-linkTeresa Johnson2016-03-241-56/+89
* [clang-tidy] Add support for different char-types for the readability-redunda...Etienne Bergeron2016-03-242-14/+64
* [Hexagon] Generate PIC-specific versions of save/restore routinesKrzysztof Parzyszek2016-03-244-9/+112
* Change ADL to produce lookup results in a deterministic order. This fixes someRichard Smith2016-03-244-21/+35
* Simplify AArch64 isRelRelativeAdhemerval Zanella2016-03-242-17/+36
* Stop relying on mapped_iterator's function having a result_type. That facilityRichard Smith2016-03-241-1/+3
* [Statepoints] Fix yet another issue around gc pointer uniqueingSanjoy Das2016-03-244-28/+64
* Minor cosmestic changes (NFC)Sanjoy Das2016-03-242-13/+12
* [Docs] Updating CMake docs to include LLVM_OPTIMIZED_TABLEGENChris Bieneman2016-03-241-0/+6
* [debuginfo] Include dwo_name in the split unit to improve dwp diagnosticsDavid Blaikie2016-03-242-12/+19
* Fix a missing comma between two string literals.Etienne Bergeron2016-03-241-1/+1
* [docs] Clarify Error example in Programmer's Manual.Lang Hames2016-03-241-4/+6
* [LLE] Check for mismatching types between the store and the load earlierAdam Nemet2016-03-242-4/+52
* Use None to construct an empty ArrayRef. NFC.Pete Cooper2016-03-241-1/+1
* don't hardcode the name of the llc checks scriptSanjay Patel2016-03-241-5/+2
* [MC][mips] Add MipsMCInstrAnalysis class and register it as MC instruction an...Simon Atanasyan2016-03-242-0/+72
* Remove unnecessary redirect from testSanjoy Das2016-03-241-2/+2
* reorganize llc checks script to allow more flexibility, part 2; NFCISanjay Patel2016-03-241-73/+104
* Fix gold tests for llvm-readobj format change.Rafael Espindola2016-03-242-4/+6
* [X86][XOP] Fixed instruction postfixes to more closely match operandsSimon Pilgrim2016-03-242-91/+91
* [ELF] Follow-up to r264300. Update test case expectations to reflect recent c...Simon Atanasyan2016-03-2413-22/+63
* BitcodeWriter: Move abbreviation for GenericDINode; almost NFCDuncan P. N. Exon Smith2016-03-243-21/+19
* BitcodeWriter: Move abbreviation for DILocation; almost NFCDuncan P. N. Exon Smith2016-03-243-20/+18
* BitcodeWriter: Split out named metadata; almost NFCDuncan P. N. Exon Smith2016-03-241-25/+31
* [llvm-readobj] Decode st_other symbol's flagsSimon Atanasyan2016-03-2412-18/+102
* Bitcode: Module* -> Module&, NFCDuncan P. N. Exon Smith2016-03-241-5/+5
* AVX-512: Generate KTEST instead of TEST fir i1 vectorsElena Demikhovsky2016-03-242-7/+138
* ErrorTest.cpp: Move instantiations out of anonymous namespace. gcc didn't com...NAKAMURA Takumi2016-03-241-4/+3
* CodeGen: extend RHS when splitting ATOMIC_CMP_SWAP_WITH_SUCCESS.Tim Northover2016-03-244-5/+79
* AMDGPU/SI: Add Polaris supportTom Stellard2016-03-241-0/+8
* [X86][XOP] Merged 128/256 bit 4op instruction definitions. NFCI.Simon Pilgrim2016-03-241-15/+14
* Define ErrorInfo::ID explicitly.NAKAMURA Takumi2016-03-243-3/+7
* Fix another case where we were unconditionally linking linkonce GVs.Rafael Espindola2016-03-243-0/+24
* Error.cpp: Fix a warning. [-Wpedantic]NAKAMURA Takumi2016-03-241-1/+1
* ErrorTest.cpp: Fix an expression, possibly typo.NAKAMURA Takumi2016-03-241-1/+1
* Dsiable FormatStyle::GetStyleOfFile test case for mingw.Eric Liu2016-03-241-1/+1
* Fix resolution of linkonce symbols in comdats.Rafael Espindola2016-03-243-2/+23
* [mips] Range check vsplat_simm5 and vsplat_simm10Daniel Sanders2016-03-243-213/+262
OpenPOWER on IntegriCloud