1. 69f3b72 Force sign-extension for uint array indexes from 32-bit to 64-bits by Vikram S. Adve · 22 years ago
  2. 3bb8ad2 by Chris Lattner · 22 years ago
  3. cc63f1c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 22 years ago
  4. 24ea74e Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 22 years ago
  5. 5dfe767 by Chris Lattner · 22 years ago
  6. 8e4fc25 *** empty log message *** by Chris Lattner · 22 years ago
  7. f150b9d Load and Store now no longer derive from MemAccessInst. Indexing a load or by Chris Lattner · 22 years ago
  8. f9355f6 doxygenize comments by Chris Lattner · 22 years ago
  9. f5e84aa Add capability of using pointer analysis to LICM by Chris Lattner · 22 years ago
  10. 0712d55 Remove long obsolete comments by Chris Lattner · 22 years ago
  11. 80b7f8c by Chris Lattner · 22 years ago
  12. c20e245 Instcombine PHI's of the form %PN = phi PN, X into X and by Chris Lattner · 22 years ago
  13. 22d8cd6 Add missing #include by Chris Lattner · 22 years ago
  14. 53ad0ed Check-in new alias analysis infrastructure by Chris Lattner · 22 years ago
  15. d456ec9 Convert GCSE pass to use new alias analysis infrastructure by Chris Lattner · 22 years ago
  16. ff9a9e5 Do not generate load/store instructions with indexing. by Chris Lattner · 22 years ago
  17. abfb0b5 Change code to not use the copyOperands method added to User. It's now by Chris Lattner · 22 years ago
  18. da920aa dumpNode() does not need to print MachineInstrs. by Vikram S. Adve · 22 years ago
  19. 10472ce Fix two resource names. by Vikram S. Adve · 22 years ago
  20. e99941a Add AsmPrinter::ConstantExprToString, which writes out a ConstantExpr by Vikram S. Adve · 22 years ago
  21. 30a6f49 Eliminate bool, boolreg and boolconst nonterminals, and just use by Vikram S. Adve · 22 years ago
  22. ccc13a4 Change rules for Not, since it is now implemented as Xor(reg,11..1). by Vikram S. Adve · 22 years ago
  23. f20816b - Fighting with linking problem due to removing the ::ID elements. Now the by Chris Lattner · 22 years ago
  24. 0383cc4 - Fix asmparser and bytecode reader to not generate loads/stores with idxs by Chris Lattner · 22 years ago
  25. a69fd90 - Split Dominators.h into Dominators.h & PostDominators.h by Chris Lattner · 22 years ago
  26. 352eef7 Emit an obnoxious warning message for bytecode that includes load/store by Chris Lattner · 22 years ago
  27. 64339f6 Remove debugging code accidentally checked in. by Chris Lattner · 22 years ago
  28. 789bc84 - Implement the new AnalysisGroup feature, neccesary for Value#ing and pointer analysis by Chris Lattner · 22 years ago
  29. b63b29d Do not generate loads/stores with indexing by Chris Lattner · 22 years ago
  30. 25ba059 Remove extraneous #includes by Chris Lattner · 22 years ago
  31. 3f9b28d Do not create load/stores with indexes by Chris Lattner · 22 years ago
  32. 905641b Remove an optimization that isn't. by Chris Lattner · 22 years ago
  33. 546b027 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 22 years ago
  34. 044f908 by Chris Lattner · 22 years ago
  35. 607ace6 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 22 years ago
  36. fb30fda - Eliminate the need for analyses to expose an ::ID member. by Chris Lattner · 22 years ago
  37. b319faf fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll by Chris Lattner · 22 years ago
  38. b8fa514 Sort -time-passes report first by user+system, then by Wall clock time. by Chris Lattner · 22 years ago
  39. 05bd1b2 - instcombine (~(a < b)) into (a >= b) by Chris Lattner · 22 years ago
  40. e825bde by Chris Lattner · 22 years ago
  41. 5a905e2 This case JUST handles constantpointer nulls, not all pointers. by Chris Lattner · 22 years ago
  42. 4cda835 Fix bug: 2002-08-20-UnnamedArgument.c by Chris Lattner · 22 years ago
  43. f02c468 - implemented instcombine of phi (X, X, X) -> X by Chris Lattner · 22 years ago
  44. df35a1c Implement ConstantExprs in CWriter by Chris Lattner · 22 years ago
  45. 83c5775 Incorporate calcTypeNameVar into CWriter class, fixing by Chris Lattner · 22 years ago
  46. a4d4a85 Output forward definitions of global vars to handle recursive intializers correctly. by Chris Lattner · 22 years ago
  47. 6d49292 - Change constant printing to be better integrated with the rest of the by Chris Lattner · 22 years ago
  48. db8d8ef Add missing space by Chris Lattner · 22 years ago
  49. 63c58a4 Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx by Chris Lattner · 22 years ago
  50. f5526b6 Fix the -time-passes option to not print NaN when there is zero execution time by Chris Lattner · 22 years ago
  51. 0bfb6ba - Made GlobalDCE worklist driven, making it more successful. Now can handle by Chris Lattner · 22 years ago
  52. 41661fd by Chris Lattner · 22 years ago
  53. 915ce8a Turn off a debugging optimization that just slows bytecode reading down by Chris Lattner · 22 years ago
  54. 9da0715 by Chris Lattner · 22 years ago
  55. 9b76123 Promote getelementptr instructions to constexprs if we can. by Chris Lattner · 22 years ago
  56. e461918 Fix stupid oversight of missing #include. by Chris Lattner · 22 years ago
  57. 7473413 - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx by Chris Lattner · 22 years ago
  58. 1c93e5b by Chris Lattner · 22 years ago
  59. d78700d - Remove unused STRING token from lexer & parser by Chris Lattner · 22 years ago
  60. 95586b8 Write constexpr casts using the cast X to Y notation, not using the implicit by Chris Lattner · 22 years ago
  61. ec1b8a0 Parse const expr cast instruction the same way the instruction is formed by Chris Lattner · 22 years ago
  62. d05e359 Move ConstExpr production to unify ConstVal stuff by Chris Lattner · 22 years ago
  63. 3101c25 Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.ll by Chris Lattner · 22 years ago
  64. 96ad1ec Simplify the code by Chris Lattner · 22 years ago
  65. 3ecce66 Handle more cases of cast-of-cast in more general forms. by Chris Lattner · 22 years ago
  66. 85af131 Unary Not (boolean and bitwise) is no longer a separate LLVM instruction by Vikram S. Adve · 22 years ago
  67. ce08e1d Revise code generation for unary Not (boolean and bitwise), which is by Vikram S. Adve · 22 years ago
  68. 1718337 Added more helper functions for binary instructions emulating by Vikram S. Adve · 22 years ago
  69. 5cf6f11 Implement capability to fold this: by Chris Lattner · 22 years ago
  70. b9a7793 Avoid creating 'load X, 0' instead of just 'load X' by Chris Lattner · 22 years ago
  71. db6e4d6 Avoid inserting an entry block unless we need it by Chris Lattner · 22 years ago
  72. ad33348 Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 22 years ago
  73. 9b2b80f Fix bug introduced in last checkin due to CastInst not being visible by Chris Lattner · 22 years ago
  74. 9c16dba Remove support for unary operators. by Chris Lattner · 22 years ago
  75. 0513e9f Remove support for NOT instruction by Chris Lattner · 22 years ago
  76. 48a4531 Remove extra #includes by Chris Lattner · 22 years ago
  77. f4e3c00 Remove constant propogation support for NOT instruction by Chris Lattner · 22 years ago
  78. 20e8e01 Remove support for NOT instruction by Chris Lattner · 22 years ago
  79. b804760 Remove support for unary operators by Chris Lattner · 22 years ago
  80. a9261ff Implement two constructor functions for "unary" instructions by Chris Lattner · 22 years ago
  81. 589fda5 Remove support forNOT instruction by Chris Lattner · 22 years ago
  82. af2930e - Fix InstCombine pass to not generate or process NOT instructions by Chris Lattner · 22 years ago
  83. e4c3764 Remove support for NOT instruction by Chris Lattner · 22 years ago
  84. 699f1eb AsmParser turns 'not' instructions into 'xor' instructions now. by Chris Lattner · 22 years ago
  85. 227b86c Return null on failure, instead of aborting. by Chris Lattner · 22 years ago
  86. e2a78e3 Add method MachineInstr::substituteValue() which substitutes by Vikram S. Adve · 22 years ago
  87. 65629d5 Minor change to make lli print out characters numerically as well as symbolically by Chris Lattner · 22 years ago
  88. ca710e9 Bug fix in TargetData::getIndexedOffset: We were using the pointer by Vikram S. Adve · 22 years ago
  89. 6c0c301 Several bug fixes in casting to signed int values. by Vikram S. Adve · 22 years ago
  90. 572f4a0 - Rename ConstantGenericIntegral -> ConstantIntegral by Chris Lattner · 22 years ago
  91. 9fb9641 by Chris Lattner · 22 years ago
  92. 65a2dee Handle small unsigned results correctly by clearing high bits. by Vikram S. Adve · 22 years ago
  93. 7b0925f Build correctly in the face of /shared. by Brian Ensink · 22 years ago
  94. 9568568 - Clean up interface to Sparc register handling a bit: by Chris Lattner · 22 years ago
  95. 994b9f3 - Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegral by Chris Lattner · 22 years ago
  96. 233f7dc * Factor a bunch of code by using ReplaceInstUsesWith by Chris Lattner · 22 years ago
  97. bb6342b Remove some extraneous #includes by Chris Lattner · 22 years ago
  98. 4228b5a Changes to make GlobalValueRefMap not derive from std::map. by Chris Lattner · 22 years ago
  99. 8b17094 New functionality for instcombine: by Chris Lattner · 22 years ago
  100. 3896948 *** empty log message *** by Chris Lattner · 22 years ago