1. c26f7a0 unbreak the build :-/ by Chris Lattner · 19 years ago
  2. 2170cef not a good idea by Chris Lattner · 19 years ago
  3. 38bcbaf More X86 floating point patterns. by Evan Cheng · 19 years ago
  4. d13b00e Operand 1 of TRUNCSTORE can be any of integer and floating point types. by Evan Cheng · 19 years ago
  5. f3fd9fe Allow custom lowering of LOAD, EXTLOAD, ZEXTLOAD, STORE, and TRUNCSTORE. Not by Evan Cheng · 19 years ago
  6. 330ea12 fix something-o by Chris Lattner · 19 years ago
  7. 74fa64b implement vaarg. Varargs now should work. by Chris Lattner · 19 years ago
  8. c4769bb implement vastart. The dag isel compiles this: by Chris Lattner · 19 years ago
  9. e6ee868 remove benchmark list, remove issues addressed by the dag-dag isel by Chris Lattner · 19 years ago
  10. c33baaa Simplify store(bitconv(x)) to store(x). This allows us to compile this: by Chris Lattner · 19 years ago
  11. 5710410 fold (conv (load x)) -> (load (conv*)x). by Chris Lattner · 19 years ago
  12. c8547d8 Fold bitconv(bitconv(x)) -> x. We now compile this: by Chris Lattner · 19 years ago
  13. 9468377 constant fold bits_convert in getNode and in the dag combiner for fp<->int by Chris Lattner · 19 years ago
  14. 21f6685 make sure bit_convert's are expanded by Chris Lattner · 19 years ago
  15. 53e8845 make sure bit_converts are expanded by Chris Lattner · 19 years ago
  16. 46e1ee9 Get bugpoint building with VC++ again. by Jeff Cohen · 19 years ago
  17. 3cb7187 fix the int<->fp instructions, which apparently take a single float register by Chris Lattner · 19 years ago
  18. a01874f Use BIT_CONVERT to simplify this code by Chris Lattner · 19 years ago
  19. 1b95e0b Simplify some code by using BIT_CONVERT by Chris Lattner · 19 years ago
  20. 232348d Fix a pasto by Chris Lattner · 19 years ago
  21. ed7b5ba fix a thinko in the bit_convert handling code by Chris Lattner · 19 years ago
  22. 80f55ab improve comment: mention vectors by Chris Lattner · 19 years ago
  23. 3548189 add very simple support for the BIT_CONVERT node by Chris Lattner · 19 years ago
  24. 1ac1c4b add a new node by Chris Lattner · 19 years ago
  25. 14f4974 Revert previous patch. Additional tests fail. by Reid Spencer · 19 years ago
  26. a01c0cc clean up .td file by using evan's new FLAG thing by Chris Lattner · 19 years ago
  27. 002d834 remove a dead node by Chris Lattner · 19 years ago
  28. 0fcd40f remove dead code by Chris Lattner · 19 years ago
  29. cec26fc fix handling of weak linkage by Chris Lattner · 19 years ago
  30. 84c744f Fix PR409: by Reid Spencer · 19 years ago
  31. 7a8054f silence some bogus gcc warnings by Chris Lattner · 19 years ago
  32. c4bb052 For PR351: by Reid Spencer · 19 years ago
  33. d555f41 For PR351: by Reid Spencer · 19 years ago
  34. 171eee5 Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph by Chris Lattner · 19 years ago
  35. 39706e6 move some random notes out of my email into someplace useful by Chris Lattner · 19 years ago
  36. 64aa0ea this is a hack, which may or may not hang around. In short: by Duraid Madina · 19 years ago
  37. 8617f3c we can't do this directly in lowering, so we need this case by Duraid Madina · 19 years ago
  38. 3d821e2 oops, back this out by Duraid Madina · 19 years ago
  39. 3cb51f9 i need to do this to take over the earth by Duraid Madina · 19 years ago
  40. a6ec3cb we can't all have brains now, can we by Duraid Madina · 19 years ago
  41. 98b3a83 this should take care of calls to varadic functions, but it doesn.,t by Duraid Madina · 19 years ago
  42. 0b3c4d8 we need to emit the getf.d instruction in lowering, so add it to IA64ISD by Duraid Madina · 19 years ago
  43. 4e514c1 credit where credit is due by Chris Lattner · 19 years ago
  44. 0383995 Separate the call graph implementation from its interface. This implements by Chris Lattner · 19 years ago
  45. 1ccf26a The 81st column doesn't like code in it. by Chris Lattner · 19 years ago
  46. 98d1378 I shoulda done this a *long* time ago (tm): implement calls properly, by Duraid Madina · 19 years ago
  47. a36153a kill SelectCALL() in the DAG isel, we handle this in lowering now, like by Duraid Madina · 19 years ago
  48. 65f6ad8 Fix documentation for the AlarmSetup function. by Reid Spencer · 19 years ago
  49. a0a11d2 update tablegen files - nothing to see here by Duraid Madina · 19 years ago
  50. a6d50d4 For PR351: by Reid Spencer · 19 years ago
  51. b13cf98 Implement a generic polled Alarm function. This merely removes the system by Reid Spencer · 19 years ago
  52. 3a217f3 Attempt to fix a crash on WIN32. by Evan Cheng · 19 years ago
  53. 5bc4da4 Bye bye HACKTROCITY. by Evan Cheng · 19 years ago
  54. 351dc96 Added special flag node FLAG. by Evan Cheng · 19 years ago
  55. 9793888 * Added support for FLAG - a special nameless flag register. Can be used as by Evan Cheng · 19 years ago
  56. 6697a74 For PR678: by Reid Spencer · 19 years ago
  57. 156aa35 Implement PR679: by Reid Spencer · 19 years ago
  58. 0b4e244 Add new files to Visual Studio. by Jeff Cohen · 19 years ago
  59. 9337de8 Oh oh... Unix is case sensitive. by Jeff Cohen · 19 years ago
  60. f31a60c Make it compile with VC++. by Jeff Cohen · 19 years ago
  61. 780c861 Add an eol at the end to shut gcc sup. by Reid Spencer · 19 years ago
  62. 6a2bd74 Add an eol at the end to shut gcc up. by Reid Spencer · 19 years ago
  63. 25e8a70 Some simple cleanups: by Reid Spencer · 19 years ago
  64. c85b33f Added TargetLowering::isMaskedValueZeroForTargetNode() declaration. by Evan Cheng · 19 years ago
  65. ff9be11 Lefted out TargetLowering:: by Evan Cheng · 19 years ago
  66. 3a03ebb * Fix a GlobalAddress lowering bug. by Evan Cheng · 19 years ago
  67. 793ca4c Oops. Accidentally deleted RET pattern. It's still needed for return void; by Evan Cheng · 19 years ago
  68. e81aecb Disengage DEBUG_LOC from non-PPC targets. by Jim Laskey · 19 years ago
  69. e892a55 Sync up the project with my tweaks. by Jim Laskey · 19 years ago
  70. d5781fc * Added support for X86 RET with an additional operand to specify number of by Evan Cheng · 19 years ago
  71. 87bddeb Allows instructions which no explicit operands. e.g. X86 RET which has but by Evan Cheng · 19 years ago
  72. 35186ba add dwarfwriter to the xcode project by Chris Lattner · 19 years ago
  73. e503289 Start of Dwarf framework. by Jim Laskey · 19 years ago
  74. 9369a5d Oops llvm namespace. by Jim Laskey · 19 years ago
  75. 7f14903 Start of Dwarf framework code. by Jim Laskey · 19 years ago
  76. f9dee6a make sure to relegalize all cases by Chris Lattner · 19 years ago
  77. 9797c5c enable the gep isel opt by Chris Lattner · 19 years ago
  78. 524a131 Regenerate by Chris Lattner · 19 years ago
  79. 0a01783 allow logical operators on packed integral types by Chris Lattner · 19 years ago
  80. b9d4100 Get logical operations to like packed types, allow BinOp::getNot to create by Chris Lattner · 19 years ago
  81. 8339736 fix a bug I introduced that broke recursive expansion of nodes (e.g. scalarizing vectors) by Chris Lattner · 19 years ago
  82. 7aa6189 regenerate by Chris Lattner · 19 years ago
  83. f1f03df Implement Regression/Assembler/2005-12-21-ZeroInitVector.ll by Chris Lattner · 19 years ago
  84. 90b02b0 new testcase by Chris Lattner · 19 years ago
  85. 5c82f4d add some nodes, forgot to commit this last night :( by Chris Lattner · 19 years ago
  86. c515ad1 This was meant to go in by Chris Lattner · 19 years ago
  87. 58fe459 Rewrite FP stackifier support in the X86InstrInfo.td file, splitting patterns by Chris Lattner · 19 years ago
  88. 9fb2422 Wrap some long lines: no functionality change by Chris Lattner · 19 years ago
  89. 4e6a1d2 Eliminate some GCC warnings from the generated code by Chris Lattner · 19 years ago
  90. 7669a51 remove dead code by Chris Lattner · 19 years ago
  91. fa8dab4 Document the new -post-link-opts option. by Reid Spencer · 19 years ago
  92. 7bfdd86 new testcase, fails on X86 and probably others by Chris Lattner · 19 years ago
  93. 73a74be Implement PR512: by Reid Spencer · 19 years ago
  94. 9d57b4d Document the new --enable-debug-runtime configure option. by Reid Spencer · 19 years ago
  95. 6e96d81 Implement fix for PR471: by Reid Spencer · 19 years ago
  96. 3b841e9 Lower ConstantAggregateZero into zeros by Chris Lattner · 19 years ago
  97. 8263c5e Remove ISD::RET select code. Now tblgen'd. by Evan Cheng · 19 years ago
  98. b077b84 * Added lowering hook for external weak global address. It inserts a load by Evan Cheng · 19 years ago
  99. 8de324b Don't emit a null terminator, nor anything after it, to the ctor/dtor list by Chris Lattner · 19 years ago
  100. bbc8ddb SSE2 floating point load / store patterns. SSE2 fp to int conversion patterns. by Evan Cheng · 19 years ago