1. 116b799 Generate DBG_VALUE from dbg.value intrinsics. These currently by Dale Johannesen · 15 years ago
  2. e921792 Clarify that ptrtoint+inttoptr are an alternative to GEP which are by Dan Gohman · 15 years ago
  3. a52eeb9 Fix a typo. by Dan Gohman · 15 years ago
  4. 48f6a31 Clarify that the rules about object hopping kick in when a pointer is by Dan Gohman · 15 years ago
  5. cf3d084 Fix typos Duncan noticed. by Dan Gohman · 15 years ago
  6. 7310fe4 Remap the call sites of a shared function in interrupt line functions. by Sanjiv Gupta · 15 years ago
  7. d6d9fb5 Re-factoring. by Sanjiv Gupta · 15 years ago
  8. 18619b2 Uniformize the way these options are printed. Requested by Russell Wallace. by Duncan Sands · 15 years ago
  9. 1aecd15 Remove terminating dot in description. Inconsistency pointed by Duncan Sands · 15 years ago
  10. 7e7ae5a Refer to -help instead of --help since this is what tools themselves say. by Duncan Sands · 15 years ago
  11. 3460f22 Avoid a dangling pointer dereference, PassManager::add can delete the Pass. by Benjamin Kramer · 15 years ago
  12. b49985a start sketching out the structure of code for result emission generation. by Chris Lattner · 15 years ago
  13. 1a7d087 add a missing type cast. by Chris Lattner · 15 years ago
  14. 7954926 remove empty file by Chris Lattner · 15 years ago
  15. 9f6c4c1 Use NEON vmin/vmax instructions for floating-point selects. Radar 7461718. by Bob Wilson · 15 years ago
  16. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  17. adb561d Added LDRSBT, LDRHT, LDRSHT for disassembly only. And fixed encoding errors by Johnny Chen · 15 years ago
  18. bd8227f rename the child field to 'next'. This is not a parent/child by Chris Lattner · 15 years ago
  19. 8ef9c79 eliminate the MatcherNodeWithChild class, give the 'child' field to MatcherNode. by Chris Lattner · 15 years ago
  20. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  21. 89bb7b5 Some dag combiner goodness: by Evan Cheng · 15 years ago
  22. ca82a15 New test case for r96543. by Devang Patel · 15 years ago
  23. dcdcef2 fit in 80 cols by Chris Lattner · 15 years ago
  24. fd6037d Added for disassembly only the variants of DMB, DSB, and ISB. by Johnny Chen · 15 years ago
  25. 49cf3a7 Fix a few unused parameter warnings. by Eric Christopher · 15 years ago
  26. eb3804e MC/Mach-O: Update fixup values for change to X86 offsets. by Daniel Dunbar · 15 years ago
  27. 887e4a5 Make this an unnumbered list. by Dan Gohman · 15 years ago
  28. 52658d1 HTML validation fixes. by Dan Gohman · 15 years ago
  29. dfecbe9 Add an "advanced" GetElementPtr FAQ document, with answers to by Dan Gohman · 15 years ago
  30. 69bfbd6 Remove the NEON N2VSInt instruction class: it's only used in one place and by Bob Wilson · 15 years ago
  31. b943627 Added CLREX (Clear-Exclusive) for disassembly only. by Johnny Chen · 15 years ago
  32. 3c0f96e More cleanup for NEON: by Bob Wilson · 15 years ago
  33. fb56679 Added RFE for disassembly only. by Johnny Chen · 15 years ago
  34. 1157f79 by David Greene · 15 years ago
  35. de12e43 Remember to define super registers in mips calls. by Jakob Stoklund Olesen · 15 years ago
  36. d2a5c0d Add Regex::sub, for doing regular expression substitution with backreferences. by Daniel Dunbar · 15 years ago
  37. b886089 irbuilder is doing constant folding now by default, PR6092 by Chris Lattner · 15 years ago
  38. d071845 fix some out of date prose dating from the LLVMContext changes. by Chris Lattner · 15 years ago
  39. ebc14f7 Fix comment. by Daniel Dunbar · 15 years ago
  40. 03ddb20 redisable this to save people a small amount of build time. by Chris Lattner · 15 years ago
  41. 1bf1691 Dead code elimination. by Jakob Stoklund Olesen · 15 years ago
  42. f3047cd by Chris Lattner · 15 years ago
  43. 0a3f399 move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, by Chris Lattner · 15 years ago
  44. 7180f10 add a note, from PR5100 by Chris Lattner · 15 years ago
  45. 46d1ddd add missing method, PR6284 by Chris Lattner · 15 years ago
  46. 3bc3d3c add optional debian instructions, PR6272 by Chris Lattner · 15 years ago
  47. 94c3ddb Added routine to clone the body of a function and maintain a map of already by Sanjiv Gupta · 15 years ago
  48. 411432d Mention an API change. by Duncan Sands · 15 years ago
  49. 9a7795c Pacify gcc-4.5, which warns (correctly) that these switches have by Duncan Sands · 15 years ago
  50. a8572bb Revert: r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines by Eric Christopher · 15 years ago
  51. 84aa60b reduce nesting. by Chris Lattner · 15 years ago
  52. 139eda6 Added a function to clone locals of a function.( which for pic16 are globals by Sanjiv Gupta · 15 years ago
  53. 781f359 improve comments, the matcher is now feature complete, on to codegen. by Chris Lattner · 15 years ago
  54. 11979aa Removed header files from .h by adding forward decls. by Sanjiv Gupta · 15 years ago
  55. b2503c0 Added BFI for disassembly only. by Johnny Chen · 15 years ago
  56. 409ac58 sink special case "cannotyetselect" for intrinsics out of the by Chris Lattner · 15 years ago
  57. 9a747f1 Emulate the current isel's "IsChainCompatible" logic for now. by Chris Lattner · 15 years ago
  58. 8dc4f2b properly record chain inputs to complex patterns, resolving a fixme. by Chris Lattner · 15 years ago
  59. 64b4986 rename and document some arguments so I don't have to keep by Chris Lattner · 15 years ago
  60. 4e9c6df Use pointer-wide encoding for LSDA and FDE on Darwin. by Anton Korobeynikov · 15 years ago
  61. d9c1a34 simplify IsChainCompatible codegen, add comments. no functionality change. by Chris Lattner · 15 years ago
  62. a6b80dd Removed an early out which was causing the PBQP allocator to not compute live-in sets or run the rewriter. by Lang Hames · 15 years ago
  63. 9feae9f Fix SCEVExpander's existing PHI reuse checking to recognize the by Dan Gohman · 15 years ago
  64. 22fb4b2 Before setting scope end marker, pay attention to scope begin marker and existing scope end marker, if any. Scope must begin before it ends and nested inlined scope do not truncate surrounding scope. by Devang Patel · 15 years ago
  65. 785d16f Prep work to handle input chains of matched patterns and checking for by Chris Lattner · 15 years ago
  66. 52be68d daniel remembered why this was needed. by Chris Lattner · 15 years ago
  67. feeb93e add a comment explaining why darwin/i386 uses ## as a comment. by Chris Lattner · 15 years ago
  68. 2f7ecde record input chains. by Chris Lattner · 15 years ago
  69. c642b84 prefix captured value names with $ so they look like by Chris Lattner · 15 years ago
  70. e74c3ba Initial implementation of PIC16 Cloner pass. by Sanjiv Gupta · 15 years ago
  71. 2a5431e Don't check for comments, which vary between subtargets. by Dan Gohman · 15 years ago
  72. c96087b improve comments on OPC_Record to say what we're recording a node. by Chris Lattner · 15 years ago
  73. 9ee7123 Fold bswap(undef) to undef. by Dan Gohman · 15 years ago
  74. 378c0b3 Delete some unneeded casts. by Dan Gohman · 15 years ago
  75. 968cb93 Don't attempt to divide INT_MIN by -1; consider such cases to have overflowed. by Dan Gohman · 15 years ago
  76. bd12fe8 make the new isel's interpreter loop call the generated by Chris Lattner · 15 years ago
  77. 5be6e59 improve comments in generated matcher a bit. by Chris Lattner · 15 years ago
  78. 36b01cb Make the operand and format specifier match, and print all by Dan Gohman · 15 years ago
  79. e609a51 make the new isel generator plop out a CheckComplexPattern function by Chris Lattner · 15 years ago
  80. 9abe19d Wrap lines to 80 columns and generally try to clean up whitespace and by Bob Wilson · 15 years ago
  81. ca0aacc roundss is an sse 4 thing, fix the test on non-sse41 builders by Chris Lattner · 15 years ago
  82. c2676b2 fix inverted condition. by Chris Lattner · 15 years ago
  83. 4a12de7 Make g5 target explicit; scheduling affects register choice. by Dale Johannesen · 15 years ago
  84. 53a2f60 complex patterns don't get 'record' nodes, they implicitly by Chris Lattner · 15 years ago
  85. 05446e7 clean up some code, eliminate NodeIsComplexPattern, which by Chris Lattner · 15 years ago
  86. b76beda Make error statement more personal. by Bill Wendling · 15 years ago
  87. 5b08f77 fix indentation by Chris Lattner · 15 years ago
  88. 92d3ada fix rdar://7653908, a crash on a case where we would fold a load by Chris Lattner · 15 years ago
  89. 55f9adf Adjust register numbers in tests to compensate for the new lack of R2. by Dale Johannesen · 15 years ago
  90. 5583b83 filecheckize by Chris Lattner · 15 years ago
  91. 0eb0c74 Handle tGPR register class in a few more places. This fixes some llvm-gcc by Bob Wilson · 15 years ago
  92. 0296f3e Add SMC (Secure Monitor Call) system instruction for disassembly only. by Johnny Chen · 15 years ago
  93. 5994fd0 Really reserve R2 on PPC Darwin. PR 6314. by Dale Johannesen · 15 years ago
  94. 3d821aa Use line and column number to distinguish two lexical blocks at the same level. by Devang Patel · 15 years ago
  95. 80dc116 80 column cleanup by Jim Grosbach · 15 years ago
  96. 08d3561 New testcase. by Devang Patel · 15 years ago
  97. ae3ecf9 Look for SSE and instructions of this form: (and x, (build_vector c1,c2,c3,c4)). by Evan Cheng · 15 years ago
  98. 6417171 Remove trailing whitespace by Jim Grosbach · 15 years ago
  99. ae23daf Rename SuccessorNumber to GetSuccessorNumber. by Bob Wilson · 15 years ago
  100. 8939b0d by David Greene · 15 years ago