- d4af74e [Hexagon] Add support for run-time stack overflow checking by Krzysztof Parzyszek · 9 years ago
- e3c0e7f [ThinLTO] Use bulk importing in llvm-link by Teresa Johnson · 9 years ago
- deffc78 [Hexagon] Generate PIC-specific versions of save/restore routines by Krzysztof Parzyszek · 9 years ago
- e4010bf Stop relying on mapped_iterator's function having a result_type. That facility by Richard Smith · 9 years ago
- 2080172 [Statepoints] Fix yet another issue around gc pointer uniqueing by Sanjoy Das · 9 years ago
- 7bf7b9c Minor cosmestic changes (NFC) by Sanjoy Das · 9 years ago
- c28ee9c [Docs] Updating CMake docs to include LLVM_OPTIMIZED_TABLEGEN by Chris Bieneman · 9 years ago
- 97f383e [debuginfo] Include dwo_name in the split unit to improve dwp diagnostics by David Blaikie · 9 years ago
- 2e2ed8c [docs] Clarify Error example in Programmer's Manual. by Lang Hames · 9 years ago
- 1123cc7 [LLE] Check for mismatching types between the store and the load earlier by Adam Nemet · 9 years ago
- 8674e1c don't hardcode the name of the llc checks script by Sanjay Patel · 9 years ago
- 869a02e [MC][mips] Add MipsMCInstrAnalysis class and register it as MC instruction analyzer by Simon Atanasyan · 9 years ago
- 9e88a02 Remove unnecessary redirect from test by Sanjoy Das · 9 years ago
- 002b8db reorganize llc checks script to allow more flexibility, part 2; NFCI by Sanjay Patel · 9 years ago
- 9d3b0b6 Fix gold tests for llvm-readobj format change. by Rafael Espindola · 9 years ago
- 1ae39fa [X86][XOP] Fixed instruction postfixes to more closely match operands by Simon Pilgrim · 9 years ago
- 9642304 BitcodeWriter: Move abbreviation for GenericDINode; almost NFC by Duncan P. N. Exon Smith · 9 years ago
- 3601e72 BitcodeWriter: Move abbreviation for DILocation; almost NFC by Duncan P. N. Exon Smith · 9 years ago
- 7c9efaa BitcodeWriter: Split out named metadata; almost NFC by Duncan P. N. Exon Smith · 9 years ago
- cc6b0d4 [llvm-readobj] Decode st_other symbol's flags by Simon Atanasyan · 9 years ago
- adb3b8d Bitcode: Module* -> Module&, NFC by Duncan P. N. Exon Smith · 9 years ago
- 56d2e27 AVX-512: Generate KTEST instead of TEST fir i1 vectors by Elena Demikhovsky · 9 years ago
- 89b695a ErrorTest.cpp: Move instantiations out of anonymous namespace. gcc didn't complain. by NAKAMURA Takumi · 9 years ago
- 53308b8 CodeGen: extend RHS when splitting ATOMIC_CMP_SWAP_WITH_SUCCESS. by Tim Northover · 9 years ago
- 53598f2 AMDGPU/SI: Add Polaris support by Tom Stellard · 9 years ago
- d531b13 [X86][XOP] Merged 128/256 bit 4op instruction definitions. NFCI. by Simon Pilgrim · 9 years ago
- 389c434 Define ErrorInfo::ID explicitly. by NAKAMURA Takumi · 9 years ago
- c0521dd Fix another case where we were unconditionally linking linkonce GVs. by Rafael Espindola · 9 years ago
- ca458d6 Error.cpp: Fix a warning. [-Wpedantic] by NAKAMURA Takumi · 9 years ago
- f043736 ErrorTest.cpp: Fix an expression, possibly typo. by NAKAMURA Takumi · 9 years ago
- 87fa43b Fix resolution of linkonce symbols in comdats. by Rafael Espindola · 9 years ago
- f7a0761 [mips] Range check vsplat_simm5 and vsplat_simm10 by Daniel Sanders · 9 years ago
- 84db1cc Remove unsafe AssertZext after promoting result of FP_TO_FP16 by Pirama Arumuga Nainar · 9 years ago
- c4a24ae [PowerPC] Disable direct moves for extractelement and bitcast in 32-bit mode by Nemanja Ivanovic · 9 years ago
- dbe2252 Recommitted r263424 "Supporting all entities declared in lexical scope in LLVM debug info." by Amjad Aboud · 9 years ago
- da7ce1c [mips] Range check simm10 by Daniel Sanders · 9 years ago
- b4ecd3c [X86][XOP] Support for VPPERM byte shuffle instruction by Simon Pilgrim · 9 years ago
- 74591f1 [mips] Tidy up cnMIPS tablegen definitions. NFC. by Daniel Sanders · 9 years ago
- 26bfbf7 Fix sequence point warning. NFC. by Vasileios Kalintiris · 9 years ago
- 66d1cd5 [llvm-nm] Fix r264247 by James Molloy · 9 years ago
- 48945fb [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, DDIVU and DMODU instructions by Zlatko Buljan · 9 years ago
- d49b347d [llvm-nm] Correct -P ELF output by James Molloy · 9 years ago
- 405224b [mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructions by Hrvoje Varga · 9 years ago
- a00edb5 [mips][microMIPS] Fix for "Cannot copy registers" assertion by Hrvoje Varga · 9 years ago
- 8b742a0 [LAA] Formatting fix in previous change by Adam Nemet · 9 years ago
- 7cacf39 [LAA] Support memchecks involving loop-invariant addresses by Adam Nemet · 9 years ago
- d1800c2 [Support] Add conversions between Expected<T> and ErrorOr<T>. by Lang Hames · 9 years ago
- c09d592 [libFuzzer] don't report memory leaks if we are dying due to a timeout (just use _Exit instead of exit in the timeout callback) by Kostya Serebryany · 9 years ago
- f4b00d0 [libFuzzer] use fdopen+vfprintf instead of fsnprintf+write by Kostya Serebryany · 9 years ago
- 5385e47 [X86][SSE] Added tests to ensure that consecutive loads including any/all volatiles are not combined by Simon Pilgrim · 9 years ago
- d0c6d20 [PS4] Guarantee an instruction after a 'noreturn' call. by Paul Robinson · 9 years ago
- 6f5ddf8 Fix lazy linking of comdat members. by Rafael Espindola · 9 years ago
- 9647ee5 [sancov] -print-coverage-stats option to print various coverage statistics. by Mike Aizatsky · 9 years ago
- d34f785 [Support] Make all Errors convertible to std::error_code. by Lang Hames · 9 years ago
- b883372 APFloat: Fix signalling nans for scalbn by Matt Arsenault · 9 years ago
- 54f7128 AMDGPU: Remove atomic inc/dec patterns by Matt Arsenault · 9 years ago
- fc80e90 AMDGPU: Promote alloca should skip volatiles by Matt Arsenault · 9 years ago
- bbc99ea [sancov] code readability improvement. by Mike Aizatsky · 9 years ago
- 8b620f3 docs: Fix a missing language in a code-block by Justin Bogner · 9 years ago
- fe3378b [CUDA] Update docs to reflect that we no longer define __NVCC__. by Justin Lebar · 9 years ago
- 552f3d8 StringRef::copy shouldn't allocate anything for length 0 strings. by Pete Cooper · 9 years ago
- 222f9e9 AMDGPU: Insert moves of frame index to value operands by Matt Arsenault · 9 years ago
- 58aed69 Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed. by Cong Hou · 9 years ago
- 67e57fe Fix a cut-and-paste error in the changes for r264187 which I think is by Kevin Enderby · 9 years ago
- c062937 reorganize llc checks script to allow more flexibility; NFCI by Sanjay Patel · 9 years ago
- 825efc5 More more change need as part of r264187 where ErrorOr<> was added by Kevin Enderby · 9 years ago
- d7bb2de Fix logic for which symbols to keep with comdats. by Rafael Espindola · 9 years ago
- 46e35ed Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 9 years ago
- 090f2ae [x86] make peekThroughBitcasts() a helper function by Sanjay Patel · 9 years ago
- 7f0ee88 [AArch64] Replace return 0 with return false. NFC. by Chad Rosier · 9 years ago
- 03d7c08 Codegen: [PPC] Word Rotates are Zero Extending. by Kyle Butt · 9 years ago
- 0a451a3 Fix bugs in the MemorySSA walker. by George Burgess IV · 9 years ago
- e34db46 Add getBlockProfileCount method to BlockFrequencyInfo by Easwaran Raman · 9 years ago
- 6b4391c SelectionDAG: Remove a tautological dyn_cast. NFC by Justin Bogner · 9 years ago
- 2d2221d Replace a string comparison in ARMSubtarget.h with a tablegen entry in ARM.td (NFC) by Artyom Skrobov · 9 years ago
- 0905413 [SCEV] Change the SCEV Predicates interfaces for conversion to AddRecExpr to return SCEVAddRecExpr* instead of SCEV* by Silviu Baranga · 9 years ago
- 14e21414 [X86] Regenerated WidenArith test by Simon Pilgrim · 9 years ago
- 67240a7 [AArch64] Replace some uses of report_fatal_error with reportError in AArch64 ELF object writer by Oliver Stannard · 9 years ago
- 2228d07 [X86] Introduction of FeatureX87. by Andrey Turetskiy · 9 years ago
- e7adbcc [mips][microMIPS] Delay slot filler modifications by Hrvoje Varga · 9 years ago
- 2515d26 FAQ: Remove the entire Build Problems section by Justin Bogner · 9 years ago
- ce3a62b FAQ: We require GCC 4.7 - nobody's asking about build failures with 3.3.2 by Justin Bogner · 9 years ago
- 4b4e6ab [docs] Fix typo in ProgrammersManual.rst by Vedant Kumar · 9 years ago
- 7c2672b [AMDGPU] Fix missing assembler predicates. by Valery Pykhtin · 9 years ago
- 3821992 [Docs] Clarify boolean conversion for Error and Expected<T> in the Programmer's by Lang Hames · 9 years ago
- ab71fde Remove stale comment by Sanjoy Das · 9 years ago
- 613b7c3 [StatepointLowering] Don't do two DenseMap lookups; nfci by Sanjoy Das · 9 years ago
- df46390 [StatepointLowering] Minor NFC cleanups by Sanjoy Das · 9 years ago
- 0479e1a [StatepointLowering] Minor nfc refactoring by Sanjoy Das · 9 years ago
- 5fb8106 [StatepointLowering] Schedule gc relocates before uniqueing them by Sanjoy Das · 9 years ago
- 835c011 AMDGPU: Cache information about register pressure sets by Tom Stellard · 9 years ago
- 1da710d Minor code cleanup. NFC. by Junmo Park · 9 years ago
- 11e71d6 [ModuleUtils] Use range-based loop. NFC. by Davide Italiano · 9 years ago
- 1495b90 [docs] Use reST link. by Sean Silva · 9 years ago
- 00b768b Bring back Makefile.sphinx by Sean Silva · 9 years ago
- 806688c [docs] Clarify the sense of --compile-command by Sean Silva · 9 years ago
- c874029 Typo by Joerg Sonnenberger · 9 years ago
- 6d476e6 MC: Don't access the filesystem in MCContext's constructor by Justin Bogner · 9 years ago
- f7ed584 [NVVM] Remove noduplicate attribute from synchronizing intrinsics. by Justin Lebar · 9 years ago
- a8fd658 Drop comdats from the dst module if they are not selected. by Rafael Espindola · 9 years ago