Kill warning when compiling in optimized mode
[oota-llvm.git] / include / llvm / Bytecode /
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
2003-09-30 Chris LattnerStandardize header file comments
2003-09-22 Misha BrukmanAdded doxygen comments for the streaming module provider.
2003-09-22 Misha BrukmanAdded functions to perform streaming function loading...
2003-09-22 Misha BrukmanConverted tabs to spaces.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-06-11 John CriswellChanged the LITTLE_ENDIAN and BIG_ENDIAN macros to...
2003-05-06 Chris LattnerFix memory corruption problem
2003-04-22 Chris LattnerAdd information about the module source
2003-04-19 Chris LattnerAdd prototype to read .a files
2003-03-19 Chris LattnerAdd new chunk type
2003-03-06 Chris LattnerGeneralize interface a bit
2002-10-25 Chris LattnerFix typo
2002-09-17 Chris LattnerFix namespace correctness bug
2002-07-23 Chris LattnerAdd a version of the bytecode writer pass that has...
2002-07-21 Anand Shuklachanged first arg of parseBytecodeBuffer to unsigned...
2002-07-21 Anand Shuklachanged first arg og parseBytecodeBuffer to uchar
2002-07-17 Chris LattnerFix prototype to make function.
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris Lattner*** empty log message ***
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-03-29 Chris Lattners/Method/Function
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-18 Chris Lattnerinitial checkin
2001-09-07 Chris LattnerUse a deque instead of a vector for greater efficiency...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-15 Chris LattnerAdd support to write and read a fixed amount of raw...
2001-06-06 Chris LattnerInitial revision