1. d8f77ba Improve visibility/correctness of operand indices in "llvm.db" objects. by Jim Laskey · 20 years ago
  2. e2a5fb0 Fix auto-upgrade of intrinsics to work properly with both assembly and by Reid Spencer · 20 years ago
  3. 559806f x86 CPU detection and proper subtarget support by Evan Cheng · 20 years ago
  4. 19c9550 Subtarget feature can now set any variable to any value by Evan Cheng · 20 years ago
  5. 0264d1a Stub out a method by Chris Lattner · 20 years ago
  6. cedc6f4 PHI and INLINEASM are now built-in instructions provided by Target.td by Chris Lattner · 20 years ago
  7. 3b0d1d7 Add a default NoItinerary class for targets to use. by Chris Lattner · 20 years ago
  8. acc43bf Teach the scheduler to emit the appropriate INLINEASM MachineInstr for an by Chris Lattner · 20 years ago
  9. ce7518c initial selectiondag support for new INLINEASM node. Note that inline asms by Chris Lattner · 20 years ago
  10. 6e87c0e Use global information to fill out Dwarf compile units. by Jim Laskey · 20 years ago
  11. 9471c8a Improve compatibility with VC2005, patch by Morten Ofstad! by Jeff Cohen · 20 years ago
  12. 4ccb070 Implement a method for inline asm support by Chris Lattner · 20 years ago
  13. b3e789a Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. by Jim Laskey · 20 years ago
  14. 38f7373 Improve compatibility with VC2005, patch by Morten Ofstad! by Chris Lattner · 20 years ago
  15. 9d90144 dynamically allocate plugin space as needed by Andrew Lenharth · 20 years ago
  16. 4b93476 Remember plugins should someone like bugpoint want to know them. by Andrew Lenharth · 20 years ago
  17. 97c7fc3 Added preliminary x86 subtarget support. by Evan Cheng · 20 years ago
  18. b063604 by Duraid Madina · 20 years ago
  19. d92f116 some hoovering by Duraid Madina · 20 years ago
  20. 4dcfaac Rest of subtarget support, remove references to ppc by Chris Lattner · 20 years ago
  21. 0d170a7 Add trivial subtarget support by Chris Lattner · 20 years ago
  22. 9e23485 minor renaming by Andrew Lenharth · 20 years ago
  23. cd1544e allow R28 to be used for frame calculations without entirely removing it from circulation by Andrew Lenharth · 20 years ago
  24. 67caa39 Work around some x86 Darwin assembler bugs by Evan Cheng · 20 years ago
  25. f0b415f add method for constraint parsing by Chris Lattner · 20 years ago
  26. 9bba894 When trying to fold X86::SETCC into a Select, make a copy if it has more than by Evan Cheng · 20 years ago
  27. f47a6b4 teach the cloner to handle inline asms by Chris Lattner · 20 years ago
  28. 3b91778 parse and verify the constraint string. by Chris Lattner · 20 years ago
  29. cdf3838 Clean up some code; improve efficiency; and fixed a potential bug involving by Evan Cheng · 20 years ago
  30. 71fb9ad Remove the uses of STATUS flag register. Rely on node property SDNPInFlag, by Evan Cheng · 20 years ago
  31. 3188b73 Make sure the only user of InlineAsm's are direct calls. by Chris Lattner · 20 years ago
  32. 677c4f2 oops by Andrew Lenharth · 20 years ago
  33. 3bc5a60 add bc reader/writer support for inline asm by Chris Lattner · 20 years ago
  34. 5f8f0e2 forgot one by Andrew Lenharth · 20 years ago
  35. 0e9c376 regenerate by Chris Lattner · 20 years ago
  36. aa2c853 Parse inline asm objects by Chris Lattner · 20 years ago
  37. 80cd115 Print InlineAsm objects by Chris Lattner · 20 years ago
  38. 0e53879 make things compile again by Andrew Lenharth · 20 years ago
  39. 2a8e618 Don't break the optimized build (by incorrect placement of #endif) by Reid Spencer · 20 years ago
  40. 863517a Change inline asms to be uniqued like constants, not embedded in a Module. by Chris Lattner · 20 years ago
  41. ee4a765 initialize an instance var, apparently I forgot to commit this long ago by Chris Lattner · 20 years ago
  42. 46c01cf No need to keep track of top and bottom nodes in a group since the vector is by Evan Cheng · 20 years ago
  43. 0577a22 Set SchedulingForLatency to be the default scheduling preference for all. by Evan Cheng · 20 years ago
  44. acc398c First part of bug 680: by Nate Begeman · 20 years ago
  45. 05ebc8d Make it even more portable. by Jeff Cohen · 20 years ago
  46. 44c687d Fix VC++ compilation error. by Jeff Cohen · 20 years ago
  47. 7558b0e Default scheduling preference is SchedulingForLatency. by Evan Cheng · 20 years ago
  48. 0b2afbd X86 prefer scheduling for reduced register pressure. by Evan Cheng · 20 years ago
  49. cd1419a Bottom up register usage reducing list scheduler. by Evan Cheng · 20 years ago
  50. e0a5832 Keep track of bottom / top element of a set of flagged nodes. by Evan Cheng · 20 years ago
  51. 3f23952 If scheduler choice is the default (-sched=default), use target scheduling by Evan Cheng · 20 years ago
  52. 0d718e9 Fix a selectcc lowering bug. Make a copy of X86ISD::CMP when folding it. by Evan Cheng · 20 years ago
  53. 31e6388 Loosen up these checks to allow direct uses of ESP by Chris Lattner · 20 years ago
  54. fb709b6 Portably cast a pointer to an integer. by Jeff Cohen · 20 years ago
  55. badf0d9 by Duraid Madina · 20 years ago
  56. 2391897 maintaining stackpointer alignment. Perhaps it doesn't matter by Andrew Lenharth · 20 years ago
  57. 50d1e8b fix build on 64 bit hosts by Andrew Lenharth · 20 years ago
  58. 15256cb Fix Regression/Transforms/ScalarRepl/2006-01-24-IllegalUnionPromoteCrash.ll by Chris Lattner · 20 years ago
  59. 91cacc8 use ESP directly, not a copy of ESP into some other register for fastcc calls by Chris Lattner · 20 years ago
  60. 6a54289 Fix an infinite loop I caused by making sure to legalize the flag operand by Chris Lattner · 20 years ago
  61. af63bb0 Emit the copies out of call return registers *after* the ISD::CALLSEQ_END by Chris Lattner · 20 years ago
  62. 6da23db Allow jit-beta to work by Chris Lattner · 20 years ago
  63. 2aa750a Fix VC++ compilation error. by Jeff Cohen · 20 years ago
  64. 83404e3 Remove unused variables. by Jeff Cohen · 20 years ago
  65. 3e2fa7a rename method by Chris Lattner · 20 years ago
  66. 6631601 Rename method by Chris Lattner · 20 years ago
  67. cc041ba Initial checkin of the InlineAsm class by Chris Lattner · 20 years ago
  68. 52060a0 Crude Dwarf global variable debugging. by Jim Laskey · 20 years ago
  69. 42a162e Pretty print file-scope asm blocks. by Chris Lattner · 20 years ago
  70. 71cdba3 syntax change by Chris Lattner · 20 years ago
  71. 2c1b159 Print file-scope inline asm blocks at the start of the output file. by Chris Lattner · 20 years ago
  72. 7e6db76 Add support for reading/writing inline asm by Chris Lattner · 20 years ago
  73. e1b2e14 Add support for linking inline asm by Chris Lattner · 20 years ago
  74. 9771aea When cloning a module, clone the inline asm. by Chris Lattner · 20 years ago
  75. 8335e84 regenerate by Chris Lattner · 20 years ago
  76. ee45477 Add support for parsing global asm blocks by Chris Lattner · 20 years ago
  77. 1836550 Print out inline asm strings by Chris Lattner · 20 years ago
  78. fabd5ba bye bye Pattern ISEL by Andrew Lenharth · 20 years ago
  79. 66e4958 added stores to lsmark by Andrew Lenharth · 20 years ago
  80. 7cf11b4 another couple selects by Andrew Lenharth · 20 years ago
  81. 8707605 fix up more lsmark stuff by Andrew Lenharth · 20 years ago
  82. 167bc6e yea, lowering this stuff will basically work by Andrew Lenharth · 20 years ago
  83. 8c6f1ee another selectto by Andrew Lenharth · 20 years ago
  84. 17d52f7 Typo. by Jim Laskey · 20 years ago
  85. f0f9c90 Skeleton of the list schedule. by Evan Cheng · 20 years ago
  86. 4148429 Minor clean up. by Evan Cheng · 20 years ago
  87. 49e732c Revert last patch because it messes up the JIT, amongst other things. by Reid Spencer · 20 years ago
  88. c79925a For PR411: by Reid Spencer · 20 years ago
  89. 9629efd For PR411: by Reid Spencer · 20 years ago
  90. 67993f7 Fix Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll by making by Chris Lattner · 20 years ago
  91. dfeeac9 Remove a couple of unnecessary #include's by Evan Cheng · 20 years ago
  92. bb978c7 remove the V8 simple isel by Chris Lattner · 20 years ago
  93. 4ef1086 Factor out more instruction scheduler code to the base class. by Evan Cheng · 20 years ago
  94. e46f6e9 add a bunch more optimizations for unary double math functions by Chris Lattner · 20 years ago
  95. dfa28ac by Duraid Madina · 20 years ago
  96. b9bcd18 by Duraid Madina · 20 years ago
  97. 7070c5f Refactor/genericize this, no functionality change by Chris Lattner · 20 years ago
  98. 39a17dd Fix bugs lowering stackrestore, fixing 2004-08-12-InlinerAndAllocas.c on PPC. by Chris Lattner · 20 years ago
  99. 1ac2d51 Speedup and simplify pass registration by the observation that there is by Chris Lattner · 20 years ago
  100. ca26180 Add #include of <iostream> by Chris Lattner · 20 years ago