Simplify code
[oota-llvm.git] / lib / Bytecode /
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-23 Chris LattnerRemove explicit const qualifiers
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-06-17 Chris LattnerFix bug: Assembler/2003-06-17-InvokeDisassemble.llx
2003-05-22 Chris LattnerFix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx
2003-05-22 Chris LattnerDo not assert fail or crash when a bytecode parse fails!
2003-05-22 Chris LattnerEliminate the uchar typedef, use unsigned char explicitly
2003-05-12 Chris LattnerFix Bug: Assembler/2003-05-12-MinIntProblem.llx
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
2003-04-23 Misha BrukmanFixed 'prevalent'.
2003-04-22 Chris LattnerAdd support for reading and writing pointersize/endiann...
2003-04-22 Chris LattnerPreserve module source information in the ModuleID
2003-04-19 Chris LattnerInitial support for reading standard .a files
2003-04-19 Chris LattnerAdd support for reading unaligned bytecode buffers
2003-04-18 Chris LattnerFix a big bad bug I checked in yesterday :(
2003-04-16 Chris LattnerAdd support to the bytecode reader/writer for the new...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-03-19 Chris Lattner* Change the order that globals and constants are proce...
2003-03-19 Chris LattnerChanges to the V2 bytecode format:
2003-03-19 Chris Lattner* Bug fixes:
2003-03-06 Chris LattnerInfrastructure for more compact bytecode files and...
2003-03-06 Chris Lattners/Method/Function in variable and method names
2003-03-06 Chris LattnerContinue simplifying error handling, s/method/function
2003-03-06 Chris LattnerCleanup error handling constructs
2003-03-06 Chris LattnerPull common code out
2003-03-06 Chris LattnerUse the std namespace explicitly
2003-01-21 Chris LattnerDon't keep track of # big vs #small instructions seperately
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-23 Chris Lattner - Fix a really nasty bug in the bytecode reader that...
2002-10-22 Chris LattnerWow, for some reason, when reading bytecode from stdin...
2002-10-14 Chris LattnerClean up code a bit, no functionality changes.
2002-10-14 Chris LattnerThere is no way to guarantee that constants are not...
2002-10-14 Chris LattnerMinor cleanups, no changes to functionality
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-20 Anand ShuklaChanged uchar to unsigned char in function ParseBytecod...
2002-09-14 Misha BrukmanOn the quest of eliminating unnecessary includes.
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-21 Chris LattnerEmit an obnoxious warning message for bytecode that...
2002-08-19 Chris LattnerFix bug: test/Regression/Assembler/2002-08-19-BytecodeR...
2002-08-18 Chris LattnerTurn off a debugging optimization that just slows bytec...
2002-08-17 Chris LattnerFix stupid oversight of missing #include.
2002-08-17 Chris Lattner - Finally nailed: test/Regression/Assembler/2002...
2002-08-14 Chris LattnerRemove support for Not ConstantExpr. This simplifies...
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-26 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerBreak line to fit 80 columns
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerRegister the WriteBytecodePass
2002-07-23 Chris Lattner*** empty log message ***
2002-07-18 Chris LattnerConstExpr::getelementptr now takes a vector of Constant...
2002-07-16 Anand Shuklaadded std:: to pair
2002-07-16 Anand Shuklaadded std:: to vector
2002-07-14 Vikram S. AdveAdd support for writing ConstantExpr nodes.
2002-07-14 Vikram S. AdveWrite out the plane for types first, since values of...
2002-07-14 Vikram S. AdveUse a helper function outputConstantsInPlane in outputC...
2002-07-14 Vikram S. AdveAdd support for reading ConstantExpr nodes.
2002-07-14 Vikram S. AdveAdd support for reading ConstantExpr nodes.
2002-06-30 Chris LattnerConvert tabs to spaces
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-05 Chris LattnerFix constness problem
2002-06-05 Chris LattnerFix constness problems now that the cast operators...
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerRemove unneccesary #include
2002-04-18 Chris LattnerMake debugging code not use getStrValue
2002-04-16 Chris LattnerRemove old frivolous uses of getStrValue in a debugging...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerUse opaque decl instead of #include
2002-04-08 Chris Lattners/method/function
2002-04-08 Chris Lattnerllvm/Assembly/Writer.h is unneccesary except for extrem...
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-07 Chris LattnerEnable better debug output. When debugging the type...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-04 Chris LattnerAdd debug support
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-26 Chris LattnerRemove unneccesary forward declarations for classes
2002-03-23 Chris LattnerRename Method to Function
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-21 Chris LattnerChuck fixed the GCC problems so this hack is now unnecc...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
2001-12-14 Chris LattnerAdd pointer indexing support
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-29 Chris LattnerMove support directory
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement internal method support
next