1. d76fe66 Eliminate some uses of immAllOnes, just use -1, it does by Chris Lattner · 14 years ago
  2. 9f03641 Eliminate some uses of immAllOnes, just use -1, it does by Chris Lattner · 14 years ago
  3. 0a42c5e Test commit. by Tanya Lattner · 14 years ago
  4. 50642b7 Test commit by Tanya Lattner · 14 years ago
  5. f09b712 Rename getSDiv to getExactSDiv to reflect its behavior in cases where by Dan Gohman · 14 years ago
  6. aae01f1 Check for overflow when scaling up an add or an addrec for scaled reuse. by Dan Gohman · 14 years ago
  7. 1a2e868 Revert 96634. It causes assertion failures for 126.gcc and 176.gcc in by Bob Wilson · 14 years ago
  8. bc02853 Add a comment. by Dan Gohman · 14 years ago
  9. 5dfa267 Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. by Charles Davis · 14 years ago
  10. 00cb5b7 Teach ScalarEvolution how to compute a tripcount for a loop with by Dan Gohman · 14 years ago
  11. 6b89aa5 Revert Anton's most recent EH patch (r96637), since it breaks a lot of by Bob Wilson · 14 years ago
  12. 3eba667 Revert commits 96556 and 96640, because commit 96556 breaks the by Duncan Sands · 14 years ago
  13. d035023 Correct LastPrimitiveTyID: MetadataType is a primitive type. by Duncan Sands · 14 years ago
  14. 906b499 add emitter support for integer constants and simple physreg references. by Chris Lattner · 14 years ago
  15. 45a2d7d recommit 96626, evidence that it broke things appears to be spurious by Dale Johannesen · 14 years ago
  16. 01a5bee fix this to work more determinstically, patch by Thomas Veith! by Chris Lattner · 14 years ago
  17. 7b9d6d2 Test case for r96656. by Devang Patel · 14 years ago
  18. 8f5e040 Added entries for ASR, LSL, LSR, ROR, and RRX so that the disassembler prints by Johnny Chen · 14 years ago
  19. efd9e95 Revert 96626, which causes build failure on ppc Darwin. by Dale Johannesen · 14 years ago
  20. 97a35fc Transform (xor (setcc), (setcc)) == / != 1 to (xor (setcc), (setcc)) != / == 1. by Evan Cheng · 14 years ago
  21. 853b919 I confused myself, temporaries will be recorded right along with other inputs. by Chris Lattner · 14 years ago
  22. f0e7c87 Use the same encoding for EH stuff uniformly on all MachO targets. by Anton Korobeynikov · 14 years ago
  23. c94fa4c introduce a new ResultVal and start keeping track of temporary values. by Chris Lattner · 14 years ago
  24. cf43e60 Radar 7636153. In the presence of large call frames, it's not sufficient by Jim Grosbach · 14 years ago
  25. 1b7bf18 When determining the set of interesting reuse factors, consider by Dan Gohman · 14 years ago
  26. aa11def Indvars needs to explicitly notify ScalarEvolution when it is replacing by Dan Gohman · 14 years ago
  27. 1c40e18 getSplatIndex assumes that the first element of the mask contains the splat index by Mon P Wang · 14 years ago
  28. 39a4bb3 Added LDRD_PRE/POST & STRD_PRE/POST for disassembly only. by Johnny Chen · 14 years ago
  29. 845c042 add support for referencing registers and immediates, by Chris Lattner · 14 years ago
  30. 196c60a replaceUsesOfWithOnConstant implementation for unions. by Talin · 14 years ago
  31. 814f2b2 Hoist this loop-invariant logic out of the loop. by Dan Gohman · 14 years ago
  32. 352d352 Always normalize spill weights, also for intervals created by spilling. by Jakob Stoklund Olesen · 14 years ago
  33. 49d7f8d Make CodePlacementOpt detect special EH control flow by by Dan Gohman · 14 years ago
  34. 0ce7b12 Fix comments. by Devang Patel · 14 years ago
  35. 06fdacc Destroy MDNodes gracefully while deleting llvm context. by Devang Patel · 14 years ago
  36. 16c1e79 Ignore target dependent value in grep search. by Devang Patel · 14 years ago
  37. 116b799 Generate DBG_VALUE from dbg.value intrinsics. These currently by Dale Johannesen · 14 years ago
  38. e921792 Clarify that ptrtoint+inttoptr are an alternative to GEP which are by Dan Gohman · 14 years ago
  39. a52eeb9 Fix a typo. by Dan Gohman · 14 years ago
  40. 48f6a31 Clarify that the rules about object hopping kick in when a pointer is by Dan Gohman · 14 years ago
  41. cf3d084 Fix typos Duncan noticed. by Dan Gohman · 14 years ago
  42. 7310fe4 Remap the call sites of a shared function in interrupt line functions. by Sanjiv Gupta · 14 years ago
  43. d6d9fb5 Re-factoring. by Sanjiv Gupta · 14 years ago
  44. 18619b2 Uniformize the way these options are printed. Requested by Russell Wallace. by Duncan Sands · 14 years ago
  45. 1aecd15 Remove terminating dot in description. Inconsistency pointed by Duncan Sands · 14 years ago
  46. 7e7ae5a Refer to -help instead of --help since this is what tools themselves say. by Duncan Sands · 14 years ago
  47. 3460f22 Avoid a dangling pointer dereference, PassManager::add can delete the Pass. by Benjamin Kramer · 14 years ago
  48. b49985a start sketching out the structure of code for result emission generation. by Chris Lattner · 14 years ago
  49. 1a7d087 add a missing type cast. by Chris Lattner · 14 years ago
  50. 7954926 remove empty file by Chris Lattner · 14 years ago
  51. 9f6c4c1 Use NEON vmin/vmax instructions for floating-point selects. Radar 7461718. by Bob Wilson · 14 years ago
  52. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 14 years ago
  53. adb561d Added LDRSBT, LDRHT, LDRSHT for disassembly only. And fixed encoding errors by Johnny Chen · 14 years ago
  54. bd8227f rename the child field to 'next'. This is not a parent/child by Chris Lattner · 14 years ago
  55. 8ef9c79 eliminate the MatcherNodeWithChild class, give the 'child' field to MatcherNode. by Chris Lattner · 14 years ago
  56. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 14 years ago
  57. 89bb7b5 Some dag combiner goodness: by Evan Cheng · 14 years ago
  58. ca82a15 New test case for r96543. by Devang Patel · 14 years ago
  59. dcdcef2 fit in 80 cols by Chris Lattner · 14 years ago
  60. fd6037d Added for disassembly only the variants of DMB, DSB, and ISB. by Johnny Chen · 14 years ago
  61. 49cf3a7 Fix a few unused parameter warnings. by Eric Christopher · 14 years ago
  62. eb3804e MC/Mach-O: Update fixup values for change to X86 offsets. by Daniel Dunbar · 14 years ago
  63. 887e4a5 Make this an unnumbered list. by Dan Gohman · 14 years ago
  64. 52658d1 HTML validation fixes. by Dan Gohman · 14 years ago
  65. dfecbe9 Add an "advanced" GetElementPtr FAQ document, with answers to by Dan Gohman · 14 years ago
  66. 69bfbd6 Remove the NEON N2VSInt instruction class: it's only used in one place and by Bob Wilson · 14 years ago
  67. b943627 Added CLREX (Clear-Exclusive) for disassembly only. by Johnny Chen · 14 years ago
  68. 3c0f96e More cleanup for NEON: by Bob Wilson · 14 years ago
  69. fb56679 Added RFE for disassembly only. by Johnny Chen · 14 years ago
  70. 1157f79 by David Greene · 14 years ago
  71. de12e43 Remember to define super registers in mips calls. by Jakob Stoklund Olesen · 14 years ago
  72. d2a5c0d Add Regex::sub, for doing regular expression substitution with backreferences. by Daniel Dunbar · 14 years ago
  73. b886089 irbuilder is doing constant folding now by default, PR6092 by Chris Lattner · 14 years ago
  74. d071845 fix some out of date prose dating from the LLVMContext changes. by Chris Lattner · 14 years ago
  75. ebc14f7 Fix comment. by Daniel Dunbar · 14 years ago
  76. 03ddb20 redisable this to save people a small amount of build time. by Chris Lattner · 14 years ago
  77. 1bf1691 Dead code elimination. by Jakob Stoklund Olesen · 14 years ago
  78. f3047cd by Chris Lattner · 14 years ago
  79. 0a3f399 move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, by Chris Lattner · 14 years ago
  80. 7180f10 add a note, from PR5100 by Chris Lattner · 14 years ago
  81. 46d1ddd add missing method, PR6284 by Chris Lattner · 14 years ago
  82. 3bc3d3c add optional debian instructions, PR6272 by Chris Lattner · 14 years ago
  83. 94c3ddb Added routine to clone the body of a function and maintain a map of already by Sanjiv Gupta · 14 years ago
  84. 411432d Mention an API change. by Duncan Sands · 14 years ago
  85. 9a7795c Pacify gcc-4.5, which warns (correctly) that these switches have by Duncan Sands · 14 years ago
  86. a8572bb Revert: r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines by Eric Christopher · 14 years ago
  87. 84aa60b reduce nesting. by Chris Lattner · 14 years ago
  88. 139eda6 Added a function to clone locals of a function.( which for pic16 are globals by Sanjiv Gupta · 14 years ago
  89. 781f359 improve comments, the matcher is now feature complete, on to codegen. by Chris Lattner · 14 years ago
  90. 11979aa Removed header files from .h by adding forward decls. by Sanjiv Gupta · 14 years ago
  91. b2503c0 Added BFI for disassembly only. by Johnny Chen · 14 years ago
  92. 409ac58 sink special case "cannotyetselect" for intrinsics out of the by Chris Lattner · 14 years ago
  93. 9a747f1 Emulate the current isel's "IsChainCompatible" logic for now. by Chris Lattner · 14 years ago
  94. 8dc4f2b properly record chain inputs to complex patterns, resolving a fixme. by Chris Lattner · 14 years ago
  95. 64b4986 rename and document some arguments so I don't have to keep by Chris Lattner · 14 years ago
  96. 4e9c6df Use pointer-wide encoding for LSDA and FDE on Darwin. by Anton Korobeynikov · 14 years ago
  97. d9c1a34 simplify IsChainCompatible codegen, add comments. no functionality change. by Chris Lattner · 14 years ago
  98. a6b80dd Removed an early out which was causing the PBQP allocator to not compute live-in sets or run the rewriter. by Lang Hames · 14 years ago
  99. 9feae9f Fix SCEVExpander's existing PHI reuse checking to recognize the by Dan Gohman · 14 years ago
  100. 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 · 14 years ago