1. bdcbccc Use the AttributeSet's iterators. by Bill Wendling · 12 years ago
  2. fb10b25 Revert accidental commit (ran svn commit from wrong directory). by Nick Lewycky · 12 years ago
  3. 214a566 This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
  4. 98b93e5 rdar://13126763 by Shuxin Yang · 12 years ago
  5. 7650d9b Correct indentation for dumping LexicalScope. by Manman Ren · 12 years ago
  6. 945e828 [Dwarf] avoid emitting multiple AT_const_value for static memebers. by Manman Ren · 12 years ago
  7. dbc86b9 Add notes about future PowerPC features by Bill Schmidt · 12 years ago
  8. cdc3b74 LLVM enablement for some older PowerPC CPUs by Bill Schmidt · 12 years ago
  9. 5a4041e Change the AttributeImpl to hold a single Constant* for the values. by Bill Wendling · 12 years ago
  10. 83474ee This patch aims to improve compile time performance by increasing by Preston Gurd · 12 years ago
  11. 03fce70 Add a testcase for some past-the-end address subtleties. by Dan Gohman · 12 years ago
  12. 693c37a Two changes relevant to LEA and x32: by David Sehr · 12 years ago
  13. 5882e56 Fix errant fallthrough in the generation of the lifetime markers. by Nadav Rotem · 12 years ago
  14. 9f285c6 Fix misplaced 'break'. by Jim Grosbach · 12 years ago
  15. 5fb7947 Use a continue to simplify loop and reduce indentation. No functional change. by Chad Rosier · 12 years ago
  16. 03b3771 Hexagon: Test case to confirm generation of indexed loads with zero offset. by Jyotsna Verma · 12 years ago
  17. 924223c Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats". by Jyotsna Verma · 12 years ago
  18. 05f52ec Add appropriate TSFlags to the instructions that must be always extended. by Jyotsna Verma · 12 years ago
  19. d9f32c2 InstSimplify: stripAndComputeConstantOffsets can be called with vectors of pointers too. by Benjamin Kramer · 12 years ago
  20. 84d3239 Remove currently unused register decoder from AArch64. by Tim Northover · 12 years ago
  21. 7bc8414 Add explicit triples to AArch64 tests by Tim Northover · 12 years ago
  22. 36146af Revert r174152. The shift amount may overflow and in that case this transformation is illegal. by Nadav Rotem · 12 years ago
  23. d5eb1cb Optimize shift lefts of a constant by a value plus constant into a single shift. by Nadav Rotem · 12 years ago
  24. f1f57c5 [docs] Fixup fallout from other grammar fixup. by Sean Silva · 12 years ago
  25. de4b0a0 [docs] Add missing colon to TableGen grammar. by Sean Silva · 12 years ago
  26. d9a4f0c MachineModel: Inconsequential TableGen SubtargetEmitter fix. by Andrew Trick · 12 years ago
  27. 7beee28 Remove some dead code, improve some asserts, and other assorted changes. No functionality change. by Bill Wendling · 12 years ago
  28. 901261d Add a comment explaining an unavailable optimization. by Dan Gohman · 12 years ago
  29. f715dbd Remove one of the odious 'Raw' methods. by Bill Wendling · 12 years ago
  30. 30d2c76 Use iterators instead of relying upon a bitmask of attributes to remove attributes from an AttrBuilder. by Bill Wendling · 12 years ago
  31. fdd1eaf Rewrite instsimplify's handling if icmp on pointer values to remove the by Dan Gohman · 12 years ago
  32. 3529d1a Fix another typo in the classof definitions that doesn't (currently) by Chandler Carruth · 12 years ago
  33. 16c4b3c Add iterators to the AttributeSet class so that we can access the Attributes in a nice way. by Bill Wendling · 12 years ago
  34. ac08785 An alloca can be equal to an argument. It can't *alias* an alloca, but it could by Dan Gohman · 12 years ago
  35. 27aaced Switch the code added in r173885 to use the new, shiny RTTI by Chandler Carruth · 12 years ago
  36. 2d4fd7e Fix a think-o in the condition here. =[ I would commit the test that by Chandler Carruth · 12 years ago
  37. 39da078 s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more descriptive of what it actually is. by Bill Wendling · 12 years ago
  38. 03c2097 Fix a copy/paste-o that got missed because 'check' doesn't build lto. by Chandler Carruth · 12 years ago
  39. 5da3665 Give the MCStreamer class hierarchy LLVM RTTI facilities for use with by Chandler Carruth · 12 years ago
  40. 169d527 Remove the AttrBuilder form of the Attribute::get creators. by Bill Wendling · 12 years ago
  41. 68cbd91 Regenerate configure to hopefully fix buildbot breakage. Oh how I love autoconf. by Richard Smith · 12 years ago
  42. 1f560aa Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083. by NAKAMURA Takumi · 12 years ago
  43. 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 12 years ago
  44. ac1b2e5 [lit] Add a test for internal shell execution behaviors. by Daniel Dunbar · 12 years ago
  45. a80ae9c [lit] Change to raise InternalShellError for all command execution issues. by Daniel Dunbar · 12 years ago
  46. 43d8363 Document another instsimplify assumption. by Dan Gohman · 12 years ago
  47. 4bdf989 R600: Fold clamp, neg, abs by Tom Stellard · 12 years ago
  48. cacbcb0 R600: Consider bitcast when folding const_address node. by Tom Stellard · 12 years ago
  49. 44ddc36 R600: Make store_dummy intrinsic more general by passing export type by Tom Stellard · 12 years ago
  50. a6d8e19 Remove unused variable, which should have been removed with r174083. by Chad Rosier · 12 years ago
  51. 16d1a6b Linker: correctly link in dbg.declare by Manman Ren · 12 years ago
  52. 14292a6 Add support for emitting a string attribute. by Bill Wendling · 12 years ago
  53. b62fb4b [lit] Fix bug where InternalShellError messages were discarded. by Daniel Dunbar · 12 years ago
  54. 3ab115c Add braces, so my head doesn't explode. by Chad Rosier · 12 years ago
  55. 63a08e0 [lit] Fix a shell parsing bug with ';' not separated by whitespace. by Daniel Dunbar · 12 years ago
  56. a9da5c5 Update AArch64 backend to changed eliminateFrameIndex interface. by Tim Northover · 12 years ago
  57. 2d95e43 When lowering memcpys to loads and stores, make sure we don't promote alignments by Lang Hames · 12 years ago
  58. 8b15d74 [Dwarf] early exit to avoid creating dangling DIEs by Manman Ren · 12 years ago
  59. 108fb32 [PEI] Pass the frame index operand number to the eliminateFrameIndex function. by Chad Rosier · 12 years ago
  60. cce07c9 interpreter: Fix errant fallthrough. by Jim Grosbach · 12 years ago
  61. 133f6b8 Object: Fix errant fallthrough. by Jim Grosbach · 12 years ago
  62. 6f6f171 RuntimeDyld: Fix errant fallthrough. by Jim Grosbach · 12 years ago
  63. adc4af6 Turn off missing field initializer warnings for gcc by Edwin Vane · 12 years ago
  64. 86aa95f [lit] Add a test for the various ShTest format features. by Daniel Dunbar · 12 years ago
  65. 213a789 [lit] TestRunner: Eliminate failDueToStderr argument, which is now unused. by Daniel Dunbar · 12 years ago
  66. d5f7dbb [lit] Delete the now-unused SyntaxCheckTest format. by Daniel Dunbar · 12 years ago
  67. f79c5e2 Clarify intent. by Jakob Stoklund Olesen · 12 years ago
  68. b11917c [MC] bundle alignment: prevent padding instructions from crossing bundle boundaries by Derek Schuff · 12 years ago
  69. 1711876 Add myself as code owner of AArch64 backend. by Tim Northover · 12 years ago
  70. 72062f5 Add AArch64 as an experimental target. by Tim Northover · 12 years ago
  71. d72b4d3 Made the min-trip-count-switch test X86-specific to avoid by Pekka Jaaskelainen · 12 years ago
  72. ea2d878 Annotate BumpPtrAllocator for MemorySanitizer. by Evgeniy Stepanov · 12 years ago
  73. e22df33 Revert r173946. This breaks compilation of googletest with Clang by Alexey Samsonov · 12 years ago
  74. 82aea64 Remove the Attribute::hasAttributes() function. by Bill Wendling · 12 years ago
  75. f573588 Fixed a mistake in my previous commit where I changed the wording slightly and forgot to undo the change after changing my mind and deciding to only commit the style changes. by Michael Gottesman · 12 years ago
  76. 3480487 Formatting Fix. Changed " to `` around the word 'constant' in the Lang Ref by Michael Gottesman · 12 years ago
  77. eddab15 Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private." by NAKAMURA Takumi · 12 years ago
  78. 3e3de56 Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer by Dan Gohman · 12 years ago
  79. 819f9d6 Add a comment. by Dan Gohman · 12 years ago
  80. de0eb19 Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since by Dan Gohman · 12 years ago
  81. 85238aa Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private. by Bill Wendling · 12 years ago
  82. a070d2a Change GetPointerBaseWithConstantOffset's DataLayout argument from a by Dan Gohman · 12 years ago
  83. 8ed701d Make the AttrBuilder creation method of Attribute private so that people won't use it. by Bill Wendling · 12 years ago
  84. 11486ff build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@ by Saleem Abdulrasool · 12 years ago
  85. 4789609 [lit] Move unittest adaptor code into discovery module. by Daniel Dunbar · 12 years ago
  86. c9fd0a5 [lit] Run the ShUtil tests as part of the test suite. by Daniel Dunbar · 12 years ago
  87. 84d3c61 [lit] Set parallel mode for coverage tests. by Daniel Dunbar · 12 years ago
  88. 3d4a973 [lit] Move discovery code into its own module. by Daniel Dunbar · 12 years ago
  89. b96129d Revert for now: by Bill Wendling · 12 years ago
  90. 67dad63 Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit with current llvm style for test names. by Michael Gottesman · 12 years ago
  91. c6077ef Remove the AttrBuilder version of the Attribute::get function. by Bill Wendling · 12 years ago
  92. e187e25 Whitespace. by Eric Christopher · 12 years ago
  93. a9bd4b4 Check and allow floating point registers to select the size of the by Eric Christopher · 12 years ago
  94. 946317d LangRef: Add a Rationale for volatile rules. by Andrew Trick · 12 years ago
  95. 2acfb17 Replace some more greps with FileChecks in tests by Eli Bendersky · 12 years ago
  96. 5f1686f Minor code simplification. by Dan Gohman · 12 years ago
  97. 73dee18 Make sure that the Attribute object represents one attribute only. by Bill Wendling · 12 years ago
  98. 3f8195e [lit] Add a MANIFEST file and a script for sanity checking the source dist. by Daniel Dunbar · 12 years ago
  99. ada2de9 [lit] Add a basic discovery test. by Daniel Dunbar · 12 years ago
  100. 412d805 [lit] Add a script for checking test coverage. by Daniel Dunbar · 12 years ago