1. 32a521e Add comment by Chris Lattner · 22 years ago
  2. 7471c48 Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host by Chris Lattner · 22 years ago
  3. c8cff9e Add __strdup by Chris Lattner · 22 years ago
  4. 807b705 Fix BasicAA/2003-04-25-GEPCrash.ll by Chris Lattner · 22 years ago
  5. c938ba0 New testcase by Chris Lattner · 22 years ago
  6. 6b73fec MAke sure that LLI properly configures align_of(double) by Chris Lattner · 22 years ago
  7. dd7253c Whoops, 32 bit targets have _4_ byte pointers, not _32_ byte pointers! by Chris Lattner · 22 years ago
  8. bc19466 Make sure to copy double alignment as well by Chris Lattner · 22 years ago
  9. 98938f8 Fix compatibility bug: X86 aligns doubles to 4 bytes, not 8! by Chris Lattner · 22 years ago
  10. b5881f1 Kill using declarations by Chris Lattner · 22 years ago
  11. 322bc2b Fix method name type-o by Chris Lattner · 22 years ago
  12. 4deaf3b Fix obvious type-o by Chris Lattner · 22 years ago
  13. 2b5f2c1 Make sure to add a targetdata instance to the passmanager, and make it match the by Chris Lattner · 22 years ago
  14. d5bc41a Fix problem where we would read 64 bits worth of pointer information, even on 32 bit targets! by Chris Lattner · 22 years ago
  15. bceb2b0 Fix major problem with PHI node traversal: rechecking PHIs should go into by Chris Lattner · 22 years ago
  16. 0c13998 Rename Kept -> Suffix by Chris Lattner · 22 years ago
  17. 06943ad Rename Kept -> Suffix by Chris Lattner · 22 years ago
  18. 6cf4cb9 ** CORRECTLY, conservatively handle constant expressions by Chris Lattner · 22 years ago
  19. eca8e8f *** Huge: Make constantexprs be handled correctly, conservatively by Chris Lattner · 22 years ago
  20. 46326d9 Allow for easy detection of when a "default" TargetData is created by the by Chris Lattner · 22 years ago
  21. d6cbe33 Default ctor doesn't provide name by Chris Lattner · 22 years ago
  22. 9de2828 Minor non-functional changes: by Chris Lattner · 22 years ago
  23. c8789cb Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll by Chris Lattner · 22 years ago
  24. 5f73e38 Big programs have tons of global variable initializers, and most passes don't care by Chris Lattner · 22 years ago
  25. 16608b4 When cleaning up the final bytecode file, make sure to run DTE as well by Chris Lattner · 22 years ago
  26. 68be6e7 New testcase by Chris Lattner · 22 years ago
  27. 286921e Speed up convergence significantly and also reduce the size of testcases by making large portions of a function's CFG dead at a time. by Chris Lattner · 22 years ago
  28. f607b79 The big fix is this change: by Chris Lattner · 22 years ago
  29. 44be257 Remove dead functions by Chris Lattner · 22 years ago
  30. 473a843 Make sure that deleted functions have external linkage by Chris Lattner · 22 years ago
  31. aae33f9 Use the list reducer to improve convergence speed and to support crashes that by Chris Lattner · 22 years ago
  32. 39aebca Adjust to match new ListReducer interface Move function to generic code by Chris Lattner · 22 years ago
  33. b4ebe13 Allow reducer interfaces to mutate the lists passed in by Chris Lattner · 22 years ago
  34. ff4aaf0 Move function from Miscompilation.cpp by Chris Lattner · 22 years ago
  35. 126840f Move the ListReducer Class into it's own header file instead of living in Miscompilation.cpp by Chris Lattner · 22 years ago
  36. a172846 Fix a nasty bug where the ConstantMerge pass was invalidating the TargetData pass by Chris Lattner · 22 years ago
  37. a148ccb Allow bugpoint to try new an different methods for pruning down lists by Chris Lattner · 22 years ago
  38. 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 22 years ago
  39. 53a0c38 add a new targetdata ctor to create a target data appropriate to the module by Chris Lattner · 22 years ago
  40. 4bc8e64 Add new targetdata ctor to create a targetdata appropriate to the module by Chris Lattner · 22 years ago
  41. baf64b1 Remove support for "targetdata pass ctors" by Chris Lattner · 22 years ago
  42. c986392 Remove support for "target data" pass ctors by Chris Lattner · 22 years ago
  43. ec8aae3 Trivial cleanup by Chris Lattner · 22 years ago
  44. 961f7b4 LevelRaise now gets target data from passmanager by Chris Lattner · 22 years ago
  45. 5705f0c LevelRaise now gets TD from passmanager by Chris Lattner · 22 years ago
  46. 16125fb Make the levelraise pass be well behaved w.r.t the TargetData that the current by Chris Lattner · 22 years ago
  47. ad80a46 Fix iterator invalidation problem by Chris Lattner · 22 years ago
  48. 892310e Make sure that the cloned module retains the type symbol table entries! by Chris Lattner · 22 years ago
  49. 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 22 years ago
  50. 7899b74 Make sure to preserve endiannes and pointer size when cloning modules! by Chris Lattner · 22 years ago
  51. eea21dd Print where reference output goes by Chris Lattner · 22 years ago
  52. 2be5079 Fix bug where pointers were assumed to always be 64 bits in size! by Chris Lattner · 22 years ago
  53. a4dd4e2 The new CFrontend generates LOTs of basic blocks that just fall through and do by Chris Lattner · 22 years ago
  54. 3c053a0 Allow specifying an input file for the program being executed by Chris Lattner · 22 years ago
  55. 5f311a7 Add memcpy by Chris Lattner · 22 years ago
  56. fd506f5 Fix a problem with setcc instructions and pointers by Chris Lattner · 22 years ago
  57. 957d62a Implement a bunch of new external functions by Chris Lattner · 22 years ago
  58. 669b76a Implement &|^ on bool values by Chris Lattner · 22 years ago
  59. f87a198 Add support for _IO_getc function used on linux by Chris Lattner · 22 years ago
  60. f1acd96 Fix problem where labels were being incorrectly elided, and fix problem by Chris Lattner · 22 years ago
  61. f5612b76 Fix the super obnoxious "cast to pointer from integer of different size" warnings by Chris Lattner · 22 years ago
  62. d8c03bf * Implement access to external variables in LLI by Chris Lattner · 22 years ago
  63. c2b97d4 Fix Bug: Linker/2003-04-23-LinkOnceLost.ll by Chris Lattner · 22 years ago
  64. 961b058 New testcase by Chris Lattner · 22 years ago
  65. e709a21 Tweak testcases to use linkonce as appropriate by Chris Lattner · 22 years ago
  66. 3907d11 Fix iterator invalidation problem with cast instructions by Chris Lattner · 22 years ago
  67. 548f61d Implement the constantexpr CAST instruction correctly by Chris Lattner · 22 years ago
  68. cf31784 We now need to link libscalar to get the switch lowering pass by Chris Lattner · 22 years ago
  69. 6e96a99c Remove unnecessary &* by Chris Lattner · 22 years ago
  70. e408e25 Remove unnecesary &*'s by Chris Lattner · 22 years ago
  71. 2ee82e0 Remove unneccesary &* by Chris Lattner · 22 years ago
  72. d55e986 Kill unneccesary &* by Chris Lattner · 22 years ago
  73. 6a54710 Remove documented problem that is now fixed by Chris Lattner · 22 years ago
  74. f7235cd Properly convert some &'s to &'s by Chris Lattner · 22 years ago
  75. 155e68f Add support for the Switch instruction by running the lowerSwitch pass first by Chris Lattner · 22 years ago
  76. 3b1ca40 Add stub to create lowerSwitches pass by Chris Lattner · 22 years ago
  77. 1438348 New pass to lower switch instructions to branch instructions by Chris Lattner · 22 years ago
  78. 350c0a8 Minor cleanups by Chris Lattner · 22 years ago
  79. 011ce8d Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friends by Chris Lattner · 22 years ago
  80. ea0f49e Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type. by Chris Lattner · 22 years ago
  81. 09ff150 Fixed 'prevalent'. by Misha Brukman · 22 years ago
  82. 63e04f3 Just some code beautification changes I had sitting around in my tree. by Misha Brukman · 22 years ago
  83. b581148 Fix bug: BasicAA/2003-04-22-GEPProblem.ll by Chris Lattner · 22 years ago
  84. 63a6e77 New testcase by Chris Lattner · 22 years ago
  85. 0286835 Kill using declarations Kill code for invalid operations on pointers by Chris Lattner · 22 years ago
  86. 5bff50d Implement cast to bool by Chris Lattner · 22 years ago
  87. b945e4d Get rid of extraneous arguments to implementation functions by Chris Lattner · 22 years ago
  88. 09e9392 Add support to LLI for switch instruction by Chris Lattner · 22 years ago
  89. 7a5a1f7 Use a union to cast int to fp by Chris Lattner · 22 years ago
  90. 8829dcd It's "necessary"... by Misha Brukman · 22 years ago
  91. a9f5e05 Add support for the switch instruction to the CWriter by Chris Lattner · 22 years ago
  92. 8ad51f5 Update to add new keywords by Chris Lattner · 22 years ago
  93. 43a9994 Add warning when linking modules with disagreeing target properties by Chris Lattner · 22 years ago
  94. 61a909a6 Emit information about target by Chris Lattner · 22 years ago
  95. b9bcbb5 Allow information about the target to be specified in the .ll file by Chris Lattner · 22 years ago
  96. 0bc0f47 Add testcase for target information by Chris Lattner · 22 years ago
  97. f5c1f08 ADd newline to end of file by Chris Lattner · 22 years ago
  98. 9232b99 Namespacify by Chris Lattner · 22 years ago
  99. 76e3896 Add support for reading and writing pointersize/endianness to and from bytecode by Chris Lattner · 22 years ago
  100. e0b235c Build the appropriate target machine for the input pointer size and endianness by Chris Lattner · 22 years ago