- 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
- e98dda6 Added some comments, preparing to add global variables and method prototypes by Chris Lattner · 24 years ago
- 644dc17 * The parent of a constant pool is a SymTabValue, not a value. by Chris Lattner · 24 years ago
- dc4c3f2 Made the following changes: by Chris Lattner · 24 years ago
- d8c2e42 Add DebugValue member. by Chris Lattner · 24 years ago
- c262f72 Don't clean out the type plane of the constant pool... this is a hack. FIXME by Chris Lattner · 24 years ago
- 8896eda Make sure that types go in the constant pool if they are used. by Chris Lattner · 24 years ago
- ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 24 years ago
- 0bd654a Implement checking for new instructions by Chris Lattner · 24 years ago
- 027dcc5 Implemented shl, shl, & load instructions by Chris Lattner · 24 years ago
- 71496b3 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 24 years ago
- 72f1e99 Use the CDG to mark branches alive on demand. by Chris Lattner · 24 years ago
- 3590830 Fixed post dominator frontiers! Yaay! by Chris Lattner · 24 years ago
- 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 24 years ago
- 6bcc031 Removing unnecesary file by Chris Lattner · 24 years ago
- 9f3d276 Convert BinaryOperand and UnaryOperator to only take instruction types of by Chris Lattner · 24 years ago
- a41f50d Broad superficial changes: by Chris Lattner · 24 years ago
- c8b25d4 Changed the fundemental architecture of Operands for Instructions. Now by Chris Lattner · 24 years ago
- f0d0e9c Changed memory reference instructions to store the result as the implicit by Chris Lattner · 24 years ago
- 3fa0bc4 Fixed some error messages to be nicer by Chris Lattner · 24 years ago
- 63a0b2a Add method to unify all exit nodes of a method by Chris Lattner · 24 years ago
- 94108ab Implement support for postdominators, except in dom frontiers by Chris Lattner · 24 years ago
- d818312 Update to include right file by Chris Lattner · 24 years ago
- e685023 IntervalPartition was changed to inherit from vector<Interval*> instead of by Chris Lattner · 24 years ago
- 3d98049 Code got moved from the lib/Assembly/Writer/IntervalWriter.cpp file to by Chris Lattner · 24 years ago
- 347bfda Add printing code for dominator info by Chris Lattner · 24 years ago
- 1715229 Checkin of new dominator calculation routines. These will be improved in by Chris Lattner · 24 years ago
- bd4996a Moved deleter to include/llvm/Tools/STLExtras.h by Chris Lattner · 24 years ago
- 02e90d5 Initial checkin. Should print dead instructions, except it doesn't do by Chris Lattner · 24 years ago
- 49c8f64 Rename DoSparseConditionalConstantProp -> DoSCCP by Chris Lattner · 24 years ago
- 7e02b7e Optimizations got their own header files by Chris Lattner · 24 years ago
- 28bf86a Implement reduceApply method by Chris Lattner · 24 years ago
- a7e2611 Add a new pop_back() method by Chris Lattner · 24 years ago