1. 3880f1a Remove the only use of FAKE_SOURCES by Chris Lattner · 19 years ago
  2. 1faf544 Remove FAKE_SOURCES by Chris Lattner · 19 years ago
  3. dbd38d7 Added a temporary option -enable-x86-sse to enable sse support. It is used by by Evan Cheng · 19 years ago
  4. 8e44f07 Bye bye Pattern ISel, hello DAG ISel. by Evan Cheng · 19 years ago
  5. 69c5437 X86 dag isel is now (soon) the default. by Evan Cheng · 19 years ago
  6. 9bd79b1 These are fp stack test cases. by Evan Cheng · 19 years ago
  7. 8cb1e2b XFAIL tailcall test cases until it's implemented. by Evan Cheng · 19 years ago
  8. ee62557 Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for by Nate Begeman · 19 years ago
  9. da427fa Using bit size of integers instead of ambiguous "long" et all. by Jim Laskey · 19 years ago
  10. b3a7e21 A better workaround by Evan Cheng · 19 years ago
  11. 3ea0e0e Sorry - really folowing convention. by Jim Laskey · 19 years ago
  12. 9f96a32 force sse/3dnow off until they work. This fixes all the x86 failures last night by Chris Lattner · 19 years ago
  13. bb5830d Following convention. by Jim Laskey · 19 years ago
  14. c2493c4 Unbreak the JIT with SSE by Chris Lattner · 19 years ago
  15. 97d938c fix build by Andrew Lenharth · 19 years ago
  16. 22760af Fix build error that is apparently only a warning with some compilers. by Chris Lattner · 19 years ago
  17. 1a05851 Forgot the version number. by Jim Laskey · 19 years ago
  18. d8f77ba Improve visibility/correctness of operand indices in "llvm.db" objects. by Jim Laskey · 19 years ago
  19. 8aeb7c6 Catch up on some of the file addition/deletions. by Jim Laskey · 19 years ago
  20. e2a5fb0 Fix auto-upgrade of intrinsics to work properly with both assembly and by Reid Spencer · 19 years ago
  21. 2f81fb7 A test case for ensuring that conversion of old-format intrinsics with by Reid Spencer · 19 years ago
  22. 0d6216e This now passes. by Reid Spencer · 19 years ago
  23. 559806f x86 CPU detection and proper subtarget support by Evan Cheng · 19 years ago
  24. 19c9550 Subtarget feature can now set any variable to any value by Evan Cheng · 19 years ago
  25. 0cfcc1e Use printInlineAsm to, well, print inline asm's. by Chris Lattner · 19 years ago
  26. 0264d1a Stub out a method by Chris Lattner · 19 years ago
  27. e736ed1 add a method by Chris Lattner · 19 years ago
  28. cedc6f4 PHI and INLINEASM are now built-in instructions provided by Target.td by Chris Lattner · 19 years ago
  29. aa77d77 PHI and INLINEASM are now builtin instructions provided by Target.td by Chris Lattner · 19 years ago
  30. f52e261 If we want to emit things in enum order, use getInstructionsByEnumValue to by Chris Lattner · 19 years ago
  31. 387e4bd There is at least a 'noitinerary' itinerary now by Chris Lattner · 19 years ago
  32. 3b0d1d7 Add a default NoItinerary class for targets to use. by Chris Lattner · 19 years ago
  33. 188454a Don't emit JIT code for these instructions by Chris Lattner · 19 years ago
  34. acc43bf Teach the scheduler to emit the appropriate INLINEASM MachineInstr for an by Chris Lattner · 19 years ago
  35. 4ed88eb Add a common INLINEASM opcode by Chris Lattner · 19 years ago
  36. fabcb7a Teach the dag selectors to select InlineAsm nodes. by Chris Lattner · 19 years ago
  37. 5117317 Dropped DwarfWriter:: by Jim Laskey · 19 years ago
  38. ce7518c initial selectiondag support for new INLINEASM node. Note that inline asms by Chris Lattner · 19 years ago
  39. 7572eb8 Add new INLINEASM node by Chris Lattner · 19 years ago
  40. 6e87c0e Use global information to fill out Dwarf compile units. by Jim Laskey · 19 years ago
  41. 9471c8a Improve compatibility with VC2005, patch by Morten Ofstad! by Jeff Cohen · 19 years ago
  42. 4ccb070 Implement a method for inline asm support by Chris Lattner · 19 years ago
  43. 8211e82 add some methods for case-insensitive string compares by Chris Lattner · 19 years ago
  44. dc42989 Update files lists. by Jim Laskey · 19 years ago
  45. 3e0be52 Use find instead of lower_bounds. by Jim Laskey · 19 years ago
  46. bc9ae37 Add a method for inline asm support. by Chris Lattner · 19 years ago
  47. b3e789a Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. by Jim Laskey · 19 years ago
  48. e4a359e Add support to find existing entries. by Jim Laskey · 19 years ago
  49. 38f7373 Improve compatibility with VC2005, patch by Morten Ofstad! by Chris Lattner · 19 years ago
  50. 9d90144 dynamically allocate plugin space as needed by Andrew Lenharth · 19 years ago
  51. 1feeeec Another folding problem: if a node r/w chain or flag, don't fold it if it by Evan Cheng · 19 years ago
  52. e4da1dd Pass plugins on to children when optimizing. by Andrew Lenharth · 19 years ago
  53. 4b93476 Remember plugins should someone like bugpoint want to know them. by Andrew Lenharth · 19 years ago
  54. c20dee3 added a couple test cases, including the new vaarg breakage by Andrew Lenharth · 19 years ago
  55. 83cd8a0 Teach Visual Studio about X86 subtargets. by Jeff Cohen · 19 years ago
  56. a550f63 Split out Dwarf constants for use outside DwarfWriter. by Jim Laskey · 19 years ago
  57. 97c7fc3 Added preliminary x86 subtarget support. by Evan Cheng · 19 years ago
  58. b063604 by Duraid Madina · 19 years ago
  59. d92f116 some hoovering by Duraid Madina · 19 years ago
  60. 4dcfaac Rest of subtarget support, remove references to ppc by Chris Lattner · 19 years ago
  61. 0d170a7 Add trivial subtarget support by Chris Lattner · 19 years ago
  62. 9e23485 minor renaming by Andrew Lenharth · 19 years ago
  63. cd1544e allow R28 to be used for frame calculations without entirely removing it from circulation by Andrew Lenharth · 19 years ago
  64. 67caa39 Work around some x86 Darwin assembler bugs by Evan Cheng · 19 years ago
  65. f0b415f add method for constraint parsing by Chris Lattner · 19 years ago
  66. 507fdbc add methods for constraint parsing by Chris Lattner · 19 years ago
  67. 8eab360 Add a FIXME comment. by Evan Cheng · 19 years ago
  68. 9bba894 When trying to fold X86::SETCC into a Select, make a copy if it has more than by Evan Cheng · 19 years ago
  69. f47a6b4 teach the cloner to handle inline asms by Chris Lattner · 19 years ago
  70. 6dbca0b Allow use of isa<InlineAsm>(X) without #including InlineAsm.h by Chris Lattner · 19 years ago
  71. 3b91778 parse and verify the constraint string. by Chris Lattner · 19 years ago
  72. cdf3838 Clean up some code; improve efficiency; and fixed a potential bug involving by Evan Cheng · 19 years ago
  73. 71fb9ad Remove the uses of STATUS flag register. Rely on node property SDNPInFlag, by Evan Cheng · 19 years ago
  74. 44b974c Duh. by Evan Cheng · 19 years ago
  75. 5459773 Incoming (and optional) flag bugs. They may be embedded inside a inner node of by Evan Cheng · 19 years ago
  76. 3188b73 Make sure the only user of InlineAsm's are direct calls. by Chris Lattner · 19 years ago
  77. 3f970fd new tests for actual inline asm expressions by Chris Lattner · 19 years ago
  78. e87d653 document the syntax of inline asm by Chris Lattner · 19 years ago
  79. 677c4f2 oops by Andrew Lenharth · 19 years ago
  80. 591d049 update the bytecode format guide for the encoding of inline asm. by Chris Lattner · 19 years ago
  81. 3bc5a60 add bc reader/writer support for inline asm by Chris Lattner · 19 years ago
  82. 5f8f0e2 forgot one by Andrew Lenharth · 19 years ago
  83. 0e9c376 regenerate by Chris Lattner · 19 years ago
  84. aa2c853 Parse inline asm objects by Chris Lattner · 19 years ago
  85. 80cd115 Print InlineAsm objects by Chris Lattner · 19 years ago
  86. 867335c add another method by Chris Lattner · 19 years ago
  87. 0e53879 make things compile again by Andrew Lenharth · 19 years ago
  88. 2a8e618 Don't break the optimized build (by incorrect placement of #endif) by Reid Spencer · 19 years ago
  89. 3ebf994 add some useful accessors :) by Chris Lattner · 19 years ago
  90. 863517a Change inline asms to be uniqued like constants, not embedded in a Module. by Chris Lattner · 19 years ago
  91. ee4a765 initialize an instance var, apparently I forgot to commit this long ago by Chris Lattner · 19 years ago
  92. 46c01cf No need to keep track of top and bottom nodes in a group since the vector is by Evan Cheng · 19 years ago
  93. 0577a22 Set SchedulingForLatency to be the default scheduling preference for all. by Evan Cheng · 19 years ago
  94. acc398c First part of bug 680: by Nate Begeman · 19 years ago
  95. 05ebc8d Make it even more portable. by Jeff Cohen · 19 years ago
  96. 44c687d Fix VC++ compilation error. by Jeff Cohen · 19 years ago
  97. 7558b0e Default scheduling preference is SchedulingForLatency. by Evan Cheng · 19 years ago
  98. 0b2afbd X86 prefer scheduling for reduced register pressure. by Evan Cheng · 19 years ago
  99. cd1419a Bottom up register usage reducing list scheduler. by Evan Cheng · 19 years ago
  100. e0a5832 Keep track of bottom / top element of a set of flagged nodes. by Evan Cheng · 19 years ago