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