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