1. bcbf6ba Refactor some of the constant stuff so that we can return complex constant by Chris Lattner · 24 years ago
  2. 9b50c15 Add an arg to insertVal to allow us to prevent builtin types from being ignored by Chris Lattner · 24 years ago
  3. a25809d Add an arg to insertVal to allow us to prevent builtin types from being ignored by Chris Lattner · 24 years ago
  4. e5a57ee Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  5. 8b81bf5 Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  6. 793d678 Fix a bug when compiling 'shl ubyte * %var, ubyte 2' by Chris Lattner · 24 years ago
  7. 3805e4c Fixed a bug exposed when doing something like this: <program> -notanoption --help by Chris Lattner · 24 years ago
  8. b2d11ba Changed printValue() to print constant value if the value is a constant. by Ruchira Sasanka · 24 years ago
  9. 683847f *** empty log message *** by Ruchira Sasanka · 24 years ago
  10. 2233a07 Doh! Wrong Optional flag. :( by Chris Lattner · 24 years ago
  11. 03fe1bd Add a comment indicating that there is documentation of the library by Chris Lattner · 24 years ago
  12. dc4693d Minor changes to implementation of CommandLine library to let users override by Chris Lattner · 24 years ago
  13. 1e78f36 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 24 years ago
  14. b49ff5c Doh! Wrong accessor. Caused 'can not read bytecode' errors. :( by Chris Lattner · 24 years ago
  15. 4bc3daa Eliminated the Unique class in favor of NonCopyable and NonCopyableV by Chris Lattner · 24 years ago
  16. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  17. dbab15a Initial checkin by Chris Lattner · 24 years ago
  18. 75279cc Clean up hash table usage by Chris Lattner · 24 years ago
  19. 6c5a32d Removal of the redundant CompileContext wrapper by Chris Lattner · 24 years ago
  20. 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 24 years ago
  21. a285043 Remove dependence on command line library. Silly anyway. by Chris Lattner · 24 years ago
  22. aceb913 Privatize LLCOptions. It had no business being visible to the entire program. by Chris Lattner · 24 years ago
  23. 68498ce Eliminate lots of unnecessary #includes and forward decls by Chris Lattner · 24 years ago
  24. 942d99e Eliminate many unneccesary #includes by Chris Lattner · 24 years ago
  25. 51a9ad9 Make code fit in 80 columns more by Chris Lattner · 24 years ago
  26. 36765b0 Remove unneccesary #includes by Chris Lattner · 24 years ago
  27. 5773896 Exterminate nasty Cisms by Chris Lattner · 24 years ago
  28. e23fb7c Refer to include/llvm/CodeGen not Codegen by Chris Lattner · 24 years ago
  29. ea1c7b6 Make sure we build all of the code! by Chris Lattner · 24 years ago
  30. 7e583cf Renamed include/llvm/Codegen to include/llvm/CodeGen by Chris Lattner · 24 years ago
  31. f9be9a9 Fix code to be in a consistent style by Chris Lattner · 24 years ago
  32. cfad5df Remove getTempValuesForMachineCode from the Instruction interface by Chris Lattner · 24 years ago
  33. d9c0344 Moved LLC subdir to the tools top level directory by Chris Lattner · 24 years ago
  34. d7fa0fd Add new ctor for ConstPoolBool by Chris Lattner · 24 years ago
  35. 1a2cefc Add new constructor for const pool bool by Chris Lattner · 24 years ago
  36. f59bd53 Add support for casts by Chris Lattner · 24 years ago
  37. 7e314d2 Add support for casting operators by Chris Lattner · 24 years ago
  38. 19f31f2 More functionality, renamed API by Chris Lattner · 24 years ago
  39. 8ee0064 Utility routines for simpler access to the value of an integer constant. by Vikram S. Adve · 24 years ago
  40. 6beedac Program options class. by Vikram S. Adve · 24 years ago
  41. a21cf20 Description of the SPARC as a target architecture. by Vikram S. Adve · 24 years ago
  42. daae699 Base clas for a description of a target architecture. by Vikram S. Adve · 24 years ago
  43. 70bc4b5 Instruction selection via pattern matching on instruction trees using BURG. by Vikram S. Adve · 24 years ago
  44. 05f4745 *** empty log message *** by Vikram S. Adve · 24 years ago
  45. 4e1aeca Added CodeGen, LLC, and Support. by Vikram S. Adve · 24 years ago
  46. a4e6f88 Add isIntegral() method to SignedIntType and UnsignedIntType. by Vikram S. Adve · 24 years ago
  47. d01d99b Compute and cache information about the storage size and layout by Vikram S. Adve · 24 years ago
  48. 6575a1d Provide uniform access to the pointer operand and to the index by Vikram S. Adve · 24 years ago
  49. 3344615 Added a representation of the machine instructions generated by Vikram S. Adve · 24 years ago
  50. 369bbeb Start of expression analysis support by Chris Lattner · 24 years ago
  51. 37bf630 Implement ensureTypeAvailable Implement ConstPoolInt class by Chris Lattner · 24 years ago
  52. b5bcbc3 Add support for constant propogation of multiplies by Chris Lattner · 24 years ago
  53. 622f740 Factor out WriteAsOperand. by Chris Lattner · 24 years ago
  54. 698b56e Add a comment. by Chris Lattner · 24 years ago
  55. a137f87 Add multiply as a supported constant propogation operation by Chris Lattner · 24 years ago
  56. 7f6330c Fix nasty typo by Chris Lattner · 24 years ago
  57. bc7135f Support external methods by Chris Lattner · 24 years ago
  58. 739a56d Implement forward/external declarations for methods. by Chris Lattner · 24 years ago
  59. e181564 Implement forward/external declarations for methods. Also, emit an error if a method by Chris Lattner · 24 years ago
  60. a59c266 Add support for assembly printing fp constants by Chris Lattner · 24 years ago
  61. ff5ecce Add support to the bytecode writer to recognize floating point constants by Chris Lattner · 24 years ago
  62. a137530 Add support to the bytecode reader to recognize floating point constants by Chris Lattner · 24 years ago
  63. 3d52b2f Add support to the parser to recognize floating point constants by Chris Lattner · 24 years ago
  64. a3d3c2b * ValueHolder now takes 3 arguments by Chris Lattner · 24 years ago
  65. 3b7bfdb Add knowledge about the struct form of the GetElementPtr instruction by Chris Lattner · 24 years ago
  66. 20a155f Remove dependency on the structure of ValueHolder. by Chris Lattner · 24 years ago
  67. e545981 * The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 24 years ago
  68. 54d56e3 The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 24 years ago
  69. e98dda6 Added some comments, preparing to add global variables and method prototypes by Chris Lattner · 24 years ago
  70. 644dc17 * The parent of a constant pool is a SymTabValue, not a value. by Chris Lattner · 24 years ago
  71. dc4c3f2 Made the following changes: by Chris Lattner · 24 years ago
  72. d8c2e42 Add DebugValue member. by Chris Lattner · 24 years ago
  73. c262f72 Don't clean out the type plane of the constant pool... this is a hack. FIXME by Chris Lattner · 24 years ago
  74. 8896eda Make sure that types go in the constant pool if they are used. by Chris Lattner · 24 years ago
  75. ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 24 years ago
  76. 0bd654a Implement checking for new instructions by Chris Lattner · 24 years ago
  77. 027dcc5 Implemented shl, shl, & load instructions by Chris Lattner · 24 years ago
  78. 71496b3 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 24 years ago
  79. 72f1e99 Use the CDG to mark branches alive on demand. by Chris Lattner · 24 years ago
  80. 3590830 Fixed post dominator frontiers! Yaay! by Chris Lattner · 24 years ago
  81. 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 24 years ago
  82. 6bcc031 Removing unnecesary file by Chris Lattner · 24 years ago
  83. 9f3d276 Convert BinaryOperand and UnaryOperator to only take instruction types of by Chris Lattner · 24 years ago
  84. a41f50d Broad superficial changes: by Chris Lattner · 24 years ago
  85. c8b25d4 Changed the fundemental architecture of Operands for Instructions. Now by Chris Lattner · 24 years ago
  86. f0d0e9c Changed memory reference instructions to store the result as the implicit by Chris Lattner · 24 years ago
  87. 3fa0bc4 Fixed some error messages to be nicer by Chris Lattner · 24 years ago
  88. 63a0b2a Add method to unify all exit nodes of a method by Chris Lattner · 24 years ago
  89. 94108ab Implement support for postdominators, except in dom frontiers by Chris Lattner · 24 years ago
  90. d818312 Update to include right file by Chris Lattner · 24 years ago
  91. e685023 IntervalPartition was changed to inherit from vector<Interval*> instead of by Chris Lattner · 24 years ago
  92. 3d98049 Code got moved from the lib/Assembly/Writer/IntervalWriter.cpp file to by Chris Lattner · 24 years ago
  93. 347bfda Add printing code for dominator info by Chris Lattner · 24 years ago
  94. 1715229 Checkin of new dominator calculation routines. These will be improved in by Chris Lattner · 24 years ago
  95. bd4996a Moved deleter to include/llvm/Tools/STLExtras.h by Chris Lattner · 24 years ago
  96. 02e90d5 Initial checkin. Should print dead instructions, except it doesn't do by Chris Lattner · 24 years ago
  97. 49c8f64 Rename DoSparseConditionalConstantProp -> DoSCCP by Chris Lattner · 24 years ago
  98. 7e02b7e Optimizations got their own header files by Chris Lattner · 24 years ago
  99. 28bf86a Implement reduceApply method by Chris Lattner · 24 years ago
  100. a7e2611 Add a new pop_back() method by Chris Lattner · 24 years ago