1. 4c4c732 PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger! by Nico Weber · 15 years ago
  2. 40f64cb - Stop simplifycfg from duplicating "ret" instructions into unconditional by Evan Cheng · 15 years ago
  3. c3a20ba Fix PLD encoding. by Evan Cheng · 15 years ago
  4. 9e56fb1 Changed llvm-mc arm target to give an error if .syntax divided is used. Since by Kevin Enderby · 15 years ago
  5. 11d23bd Use the paths to libffi's header and library even when no custom by Oscar Fuentes · 15 years ago
  6. 54d8eba by David Greene · 15 years ago
  7. e787ddb Remove a temporary workaround for a lencod miscompile. Depends on the fix in r124442. by Andrew Trick · 15 years ago
  8. 5d7ab85 VirtRegRewriter fix: update kill flags, which are used by the scavenger. by Andrew Trick · 15 years ago
  9. 9c1858c Unbreak the build. by Benjamin Kramer · 15 years ago
  10. c9d6948 Expound upon this comparison! by Nick Lewycky · 15 years ago
  11. dfc5972 Use dyn_cast instead of isa+cast. by Nick Lewycky · 15 years ago
  12. 7e7fc10 Speculatively revert r124380. by Devang Patel · 15 years ago
  13. bfae5f3 While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal nodes. by Devang Patel · 15 years ago
  14. 54b0f4f by Roman Divacky · 15 years ago
  15. bf75532 Introduce virtual ParseRegister method in TargetAsmParser. by Roman Divacky · 15 years ago
  16. 9afc527 Fix indentation. by Jay Foad · 15 years ago
  17. 25296e2 Fix surprising missed optimization in mergefunc where we forgot to consider by Nick Lewycky · 15 years ago
  18. adf9c8b Avoid modifying the OneClassForEachPhysReg map while iterating over it. by Bob Wilson · 15 years ago
  19. 4a2b316 Use the incoming VT not the VT of where we're trying to store to determine by Eric Christopher · 15 years ago
  20. 40ccb79 lib/Target/X86/X86ISelDAGToDAG.cpp: __main should be WINCALL64 on Win64. by NAKAMURA Takumi · 15 years ago
  21. 4789aca Try harder to not have unused variables. by Matt Beaumont-Gay · 15 years ago
  22. a8af137 Opt-mode -Wunused-variable cleanup by Matt Beaumont-Gay · 15 years ago
  23. 39078a8 Reapply 124301 by Devang Patel · 15 years ago
  24. 6b9a293 Initialize variable to get rid of clang warning. by Bill Wendling · 15 years ago
  25. adede03 Simplify User::operator delete(). by Jay Foad · 15 years ago
  26. 4a95c19 Revert 124301. by Devang Patel · 15 years ago
  27. c47fd9f Revert r124302 by Devang Patel · 15 years ago
  28. 8cb415e Add support for printing out floating point values from the ARM assembly by Bill Wendling · 15 years ago
  29. eabde0cf Temporarily revert 124275 to see if it brings the dragonegg buildbot back. by Eric Christopher · 15 years ago
  30. cfe33c4 by David Greene · 15 years ago
  31. d2c9793 While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal nodes. by Devang Patel · 15 years ago
  32. 6f121fd Process valid SDDbgValues even if the node does not have any order assigned. by Devang Patel · 15 years ago
  33. 55d20e8 Refactor. by Devang Patel · 15 years ago
  34. 9158509 by David Greene · 15 years ago
  35. 1b10d5b fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructions by Bruno Cardoso Lopes · 15 years ago
  36. 37f87c7 Fix PR9039, a use-after-free in reassociate. The issue was that the by Duncan Sands · 15 years ago
  37. f6c63c2 AttrListPtr has an overloaded operator== which does this for us, we should use by Nick Lewycky · 15 years ago
  38. 207c193 Teach mergefunc that intptr_t is the same width as a pointer. We still can't by Nick Lewycky · 15 years ago
  39. 388f491 There are no vectors of pointer or arrays, so we don't need to check vector by Nick Lewycky · 15 years ago
  40. 464a4f3 APInt has a method for determining whether a number is a power of 2 by Duncan Sands · 15 years ago
  41. e19b7b8 Fix memory corruption. If one of the SCEV creation functions calls another but by Nick Lewycky · 15 years ago
  42. 5d83955 Separate out the constant bonus from the size reduction metrics. Rework by Eric Christopher · 15 years ago
  43. 717082b Add needed braces. by Bill Wendling · 15 years ago
  44. 7754f85 Target/X86: Tweak win64's tailcall. by NAKAMURA Takumi · 15 years ago
  45. e5fffe9 Fix whitespace. by NAKAMURA Takumi · 15 years ago
  46. c5b7a42 lib/Target/X86/X86RegisterInfo.cpp: Fix whitespace. by NAKAMURA Takumi · 15 years ago
  47. b901076 lib/Target/X86/X86RegisterInfo.cpp: Fix a typo in comment. by NAKAMURA Takumi · 15 years ago
  48. 7d3a16f Coding style formatting changes. by Eric Christopher · 15 years ago
  49. 0786284 Rename member variables to follow the rest of LLVM. No functional change. by Jakob Stoklund Olesen · 15 years ago
  50. a2e868d Provide an interface to transfer SDDbgValue from one SDNode to another. by Devang Patel · 15 years ago
  51. 0f4db7e Revert 124230. It was causing test failures. by Bill Wendling · 15 years ago
  52. 261b9c1 The floating point value is encoded in its binary form as an Imm. Convert it by Bill Wendling · 15 years ago
  53. 69c4ef3 Add support for parsing a Real value. It stores the Real value as its binary by Bill Wendling · 15 years ago
  54. 3971df5 Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 15 years ago
  55. 8f31428 by Devang Patel · 15 years ago
  56. 3a00ffa This assertion is too restrictive, it does not apply for dangling dbg value nodes (nodes where dbg.value intrinsic preceds use of the value). by Devang Patel · 15 years ago
  57. 227fba1 In which I discover that zero+zero is zero, d'oh! by Duncan Sands · 15 years ago
  58. 2539b73 See if this fixes llvm-gcc bootstrap. by Duncan Sands · 15 years ago
  59. d70d1a5 According to my auto-simplifier the most common missed simplifications in by Duncan Sands · 15 years ago
  60. b38824f Teach mergefunc how to emit aliases safely again -- but keep it turned it off by Nick Lewycky · 15 years ago
  61. 1bcb428 Reorganize this so that the early exit and special cases come early by Eric Christopher · 15 years ago
  62. 7cfa656 Don't merge restore with tail call instruction. by Evan Cheng · 15 years ago
  63. 5899a60 Provide correct registers for EH stuff on ARM by Anton Korobeynikov · 15 years ago
  64. d4e0978 Support printing exception section into the current one. This is the case when LSDASection is blank by Anton Korobeynikov · 15 years ago
  65. a3ee3ef Speculatively revert r124138. by Devang Patel · 15 years ago
  66. 224a180 Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrinisic. by Devang Patel · 15 years ago
  67. c48d50f Temporarily workaround JM/lencod miscompile (SIGSEGV). rdar://problem/8893967 by Andrew Trick · 15 years ago
  68. bd1801b Give GetUnderlyingObject a TargetData, to keep it in sync by Dan Gohman · 15 years ago
  69. 0e3fae2 fix PR8928 by clearing a stale map, patch by Jakub Staszak! by Chris Lattner · 15 years ago
  70. 184640e Handle strings in section names the same way as gas: by Rafael Espindola · 15 years ago
  71. a3bbf24 Add a comment. by Dan Gohman · 15 years ago
  72. c98d82a Support/CommandLine: Fix LookupNearestOption to also search extra option names. by Daniel Dunbar · 15 years ago
  73. ccea167 fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey! by Chris Lattner · 15 years ago
  74. 867be59 fix PR9017, a bug where we'd assert when promoting in unreachable code. by Chris Lattner · 15 years ago
  75. 51e62f0 fix PR9015, a crash linking recursive metadata. by Chris Lattner · 15 years ago
  76. 96c0771 this isn't a memset, we do convert dest[i] to one though :) by Chris Lattner · 15 years ago
  77. 7ea7d32 with recent work, we now optimize this into: by Chris Lattner · 15 years ago
  78. e335786 enhance SRoA to promote allocas that are used by PHI nodes. This often by Chris Lattner · 15 years ago
  79. c87c50a Enhance SRoA to promote allocas that are used by selects in some by Chris Lattner · 15 years ago
  80. 3928af6 teach Value::isDereferenceablePointer that byval arguments are always by Chris Lattner · 15 years ago
  81. f330b32 Add a memset loop that LoopIdiomRecognize doesn't recognize. by Anders Carlsson · 15 years ago
  82. 76167af Simplify some code with no functionality change. Make the test a lot more by Nick Lewycky · 15 years ago
  83. dd0dfdf Initialize MCNoExecStack. by Rafael Espindola · 15 years ago
  84. 96aa78c Add support for the --noexecstack option. by Rafael Espindola · 15 years ago
  85. 584520e Null initialize a few variables flagged by by Ted Kremenek · 15 years ago
  86. 54104db Add support for lowercase variants. by Rafael Espindola · 15 years ago
  87. 145c532 Enhance SRoA to be more aggressive about scalarization of aggregate allocas by Chris Lattner · 15 years ago
  88. 491d8d4 Convert two std::vectors to SmallVectors for a 3.4% speedup running -scalarrepl by Cameron Zwarich · 15 years ago
  89. 6c95d24 have AllocaInfo store the alloca being inspected, simplifying callers. by Chris Lattner · 15 years ago
  90. d01a0da Rearrange some code a bit. Change MarkUnsafe to by Chris Lattner · 15 years ago
  91. 85a7c69 remove an old hack that avoided creating MMX datatypes. The by Chris Lattner · 15 years ago
  92. 630d85a Use value ranges to fold ext(trunc) in SCEV when possible. by Nick Lewycky · 15 years ago
  93. 0cf5e3d Delay the creation of eh_frame so that the user can change the defaults. by Rafael Espindola · 15 years ago
  94. 1c13026 Remove more duplicated code. by Rafael Espindola · 15 years ago
  95. c85dca6 Remove duplicated code. by Rafael Espindola · 15 years ago
  96. 9b8d2c2 Have SCEV turn sext(x) into zext(x) when x is s>= 0. This applies many times in by Nick Lewycky · 15 years ago
  97. 7ea118d Add a FIXME explaining the move to a single indirect call bonus per function by Eric Christopher · 15 years ago
  98. 7020f12 Only apply the devirtualization bonus once instead of per-call site in the by Eric Christopher · 15 years ago
  99. 8184e28 Pass sret arguments through the stack instead of through registers in Sparc backend. It makes the code generated more compliant with the sparc32 ABI. by Venkatraman Govindaraju · 15 years ago
  100. e105a39 Added ICC, FCC as uses of movcc instruction to generate correct code when -mattr=v9 is used. by Venkatraman Govindaraju · 15 years ago