1. 786e3e2 MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas than by Duraid Madina · 20 years ago
  2. eececba add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG by Andrew Lenharth · 20 years ago
  3. b13d74a unbreak calls, a few more tests should run. Tomorrow: bugpoint! by Duraid Madina · 20 years ago
  4. 806b893 we don't feed our call instructions extra operands by Duraid Madina · 20 years ago
  5. 53d8970 All that just to lower div and rem by Andrew Lenharth · 20 years ago
  6. 57030e3 allow custom lowering to return null for legal results by Andrew Lenharth · 20 years ago
  7. e8f65f1 Support Custom lowering of a few more operations. by Andrew Lenharth · 20 years ago
  8. 330851a support targetexternalsym by Andrew Lenharth · 20 years ago
  9. e4672aa Let the helper functions know about X86::FR32RegClass and X86::FR64RegClass. by Evan Cheng · 20 years ago
  10. c687b48 All addressing modes are now exposed. The only remaining relocated forms by Andrew Lenharth · 20 years ago
  11. b671860 Unify the patterns for loads and stores. Now offset addressing should be by Andrew Lenharth · 20 years ago
  12. 4e62951 Let's see if we can break things. by Andrew Lenharth · 20 years ago
  13. 9fa4d4c move loads and stores over. Smart addr selection comming by Andrew Lenharth · 20 years ago
  14. 50fb3c4 Fix one of the things in the todo file, and get a bit closer to folding by Nate Begeman · 20 years ago
  15. 443045a For PR625: by Reid Spencer · 20 years ago
  16. 171049d * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. by Evan Cheng · 20 years ago
  17. 7b05bd5 * Support for hasInFlag and hasOutFlag (on instructions). Remove nameless FLAG by Evan Cheng · 20 years ago
  18. d6e8d41 Remove redundant debug locations. by Jim Laskey · 20 years ago
  19. 72f49aa this test fails by Chris Lattner · 20 years ago
  20. cf4a81e this test is malformed by Chris Lattner · 20 years ago
  21. c26f7a0 unbreak the build :-/ by Chris Lattner · 20 years ago
  22. 2170cef not a good idea by Chris Lattner · 20 years ago
  23. 38bcbaf More X86 floating point patterns. by Evan Cheng · 20 years ago
  24. d13b00e Operand 1 of TRUNCSTORE can be any of integer and floating point types. by Evan Cheng · 20 years ago
  25. f3fd9fe Allow custom lowering of LOAD, EXTLOAD, ZEXTLOAD, STORE, and TRUNCSTORE. Not by Evan Cheng · 20 years ago
  26. 330ea12 fix something-o by Chris Lattner · 20 years ago
  27. 74fa64b implement vaarg. Varargs now should work. by Chris Lattner · 20 years ago
  28. c4769bb implement vastart. The dag isel compiles this: by Chris Lattner · 20 years ago
  29. e6ee868 remove benchmark list, remove issues addressed by the dag-dag isel by Chris Lattner · 20 years ago
  30. c33baaa Simplify store(bitconv(x)) to store(x). This allows us to compile this: by Chris Lattner · 20 years ago
  31. 5710410 fold (conv (load x)) -> (load (conv*)x). by Chris Lattner · 20 years ago
  32. c8547d8 Fold bitconv(bitconv(x)) -> x. We now compile this: by Chris Lattner · 20 years ago
  33. 9468377 constant fold bits_convert in getNode and in the dag combiner for fp<->int by Chris Lattner · 20 years ago
  34. 21f6685 make sure bit_convert's are expanded by Chris Lattner · 20 years ago
  35. 53e8845 make sure bit_converts are expanded by Chris Lattner · 20 years ago
  36. 46e1ee9 Get bugpoint building with VC++ again. by Jeff Cohen · 20 years ago
  37. 3cb7187 fix the int<->fp instructions, which apparently take a single float register by Chris Lattner · 20 years ago
  38. a01874f Use BIT_CONVERT to simplify this code by Chris Lattner · 20 years ago
  39. 1b95e0b Simplify some code by using BIT_CONVERT by Chris Lattner · 20 years ago
  40. 232348d Fix a pasto by Chris Lattner · 20 years ago
  41. ed7b5ba fix a thinko in the bit_convert handling code by Chris Lattner · 20 years ago
  42. 80f55ab improve comment: mention vectors by Chris Lattner · 20 years ago
  43. 3548189 add very simple support for the BIT_CONVERT node by Chris Lattner · 20 years ago
  44. 1ac1c4b add a new node by Chris Lattner · 20 years ago
  45. 14f4974 Revert previous patch. Additional tests fail. by Reid Spencer · 20 years ago
  46. a01c0cc clean up .td file by using evan's new FLAG thing by Chris Lattner · 20 years ago
  47. 002d834 remove a dead node by Chris Lattner · 20 years ago
  48. 0fcd40f remove dead code by Chris Lattner · 20 years ago
  49. cec26fc fix handling of weak linkage by Chris Lattner · 20 years ago
  50. 84c744f Fix PR409: by Reid Spencer · 20 years ago
  51. 7a8054f silence some bogus gcc warnings by Chris Lattner · 20 years ago
  52. c4bb052 For PR351: by Reid Spencer · 20 years ago
  53. d555f41 For PR351: by Reid Spencer · 20 years ago
  54. 171eee5 Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph by Chris Lattner · 20 years ago
  55. 39706e6 move some random notes out of my email into someplace useful by Chris Lattner · 20 years ago
  56. 64aa0ea this is a hack, which may or may not hang around. In short: by Duraid Madina · 20 years ago
  57. 8617f3c we can't do this directly in lowering, so we need this case by Duraid Madina · 20 years ago
  58. 3d821e2 oops, back this out by Duraid Madina · 20 years ago
  59. 3cb51f9 i need to do this to take over the earth by Duraid Madina · 20 years ago
  60. a6ec3cb we can't all have brains now, can we by Duraid Madina · 20 years ago
  61. 98b3a83 this should take care of calls to varadic functions, but it doesn.,t by Duraid Madina · 20 years ago
  62. 0b3c4d8 we need to emit the getf.d instruction in lowering, so add it to IA64ISD by Duraid Madina · 20 years ago
  63. 4e514c1 credit where credit is due by Chris Lattner · 20 years ago
  64. 0383995 Separate the call graph implementation from its interface. This implements by Chris Lattner · 20 years ago
  65. 1ccf26a The 81st column doesn't like code in it. by Chris Lattner · 20 years ago
  66. 98d1378 I shoulda done this a *long* time ago (tm): implement calls properly, by Duraid Madina · 20 years ago
  67. a36153a kill SelectCALL() in the DAG isel, we handle this in lowering now, like by Duraid Madina · 20 years ago
  68. 65f6ad8 Fix documentation for the AlarmSetup function. by Reid Spencer · 20 years ago
  69. a0a11d2 update tablegen files - nothing to see here by Duraid Madina · 20 years ago
  70. a6d50d4 For PR351: by Reid Spencer · 20 years ago
  71. b13cf98 Implement a generic polled Alarm function. This merely removes the system by Reid Spencer · 20 years ago
  72. 3a217f3 Attempt to fix a crash on WIN32. by Evan Cheng · 20 years ago
  73. 5bc4da4 Bye bye HACKTROCITY. by Evan Cheng · 20 years ago
  74. 351dc96 Added special flag node FLAG. by Evan Cheng · 20 years ago
  75. 9793888 * Added support for FLAG - a special nameless flag register. Can be used as by Evan Cheng · 20 years ago
  76. 6697a74 For PR678: by Reid Spencer · 20 years ago
  77. 156aa35 Implement PR679: by Reid Spencer · 20 years ago
  78. 0b4e244 Add new files to Visual Studio. by Jeff Cohen · 20 years ago
  79. 9337de8 Oh oh... Unix is case sensitive. by Jeff Cohen · 20 years ago
  80. f31a60c Make it compile with VC++. by Jeff Cohen · 20 years ago
  81. 780c861 Add an eol at the end to shut gcc sup. by Reid Spencer · 20 years ago
  82. 6a2bd74 Add an eol at the end to shut gcc up. by Reid Spencer · 20 years ago
  83. 25e8a70 Some simple cleanups: by Reid Spencer · 20 years ago
  84. c85b33f Added TargetLowering::isMaskedValueZeroForTargetNode() declaration. by Evan Cheng · 20 years ago
  85. ff9be11 Lefted out TargetLowering:: by Evan Cheng · 20 years ago
  86. 3a03ebb * Fix a GlobalAddress lowering bug. by Evan Cheng · 20 years ago
  87. 793ca4c Oops. Accidentally deleted RET pattern. It's still needed for return void; by Evan Cheng · 20 years ago
  88. e81aecb Disengage DEBUG_LOC from non-PPC targets. by Jim Laskey · 20 years ago
  89. e892a55 Sync up the project with my tweaks. by Jim Laskey · 20 years ago
  90. d5781fc * Added support for X86 RET with an additional operand to specify number of by Evan Cheng · 20 years ago
  91. 87bddeb Allows instructions which no explicit operands. e.g. X86 RET which has but by Evan Cheng · 20 years ago
  92. 35186ba add dwarfwriter to the xcode project by Chris Lattner · 20 years ago
  93. e503289 Start of Dwarf framework. by Jim Laskey · 20 years ago
  94. 9369a5d Oops llvm namespace. by Jim Laskey · 20 years ago
  95. 7f14903 Start of Dwarf framework code. by Jim Laskey · 20 years ago
  96. f9dee6a make sure to relegalize all cases by Chris Lattner · 20 years ago
  97. 9797c5c enable the gep isel opt by Chris Lattner · 20 years ago
  98. 524a131 Regenerate by Chris Lattner · 20 years ago
  99. 0a01783 allow logical operators on packed integral types by Chris Lattner · 20 years ago
  100. b9d4100 Get logical operations to like packed types, allow BinOp::getNot to create by Chris Lattner · 20 years ago