1. e27c344 LV code on machine instructions by Ruchira Sasanka · 24 years ago
  2. 9166181 LV info on machine instructions by Ruchira Sasanka · 24 years ago
  3. 149977b Always set isDef for operand in position resultPos. by Vikram S. Adve · 24 years ago
  4. b0cdcda Changed SetMachineOpernad calls in Set3OperandsFromInstr so that the by Ruchira Sasanka · 24 years ago
  5. 81cb207 Changed case 64 to make the first arg of phi a defintion by Ruchira Sasanka · 24 years ago
  6. 0b03c6a *** empty log message *** by Ruchira Sasanka · 24 years ago
  7. 45c171e added a default isDef arg to SetMachineOperand method - Ruchira by Ruchira Sasanka · 24 years ago
  8. 98a9c97 Add CC operand as 4th operand of SUBcc, and mark it as a def. by Vikram S. Adve · 24 years ago
  9. 0fae90e Also, move burg rule to Makefile.common. by Vikram S. Adve · 24 years ago
  10. 811aad9 Better still, lets move pathname for Burg to Makefile.common. by Vikram S. Adve · 24 years ago
  11. 735c4ce Use full pathname for burg. by Vikram S. Adve · 24 years ago
  12. 960066a Simplify command line options, and add option for printing by Vikram S. Adve · 24 years ago
  13. 769939d Added tree nodes for Phi instructions. by Vikram S. Adve · 24 years ago
  14. e4e77f9 Generate tree nodes for Phi instructions. by Vikram S. Adve · 24 years ago
  15. 1885da4 Allow machine instructions with variable numbers of arguments. by Vikram S. Adve · 24 years ago
  16. 74f4a13 Generate dummy Phi machine instruction, plus a bug fix for BrCond(boolreg). by Vikram S. Adve · 24 years ago
  17. 76d3520 Record machine instructions in the vector for each basic block. by Vikram S. Adve · 24 years ago
  18. b639339 Added vector of machine instructions for the basic block. by Vikram S. Adve · 24 years ago
  19. ca112b3 Remove some gross stuff by Chris Lattner · 24 years ago
  20. 3868521 Allow vararg method types with 0 fixed types by Chris Lattner · 24 years ago
  21. 36e4b8a Make error msg nicer by Chris Lattner · 24 years ago
  22. ee7cb29 Enable the elimination of method prototypes that are not referenced by Chris Lattner · 24 years ago
  23. 7c50147 * Make sure that the size of the type field can also control the output by Chris Lattner · 24 years ago
  24. 3d3f289 * Add calls to failure template so that it is actually possible to debug by Chris Lattner · 24 years ago
  25. 81e2963 * Fix bugs by Chris Lattner · 24 years ago
  26. 93750fa * Enable the use of escaped literal strings by Chris Lattner · 24 years ago
  27. 3c3b713 Added UltraSparcInstrInfo class to specialize class MachineInstrInfo. by Vikram S. Adve · 24 years ago
  28. 9b0b1ec Eliminate unused function. by Vikram S. Adve · 24 years ago
  29. 4f23166 Bug fixes: by Vikram S. Adve · 24 years ago
  30. 44a853c Added MachineInstrInfo class and moved instruction-related members there. by Vikram S. Adve · 24 years ago
  31. 6a175e0 Eliminate separate enum for operand register type. by Vikram S. Adve · 24 years ago
  32. 1333ed5 Don't write out constants that do not have a name, they will be inlined. by Chris Lattner · 24 years ago
  33. bcbf6ba Refactor some of the constant stuff so that we can return complex constant by Chris Lattner · 24 years ago
  34. 9b50c15 Add an arg to insertVal to allow us to prevent builtin types from being ignored by Chris Lattner · 24 years ago
  35. a25809d Add an arg to insertVal to allow us to prevent builtin types from being ignored by Chris Lattner · 24 years ago
  36. e5a57ee Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  37. 8b81bf5 Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  38. 793d678 Fix a bug when compiling 'shl ubyte * %var, ubyte 2' by Chris Lattner · 24 years ago
  39. 3805e4c Fixed a bug exposed when doing something like this: <program> -notanoption --help by Chris Lattner · 24 years ago
  40. b2d11ba Changed printValue() to print constant value if the value is a constant. by Ruchira Sasanka · 24 years ago
  41. 683847f *** empty log message *** by Ruchira Sasanka · 24 years ago
  42. 2233a07 Doh! Wrong Optional flag. :( by Chris Lattner · 24 years ago
  43. 03fe1bd Add a comment indicating that there is documentation of the library by Chris Lattner · 24 years ago
  44. dc4693d Minor changes to implementation of CommandLine library to let users override by Chris Lattner · 24 years ago
  45. 1e78f36 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 24 years ago
  46. b49ff5c Doh! Wrong accessor. Caused 'can not read bytecode' errors. :( by Chris Lattner · 24 years ago
  47. 4bc3daa Eliminated the Unique class in favor of NonCopyable and NonCopyableV by Chris Lattner · 24 years ago
  48. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  49. dbab15a Initial checkin by Chris Lattner · 24 years ago
  50. 75279cc Clean up hash table usage by Chris Lattner · 24 years ago
  51. 6c5a32d Removal of the redundant CompileContext wrapper by Chris Lattner · 24 years ago
  52. 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 24 years ago
  53. a285043 Remove dependence on command line library. Silly anyway. by Chris Lattner · 24 years ago
  54. aceb913 Privatize LLCOptions. It had no business being visible to the entire program. by Chris Lattner · 24 years ago
  55. 68498ce Eliminate lots of unnecessary #includes and forward decls by Chris Lattner · 24 years ago
  56. 942d99e Eliminate many unneccesary #includes by Chris Lattner · 24 years ago
  57. 51a9ad9 Make code fit in 80 columns more by Chris Lattner · 24 years ago
  58. 36765b0 Remove unneccesary #includes by Chris Lattner · 24 years ago
  59. 5773896 Exterminate nasty Cisms by Chris Lattner · 24 years ago
  60. e23fb7c Refer to include/llvm/CodeGen not Codegen by Chris Lattner · 24 years ago
  61. ea1c7b6 Make sure we build all of the code! by Chris Lattner · 24 years ago
  62. 7e583cf Renamed include/llvm/Codegen to include/llvm/CodeGen by Chris Lattner · 24 years ago
  63. f9be9a9 Fix code to be in a consistent style by Chris Lattner · 24 years ago
  64. cfad5df Remove getTempValuesForMachineCode from the Instruction interface by Chris Lattner · 24 years ago
  65. d9c0344 Moved LLC subdir to the tools top level directory by Chris Lattner · 24 years ago
  66. d7fa0fd Add new ctor for ConstPoolBool by Chris Lattner · 24 years ago
  67. 1a2cefc Add new constructor for const pool bool by Chris Lattner · 24 years ago
  68. f59bd53 Add support for casts by Chris Lattner · 24 years ago
  69. 7e314d2 Add support for casting operators by Chris Lattner · 24 years ago
  70. 19f31f2 More functionality, renamed API by Chris Lattner · 24 years ago
  71. 8ee0064 Utility routines for simpler access to the value of an integer constant. by Vikram S. Adve · 24 years ago
  72. 6beedac Program options class. by Vikram S. Adve · 24 years ago
  73. a21cf20 Description of the SPARC as a target architecture. by Vikram S. Adve · 24 years ago
  74. daae699 Base clas for a description of a target architecture. by Vikram S. Adve · 24 years ago
  75. 70bc4b5 Instruction selection via pattern matching on instruction trees using BURG. by Vikram S. Adve · 24 years ago
  76. 05f4745 *** empty log message *** by Vikram S. Adve · 24 years ago
  77. 4e1aeca Added CodeGen, LLC, and Support. by Vikram S. Adve · 24 years ago
  78. a4e6f88 Add isIntegral() method to SignedIntType and UnsignedIntType. by Vikram S. Adve · 24 years ago
  79. d01d99b Compute and cache information about the storage size and layout by Vikram S. Adve · 24 years ago
  80. 6575a1d Provide uniform access to the pointer operand and to the index by Vikram S. Adve · 24 years ago
  81. 3344615 Added a representation of the machine instructions generated by Vikram S. Adve · 24 years ago
  82. 369bbeb Start of expression analysis support by Chris Lattner · 24 years ago
  83. 37bf630 Implement ensureTypeAvailable Implement ConstPoolInt class by Chris Lattner · 24 years ago
  84. b5bcbc3 Add support for constant propogation of multiplies by Chris Lattner · 24 years ago
  85. 622f740 Factor out WriteAsOperand. by Chris Lattner · 24 years ago
  86. 698b56e Add a comment. by Chris Lattner · 24 years ago
  87. a137f87 Add multiply as a supported constant propogation operation by Chris Lattner · 24 years ago
  88. 7f6330c Fix nasty typo by Chris Lattner · 24 years ago
  89. bc7135f Support external methods by Chris Lattner · 24 years ago
  90. 739a56d Implement forward/external declarations for methods. by Chris Lattner · 24 years ago
  91. e181564 Implement forward/external declarations for methods. Also, emit an error if a method by Chris Lattner · 24 years ago
  92. a59c266 Add support for assembly printing fp constants by Chris Lattner · 24 years ago
  93. ff5ecce Add support to the bytecode writer to recognize floating point constants by Chris Lattner · 24 years ago
  94. a137530 Add support to the bytecode reader to recognize floating point constants by Chris Lattner · 24 years ago
  95. 3d52b2f Add support to the parser to recognize floating point constants by Chris Lattner · 24 years ago
  96. a3d3c2b * ValueHolder now takes 3 arguments by Chris Lattner · 24 years ago
  97. 3b7bfdb Add knowledge about the struct form of the GetElementPtr instruction by Chris Lattner · 24 years ago
  98. 20a155f Remove dependency on the structure of ValueHolder. by Chris Lattner · 24 years ago
  99. e545981 * The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 24 years ago
  100. 54d56e3 The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 24 years ago