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