1. 7beee28 Remove some dead code, improve some asserts, and other assorted changes. No functionality change. by Bill Wendling · 12 years ago
  2. 901261d Add a comment explaining an unavailable optimization. by Dan Gohman · 12 years ago
  3. f715dbd Remove one of the odious 'Raw' methods. by Bill Wendling · 12 years ago
  4. 30d2c76 Use iterators instead of relying upon a bitmask of attributes to remove attributes from an AttrBuilder. by Bill Wendling · 12 years ago
  5. fdd1eaf Rewrite instsimplify's handling if icmp on pointer values to remove the by Dan Gohman · 12 years ago
  6. 3529d1a Fix another typo in the classof definitions that doesn't (currently) by Chandler Carruth · 12 years ago
  7. 16c4b3c Add iterators to the AttributeSet class so that we can access the Attributes in a nice way. by Bill Wendling · 12 years ago
  8. ac08785 An alloca can be equal to an argument. It can't *alias* an alloca, but it could by Dan Gohman · 12 years ago
  9. 27aaced Switch the code added in r173885 to use the new, shiny RTTI by Chandler Carruth · 12 years ago
  10. 2d4fd7e Fix a think-o in the condition here. =[ I would commit the test that by Chandler Carruth · 12 years ago
  11. 39da078 s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more descriptive of what it actually is. by Bill Wendling · 12 years ago
  12. 03c2097 Fix a copy/paste-o that got missed because 'check' doesn't build lto. by Chandler Carruth · 12 years ago
  13. 5da3665 Give the MCStreamer class hierarchy LLVM RTTI facilities for use with by Chandler Carruth · 12 years ago
  14. 169d527 Remove the AttrBuilder form of the Attribute::get creators. by Bill Wendling · 12 years ago
  15. 68cbd91 Regenerate configure to hopefully fix buildbot breakage. Oh how I love autoconf. by Richard Smith · 12 years ago
  16. 1f560aa Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083. by NAKAMURA Takumi · 12 years ago
  17. 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 12 years ago
  18. ac1b2e5 [lit] Add a test for internal shell execution behaviors. by Daniel Dunbar · 12 years ago
  19. a80ae9c [lit] Change to raise InternalShellError for all command execution issues. by Daniel Dunbar · 12 years ago
  20. 43d8363 Document another instsimplify assumption. by Dan Gohman · 12 years ago
  21. 4bdf989 R600: Fold clamp, neg, abs by Tom Stellard · 12 years ago
  22. cacbcb0 R600: Consider bitcast when folding const_address node. by Tom Stellard · 12 years ago
  23. 44ddc36 R600: Make store_dummy intrinsic more general by passing export type by Tom Stellard · 12 years ago
  24. a6d8e19 Remove unused variable, which should have been removed with r174083. by Chad Rosier · 12 years ago
  25. 16d1a6b Linker: correctly link in dbg.declare by Manman Ren · 12 years ago
  26. 14292a6 Add support for emitting a string attribute. by Bill Wendling · 12 years ago
  27. b62fb4b [lit] Fix bug where InternalShellError messages were discarded. by Daniel Dunbar · 12 years ago
  28. 3ab115c Add braces, so my head doesn't explode. by Chad Rosier · 12 years ago
  29. 63a08e0 [lit] Fix a shell parsing bug with ';' not separated by whitespace. by Daniel Dunbar · 12 years ago
  30. a9da5c5 Update AArch64 backend to changed eliminateFrameIndex interface. by Tim Northover · 12 years ago
  31. 2d95e43 When lowering memcpys to loads and stores, make sure we don't promote alignments by Lang Hames · 12 years ago
  32. 8b15d74 [Dwarf] early exit to avoid creating dangling DIEs by Manman Ren · 12 years ago
  33. 108fb32 [PEI] Pass the frame index operand number to the eliminateFrameIndex function. by Chad Rosier · 12 years ago
  34. cce07c9 interpreter: Fix errant fallthrough. by Jim Grosbach · 12 years ago
  35. 133f6b8 Object: Fix errant fallthrough. by Jim Grosbach · 12 years ago
  36. 6f6f171 RuntimeDyld: Fix errant fallthrough. by Jim Grosbach · 12 years ago
  37. adc4af6 Turn off missing field initializer warnings for gcc by Edwin Vane · 12 years ago
  38. 86aa95f [lit] Add a test for the various ShTest format features. by Daniel Dunbar · 12 years ago
  39. 213a789 [lit] TestRunner: Eliminate failDueToStderr argument, which is now unused. by Daniel Dunbar · 12 years ago
  40. d5f7dbb [lit] Delete the now-unused SyntaxCheckTest format. by Daniel Dunbar · 12 years ago
  41. f79c5e2 Clarify intent. by Jakob Stoklund Olesen · 12 years ago
  42. b11917c [MC] bundle alignment: prevent padding instructions from crossing bundle boundaries by Derek Schuff · 12 years ago
  43. 1711876 Add myself as code owner of AArch64 backend. by Tim Northover · 12 years ago
  44. 72062f5 Add AArch64 as an experimental target. by Tim Northover · 12 years ago
  45. d72b4d3 Made the min-trip-count-switch test X86-specific to avoid by Pekka Jaaskelainen · 12 years ago
  46. ea2d878 Annotate BumpPtrAllocator for MemorySanitizer. by Evgeniy Stepanov · 12 years ago
  47. e22df33 Revert r173946. This breaks compilation of googletest with Clang by Alexey Samsonov · 12 years ago
  48. 82aea64 Remove the Attribute::hasAttributes() function. by Bill Wendling · 12 years ago
  49. 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
  50. 3480487 Formatting Fix. Changed " to `` around the word 'constant' in the Lang Ref by Michael Gottesman · 12 years ago
  51. eddab15 Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private." by NAKAMURA Takumi · 12 years ago
  52. 3e3de56 Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer by Dan Gohman · 12 years ago
  53. 819f9d6 Add a comment. by Dan Gohman · 12 years ago
  54. de0eb19 Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since by Dan Gohman · 12 years ago
  55. 85238aa Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private. by Bill Wendling · 12 years ago
  56. a070d2a Change GetPointerBaseWithConstantOffset's DataLayout argument from a by Dan Gohman · 12 years ago
  57. 8ed701d Make the AttrBuilder creation method of Attribute private so that people won't use it. by Bill Wendling · 12 years ago
  58. 11486ff build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@ by Saleem Abdulrasool · 12 years ago
  59. 4789609 [lit] Move unittest adaptor code into discovery module. by Daniel Dunbar · 12 years ago
  60. c9fd0a5 [lit] Run the ShUtil tests as part of the test suite. by Daniel Dunbar · 12 years ago
  61. 84d3c61 [lit] Set parallel mode for coverage tests. by Daniel Dunbar · 12 years ago
  62. 3d4a973 [lit] Move discovery code into its own module. by Daniel Dunbar · 12 years ago
  63. b96129d Revert for now: by Bill Wendling · 12 years ago
  64. 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
  65. c6077ef Remove the AttrBuilder version of the Attribute::get function. by Bill Wendling · 12 years ago
  66. e187e25 Whitespace. by Eric Christopher · 12 years ago
  67. a9bd4b4 Check and allow floating point registers to select the size of the by Eric Christopher · 12 years ago
  68. 946317d LangRef: Add a Rationale for volatile rules. by Andrew Trick · 12 years ago
  69. 2acfb17 Replace some more greps with FileChecks in tests by Eli Bendersky · 12 years ago
  70. 5f1686f Minor code simplification. by Dan Gohman · 12 years ago
  71. 73dee18 Make sure that the Attribute object represents one attribute only. by Bill Wendling · 12 years ago
  72. 3f8195e [lit] Add a MANIFEST file and a script for sanity checking the source dist. by Daniel Dunbar · 12 years ago
  73. ada2de9 [lit] Add a basic discovery test. by Daniel Dunbar · 12 years ago
  74. 412d805 [lit] Add a script for checking test coverage. by Daniel Dunbar · 12 years ago
  75. 356dcac [lit] Add a test suite for lit itself. by Daniel Dunbar · 12 years ago
  76. f2335dc stripAndComputeConstantOffsets is only called on pointers; check this by Dan Gohman · 12 years ago
  77. ee1841c Rewrite this test properly with a FileCheck instead of greps by Eli Bendersky · 12 years ago
  78. d363ae5 Fix ConstantFold's folding of icmp instructions to recognize that, by Dan Gohman · 12 years ago
  79. 69f60e7 Added a unit test for r173983 that verifies that Target.isiOS() works correctly. by Michael Gottesman · 12 years ago
  80. 9a79b32 PPC QPX requires a 32-byte aligned stack by Hal Finkel · 12 years ago
  81. ac72eb2 Remove addRetAttributes and addFnAttributes, which aren't useful abstractions. by Bill Wendling · 12 years ago
  82. e743654 Convert typeIncompatible to return an AttributeSet. by Bill Wendling · 12 years ago
  83. b25a645 Forgot the test case before. by Evan Cheng · 12 years ago
  84. a66f40a Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy and less critical. by Evan Cheng · 12 years ago
  85. bc977ba Doxygenified some comments in IRBuilder.h. by Michael Gottesman · 12 years ago
  86. f84d4c1 Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vector convert patch. by Michael Gottesman · 12 years ago
  87. f9cd773 Initialize hasQPX in PPCSubtarget by Hal Finkel · 12 years ago
  88. e502bba Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOS by Michael Gottesman · 12 years ago
  89. 383da6b Remove redundant code. by Bill Wendling · 12 years ago
  90. 9a6dd02 ...in light of recent activity related to llvm.memcpy flags. I want to by Andrew Trick · 12 years ago
  91. 5bb16fd Add definitions for the PPC a2q core marked as having QPX available by Hal Finkel · 12 years ago
  92. 2f89e81 Remove a mention of TargetInstrDescriptor, which no longer exists in the code by Eli Bendersky · 12 years ago
  93. e70de1f [docs] Guide prospective TableGen backend writers. by Sean Silva · 12 years ago
  94. aa57893 Use the number of 'slots' in the AttributeSetImpl being 0 to indicate that the AttributeSet is empty. by Bill Wendling · 12 years ago
  95. f578c89 Clean up whitespace and indentation a bit by Eli Bendersky · 12 years ago
  96. 1229c0c Linker: correctly link in dbg.declare by Manman Ren · 12 years ago
  97. 0f156af Add a special ARM trap encoding for NaCl. by Eli Bendersky · 12 years ago
  98. 620d5bd Add missing header and test cases for r173939. by Logan Chien · 12 years ago
  99. 52b1b3b Override virtual function for ARM EH directives. by Logan Chien · 12 years ago
  100. f121b79 LLDB uses ConvertUTF16toUTF8, remove #ifdef by Dmitri Gribenko · 12 years ago