1. f3f9cff Change std::deque => std::vector. No functionality change. by Michael Gottesman · 12 years ago
  2. 9477d57 Document that dllexported symbols are preserved by optimization passes. by Yunzhong Gao · 12 years ago
  3. 3bb1184 Fix non-deterministic behavior. by Rafael Espindola · 12 years ago
  4. 60e5b16 Rename DwarfUnits to DwarfFile to help avoid some naming confusion. by Eric Christopher · 12 years ago
  5. 6606ef0 MI-Sched: Model "reserved" processor resources. by Andrew Trick · 12 years ago
  6. 5739313 MI-Sched: handle latency of in-order operations with the new machine model. by Andrew Trick · 12 years ago
  7. bdbcb4d Machine model comments. Explain a ProcessorUnit's BufferSize. by Andrew Trick · 12 years ago
  8. c9fc1e7 Fix the A9 machine model. VTRN writes two registers. by Andrew Trick · 12 years ago
  9. 0591e2a comment typo and reformat by Andrew Trick · 12 years ago
  10. 6b11950 Add a default constructor to get deterministic behavior. by Rafael Espindola · 12 years ago
  11. 9e0807c SLPVectorizer: An in-tree vectorized entry cannot also be a scalar external use by Arnold Schwaighofer · 12 years ago
  12. 64abf5b [tsan] fix PR18146: sometimes a variable written into vptr could have an integer type (after other optimizations) by Kostya Serebryany · 12 years ago
  13. 7add542 [NVPTX] Fix off-by-one error when creating the VT list for an SDNode by Justin Holewinski · 12 years ago
  14. 4012c30 Add forgotten header guards by Alexey Samsonov · 12 years ago
  15. bc7114f [mips] Small code generation improvement for conditional operator (select) by Matheus Almeida · 12 years ago
  16. 00877e7 [mips] Add some comments related to the optimization performed in performSELECTCombine. by Matheus Almeida · 12 years ago
  17. 4faa2b3 [mips][msa] Fix issue with immediate fields of LD/ST instructions by Matheus Almeida · 12 years ago
  18. 52123d1 ARM: fix yet another stack-folding bug by Tim Northover · 12 years ago
  19. 0d66821 DwarfDebug/DwarfUnit: Push abbreviation structures down into DwarfUnits to reduce duplication by David Blaikie · 12 years ago
  20. 714ce8a Use isIntrinsic() instead of checking for "llvm." by Matt Arsenault · 12 years ago
  21. fac7a9e Remove the isImplicitlyPrivate argument of getNameWithPrefix. by Rafael Espindola · 12 years ago
  22. 087ab61 Correct word hyphenations by Alp Toker · 12 years ago
  23. 9155b17 Hide the stub created for MO_ExternalSymbol too. by Rafael Espindola · 12 years ago
  24. 8723470 R600/SI: Add comments for number of used registers. by Matt Arsenault · 12 years ago
  25. ba2a226 Try harder to get a consistent floating point results. by Rafael Espindola · 12 years ago
  26. 688aa71 Move llvm/test/MC/ELF/thumb-st_other.s to test/MC/ARM. by NAKAMURA Takumi · 12 years ago
  27. 4fd5852 For AArch64, add missing register cost calculation for big value types like v4i64 and v8i64. by Jiangning Liu · 12 years ago
  28. f6770bc Add FileCheck statements for r196435. by Cameron McInally · 12 years ago
  29. e521805 Compiler.h: Disable initializer list usage with clang-cl by Reid Kleckner · 12 years ago
  30. 7437fee Export symbols in tools that support loading plugins. by Will Dietz · 12 years ago
  31. 7afb463 DwarfDebug: Avoid unnecessary abbreviation lookup when emitting DIEs by David Blaikie · 12 years ago
  32. acf6571 DwarfDebug: Remove trivial function wrapper by David Blaikie · 12 years ago
  33. 98f52fa Make these two tests resilient in the face of compile unit size changes. by Eric Christopher · 12 years ago
  34. 9e56866 80-column. by Eric Christopher · 12 years ago
  35. 7eca700 Remove special handling for DW_AT_ranges support by constructing the by Eric Christopher · 12 years ago
  36. 175fe68 [mc] Fix ELF st_other flag. by Logan Chien · 12 years ago
  37. faf4d59 Use present fast-math flags when applicable in CreateBinOp by Michael Ilseman · 12 years ago
  38. e4b236c Fix comment. by Eric Christopher · 12 years ago
  39. 6c8fadd Add AVX512 patterns for v16i32 broadcast and v2i64 zero extend load. by Cameron McInally · 12 years ago
  40. 1cf9e7f Fix typo. by Eric Christopher · 12 years ago
  41. 81a14a8 DwarfUnit: Correct comment by generalizing over all units, not just compilation units. by David Blaikie · 12 years ago
  42. f50f3a3 Fix a bug in darwin's 32-bit X86 handling of evaluating fixups. by Kevin Enderby · 12 years ago
  43. 3f8689f Update comment. by Eric Christopher · 12 years ago
  44. e28204e Update comment. by Eric Christopher · 12 years ago
  45. 881c0bb Remove incorrect comment and pointless cast. by Eric Christopher · 12 years ago
  46. dda6f1f const on its own line is confusing. by Eric Christopher · 12 years ago
  47. 0fc8c68 Add support for parsing ARM symbol variants on ELF targets by David Peixotto · 12 years ago
  48. 6b2011a Simplify check. by Eric Christopher · 12 years ago
  49. 690a455 Reformat slightly. by Eric Christopher · 12 years ago
  50. 856d2fc Make RangeSpanList take a symbol for the beginning of the range by Eric Christopher · 12 years ago
  51. c8c1893 Add a FIXME for making the symbol emission functions const. by Eric Christopher · 12 years ago
  52. ec112cf DwarfDebug: Unconditionalize trivial asm comments by David Blaikie · 12 years ago
  53. a18dcd4 DwarfDebug: Reduce code duplication for sec offset emission by David Blaikie · 12 years ago
  54. ae49c38 Couple of small logical cleanups to use !empty rather than other by Eric Christopher · 12 years ago
  55. 6aff9d6 llvm-cov: Replace size() with empty() in bool check. by Yuchen Wu · 12 years ago
  56. fb934a2 Use move and stack allocation for RangeSpanLists. As a result make by Eric Christopher · 12 years ago
  57. 12b493a DebugInfo: Improve test to use llvm-dwarfdump by David Blaikie · 12 years ago
  58. cc49bec Test fix for r196394 by David Blaikie · 12 years ago
  59. 193140b DebugInfo: Remove unused start/end labels for the debug_abbrevs section by David Blaikie · 12 years ago
  60. 6d3d93c Fix assembly syntax for AVX512 vector blend instructions. by Cameron McInally · 12 years ago
  61. 3ddd790 DebugInfo: Avoid recreating matching labels in disparate places. by David Blaikie · 12 years ago
  62. a2f6f94 [X86] Check YMM31/ZMM31 as well by Michael Liao · 12 years ago
  63. e834f41 Update the UseFusedMAC definition to directly specify its dependence on having by Chad Rosier · 12 years ago
  64. 8095580 Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicated mask registers. by Cameron McInally · 12 years ago
  65. 8467740 [CMake] add_lit_target: Let lit.site.cfg free from "--param build_mode" on single configuration builds, like autoconf build. by NAKAMURA Takumi · 12 years ago
  66. af38f91 Update email address. by Bill Wendling · 12 years ago
  67. bfbf8d3 Un-revert r196358: "llvm-cov: Added support for function checksums." by Daniel Jasper · 12 years ago
  68. b835a44 Revert r196358: "llvm-cov: Added support for function checksums." by Daniel Jasper · 12 years ago
  69. dd30261 [AArch64 Neon] Add ACLE intrinsic vceqz_f64. by Kevin Qin · 12 years ago
  70. c7f14e3 [AArch64 NEON] Add missing compare intrinsics. by Kevin Qin · 12 years ago
  71. 2ebea72 llvm-cov: Added support for function checksums. by Yuchen Wu · 12 years ago
  72. 45a5b27 llvm-cov: Added checks for ident, checksum, name. by Yuchen Wu · 12 years ago
  73. 9bd2991 llvm-cov: Capitalized GCNO and GCDA for consistency. by Yuchen Wu · 12 years ago
  74. 812ad83 llvm-cov: Split GCOVFile's read into GCNO and GCDA. by Yuchen Wu · 12 years ago
  75. 045d547 Fix a funny typo. by Rafael Espindola · 12 years ago
  76. fe50a26 [LangRef] Remove (non-normative) paragraph that doesn't make sense. by Sean Silva · 12 years ago
  77. d060bfc Produce deterministic coff files. by Rafael Espindola · 12 years ago
  78. a61f945 Add -mcpu=core2 to all llc invocations in this test. by Rafael Espindola · 12 years ago
  79. 39be27f [Stackmap] Specify the triple and cpu to fix the unit test. by Juergen Ributzka · 12 years ago
  80. 6abfcbd [Stackmap] Emit multi-byte nops for X86. by Juergen Ributzka · 12 years ago
  81. 4f47f01 final patch for very long conditional branches for mips16 constant islands. by Reed Kotler · 12 years ago
  82. 0427957 check-llvm: Ask llvm-config about assertion mode, instead of llc. by NAKAMURA Takumi · 12 years ago
  83. e0c0a71 utils/llvm-lit: Generate "llvm-lit.py" rather than "llvm-lit" on Win32 hosts to let llvm-lit.py --use-processes work. by NAKAMURA Takumi · 12 years ago
  84. d38749b Update comment grammar and contents. by Eric Christopher · 12 years ago
  85. b972f33 Use CHECK-LABEL to make this test more strict. by Rafael Espindola · 12 years ago
  86. 21a9fd2 Fix mingw32 thiscall + sret. by Rafael Espindola · 12 years ago
  87. 3916f6c Fixed various whitespace/spelling/80+ issues. by Michael Gottesman · 12 years ago
  88. ca3da88 Return true on success in cl::ExpandResponseFiles by Reid Kleckner · 12 years ago
  89. 2575bc9 llvm-cov: Another fix to llvm-cov test. by Yuchen Wu · 12 years ago
  90. aceff4a Fix a typo in a comment by Timur Iskhodzhanov · 12 years ago
  91. 445cfd7 Avoid buffer copies when a Twine already is a StringRef. by David Blaikie · 12 years ago
  92. 822a02f Teach the internalize pass to skip dllexported symbols because they could be by Yunzhong Gao · 12 years ago
  93. df9c9da opt: Mirror vectorization presets of clang by Arnold Schwaighofer · 12 years ago
  94. ac07cd5 Reland 196270 "Generalize debug info / EH emission in AsmPrinter" by Timur Iskhodzhanov · 12 years ago
  95. 94f5a67 llvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR} on multiconfig builder. by NAKAMURA Takumi · 12 years ago
  96. 5a10a7c Fix lit config for disabled MCJIT tests on ARM by Renato Golin · 12 years ago
  97. b5dd669 Revert r196270, "Generalize debug info / EH emission in AsmPrinter" by NAKAMURA Takumi · 12 years ago
  98. c6a2cbb Generalize debug info / EH emission in AsmPrinter by Timur Iskhodzhanov · 12 years ago
  99. 616c94b Addrspacecasts are no-ops on ARM. by James Molloy · 12 years ago
  100. 90a3467 [SystemZ] Fix choice of known-zero mask in insertion optimization by Richard Sandiford · 12 years ago