1. ed4d467 Rename createNode -> createSentinal. by Chris Lattner · 20 years ago
  2. 5ea56e5 clean up comments by Chris Lattner · 20 years ago
  3. 4b724b1 This has been deprecated for long enough, nuke it. by Chris Lattner · 20 years ago
  4. 5ae3571 This file was schizophrenic when it came to representing sizes. In some by Chris Lattner · 20 years ago
  5. 74a77cd There is no reason to include ostream here, include iosfwd instead. by Chris Lattner · 20 years ago
  6. 8c2cb42 After reading in a bc file, trim the resultant buffer down to what we by Chris Lattner · 20 years ago
  7. 52b8752 Finegrainify namespacification by Chris Lattner · 20 years ago
  8. 2c59435 first step towards a correct and complete stack. also add some forms for things that were getting stuck in the nightly tester. by Andrew Lenharth · 20 years ago
  9. 3725c12 Due to previous simplifications, we can simplify the data structures being by Chris Lattner · 20 years ago
  10. ee379a1 Properly handle volatile. by Chris Lattner · 20 years ago
  11. 4f16bd7 Remove some useless map operations. Loads/stores that are in the same by Chris Lattner · 20 years ago
  12. 15774df Before doing expensive global analysis, check to make sure the pointer is by Chris Lattner · 20 years ago
  13. 8b80ecd Fix quotes. by Chris Lattner · 20 years ago
  14. 2cc2ab9 Unbreak VC++ build by Jeff Cohen · 20 years ago
  15. e212d62 Minor simplification/speedup. Replaces a set lookup with a pointer comparison. by Chris Lattner · 20 years ago
  16. e233b8c Eliminate generality that is not buying us anything. In particular, this by Chris Lattner · 20 years ago
  17. 2652da6 If we see: by Chris Lattner · 20 years ago
  18. 6cfbd62 Memory used is a delta between memuse at the start of the time and the by Chris Lattner · 20 years ago
  19. 03aef68 Unbreak VC++ build by Jeff Cohen · 20 years ago
  20. 1f377fc Make sure that we always grow a multiple of 2 operands. by Chris Lattner · 20 years ago
  21. 204fcae noteworthy. by Chris Lattner · 20 years ago
  22. 5551706 Adjust to changes in instruction interfaces. by Chris Lattner · 20 years ago
  23. 667fdae Switchinst takes a hint for the number of cases it will have. by Chris Lattner · 20 years ago
  24. 3788059 switchinst ctor now takes a hint for the number of cases that it will have. by Chris Lattner · 20 years ago
  25. 5598aa0 Adjust Valuehandle to hold its operand directly in it. by Chris Lattner · 20 years ago
  26. 23ba420 Finegrainify namespacification. by Chris Lattner · 20 years ago
  27. 3d80f90 add namespace qualifier by Chris Lattner · 20 years ago
  28. cad28bd Adjust to changes in User class and minor changes in instruction ctors. by Chris Lattner · 20 years ago
  29. ce1df9e Adjust to slight changes in instruction interfaces. by Chris Lattner · 20 years ago
  30. 96d83f6 Adjust to changes in User class. by Chris Lattner · 20 years ago
  31. b12261a Merge InstrTypes.cpp into this file by Chris Lattner · 20 years ago
  32. e467147 Adjust to changes in User class. Aggregate constants now must explicitly by Chris Lattner · 20 years ago
  33. 265287f This file is now merged into Instructions.cpp by Chris Lattner · 20 years ago
  34. 5181ac8 Adjust to changes in the User class. by Chris Lattner · 20 years ago
  35. ec28570 Adjust to changes in the User class. Introduce a new UnaryInstruction class. by Chris Lattner · 20 years ago
  36. 519ccaf Adjust to user changes. by Chris Lattner · 20 years ago
  37. 454928e Many changes to cope with the User.h changes. Instructions now generally by Chris Lattner · 20 years ago
  38. b8d5b12 Adjust to User.h changes. by Chris Lattner · 20 years ago
  39. f718e70 Instead of storing operands as std::vector<Use>, just maintain a pointer by Chris Lattner · 20 years ago
  40. cc1b16f fix ExprMap, partially teach about add long by Andrew Lenharth · 20 years ago
  41. f4aa335 Fix a nasty thinko in my previous commit. by Chris Lattner · 20 years ago
  42. 99939d3 Alpha doesn't have a native f32 extload instruction. by Chris Lattner · 20 years ago
  43. e76ad6d implement legalization of truncates whose results and sources need to be by Chris Lattner · 20 years ago
  44. e560521 Get alpha working with memset/memcpy/memmove by Chris Lattner · 20 years ago
  45. f8f5740 Fix some typos in the Makefile.rules. Patch contributed by Vladimer Merzliakov. by Reid Spencer · 20 years ago
  46. 05dd08f Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd. by Chris Lattner · 20 years ago
  47. ad5fec1 * add some DEBUG statements * Properly compile this: by Chris Lattner · 20 years ago
  48. ce04a6d Fix ConstProp/2005-01-28-SetCCGEP.ll: indexing over zero sized elements does by Chris Lattner · 20 years ago
  49. 2fac727 New testcase. by Chris Lattner · 20 years ago
  50. aa5bcb5 Add some initial documentation for the SelectionDAG based instruction selectors by Chris Lattner · 20 years ago
  51. e6585ab Do not clean up if the MappedFile was never used or if the client already by Chris Lattner · 20 years ago
  52. 6b9870a fix ExprMap and constant check in setcc by Andrew Lenharth · 20 years ago
  53. a5ba894 Get VC++ compiling again by Jeff Cohen · 20 years ago
  54. be4922a Convert some old C-style casts to C++ style. by Reid Spencer · 20 years ago
  55. 40831c5 move FP into it's own select by Andrew Lenharth · 20 years ago
  56. 13c184d CopyFromReg produces two values. Make sure that we remember that both are by Chris Lattner · 20 years ago
  57. 1fe848e These passes are no more. by Chris Lattner · 20 years ago
  58. 9cb992a Remove this code as it is currently completely broken and unmaintained. by Chris Lattner · 20 years ago
  59. d19d89a Properly close mapped files. by Jeff Cohen · 20 years ago
  60. 097b763 Mark -parallel pass as `experimental' by Misha Brukman · 20 years ago
  61. 04c868e stack frame fix and zero FP reg fix by Andrew Lenharth · 20 years ago
  62. 10b4007 Floating point instructions like Floating point registers by Andrew Lenharth · 20 years ago
  63. d2bb960 int to float conversion and another setcc by Andrew Lenharth · 20 years ago
  64. 1bae291 Fix grammar by Misha Brukman · 20 years ago
  65. 3d65d31 teach isel about comparison with constants and zero extending bits by Andrew Lenharth · 20 years ago
  66. 9437bb6 Fix some Path bugs by Jeff Cohen · 20 years ago
  67. 7e57bd5 perhaps this will let me have calls again by Andrew Lenharth · 20 years ago
  68. c0d502e minor bug fix by Andrew Lenharth · 20 years ago
  69. 51d3ab4 minor bug fix by Andrew Lenharth · 20 years ago
  70. 98a32d0 added instructions for fp to int to fp moves by Andrew Lenharth · 20 years ago
  71. 3e98fde initial fp support by Andrew Lenharth · 20 years ago
  72. 9b5cb04 xfail this. by Chris Lattner · 20 years ago
  73. c74b5a1 XFAIL this for now. by Chris Lattner · 20 years ago
  74. fc16691 hum, writing on one machine, testing on another... by Andrew Lenharth · 20 years ago
  75. 0298118 add some operations, fix others. should compile several more tests now by Andrew Lenharth · 20 years ago
  76. 3576c84 We can fold promoted and non-promoted loads into divs also! by Chris Lattner · 20 years ago
  77. 44129b5 Fold promoted loads into binary ops for FP, allowing us to generate m32 forms by Chris Lattner · 20 years ago
  78. d279b41 problems with bools, and their work arounds by Andrew Lenharth · 20 years ago
  79. 193904a Add a dependency to the trace library so that it gets pulled in automatically. by Alkis Evlogimenos · 20 years ago
  80. 9846a34 Document the --load option. by Reid Spencer · 20 years ago
  81. 2f8fb77 more load choices, better add with imm by Andrew Lenharth · 20 years ago
  82. 851b534 Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. by Chris Lattner · 20 years ago
  83. d5af7c4 Add some methods. by Chris Lattner · 20 years ago
  84. 2d6f022 Clean ups, and taught the instruction selector about immediate forms by Andrew Lenharth · 20 years ago
  85. a7246ca Alpha JIT prune by Andrew Lenharth · 20 years ago
  86. 886470e include prune and JIT prune by Andrew Lenharth · 20 years ago
  87. 0126952 Pruned includes by Andrew Lenharth · 20 years ago
  88. dd106c2 let configure recognize Alphas by Andrew Lenharth · 20 years ago
  89. 501cb27 let configure recognize Alphas by Andrew Lenharth · 20 years ago
  90. 47d2796 Mark CVS versions different from releases by Misha Brukman · 20 years ago
  91. bcb18fa `primitive' has no `a' by Misha Brukman · 20 years ago
  92. 49266b2 Do not return true from isSized for things without a size (like functions and by Chris Lattner · 20 years ago
  93. d23a298 This giant patch speeds up Type::isSized(). Before, this would have to search by Chris Lattner · 20 years ago
  94. bb4dca3 Fix a spurious warning. by Chris Lattner · 20 years ago
  95. 0a07883 Silence a warning. by Chris Lattner · 20 years ago
  96. fed5577 Silence optimized warnings. by Chris Lattner · 20 years ago
  97. 42e25b3 Allow the FP stackifier to completely ignore functions that do not use FP at by Chris Lattner · 20 years ago
  98. 3563015 Simplify/speedup the PEI by not having to scan for uses of the callee saved by Chris Lattner · 20 years ago
  99. 471f090 Add an accessor. by Chris Lattner · 20 years ago
  100. 7861163 Update physregsused info. by Chris Lattner · 20 years ago