1. cbd40f8 type can be null by Chris Lattner · 13 years ago
  2. 7af453a use a more efficient check for 'is metadata' by Chris Lattner · 13 years ago
  3. b99e412 Use ArrayRef instead of a std::vector&. by Bill Wendling · 13 years ago
  4. 944520f Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The by Lang Hames · 13 years ago
  5. 39dfb0f Change some ARM subtarget features to be single bit yes/no in order to sink them down to MC layer. Also fix tests. by Evan Cheng · 13 years ago
  6. 6a6b8c3 Add a target hook to encode the compact unwind information. by Bill Wendling · 13 years ago
  7. e727d67 Add isCodeGenOnly value to the CodeGenInstruction class. by Jim Grosbach · 13 years ago
  8. d0626aa Added a testcase for PR10220. by Lang Hames · 13 years ago
  9. 7986289 Add DEBUG messages. by Devang Patel · 13 years ago
  10. 94ca42f Factor ARM triple parsing out of ARMSubtarget. Another step towards making ARM subtarget info available to MC. by Evan Cheng · 13 years ago
  11. a4acb00 Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion. by Devang Patel · 13 years ago
  12. 447c40c Fix a bug in the "expect" intrinsic lowering. by Jakub Staszak · 13 years ago
  13. a38cfb2 When tail-merging multiple blocks, make sure to correctly update the live-in list on the merged block to correctly account for the live-outs of all the predecessors. They might not be the same in all cases (the testcase I have involves a PHI node where one of the operands is an IMPLICIT_DEF). by Eli Friedman · 13 years ago
  14. 66c9ee7 Typo. by Jim Grosbach · 13 years ago
  15. 90369eb Remove dead code. by Devang Patel · 13 years ago
  16. a462d6e Typo. by Devang Patel · 13 years ago
  17. 2b2dc7c Clean up the #includes. by Bill Wendling · 13 years ago
  18. 882e1e1 Grammar and 80-col. by Eric Christopher · 13 years ago
  19. 9cbd7af Fix a subtle issue in SmallVector. The following code did not work as expected: by Owen Anderson · 13 years ago
  20. 4fd3c59 Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to one alloca. by Devang Patel · 13 years ago
  21. 78a9f13 Add ARM MC registry routines. by Evan Cheng · 13 years ago
  22. ed5e355 Rename files for consistency. by Evan Cheng · 13 years ago
  23. 298bc9a Add ImmutableList::contains(). Patch by Rui Paulo! by Nick Lewycky · 13 years ago
  24. d1689ae Mark ARM pseudo-instructions as isPseudo. by Jim Grosbach · 13 years ago
  25. 806fcc0 Don't require pseudo-instructions to carry encoding information. by Jim Grosbach · 13 years ago
  26. 231a5ab Simplify. Consolidate dbg.declare handling in AllocaPromoter. by Devang Patel · 13 years ago
  27. 17f91d2 indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be more by Andrew Trick · 13 years ago
  28. d378b32 Remove un-used encoding info from Pseudo MLAv5. by Jim Grosbach · 13 years ago
  29. b0e77a2 Fix missing triple support for RTEMS target. by Eli Friedman · 13 years ago
  30. 037d1c0 indvars -disable-iv-rewrite: Added SimplifyCongruentIVs. by Andrew Trick · 13 years ago
  31. 0392a04 Remove some unnecessary includes. by Eli Friedman · 13 years ago
  32. 486dd90 Constify getCompactUnwindRegNum. by Bill Wendling · 13 years ago
  33. b262799 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 13 years ago
  34. a3574fb LICM: Remove trailing white spaces by Tobias Grosser · 13 years ago
  35. df7102b LICM: Do not loose alignment on promotion by Tobias Grosser · 13 years ago
  36. 2905776 Add documenation about "branch_weight" metadata and __builtin_expect instruction by Jakub Staszak · 13 years ago
  37. 9da9934 Introduce "expect" intrinsic instructions. by Jakub Staszak · 13 years ago
  38. d7c7e2f Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501. by Kevin Enderby · 13 years ago
  39. d521f2d Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that a by Kevin Enderby · 13 years ago
  40. e234cd9 Allow tagless builds and fix debug build configuration. by David Greene · 13 years ago
  41. 68ae5b4 Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo. by Evan Cheng · 13 years ago
  42. 211f53a Revert r134366 and add an explicit triple to make this test host-independent. by Dan Gohman · 13 years ago
  43. 9c04b5b Remove the ObjC ARC passes from the default optimization list, and add by Dan Gohman · 13 years ago
  44. c5ecbdc Preserve debug loc. by Devang Patel · 13 years ago
  45. c5e9138 Speculatively revert r134431. by Devang Patel · 13 years ago
  46. 3209a03 Use memcmp. by Benjamin Kramer · 13 years ago
  47. 9b9c5ea Really fix typo :-( by Rafael Espindola · 13 years ago
  48. 5ac795c Fix typo. by Rafael Espindola · 13 years ago
  49. 15cf76c Clear debug loc while updating insert point. by Devang Patel · 13 years ago
  50. 338398a By default mkstemp() creates a temporary file with mode 0600, but the mode by Chad Rosier · 13 years ago
  51. 5490197 Break infinite loop when the Hopfield network oscillates. by Jakob Stoklund Olesen · 13 years ago
  52. 82c475d Compare all 4 bytes of the header. by Rafael Espindola · 13 years ago
  53. af45b3d Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use proper aliases for the pclmullqlqdq and friends. PR10269. by Eli Friedman · 13 years ago
  54. e0dc2fa indvars -disable-iv-rewrite: avoid multiple IVs in weird cases. by Andrew Trick · 13 years ago
  55. bc20e4f ARM estimateStackSize() needs to account for simplified call frames. by Jim Grosbach · 13 years ago
  56. 9693d4c Fix PR10277. by Jakob Stoklund Olesen · 13 years ago
  57. 2b0f4ab Tweak comment and debug output. by Jakob Stoklund Olesen · 13 years ago
  58. dedd6ee Fix 80-col. by Michael J. Spencer · 13 years ago
  59. 64388ce Fix warnings. by Michael J. Spencer · 13 years ago
  60. 598179e SuccIterator on bbs without terminator insts by Tobias Grosser · 13 years ago
  61. fc87cdc PR10267: Don't combine an equality compare with an AND into an inequality compare when the AND has more than one use. by Benjamin Kramer · 13 years ago
  62. cbb1186 Remove accidentaly left node from previous iteration of the patch. by Roman Divacky · 13 years ago
  63. 2548391 Move early tail duplication earlier. by Rafael Espindola · 13 years ago
  64. 6a9d2b1 Move most of the pre BB code to TailDuplicateAndUpdate. Change the by Rafael Espindola · 13 years ago
  65. c0af352 Reduce indentation and fix the count of how many PHIs we have inserted. by Rafael Espindola · 13 years ago
  66. 736a011 Fix PR10244. by Jakob Stoklund Olesen · 13 years ago
  67. b272332 Make the i64 and f64 be 64bit ABI aligned in the target description. by Roman Divacky · 13 years ago
  68. 7495ea7 test/CodeGen/X86/lsr-nonaffine.ll: Relax expressions for Win64 CC to appease Win32 hosts. by NAKAMURA Takumi · 13 years ago
  69. 6526857 Fix an easy fixme. by Rafael Espindola · 13 years ago
  70. 78e4fce FileCheck-ize another test. Reduces the llc invocations from 8 to 1, and by Chandler Carruth · 13 years ago
  71. 4ca11de Avoid writing to an arbitrary filename during the test run by writing to by Chandler Carruth · 13 years ago
  72. a42e665 FileCheck-ize another X86 test, making it more precisely verify the by Chandler Carruth · 13 years ago
  73. 898402d Quote two greps which contain parentheses. by Chandler Carruth · 13 years ago
  74. aea63ff FileCheck-ize and simplify RUN lines. by Chandler Carruth · 13 years ago
  75. 432a893 FileCheck-ize by Chandler Carruth · 13 years ago
  76. 327b8f1 FileCheck-ize and tighten up assertions to only check the relevant sections. by Chandler Carruth · 13 years ago
  77. 44f52f2 FileCheck-ize and cleanup IR. by Chandler Carruth · 13 years ago
  78. b3ce947 FileCheck-ize by Chandler Carruth · 13 years ago
  79. f2a3b35 Remove a grep that is already checked with FileCheck. by Chandler Carruth · 13 years ago
  80. 3bd210e FileCheck-ize by Chandler Carruth · 13 years ago
  81. 45177cb FileCheck-ize and modernize IR. by Chandler Carruth · 13 years ago
  82. 36da1d9 FileCheck-ize and simplify RUNs. by Chandler Carruth · 13 years ago
  83. 431d63b FileCheck-ize and modernize the RUN line. by Chandler Carruth · 13 years ago
  84. 03119ab FileCheck-ize, tightening checks and avoiding a temporary file. by Chandler Carruth · 13 years ago
  85. 5a26013 FileCheck-ize, tightening checks and avoiding a temporary file. by Chandler Carruth · 13 years ago
  86. 2fa43a7 FileCheck-ize by Chandler Carruth · 13 years ago
  87. 19318fe FileCheck-ize by Chandler Carruth · 13 years ago
  88. fa9d797 FileCheck-ize a test, avoiding a temporary file. by Chandler Carruth · 13 years ago
  89. d26117d FileCheck-ize and simplify this test. by Chandler Carruth · 13 years ago
  90. 8a0a4de FileCheck-ize by Chandler Carruth · 13 years ago
  91. 8b89789 FileCheck-ize another codegen test. by Chandler Carruth · 13 years ago
  92. d95cb01 Partially FileCheck-ize a test to remove a weird quoting situation. by Chandler Carruth · 13 years ago
  93. 218674b FileCheck-ize another test, and upgrade its syntax a bit. by Chandler Carruth · 13 years ago
  94. 8f786a5 FileCheck-ize another codegen test, tightening it up. by Chandler Carruth · 13 years ago
  95. 4d28d73 FileCheck-ize another test, making it much more precise for testing the by Chandler Carruth · 13 years ago
  96. 549f123 FileCheck-ize another test. This one is more clear and runs fewer by Chandler Carruth · 13 years ago
  97. 0d390f6 FileCheck-ize a test, no functionality changed. by Chandler Carruth · 13 years ago
  98. 2f494b6 Use subprocess.Popen instead of popen2 to stop a deprecation warning when running lit on OS X by Jordy Rose · 13 years ago
  99. d6b98e8 Remove unused array. by Duncan Sands · 13 years ago
  100. ba519f8 Revert previous commit. It seems that whether casting to void by Duncan Sands · 13 years ago