1. a99495a Instructions for use by Chris Lattner · 24 years ago
  2. ea1c7b6 Make sure we build all of the code! by Chris Lattner · 24 years ago
  3. 7e583cf Renamed include/llvm/Codegen to include/llvm/CodeGen by Chris Lattner · 24 years ago
  4. f9be9a9 Fix code to be in a consistent style by Chris Lattner · 24 years ago
  5. 87bdcaf More minor reorganizations by Chris Lattner · 24 years ago
  6. cfad5df Remove getTempValuesForMachineCode from the Instruction interface by Chris Lattner · 24 years ago
  7. 90e7453 Filter out the sparc.burm.c file by Chris Lattner · 24 years ago
  8. d9c0344 Moved LLC subdir to the tools top level directory by Chris Lattner · 24 years ago
  9. 0df0e74 Make the makefile work by Chris Lattner · 24 years ago
  10. d7fa0fd Add new ctor for ConstPoolBool by Chris Lattner · 24 years ago
  11. 1a2cefc Add new constructor for const pool bool by Chris Lattner · 24 years ago
  12. f59bd53 Add support for casts by Chris Lattner · 24 years ago
  13. 7e314d2 Add support for casting operators by Chris Lattner · 24 years ago
  14. 85202d4 Support changed expression api by Chris Lattner · 24 years ago
  15. 19f31f2 More functionality, renamed API by Chris Lattner · 24 years ago
  16. f98e88f Moved isIntegral to the Type system by Chris Lattner · 24 years ago
  17. e6b9529 Autodep functionality broken. Remove so we get successful builds by Chris Lattner · 24 years ago
  18. 71de0ce Version of testmemory to test alloca, load and store. by Vikram S. Adve · 24 years ago
  19. 1677d0d Used a bigger constant in loopfunc.ll that doesn't fit in immed field. by Vikram S. Adve · 24 years ago
  20. 8ee0064 Utility routines for simpler access to the value of an integer constant. by Vikram S. Adve · 24 years ago
  21. 6beedac Program options class. by Vikram S. Adve · 24 years ago
  22. cb465fc Driver and options for the llc compiler. by Vikram S. Adve · 24 years ago
  23. a21cf20 Description of the SPARC as a target architecture. by Vikram S. Adve · 24 years ago
  24. daae699 Base clas for a description of a target architecture. by Vikram S. Adve · 24 years ago
  25. 70bc4b5 Instruction selection via pattern matching on instruction trees using BURG. by Vikram S. Adve · 24 years ago
  26. 05f4745 *** empty log message *** by Vikram S. Adve · 24 years ago
  27. 4e1aeca Added CodeGen, LLC, and Support. by Vikram S. Adve · 24 years ago
  28. 14bc392 General support utilities like a program options class and a StringMap by Vikram S. Adve · 24 years ago
  29. 9ad9f09 CompileContext and options class for the llc compiler. by Vikram S. Adve · 24 years ago
  30. 23ee550 Header files for the target architecture description and for instruction by Vikram S. Adve · 24 years ago
  31. c4651a9 Added support for getting the dependence of an executable on its libs, by Vikram S. Adve · 24 years ago
  32. a4e6f88 Add isIntegral() method to SignedIntType and UnsignedIntType. by Vikram S. Adve · 24 years ago
  33. 230365a Provide simpler ways to extract the value of an integer constant. by Vikram S. Adve · 24 years ago
  34. d01d99b Compute and cache information about the storage size and layout by Vikram S. Adve · 24 years ago
  35. 6575a1d Provide uniform access to the pointer operand and to the index by Vikram S. Adve · 24 years ago
  36. 3344615 Added a representation of the machine instructions generated by Vikram S. Adve · 24 years ago
  37. 369bbeb Start of expression analysis support by Chris Lattner · 24 years ago
  38. ba7cf16 Header to raise and lower representation by Chris Lattner · 24 years ago
  39. 955f899 Add support to call LevelRaise by Chris Lattner · 24 years ago
  40. 1546bff Update makefile for more accurate deps by Chris Lattner · 24 years ago
  41. 37bf630 Implement ensureTypeAvailable Implement ConstPoolInt class by Chris Lattner · 24 years ago
  42. b5bcbc3 Add support for constant propogation of multiplies by Chris Lattner · 24 years ago
  43. 622f740 Factor out WriteAsOperand. by Chris Lattner · 24 years ago
  44. 698b56e Add a comment. by Chris Lattner · 24 years ago
  45. a137f87 Add multiply as a supported constant propogation operation by Chris Lattner · 24 years ago
  46. e3ad357 New function: WriteAsOperand. by Chris Lattner · 24 years ago
  47. 2ce0cbb Add new base class ConstPoolInt, useful for dealing with integral constants by Chris Lattner · 24 years ago
  48. 646ffa4 Add new method, ensureTypeAvailable by Chris Lattner · 24 years ago
  49. edde66d Change is*Type to be a casting convertion operator by Chris Lattner · 24 years ago
  50. 781532e Add an function to BinaryOperator to swap the two operands by Chris Lattner · 24 years ago
  51. 94572e0 Add short forms of the get*Type methods. by Chris Lattner · 24 years ago
  52. 7f6330c Fix nasty typo by Chris Lattner · 24 years ago
  53. a3c8916 Fix clean target by Chris Lattner · 24 years ago
  54. febb11f Compile source files in alphabetical order by Chris Lattner · 24 years ago
  55. 083735d Fixed typo in comment by Chris Lattner · 24 years ago
  56. bc7135f Support external methods by Chris Lattner · 24 years ago
  57. 21341d3 New test case for prototype support by Chris Lattner · 24 years ago
  58. 416ae8d Reordered link line for correct static linking. by Vikram S. Adve · 24 years ago
  59. 112a72c Changed default to building library archives instead of shared objects. by Vikram S. Adve · 24 years ago
  60. 739a56d Implement forward/external declarations for methods. by Chris Lattner · 24 years ago
  61. e181564 Implement forward/external declarations for methods. Also, emit an error if a method by Chris Lattner · 24 years ago
  62. 52f2750 Rename 'isMethodExternal' to 'isExternal' by Chris Lattner · 24 years ago
  63. f5a0892 Add notes on instruction selection pass by Chris Lattner · 24 years ago
  64. 9674104 New testcase from GCC doing array operations by Chris Lattner · 24 years ago
  65. a59c266 Add support for assembly printing fp constants by Chris Lattner · 24 years ago
  66. ff5ecce Add support to the bytecode writer to recognize floating point constants by Chris Lattner · 24 years ago
  67. a137530 Add support to the bytecode reader to recognize floating point constants by Chris Lattner · 24 years ago
  68. 3d52b2f Add support to the parser to recognize floating point constants by Chris Lattner · 24 years ago
  69. 2e35bed Add a function to convert a double to a string by Chris Lattner · 24 years ago
  70. d2fdd91 Add support to write and read a fixed amount of raw data by Chris Lattner · 24 years ago
  71. bb1604c Add a note by Chris Lattner · 24 years ago
  72. a3d3c2b * ValueHolder now takes 3 arguments by Chris Lattner · 24 years ago
  73. 3b7bfdb Add knowledge about the struct form of the GetElementPtr instruction by Chris Lattner · 24 years ago
  74. 20a155f Remove dependency on the structure of ValueHolder. by Chris Lattner · 24 years ago
  75. e545981 * The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 24 years ago
  76. 54d56e3 The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 24 years ago
  77. e98dda6 Added some comments, preparing to add global variables and method prototypes by Chris Lattner · 24 years ago
  78. 644dc17 * The parent of a constant pool is a SymTabValue, not a value. by Chris Lattner · 24 years ago
  79. dc4c3f2 Made the following changes: by Chris Lattner · 24 years ago
  80. 49fec96 Added more todo's. Don't I ever accomplish anything? by Chris Lattner · 24 years ago
  81. d8c2e42 Add DebugValue member. by Chris Lattner · 24 years ago
  82. ec0c497 Made it not inline by Chris Lattner · 24 years ago
  83. b144fb8 Add DebugValue global function by Chris Lattner · 24 years ago
  84. c262f72 Don't clean out the type plane of the constant pool... this is a hack. FIXME by Chris Lattner · 24 years ago
  85. 8896eda Make sure that types go in the constant pool if they are used. by Chris Lattner · 24 years ago
  86. 2820728 hasSideEffects should be marked virtual stores and free's have sideeffects by Chris Lattner · 24 years ago
  87. 1fedd5a Modify notes by Chris Lattner · 24 years ago
  88. fb3f24f Fix stupid typo by Chris Lattner · 24 years ago
  89. d80c43c Initial checkin of coding standards by Chris Lattner · 24 years ago
  90. 33ba0d9 Updated documentation for load, store & getelementptr by Chris Lattner · 24 years ago
  91. 91e1596 add coverage of newly implemented instructions. by Chris Lattner · 24 years ago
  92. ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 24 years ago
  93. 0bd654a Implement checking for new instructions by Chris Lattner · 24 years ago
  94. 8b9f7c0 Add note by Chris Lattner · 24 years ago
  95. 027dcc5 Implemented shl, shl, & load instructions by Chris Lattner · 24 years ago
  96. 71496b3 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 24 years ago
  97. 72f1e99 Use the CDG to mark branches alive on demand. by Chris Lattner · 24 years ago
  98. cbab0f7 Add a new "addOperand" method to User. by Chris Lattner · 24 years ago
  99. 3590830 Fixed post dominator frontiers! Yaay! by Chris Lattner · 24 years ago
  100. 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 24 years ago