oota-llvm.git
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-25 Chris LattnerFix a bug when compiling 'shl ubyte * %var, ubyte 2'
2001-07-25 Chris LattnerFilter out noncore stuff
2001-07-25 Chris LattnerFixed a bug exposed when doing something like this...
2001-07-24 Ruchira SasankaChanged printValue() to print constant value if the...
2001-07-24 Ruchira Sasanka*** empty log message ***
2001-07-23 Chris LattnerDoh! Wrong Optional flag. :(
2001-07-23 Chris LattnerAdd a comment indicating that there is documentation...
2001-07-23 Chris LattnerInitial checking of some rough documentation for comman...
2001-07-23 Chris LattnerChange option name slightly
2001-07-23 Chris LattnerMinor changes to implementation of CommandLine library...
2001-07-23 Chris LattnerAdd a missing </a> tag
2001-07-23 Chris LattnerUse the new Alias command line option
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris LattnerDoh! Wrong accessor. Caused 'can not read bytecode...
2001-07-23 Chris Lattner-help is verbose enough that we don't need this anymore
2001-07-23 Chris LattnerEliminated the Unique class in favor of NonCopyable...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerInitial checkin
2001-07-23 Chris LattnerFix coding style issues to actually attempt to be somew...
2001-07-23 Chris LattnerNonpolymorphic class, doesn't need a virtual dtor!
2001-07-23 Chris LattnerClean up hash table usage
2001-07-23 Chris LattnerRemoval of the redundant CompileContext wrapper
2001-07-23 Chris LattnerVerbosify descriptions
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-22 Chris LattnerRemove dependence on command line library. Silly anyway.
2001-07-22 Chris LattnerMake it pickier
2001-07-22 Chris LattnerAdd flag for emacs so it realizes it's C++ code
2001-07-22 Chris LattnerNew test case
2001-07-22 Chris LattnerPrivatize LLCOptions. It had no business being visible...
2001-07-22 Chris LattnerMove private header into private directory
2001-07-22 Chris LattnerConvert from using C style char*'s to strings.
2001-07-22 Chris LattnerRemove String file some more
2001-07-22 Chris LattnerRemove stringutils.h file
2001-07-22 Chris LattnerDestroy the StringUtils.h file
2001-07-21 Chris LattnerEliminate lots of unnecessary #includes and forward...
2001-07-21 Chris LattnerEliminate many unneccesary #includes
2001-07-21 Chris LattnerMake code fit in 80 columns more
2001-07-21 Chris LattnerRemove unneccesary #includes
2001-07-21 Chris LattnerExterminate nasty Cisms
2001-07-21 Chris LattnerRefer to include/llvm/CodeGen not Codegen
2001-07-21 Chris LattnerInstructions for use
2001-07-21 Chris LattnerMake sure we build all of the code!
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Chris LattnerFix code to be in a consistent style
2001-07-21 Chris LattnerMore minor reorganizations
2001-07-21 Chris LattnerRemove getTempValuesForMachineCode from the Instruction...
2001-07-21 Chris LattnerFilter out the sparc.burm.c file
2001-07-21 Chris LattnerMoved LLC subdir to the tools top level directory
2001-07-21 Chris LattnerMake the makefile work
2001-07-21 Chris LattnerAdd new ctor for ConstPoolBool
2001-07-21 Chris LattnerAdd new constructor for const pool bool
2001-07-21 Chris LattnerAdd support for casts
2001-07-21 Chris LattnerAdd support for casting operators
2001-07-21 Chris LattnerSupport changed expression api
2001-07-21 Chris LattnerMore functionality, renamed API
2001-07-21 Chris LattnerMoved isIntegral to the Type system
2001-07-21 Chris LattnerAutodep functionality broken. Remove so we get success...
2001-07-21 Vikram S. AdveVersion of testmemory to test alloca, load and store.
2001-07-21 Vikram S. AdveUsed a bigger constant in loopfunc.ll that doesn't...
2001-07-21 Vikram S. AdveUtility routines for simpler access to the value of...
2001-07-21 Vikram S. AdveProgram options class.
2001-07-21 Vikram S. AdveDriver and options for the llc compiler.
2001-07-21 Vikram S. AdveDescription of the SPARC as a target architecture.
2001-07-21 Vikram S. AdveBase clas for a description of a target architecture.
2001-07-21 Vikram S. AdveInstruction selection via pattern matching on instructi...
2001-07-21 Vikram S. Adve*** empty log message ***
2001-07-21 Vikram S. AdveAdded CodeGen, LLC, and Support.
2001-07-21 Vikram S. AdveGeneral support utilities like a program options class...
2001-07-21 Vikram S. AdveCompileContext and options class for the llc compiler.
2001-07-21 Vikram S. AdveHeader files for the target architecture description...
2001-07-21 Vikram S. AdveAdded support for getting the dependence of an executab...
2001-07-21 Vikram S. AdveAdd isIntegral() method to SignedIntType and UnsignedIn...
2001-07-20 Vikram S. AdveProvide simpler ways to extract the value of an integer...
2001-07-20 Vikram S. AdveCompute and cache information about the storage size...
2001-07-20 Vikram S. AdveProvide uniform access to the pointer operand and to...
2001-07-20 Vikram S. AdveAdded a representation of the machine instructions...
2001-07-20 Chris LattnerStart of expression analysis support
2001-07-20 Chris LattnerHeader to raise and lower representation
2001-07-20 Chris LattnerAdd support to call LevelRaise
2001-07-20 Chris LattnerUpdate makefile for more accurate deps
2001-07-20 Chris LattnerImplement ensureTypeAvailable
2001-07-20 Chris LattnerAdd support for constant propogation of multiplies
2001-07-20 Chris LattnerFactor out WriteAsOperand.
2001-07-20 Chris LattnerAdd a comment.
2001-07-20 Chris LattnerAdd multiply as a supported constant propogation operation
2001-07-20 Chris LattnerNew function: WriteAsOperand.
2001-07-20 Chris LattnerAdd new base class ConstPoolInt, useful for dealing...
2001-07-20 Chris LattnerAdd new method, ensureTypeAvailable
2001-07-20 Chris LattnerChange is*Type to be a casting convertion operator
2001-07-20 Chris LattnerAdd an function to BinaryOperator to swap the two operands
2001-07-20 Chris LattnerAdd short forms of the get*Type methods.
2001-07-20 Chris LattnerFix nasty typo
2001-07-18 Chris LattnerFix clean target
2001-07-18 Chris LattnerCompile source files in alphabetical order
2001-07-16 Chris LattnerFixed typo in comment
2001-07-15 Chris LattnerSupport external methods
2001-07-15 Chris LattnerNew test case for prototype support
2001-07-15 Vikram S. AdveReordered link line for correct static linking.
next