aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2003-10-09Major refactoring of the bytecode reader. This includes the followingChris Lattner
2003-10-09Significantly clean up parsing of instructions. This exceptionizes andChris Lattner
2003-10-09Eliminate the instruction placeholder. Simplify a bunch of code.Chris Lattner
2003-10-09Eliminate the old LateResolveValues data structure, replacing it with aChris Lattner
2003-10-09Remove a dead methodChris Lattner
2003-10-08This patch substantially simplifies and cleans up handling of basic blocksChris Lattner
2003-10-08Inline the postResolveValues method. It was poorly named anywayChris Lattner
2003-10-08Various cleanups and simplifications. This speeds up reading a bytecode fileChris Lattner
2003-10-08Destroy allocated resources on exception.Misha Brukman
2003-10-06All of our supported operating systems (so far) and FreeBSD technicallyBrian Gaeke
2003-10-04Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner
2003-10-04Transform two methods to return pointers directly instead of returning themChris Lattner
2003-10-04Use V for values, not D.Chris Lattner
2003-10-04Do not leak the ModuleProvider if releaseModule() throws.Chris Lattner
2003-10-02There is no need for BytecodeParser to be an AbstractTypeUser. Instead, itChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-09-26Just rethrow previous exception instead of making a new oneChris Lattner
2003-09-25Define the instance variable Buffer, not the automatic variable Buffer.Chris Lattner
2003-09-24Fix alignment problemChris Lattner
2003-09-24Actually assign the string correctly through the std::string pointer.Misha Brukman
2003-09-24* Eliminate BytecodeBufferReader::Length member variableMisha Brukman
2003-09-23Added code that ensures that we pass the beginning of the data buffer toJohn Criswell
2003-09-23Stop returning bool and pass Instruction by reference;Misha Brukman
2003-09-23Suggestions made by Chris:Misha Brukman
2003-09-23* Group class definitions & implementations togetherMisha Brukman
2003-09-23* Constantify arguments to copy functionMisha Brukman
2003-09-22Removed no longer used member variable.Misha Brukman
2003-09-22Added file header comment.Misha Brukman
2003-09-22Update file header for renamed fileChris Lattner
2003-09-22* Cleaned up code:Misha Brukman
2003-09-15Fix a spello Misha made while fixing one of my appostrificationsChris Lattner
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-09-08Fix bugChris Lattner
2003-09-08Add support for the unwind instructionChris Lattner
2003-09-08Read volatile loads/storesChris Lattner
2003-09-08Remove a gross hack that was there to support bytecode files that are over a ...Chris Lattner
2003-09-08Add support for writing volatile load/storesChris Lattner
2003-09-05Fix reading of invoke instrsChris Lattner
2003-09-05Whoa, we were misreading invoke instructions "normal" destinations quite badly.Chris Lattner
2003-09-04Non-functional changeChris Lattner
2003-09-03Avoid printing meaningless numbersChris Lattner
2003-09-03Follow the pattern of all other atu'sChris Lattner
2003-08-24Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner
2003-08-23Rename SwitchInst::dest_push_back -> addCaseChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-07-23Remove redundant const qualifiers from cast<> expressionsChris Lattner
2003-07-23Remove explicit const qualifiersChris Lattner
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-18Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner