1. 9ba744b SimplifyCFG: Range'ify some for-loops. No functional change. by Hans Wennborg · 11 years ago
  2. 1ade0f0 IndVarSimplify: Allow LFTR to fire more often by David Majnemer · 11 years ago
  3. 5d8a792 IR: Sink MDNode::Hash down to GenericMDNode::Hash by Duncan P. N. Exon Smith · 11 years ago
  4. 023c72e IR: Move MDNode operands from the back to the front by Duncan P. N. Exon Smith · 11 years ago
  5. 8c4418a Update testing case that was accidently duplicated. by Manman Ren · 11 years ago
  6. 182856d Fix covered switch warning by Michael J. Spencer · 11 years ago
  7. b9f39bc Support ELF files of unknown type. by Michael J. Spencer · 11 years ago
  8. 2c38b00 IR: Split MDNode into GenericMDNode and MDNodeFwdDecl by Duncan P. N. Exon Smith · 11 years ago
  9. 8ce3535 Revert r222040 because of bot failure. by Manman Ren · 11 years ago
  10. b05098b Debug Info: In DIBuilder, the context field of a global variable is updated to by Manman Ren · 11 years ago
  11. 66a2b05 IR: Simplify uniquing for MDNode by Duncan P. N. Exon Smith · 11 years ago
  12. 8083adc Revert "ADT: correctly report isMSVCEnvironment for windows itanium" by Reid Kleckner · 11 years ago
  13. 9e092ac Revert "Improve memory ownership/management in TableGen by unique_ptrifying TreePattern's Tree member." by David Blaikie · 11 years ago
  14. 3941c30 Improve memory ownership/management in TableGen by unique_ptrifying TreePattern's Tree member. by David Blaikie · 11 years ago
  15. 5b9a46b CMake: Use the new USES_TERMINAL option for test suite targets when available. by Peter Collingbourne · 11 years ago
  16. 2bd09db ADT: correctly report isMSVCEnvironment for windows itanium by Saleem Abdulrasool · 11 years ago
  17. 84230f9 R600/SI: Don't copy flags when extracting subreg by Matt Arsenault · 11 years ago
  18. 6a95eb0 R600/SI: Assume SIFixSGPRCopies makes changes by Matt Arsenault · 11 years ago
  19. 8a19009 Fix the autoconf build. by Rafael Espindola · 11 years ago
  20. c4fe4e9 Factor common code it Linker::init. by Rafael Espindola · 11 years ago
  21. dfeee31 Pass a reference to ValueEnumerator. by Rafael Espindola · 11 years ago
  22. 18db81a [SimplifyCFG] Make the value type of the hole check bitmask a power-of-2. by Juergen Ributzka · 11 years ago
  23. d5b5eb6 Revert commits r222146 and r222137. by Rafael Espindola · 11 years ago
  24. 95764ec Fix GraphTraits for "const CallGraphNode *" and "const CallGraph *" by Rafael Espindola · 11 years ago
  25. 29e8a62 Avoid undefined behavior by masking the shift amount. by Rafael Espindola · 11 years ago
  26. 14915fe [Reassociate] As the expression tree is rewritten make sure the operands are by Chad Rosier · 11 years ago
  27. 19e8fe0 [X86] Use ADD/SUB instead of INC/DEC for Haswell and Broadwell CPUs by Alexey Volkov · 11 years ago
  28. ae3738f [Reassociate] Canonicalize constants to RHS operand. by Chad Rosier · 11 years ago
  29. 6e61dd2 Use a more canonical way of computing a mask with N trailing 1s. NFC. by Rafael Espindola · 11 years ago
  30. 18e5ce0 Fix ARM triple parsing by Renato Golin · 11 years ago
  31. 2014c91 ScalarEvolution: Construct SCEVDivision's Derived type instead of itself by David Majnemer · 11 years ago
  32. 8f832fc [Thumb1] Re-write emitThumbRegPlusImmediate by Oliver Stannard · 11 years ago
  33. a18e46c Object, COFF: Tighten the object file parser by David Majnemer · 11 years ago
  34. d9d2703 Fix optimisations of SELECT_CC which assumed result is boolean by Oliver Stannard · 11 years ago
  35. c2eafa1 silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39: by Yaron Keren · 11 years ago
  36. 72a1394 Optimize switch lookup tables with linear mapping. by Erik Eckstein · 11 years ago
  37. 17e95ea Fix CR/LF line endings in test case. by Bob Wilson · 11 years ago
  38. dbd7366 Add missing semicolon from r222118. by Craig Topper · 11 years ago
  39. a5babc8 Move register class name strings to a single array in MCRegisterInfo to reduce static table size and number of relocation entries. by Craig Topper · 11 years ago
  40. daa09d0 Add back r222061 with a fix. by Rafael Espindola · 11 years ago
  41. b06648f Implement MachODumper::printFileHeaders by Frederic Riss · 11 years ago
  42. cac2f22 Replace a couple asserts with static_asserts. by Craig Topper · 11 years ago
  43. 43b38ac Fix typo by Tobias Grosser · 11 years ago
  44. 56391dd Convert some EVTs to MVTs where only a SimpleValueType is needed. by Craig Topper · 11 years ago
  45. 2aad1e3 ScalarEvolution: Introduce SCEVSDivision and SCEVUDivision by David Majnemer · 11 years ago
  46. ec3cfb0 [DependenceAnalysis] Allow subscripts of different types by Jingyue Wu · 11 years ago
  47. a51382a [x86] Remove two redundant isel patterns. They equivalent already exists in the instruction pattern. by Craig Topper · 11 years ago
  48. 62baa59 ScalarEvolution: HowFarToZero was wrongly using signed division by David Majnemer · 11 years ago
  49. f5dc5ae InstSimplify: Optimize ICmpInst xform that uses computeKnownBits by David Majnemer · 11 years ago
  50. 37f645c [DAG] Improved target independent vector shuffle folding logic. by Andrea Di Biagio · 11 years ago
  51. 01e3934 [X86][SSE] Improve legal SHUFP and PSHUFD shuffle matching by Simon Pilgrim · 11 years ago
  52. f04ce0e Dispose disassembler after use in unit test. by Benjamin Kramer · 11 years ago
  53. 96c8ba6 Provide missing definition of uppercase_CMAKE_BUILD_TYPE in HandleLLVMOptions module by Eric Fiselier · 11 years ago
  54. c093062 R600: Permute operands when selecting legacy min/max by Matt Arsenault · 11 years ago
  55. f85959e yaml2obj, COFF: Consider the DOS stub when laying out section headers by David Majnemer · 11 years ago
  56. bfabc8f Revert "Don't make assumptions about the name of private global variables." by Reid Kleckner · 11 years ago
  57. be11bdf R600: Fix 64-bit integer division by Tom Stellard · 11 years ago
  58. 57b2b0c R600: Factor i64 UDIVREM lowering into its own fuction by Tom Stellard · 11 years ago
  59. e787301 DIBuilder: Use Constant instead of Value by Duncan P. N. Exon Smith · 11 years ago
  60. d7e69b2 DIBuilder: Change private helper function to static, NFC by Duncan P. N. Exon Smith · 11 years ago
  61. 4462c14 IR: Remove MDString logic for Value::hasName() by Duncan P. N. Exon Smith · 11 years ago
  62. d463d34 DIBuilder: Cleanup access control style, NFC by Duncan P. N. Exon Smith · 11 years ago
  63. f4d2109 DI: Use Metadata for DITypeRef and DIScopeRef by Duncan P. N. Exon Smith · 11 years ago
  64. 0737b4e Rename EH related stuff to be more precise by Reid Kleckner · 11 years ago
  65. e2eb8b6 Don't make assumptions about the name of private global variables. by Rafael Espindola · 11 years ago
  66. 52e7618 ARM: refactor .cfi_def_cfa_offset emission. by Tim Northover · 11 years ago
  67. d96893f ARM: correctly calculate the offset of FP in its push. by Tim Northover · 11 years ago
  68. 9aa6fd5 ARM: simplify test. by Tim Northover · 11 years ago
  69. f056c0e Rerun AutoRegen.sh. by Eric Christopher · 11 years ago
  70. 6141b4a Turn a leaked object into a stack variable instead. by David Blaikie · 11 years ago
  71. 61ab3a1 Add the code and test cases for 64-bit ARM to llvm-objdump’s Mach-O symbolizer. by Kevin Enderby · 11 years ago
  72. d19999b Add a test for r222029 that doesn't rely on the default target being a COFF platform. by Frederic Riss · 11 years ago
  73. 9019a60 InstCombine: Fix infinite loop caused by visitFPTrunc by David Majnemer · 11 years ago
  74. 1523db7 Reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads before by Chad Rosier · 11 years ago
  75. 6536b83 Change order of tablegen generated fast-isel instruction code to be by Bill Schmidt · 11 years ago
  76. 99b3234 R600/SI: Mark s_movk_i32 as rematerializable by Tom Stellard · 11 years ago
  77. 6beb81d R600/SI: Fix spilling of m0 register by Tom Stellard · 11 years ago
  78. f6c436e COFF: Add support for Dwarf accelerator tables. by Frederic Riss · 11 years ago
  79. 24e874a R600/SI: Combine min3/max3 instructions by Matt Arsenault · 11 years ago
  80. a9d6942 yaml2obj, COFF: Correctly calculate SizeOfImage and SizeOfHeaders by David Majnemer · 11 years ago
  81. 4ad9e9b [dwarfdump] Handle relocations in Dwarf accelerator tables by Frederic Riss · 11 years ago
  82. 7ffaebf Remove redundant virtual on overriden functions. by David Blaikie · 11 years ago
  83. 6bc59dc IR: Make MDString inherit from Metadata by Duncan P. N. Exon Smith · 11 years ago
  84. 848d922 R600/SI: Fix verifier error from a branch on IMPLICIT_DEF by Matt Arsenault · 11 years ago
  85. e9b30c7 IR: Take an LLVMContext in Metadata::Metadata() by Duncan P. N. Exon Smith · 11 years ago
  86. 24593ac Add a blank line, NFC by Duncan P. N. Exon Smith · 11 years ago
  87. 3dd7f86 Fix unused variable warning without asserts by Matt Arsenault · 11 years ago
  88. 01213b1 R600/SI: Match integer min / max instructions by Matt Arsenault · 11 years ago
  89. 8fd3b90 R600/SI: Use S_BFE_I64 for 64-bit sext_inreg by Matt Arsenault · 11 years ago
  90. 5c76b3d [Reassociate] Canonicalize the operands of all binary operators. by Chad Rosier · 11 years ago
  91. e968287 Tentatively appease the bots. by Frederic Riss · 11 years ago
  92. 1298a29 [Reassociate] Canonicalize operands of vector binary operators. by Chad Rosier · 11 years ago
  93. 7e61b1f [Reassociate] Canonicalize constants to RHS operand. by Chad Rosier · 11 years ago
  94. e26d793 Reapply "[dwarfdump] Add support for dumping accelerator tables." by Frederic Riss · 11 years ago
  95. b3625eb [AVX512] Add 512b masked integer shift by immediate patterns. by Cameron McInally · 11 years ago
  96. 1945dcf [Reassociate] Improve rank debug information. NFC. by Chad Rosier · 11 years ago
  97. 239d523 R600/SI: Fix assembly names for exec_hi and exec_lo by Tom Stellard · 11 years ago
  98. 19cb35b R600/SI: Start implementing an assembler by Tom Stellard · 11 years ago
  99. 40b0f5d [PowerPC] Add VSX builtins for vec_div by Bill Schmidt · 11 years ago
  100. 080c5fe Calm down build bots by David Majnemer · 11 years ago