1. e528e57 [safestack] Rewrite isAllocaSafe using SCEV. by Evgeniy Stepanov · 10 years ago
  2. 6dc74be [Docs] Fix warning "Title underline too short." by Akira Hatanaka · 10 years ago
  3. 061211b [WebAssembly] Rename the Const instructions to be upper-case too. by Dan Gohman · 10 years ago
  4. dbe26eb SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples by Diego Novillo · 10 years ago
  5. 3015ca5 [WebAssembly] Rename memory intrinsics to be upper-case, following convention. NFC. by Dan Gohman · 10 years ago
  6. 59f2cd8 [X86][SSE] Combine UNPCKL with vector_shuffle into UNPCKH to save one instruction for sext from v16i8 to v16i16 and v8i16 to v8i32. by Cong Hou · 10 years ago
  7. 6c42083 dwarfdump: Add support for dumping the table contents of DWP indexes by David Blaikie · 10 years ago
  8. 6429442 Add a comment that should have made my last commit. by Chad Rosier · 10 years ago
  9. 54f4d61 Add missing triple to WinEH test case by Reid Kleckner · 10 years ago
  10. 2f2a7ed [LIR] Factor out the code to compute base ptr for negative strided loops. by Chad Rosier · 10 years ago
  11. 04538c9 [WinEH] Make UnwindHelp a fixed stack object allocated after XMM CSRs by Reid Kleckner · 10 years ago
  12. 6de64e0 [Hexagon] Factoring bundle creation in to a utility function. by Colin LeMahieu · 10 years ago
  13. bcfbdf7 AMDGPU: Add stony support by Tom Stellard · 10 years ago
  14. c552d8f ELFYAML: Add support for parsing AMDGPU section attribute flags by Tom Stellard · 10 years ago
  15. 84831cd [Symbolizer] Don't use PE symbol tables to override PDB symbols by Reid Kleckner · 10 years ago
  16. e3049a7 use range-based for loop; NFCI by Sanjay Patel · 10 years ago
  17. b5ab3ba [ARM] Replace ARMISD::RBIT with ISD::BITREVERSE by James Molloy · 10 years ago
  18. b244684 Fixing a typo in docs/CodeGenerator.rst by Artyom Skrobov · 10 years ago
  19. 055b23b [mips][microMIPS] Implement SHRA[_R].PH, SHRAV[_R].PH, SHRAV[_R].QB, SHRAV_R.W, SHRA_R.W, SHRL.PH, SHRL.QB, SHRLV.PH and SHRLV.QB instructions by Zlatko Buljan · 10 years ago
  20. 3b6bd9d [mips][ias] Explicitly disable IAS on asm-large-immediate.ll. by Daniel Sanders · 10 years ago
  21. 51dc403 [SystemZ] Simplify boolean conditional return statements by Ulrich Weigand · 10 years ago
  22. 98e49f9 [mips][ias] Replace invalid assembly insn in test since IAS parses inline assembly. by Daniel Sanders · 10 years ago
  23. 0d86449 [lit] Improve error message when lit fails to executable a command by by Dan Liew · 10 years ago
  24. 74771a3 [lit] Fix bug where ``lit.util.which()`` would return a directory by Dan Liew · 10 years ago
  25. 3e8d99c [GlobalOpt] Make sure all debug lines end with '\n' by James Molloy · 10 years ago
  26. b81f7b0 [GlobalOpt] Coding style - remove function names from doxygen comments by James Molloy · 10 years ago
  27. 57e32e9 [AArch64] Check the expansion of BITREVERSE in regression test by James Molloy · 10 years ago
  28. 3808e8c [SDAG] Fix expansion of BITREVERSE by James Molloy · 10 years ago
  29. 63f8155 [ImplicitNulls] Add some clarifying comments; NFC by Sanjoy Das · 10 years ago
  30. e78416c [Hexagon] Fixing leak in padEndloop by allocating in MCContext. by Colin LeMahieu · 10 years ago
  31. 08ccc7e llvm/test/tools/llvm-profdata/text-format-errors.test: Use prepared version of the input file, instead of using echo. by NAKAMURA Takumi · 10 years ago
  32. 572e633 [llvm-profdata] Add check for text profile formats and improve error reporting (2nd try) by Nathan Slingerland · 10 years ago
  33. 1adc606 [libFuzzer] more trophies by Kostya Serebryany · 10 years ago
  34. 73922aa [lib/Linker] Convert assert(false) to llvm_unreachable(). by Davide Italiano · 10 years ago
  35. ad9ec32 [libFuzzer] make libFuzzer build even with a compiler that does not have sanitizer headers by Kostya Serebryany · 10 years ago
  36. 333bbfc [Hexagon] NFC. Adding a number of packet correctness tests. by Colin LeMahieu · 10 years ago
  37. 7edcc75 Revert r252990. by Akira Hatanaka · 10 years ago
  38. 3ba85f0 [WebAssembly] Inline asm support. by Dan Gohman · 10 years ago
  39. b8e1ed8 LLVM_ENABLE_MODULES: No need to set -fcxx-modules in trunk, just -fmodules. by NAKAMURA Takumi · 10 years ago
  40. 2069c3c Provide a way to specify inliner's attribute compatibility and merging. by Akira Hatanaka · 10 years ago
  41. e1fbc7e [Hexagon] Adding relaxation functionality to backend and test. by Colin LeMahieu · 10 years ago
  42. 223fb8c [WebAssembly] Un-mangle the conversion instruction names. by Dan Gohman · 10 years ago
  43. 1a2634b [WebAssembly] Rename BR_IF_ to BR_IF by Dan Gohman · 10 years ago
  44. 80bb815 [WebAssembly] Remove unneeded TODO items. NFC. by Dan Gohman · 10 years ago
  45. aad19e3 [WebAssembly] Tidy up and update a TODO item. NFC. by Dan Gohman · 10 years ago
  46. a736fb5 [WinEH] Find root frame correctly in CLR funclets by Joseph Tremoulet · 10 years ago
  47. c7f1d5b [WebAssembly] Introduce a new pseudo-operand for unused expression results. by Dan Gohman · 10 years ago
  48. c81095d X86-FMA3: Implemented commute transformations FMA*_Int instructions. by Vyacheslav Klochkov · 10 years ago
  49. e4296ea [SimplifyLibCalls] Make a function shorter. NFC. by Davide Italiano · 10 years ago
  50. c3b82d0 [Hexagon] Adding checks for values out of operand range and correct new-value producer usage. by Colin LeMahieu · 10 years ago
  51. 4fadb87 [Hexagon] Adding test to make sure labels and register pairs are correctly parsed. by Colin LeMahieu · 10 years ago
  52. a9eb339 specify triple and tighten checks using update_llc_test_checks.py by Sanjay Patel · 10 years ago
  53. b6cc1fd Revert "Remove unnecessary call to getAllocatableRegClass" by Tom Stellard · 10 years ago
  54. 85b811e Revert r252949. by Akira Hatanaka · 10 years ago
  55. d68ad56 Provide a way to specify inliner's attribute compatibility and merging by Akira Hatanaka · 10 years ago
  56. 22e911c Revert r243347 "Add TargetTransformInfo::isZExtFree." by Sanjoy Das · 10 years ago
  57. 13036d4 [ImplicitNulls] Fix wrapping by breaking up a condition, NFC by Sanjoy Das · 10 years ago
  58. a2f2875 [ImplicitNull] Extract out a HazardDetector class, NFC by Sanjoy Das · 10 years ago
  59. 8b07272 disabling sancov tests: too many failures on different platforms. by Mike Aizatsky · 10 years ago
  60. 4192660 sancov tests - platform independent separators by Mike Aizatsky · 10 years ago
  61. c319d2c My first/test commit. Removed a trailing whitespace. by Vyacheslav Klochkov · 10 years ago
  62. 8887882 Revert "Fix bug 25440: GVN assertion after coercing loads" by Tobias Grosser · 10 years ago
  63. 91e7b12 sancov test suite by Mike Aizatsky · 10 years ago
  64. 8e6493d [ThinLTO] Update test to be more tolerant of ordering changes by Teresa Johnson · 10 years ago
  65. 667c2c2 [Hexagon] Allocate MCInst in the MCContext to avoid leaking it. by Benjamin Kramer · 10 years ago
  66. 1a1fb00 [LIR] Minor refactoring. NFCI. by Chad Rosier · 10 years ago
  67. 7c389fb Roll an expression into an assert to fix -Wunused-variable in a -Asserts build by David Blaikie · 10 years ago
  68. 69c9ea3 reverting r252916 to investigate test failure by Nathan Slingerland · 10 years ago
  69. 13d37da Fix bug 25440: GVN assertion after coercing loads by Weiming Zhao · 10 years ago
  70. 15dd446 [ShrinkWrap] Fix a typo in a comment. by Quentin Colombet · 10 years ago
  71. 88d45c6 [ShrinkWrap] Make sure we do not mess up with EH funclet lowering. by Quentin Colombet · 10 years ago
  72. 7b81b82 [llvm-profdata] Add check for text profile formats and improve error reporting by Nathan Slingerland · 10 years ago
  73. 7e02753 SamplePGO - Move FunctionSamples::print() to a better location. NFC. by Diego Novillo · 10 years ago
  74. 2aca944 [WinEH] Fix problem with removing an element from a SetVector while iterating. by Andrew Kaylor · 10 years ago
  75. d0663f3 Comment update. NFC. by Rafael Espindola · 10 years ago
  76. d39c38d [WebAssembly] Reapply r252858, with svn add for the new file. by Dan Gohman · 10 years ago
  77. 8e8b0ba [x86] translating "fp" (floating point) instructions from {fadd,fdiv,fmul,fsub,fsubr,fdivr} to {faddp,fdivp,fmulp,fsubp,fsubrp,fdivrp} by Michael Zuckerman · 10 years ago
  78. 957ee69 Cull non-standard variants of ARM architectures (NFC) by Artyom Skrobov · 10 years ago
  79. e807393 Revert r252858: "[WebAssembly] Switch to MC for instruction printing." by Hans Wennborg · 10 years ago
  80. f771b11 Re-apply "[mips] Use correct frame register for DWARF info when dynamically realigning the stack."" by Vasileios Kalintiris · 10 years ago
  81. b5caa9f [ARM] CMOV->BFI combining: handle both senses of CMPZ by James Molloy · 10 years ago
  82. 0e66a5f Revert "[ARM] Enable shrink-wrapping by default." by Renato Golin · 10 years ago
  83. 7056b68 Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MIPS_32. by Daniel Sanders · 10 years ago
  84. 567a663 [mips][microMIPS] Implement LWM16, SB16, SH16, SW16, SWSP and SWM16 instructions by Zlatko Buljan · 10 years ago
  85. fff75cb Revert "[mips] Use correct frame register for DWARF info when dynamically realigning the stack." by Vasileios Kalintiris · 10 years ago
  86. 73fcc44 Remove mention of {ADD,SUB}_PARTS. They were removed in r26255. by Hans Wennborg · 10 years ago
  87. c988258 [mips] Use correct frame register for DWARF info when dynamically realigning the stack. by Vasileios Kalintiris · 10 years ago
  88. 7086a41 [InstCombine] Add trivial folding (bitreverse (bitreverse x)) -> x by James Molloy · 10 years ago
  89. fdd6e1b [SDAG] Introduce a new BITREVERSE node along with a corresponding LLVM intrinsic by James Molloy · 10 years ago
  90. 29020c0 Revert "Revert "[FunctionAttrs] Identify norecurse functions"" by James Molloy · 10 years ago
  91. 4e0567a [Object, MachO] Mark symbols from DATA and BSS sections as ST_Data by Kuba Brecka · 10 years ago
  92. 65d7d51 dwarfdump: Added macro support to llvm-dwarfdump tool. by Amjad Aboud · 10 years ago
  93. 0b9fa0c Add AVR backend skeleton by Dylan McKay · 10 years ago
  94. 6cd07b4 Revert "[FunctionAttrs] Identify norecurse functions" by James Molloy · 10 years ago
  95. 31d4df2 [FunctionAttrs] Identify norecurse functions by James Molloy · 10 years ago
  96. c65ca67 Mostly revert 252842 due to failures on some buildbots. by David Blaikie · 10 years ago
  97. 41e2c98 [WebAssembly] Switch to MC for instruction printing. by Dan Gohman · 10 years ago
  98. c1a030f output_csv libfuzzer option by Mike Aizatsky · 10 years ago
  99. 704f213 dwarfdump: Add error checking to fix the buildbots/correctness by David Blaikie · 10 years ago
  100. c2e7b3e dwarfdump: Add some error handling for DWP index sections of the wrong size by David Blaikie · 10 years ago