1. 456a93a Several major changes: by Chris Lattner · 19 years ago
  2. e00ebf0 Fix a bug in my elimination of ISD::CALL this morning. PPC now has to by Chris Lattner · 19 years ago
  3. 1e39a15 make this work on non-native hosts by Chris Lattner · 19 years ago
  4. 9690979 add a note about how we should implement this FIXME from the legalizer: by Chris Lattner · 19 years ago
  5. 8137c9e Eliminate the need for ExpandOp to set 'needsanotheriteration', as it already by Chris Lattner · 19 years ago
  6. 9c6b4b8 Instead of making callers of ExpandLibCall legalize the result, make by Chris Lattner · 19 years ago
  7. 0e8ea71 Eliminate the need to do another iteration of the legalizer after inserting by Chris Lattner · 19 years ago
  8. 7e871b2 remove this method I just added, now is not the time. by Chris Lattner · 19 years ago
  9. 04c62c7 remove method I just added by Chris Lattner · 19 years ago
  10. 4f16e70 add a new callback by Chris Lattner · 19 years ago
  11. 0aed784 Implement Promote for VAARG, and allow it to be custom promoted for people by Nate Begeman · 19 years ago
  12. eb20ed6 Add a couple more things to the readme. by Nate Begeman · 19 years ago
  13. 61af66e Add a missing case to the dag combiner. by Nate Begeman · 19 years ago
  14. 0ff5c27 Remove the ISD::CALL and ISD::TAILCALL nodes by Chris Lattner · 19 years ago
  15. 253a87d The 'target-independent' ISD::CALL isn't. Nuke it, making way for Nate's by Chris Lattner · 19 years ago
  16. 34fa038 Remove some dead code by Chris Lattner · 19 years ago
  17. 2d90bd5 Switch to AlphaISD::CALL instead of ISD::CALL by Chris Lattner · 19 years ago
  18. 281b55e Use PPCISD::CALL instead of ISD::CALL by Chris Lattner · 19 years ago
  19. 44ea7b1 Use V8ISD::CALL instead of ISD::CALL by Chris Lattner · 19 years ago
  20. d41e9e5 A bit of wisdom from Chris on the last entry. by Evan Cheng · 19 years ago
  21. 85214ba AT&T assembly convention: registers are in lower case. by Evan Cheng · 19 years ago
  22. 9926944 Use Intel assembly syntax to look for ST by Evan Cheng · 19 years ago
  23. 184cc4a initialize member vars by Chris Lattner · 19 years ago
  24. 104988a initialize all instance vars by Chris Lattner · 19 years ago
  25. bba534d Make llvm.frame/returnaddr not crash on ppc by Chris Lattner · 19 years ago
  26. 9b0ffca Teach tablegen to generate code that is VC++ warning-free. by Jeff Cohen · 19 years ago
  27. c15d18c (store (op (load ...)), ...) by Evan Cheng · 19 years ago
  28. 8968111 * Eliminate FAKE_SOURCES by Chris Lattner · 19 years ago
  29. e826a01 Added notes about a x86 isel deficiency. by Evan Cheng · 19 years ago
  30. 038c2a1 Remove out of date comment by Chris Lattner · 19 years ago
  31. 3880f1a Remove the only use of FAKE_SOURCES by Chris Lattner · 19 years ago
  32. 1faf544 Remove FAKE_SOURCES by Chris Lattner · 19 years ago
  33. dbd38d7 Added a temporary option -enable-x86-sse to enable sse support. It is used by by Evan Cheng · 19 years ago
  34. 8e44f07 Bye bye Pattern ISel, hello DAG ISel. by Evan Cheng · 19 years ago
  35. 69c5437 X86 dag isel is now (soon) the default. by Evan Cheng · 19 years ago
  36. 9bd79b1 These are fp stack test cases. by Evan Cheng · 19 years ago
  37. 8cb1e2b XFAIL tailcall test cases until it's implemented. by Evan Cheng · 19 years ago
  38. ee62557 Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for by Nate Begeman · 19 years ago
  39. da427fa Using bit size of integers instead of ambiguous "long" et all. by Jim Laskey · 19 years ago
  40. b3a7e21 A better workaround by Evan Cheng · 19 years ago
  41. 3ea0e0e Sorry - really folowing convention. by Jim Laskey · 19 years ago
  42. 9f96a32 force sse/3dnow off until they work. This fixes all the x86 failures last night by Chris Lattner · 19 years ago
  43. bb5830d Following convention. by Jim Laskey · 19 years ago
  44. c2493c4 Unbreak the JIT with SSE by Chris Lattner · 19 years ago
  45. 97d938c fix build by Andrew Lenharth · 19 years ago
  46. 22760af Fix build error that is apparently only a warning with some compilers. by Chris Lattner · 19 years ago
  47. 1a05851 Forgot the version number. by Jim Laskey · 19 years ago
  48. d8f77ba Improve visibility/correctness of operand indices in "llvm.db" objects. by Jim Laskey · 19 years ago
  49. 8aeb7c6 Catch up on some of the file addition/deletions. by Jim Laskey · 19 years ago
  50. e2a5fb0 Fix auto-upgrade of intrinsics to work properly with both assembly and by Reid Spencer · 19 years ago
  51. 2f81fb7 A test case for ensuring that conversion of old-format intrinsics with by Reid Spencer · 19 years ago
  52. 0d6216e This now passes. by Reid Spencer · 19 years ago
  53. 559806f x86 CPU detection and proper subtarget support by Evan Cheng · 19 years ago
  54. 19c9550 Subtarget feature can now set any variable to any value by Evan Cheng · 19 years ago
  55. 0cfcc1e Use printInlineAsm to, well, print inline asm's. by Chris Lattner · 19 years ago
  56. 0264d1a Stub out a method by Chris Lattner · 19 years ago
  57. e736ed1 add a method by Chris Lattner · 19 years ago
  58. cedc6f4 PHI and INLINEASM are now built-in instructions provided by Target.td by Chris Lattner · 19 years ago
  59. aa77d77 PHI and INLINEASM are now builtin instructions provided by Target.td by Chris Lattner · 19 years ago
  60. f52e261 If we want to emit things in enum order, use getInstructionsByEnumValue to by Chris Lattner · 19 years ago
  61. 387e4bd There is at least a 'noitinerary' itinerary now by Chris Lattner · 19 years ago
  62. 3b0d1d7 Add a default NoItinerary class for targets to use. by Chris Lattner · 19 years ago
  63. 188454a Don't emit JIT code for these instructions by Chris Lattner · 19 years ago
  64. acc43bf Teach the scheduler to emit the appropriate INLINEASM MachineInstr for an by Chris Lattner · 19 years ago
  65. 4ed88eb Add a common INLINEASM opcode by Chris Lattner · 19 years ago
  66. fabcb7a Teach the dag selectors to select InlineAsm nodes. by Chris Lattner · 19 years ago
  67. 5117317 Dropped DwarfWriter:: by Jim Laskey · 19 years ago
  68. ce7518c initial selectiondag support for new INLINEASM node. Note that inline asms by Chris Lattner · 19 years ago
  69. 7572eb8 Add new INLINEASM node by Chris Lattner · 19 years ago
  70. 6e87c0e Use global information to fill out Dwarf compile units. by Jim Laskey · 19 years ago
  71. 9471c8a Improve compatibility with VC2005, patch by Morten Ofstad! by Jeff Cohen · 19 years ago
  72. 4ccb070 Implement a method for inline asm support by Chris Lattner · 19 years ago
  73. 8211e82 add some methods for case-insensitive string compares by Chris Lattner · 19 years ago
  74. dc42989 Update files lists. by Jim Laskey · 19 years ago
  75. 3e0be52 Use find instead of lower_bounds. by Jim Laskey · 19 years ago
  76. bc9ae37 Add a method for inline asm support. by Chris Lattner · 19 years ago
  77. b3e789a Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. by Jim Laskey · 19 years ago
  78. e4a359e Add support to find existing entries. by Jim Laskey · 19 years ago
  79. 38f7373 Improve compatibility with VC2005, patch by Morten Ofstad! by Chris Lattner · 19 years ago
  80. 9d90144 dynamically allocate plugin space as needed by Andrew Lenharth · 19 years ago
  81. 1feeeec Another folding problem: if a node r/w chain or flag, don't fold it if it by Evan Cheng · 19 years ago
  82. e4da1dd Pass plugins on to children when optimizing. by Andrew Lenharth · 19 years ago
  83. 4b93476 Remember plugins should someone like bugpoint want to know them. by Andrew Lenharth · 19 years ago
  84. c20dee3 added a couple test cases, including the new vaarg breakage by Andrew Lenharth · 19 years ago
  85. 83cd8a0 Teach Visual Studio about X86 subtargets. by Jeff Cohen · 19 years ago
  86. a550f63 Split out Dwarf constants for use outside DwarfWriter. by Jim Laskey · 19 years ago
  87. 97c7fc3 Added preliminary x86 subtarget support. by Evan Cheng · 19 years ago
  88. b063604 by Duraid Madina · 19 years ago
  89. d92f116 some hoovering by Duraid Madina · 19 years ago
  90. 4dcfaac Rest of subtarget support, remove references to ppc by Chris Lattner · 19 years ago
  91. 0d170a7 Add trivial subtarget support by Chris Lattner · 19 years ago
  92. 9e23485 minor renaming by Andrew Lenharth · 19 years ago
  93. cd1544e allow R28 to be used for frame calculations without entirely removing it from circulation by Andrew Lenharth · 19 years ago
  94. 67caa39 Work around some x86 Darwin assembler bugs by Evan Cheng · 19 years ago
  95. f0b415f add method for constraint parsing by Chris Lattner · 19 years ago
  96. 507fdbc add methods for constraint parsing by Chris Lattner · 19 years ago
  97. 8eab360 Add a FIXME comment. by Evan Cheng · 19 years ago
  98. 9bba894 When trying to fold X86::SETCC into a Select, make a copy if it has more than by Evan Cheng · 19 years ago
  99. f47a6b4 teach the cloner to handle inline asms by Chris Lattner · 19 years ago
  100. 6dbca0b Allow use of isa<InlineAsm>(X) without #including InlineAsm.h by Chris Lattner · 19 years ago