Add #include <cstdlib> and abort() to silence a warning
[oota-llvm.git] / lib / Bytecode / Reader /
2004-07-27 Chris LattnerSimplify code and silence warning
2004-07-25 Chris LattnerFix a serious bug in the double constant reader. In...
2004-07-25 Reid SpencerAlways write FP values correctly.
2004-07-25 Reid SpencerDon't create a backwards compatibility flag for somethi...
2004-07-25 Reid Spencerbug 263:
2004-07-18 Reid SpencerUser ValueListTy as the type of the ValueList. This...
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-14 Brian GaekeActually set the endian/pointersize flags on the module...
2004-07-13 Brian GaekeFix warning on SparcV9, where sizeof (int) != sizeof...
2004-07-11 Reid SpencerVarious cleanups:
2004-07-11 Reid Spencer- Rename two methods to give them more meaning
2004-07-10 Reid SpencerMake the VBRSavings percentage make sense (as a fractio...
2004-07-09 Reid SpencerError Handling Cleanup:
2004-07-09 Reid SpencerFix a backwards compatibility bug found by Tanya. In...
2004-07-06 Reid SpencerRemove definition and use of OtherVal enumerator. This...
2004-07-05 Reid SpencerFinalize bytecode dumping. The "handleFinish" method...
2004-07-04 Reid Spencer- Don't use macros to call the BytecodeHandler
2004-07-04 Reid Spencer- Make ValueList an "OtherVal" user of Values to ensure...
2004-07-04 Reid SpencerRemove tabs. Move function declaration to Reader.h...
2004-07-04 Reid SpencerAdd #include <iostream> which is needed now that Value...
2004-07-04 Reid SpencerExcise tabs.
2004-06-29 Reid SpencerRemove files no longer needed. ConstantReader and Instr...
2004-06-29 Reid SpencerThis is a slimming down of the previous ReaderInternals...
2004-06-29 Reid SpencerMAJOR REWRITE.
2004-06-29 Reid SpencerAdjustments to allow Bytecode Reading to support the...
2004-06-29 Reid SpencerMerge Dumper.cpp and AnalyzerWrappers.cpp into this...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-11 Reid SpencerImplement tracking of bytecode instruction size and...
2004-06-11 Reid SpencerRevert an unneeded interface change to Instruction.h
2004-06-10 Reid SpencerRemove tabs.
2004-06-10 Reid SpencerImplement detailed function level data collection and...
2004-06-10 Reid SpencerAdjust prototypes to new Handler interface.
2004-06-10 Reid SpencerMake the parser deal with functions instead of just...
2004-06-10 Reid SpencerDoxygenize a comment.
2004-06-10 Reid SpencerImplemented the bulk of the functionality. Cleaned...
2004-06-09 Reid SpencerCleanup alignment of output.
2004-06-09 Reid SpencerImplement analysis output. Don't dump function details...
2004-06-09 Reid SpencerImplement some rudimentary analysis.
2004-06-09 Reid SpencerClean up indentation of file body output.
2004-06-09 Reid SpencerMove parsing details to Parser.cpp.
2004-06-09 Reid SpencerBring some things out of header files that belong only...
2004-06-08 Reid SpencerFix the bug that was preventing the parser from working...
2004-06-08 Reid SpencerAdjust what's included to compensate for changes in...
2004-06-08 Reid SpencerMerged BytecodeHandler.h into Parser.h since the parser...
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...
2004-05-28 Chris LattnerUse the new FileUtilities.h API for mapping a file...
2004-04-28 Misha BrukmanSquelch compile-time warning (profile build).
2004-04-27 Chris LattnerFix warning building in optimized mode
2004-04-05 Chris LattnerImplement support for a new LLVM 1.3 bytecode format...
2004-04-03 Chris LattnerRemove a bunch of cruft that was used to be backwards...
2004-03-31 Brian GaekeUse the true, decoded name of the archive member in...
2004-03-31 Chris LattnerAdd support for reading constantexpr select instructions
2004-03-29 Chris LattnerMake error message a bit nicer.
2004-03-12 Chris LattnerRead select instrs from bytecode
2004-02-09 Chris LattnerThis debugging hook is no longer needed.
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-01-21 Misha BrukmanImplement ModuleProvider::materializeModule() by only...
2004-01-20 Chris LattnerFix PR212 - Bytecode reader misreads 'long -92233720368...
2004-01-20 Chris LattnerFix bogus warning and simplify code
2004-01-20 Chris LattnerBugfixes for dealing with partially compactified functions
2004-01-18 Chris LattnerSave another 30K from 176.gcc by encoding the compactio...
2004-01-18 Chris LattnerAdd support for reading bytecode files with compactiont...
2004-01-17 Chris LattnerBytecode format for LLVM 1.2 no longer explicitly encod...
2004-01-15 Chris LattnerAllow bytecode files to refer directly to global values...
2004-01-15 Chris LattnerFix more breakage with string change.
2004-01-15 Chris LattnerFix PR73
2004-01-15 Chris LattnerFix brokenness in my last checking
2004-01-15 Chris LattnerChange all of the bytecode reader primitives to throw...
2004-01-14 Chris LattnerVersion 1.2 now supports encoding strings as a special...
2004-01-14 Chris LattnerLike output_data, it's obvious that input_data was...
2004-01-14 Chris LattnerRemove support for the pre-1.0 bytecode version #1...
2004-01-12 Chris LattnerDon't use ConstantExpr::getShift anymore
2004-01-10 Chris Lattner* finegrainify namespacification of ArchiveReader.cpp
2004-01-09 Chris LattnerInching our way towards fixing PR82
2003-12-30 Chris Lattnerremove some useless #includes
2003-12-30 Chris LattnerUse new getFileSize function instead of sys/stat.h...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-26 Chris Lattnerminor cleanups
2003-12-22 John CriswellReverted back to revision 1.11. The previous fix doesn...
2003-12-20 John CriswellFix PR#193.
2003-12-17 Brian GaekeMake getObjectType() smarter about ranlibbed Mac OS...
2003-12-12 Brian GaekeThrow better error messages, by calling strerror(errno...
2003-12-11 Brian GaekeIn getObjectType(), doxygenify comment, and take a...
2003-12-01 Chris LattnerEmit & read more compressed bytecode by not emitting...
2003-11-19 Chris Lattner* Finegrainify namespacification
2003-11-19 Chris LattnerMinor efficiency improvements, finegrainify namespacifi...
2003-11-19 Chris LattnerIn the future, these slabs can be null...
2003-11-19 Chris LattnerMinor efficiency improvements all over. Finegrainify...
2003-11-19 Chris LattnerFine grainify namespacification, #include file that...
2003-11-19 Chris LattnerMinor speedup to do less linear time searches of infor...
2003-11-16 Brian GaekeImplement skeletal support for __.SYMDEF (ranlib) secti...
2003-11-14 Chris LattnerI can't believe the incompetence of the people I have...
2003-11-14 Chris LattnerFix PR 110: the constant folding code assumes that...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris Lattnerno need for endl
2003-11-05 Chris LattnerAdd support for constant expr shifts
2003-10-30 Alkis EvlogimenosPut DEBUG_OUTPUT at the top along with TRACE_LEVEL...
2003-10-21 John CriswellAdded LLVM copyright header.
next