1. 19c3364 Add support for testing the output of the abbrev table for the by Eric Christopher · 12 years ago
  2. 208cc6f Add support for emitting a stub DW_AT_GNU_dwo_id as part of the by Eric Christopher · 12 years ago
  3. ae510f3 Use the do-while(0) thing for this #define. by Bill Wendling · 12 years ago
  4. 933b851 Print error messages from MemoryBuffer::getFile() in llvm-symbolizer by Alexey Samsonov · 12 years ago
  5. e1b6b52 Add code to GlobalVariable.h so that global variables marked as by Michael Gottesman · 12 years ago
  6. 429f7ef When the target-independent DAGCombiner inferred a higher alignment for a load, by Owen Anderson · 12 years ago
  7. a2de37c Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized. by Michael Gottesman · 12 years ago
  8. 91b978e [Stack Alignment] emit warning instead of a hard error by Manman Ren · 12 years ago
  9. f9271ea Initial cleanups of the param-attribute code in the bitcode reader/writer. by Bill Wendling · 12 years ago
  10. 638c63c Replace global std::string with const char[] by Alexey Samsonov · 12 years ago
  11. 3e1635d Hexagon: Add V4 combine instructions and some more Def Pats for V2. by Jyotsna Verma · 12 years ago
  12. 0d37314 Disable a couple more vector splat optimizations on PPC. by Benjamin Kramer · 12 years ago
  13. 42a6844 Fix some abuses of StringRef by Tim Northover · 12 years ago
  14. a220aeb X86: Open up some opportunities for constant folding by postponing shift lowering. by Benjamin Kramer · 12 years ago
  15. 9fa9251 X86: Simplify code. No functionality change. by Benjamin Kramer · 12 years ago
  16. 4969310 SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors. by Benjamin Kramer · 12 years ago
  17. 17174e5 Give explicit suffix to integer constant over 32-bits. by Tim Northover · 12 years ago
  18. 4c40840 Enable AArch64 as a target built by default. by Tim Northover · 12 years ago
  19. 4f12e53 Update debugging test for change in expected metadata. by Tim Northover · 12 years ago
  20. b7978cf Coding standards: don't use ``inline`` when defining a function in a class by Dmitri Gribenko · 12 years ago
  21. 6c440fc Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure to by Patrik Hagglund · 12 years ago
  22. 9c02a27 More MSan/ASan annotations. by Evgeniy Stepanov · 12 years ago
  23. f839eed [DebugInfo] remove more node indirection (this time from the subprogram's variable lists) by David Blaikie · 12 years ago
  24. a9b1317 PR15149: crash when printing debug info metadata containing an invalid language spec by David Blaikie · 12 years ago
  25. 6c355ee Removed reference to LLVM as a project (since in LangRef it is used solely as a reference to the IR). Thanks silvas! by Michael Gottesman · 12 years ago
  26. a7ad848 ARM cost model: Penalize insertelement into D subregisters by Arnold Schwaighofer · 12 years ago
  27. 4b5dbaa Turn off uninitialized-use warnings for gcc in cmake build by Edwin Vane · 12 years ago
  28. 87b1a45 PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirectives[]. by NAKAMURA Takumi · 12 years ago
  29. b516e9b PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirectives[]. by NAKAMURA Takumi · 12 years ago
  30. af2f494 Added instance variable/initializers/getter/setters for new keyword externally initialized to GlobalVariable. No *TRUE* functionality change. by Michael Gottesman · 12 years ago
  31. f841064 Recognize aarch64 for --enable-targets as advertised. by Joerg Sonnenberger · 12 years ago
  32. cc00cc7 use GEP::accumulateConstantOffset() to replace custom written code to compute GEP offset by Nuno Lopes · 12 years ago
  33. 0f76e64 [Object][Archive] Improve performance. by Michael J. Spencer · 12 years ago
  34. d9d2f18 [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST. by Michael J. Spencer · 12 years ago
  35. fa987f0 Added new Global Variable marker ``externally_initialized'' to LangRef. by Michael Gottesman · 12 years ago
  36. 4283499 Added clarification paragraph to LangRef's documentation of by Michael Gottesman · 12 years ago
  37. a8eefc7 Remove the (apparently) unnecessary debug info metadata indirection. by David Blaikie · 12 years ago
  38. 63f3312 Start static relocation implementation for mips16. by Reed Kotler · 12 years ago
  39. a0bbe40 Removing ssp and uwtable from the testcase by Manman Ren · 12 years ago
  40. fca0ed2 Remove AttrBuilder::Raw(). by Bill Wendling · 12 years ago
  41. bdcbccc Use the AttributeSet's iterators. by Bill Wendling · 12 years ago
  42. fb10b25 Revert accidental commit (ran svn commit from wrong directory). by Nick Lewycky · 12 years ago
  43. 214a566 This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
  44. 98b93e5 rdar://13126763 by Shuxin Yang · 12 years ago
  45. 7650d9b Correct indentation for dumping LexicalScope. by Manman Ren · 12 years ago
  46. 945e828 [Dwarf] avoid emitting multiple AT_const_value for static memebers. by Manman Ren · 12 years ago
  47. dbc86b9 Add notes about future PowerPC features by Bill Schmidt · 12 years ago
  48. cdc3b74 LLVM enablement for some older PowerPC CPUs by Bill Schmidt · 12 years ago
  49. 5a4041e Change the AttributeImpl to hold a single Constant* for the values. by Bill Wendling · 12 years ago
  50. 83474ee This patch aims to improve compile time performance by increasing by Preston Gurd · 12 years ago
  51. 03fce70 Add a testcase for some past-the-end address subtleties. by Dan Gohman · 12 years ago
  52. 693c37a Two changes relevant to LEA and x32: by David Sehr · 12 years ago
  53. 5882e56 Fix errant fallthrough in the generation of the lifetime markers. by Nadav Rotem · 12 years ago
  54. 9f285c6 Fix misplaced 'break'. by Jim Grosbach · 12 years ago
  55. 5fb7947 Use a continue to simplify loop and reduce indentation. No functional change. by Chad Rosier · 12 years ago
  56. 03b3771 Hexagon: Test case to confirm generation of indexed loads with zero offset. by Jyotsna Verma · 12 years ago
  57. 924223c Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats". by Jyotsna Verma · 12 years ago
  58. 05f52ec Add appropriate TSFlags to the instructions that must be always extended. by Jyotsna Verma · 12 years ago
  59. d9f32c2 InstSimplify: stripAndComputeConstantOffsets can be called with vectors of pointers too. by Benjamin Kramer · 12 years ago
  60. 84d3239 Remove currently unused register decoder from AArch64. by Tim Northover · 12 years ago
  61. 7bc8414 Add explicit triples to AArch64 tests by Tim Northover · 12 years ago
  62. 36146af Revert r174152. The shift amount may overflow and in that case this transformation is illegal. by Nadav Rotem · 12 years ago
  63. d5eb1cb Optimize shift lefts of a constant by a value plus constant into a single shift. by Nadav Rotem · 12 years ago
  64. f1f57c5 [docs] Fixup fallout from other grammar fixup. by Sean Silva · 12 years ago
  65. de4b0a0 [docs] Add missing colon to TableGen grammar. by Sean Silva · 12 years ago
  66. d9a4f0c MachineModel: Inconsequential TableGen SubtargetEmitter fix. by Andrew Trick · 12 years ago
  67. 7beee28 Remove some dead code, improve some asserts, and other assorted changes. No functionality change. by Bill Wendling · 12 years ago
  68. 901261d Add a comment explaining an unavailable optimization. by Dan Gohman · 12 years ago
  69. f715dbd Remove one of the odious 'Raw' methods. by Bill Wendling · 12 years ago
  70. 30d2c76 Use iterators instead of relying upon a bitmask of attributes to remove attributes from an AttrBuilder. by Bill Wendling · 12 years ago
  71. fdd1eaf Rewrite instsimplify's handling if icmp on pointer values to remove the by Dan Gohman · 12 years ago
  72. 3529d1a Fix another typo in the classof definitions that doesn't (currently) by Chandler Carruth · 12 years ago
  73. 16c4b3c Add iterators to the AttributeSet class so that we can access the Attributes in a nice way. by Bill Wendling · 12 years ago
  74. ac08785 An alloca can be equal to an argument. It can't *alias* an alloca, but it could by Dan Gohman · 12 years ago
  75. 27aaced Switch the code added in r173885 to use the new, shiny RTTI by Chandler Carruth · 12 years ago
  76. 2d4fd7e Fix a think-o in the condition here. =[ I would commit the test that by Chandler Carruth · 12 years ago
  77. 39da078 s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more descriptive of what it actually is. by Bill Wendling · 12 years ago
  78. 03c2097 Fix a copy/paste-o that got missed because 'check' doesn't build lto. by Chandler Carruth · 12 years ago
  79. 5da3665 Give the MCStreamer class hierarchy LLVM RTTI facilities for use with by Chandler Carruth · 12 years ago
  80. 169d527 Remove the AttrBuilder form of the Attribute::get creators. by Bill Wendling · 12 years ago
  81. 68cbd91 Regenerate configure to hopefully fix buildbot breakage. Oh how I love autoconf. by Richard Smith · 12 years ago
  82. 1f560aa Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083. by NAKAMURA Takumi · 12 years ago
  83. 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 12 years ago
  84. ac1b2e5 [lit] Add a test for internal shell execution behaviors. by Daniel Dunbar · 12 years ago
  85. a80ae9c [lit] Change to raise InternalShellError for all command execution issues. by Daniel Dunbar · 12 years ago
  86. 43d8363 Document another instsimplify assumption. by Dan Gohman · 12 years ago
  87. 4bdf989 R600: Fold clamp, neg, abs by Tom Stellard · 12 years ago
  88. cacbcb0 R600: Consider bitcast when folding const_address node. by Tom Stellard · 12 years ago
  89. 44ddc36 R600: Make store_dummy intrinsic more general by passing export type by Tom Stellard · 12 years ago
  90. a6d8e19 Remove unused variable, which should have been removed with r174083. by Chad Rosier · 12 years ago
  91. 16d1a6b Linker: correctly link in dbg.declare by Manman Ren · 12 years ago
  92. 14292a6 Add support for emitting a string attribute. by Bill Wendling · 12 years ago
  93. b62fb4b [lit] Fix bug where InternalShellError messages were discarded. by Daniel Dunbar · 12 years ago
  94. 3ab115c Add braces, so my head doesn't explode. by Chad Rosier · 12 years ago
  95. 63a08e0 [lit] Fix a shell parsing bug with ';' not separated by whitespace. by Daniel Dunbar · 12 years ago
  96. a9da5c5 Update AArch64 backend to changed eliminateFrameIndex interface. by Tim Northover · 12 years ago
  97. 2d95e43 When lowering memcpys to loads and stores, make sure we don't promote alignments by Lang Hames · 12 years ago
  98. 8b15d74 [Dwarf] early exit to avoid creating dangling DIEs by Manman Ren · 12 years ago
  99. 108fb32 [PEI] Pass the frame index operand number to the eliminateFrameIndex function. by Chad Rosier · 12 years ago
  100. cce07c9 interpreter: Fix errant fallthrough. by Jim Grosbach · 12 years ago