summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader
Commit message (Expand)AuthorAge
* Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner2003-08-24
* Rename SwitchInst::dest_push_back -> addCaseChris Lattner2003-08-23
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-23
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-18
* Fix bug: Assembler/2003-06-17-InvokeDisassemble.llxChris Lattner2003-06-17
* Do not assert fail or crash when a bytecode parse fails!Chris Lattner2003-05-22
* Eliminate the uchar typedef, use unsigned char explicitlyChris Lattner2003-05-22
* Fix Bug: Assembler/2003-05-12-MinIntProblem.llxChris Lattner2003-05-12
* Add support for the new va_arg instructionChris Lattner2003-05-08
* Fixed 'prevalent'.Misha Brukman2003-04-23
* Add support for reading and writing pointersize/endianness to and from bytecodeChris Lattner2003-04-22
* Preserve module source information in the ModuleIDChris Lattner2003-04-22
* Initial support for reading standard .a filesChris Lattner2003-04-19
* Add support for reading unaligned bytecode buffersChris Lattner2003-04-19
* Fix a big bad bug I checked in yesterday :(Chris Lattner2003-04-18
* Add support to the bytecode reader/writer for the new linkage typesChris Lattner2003-04-16
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* * Bug fixes:Chris Lattner2003-03-19
* Infrastructure for more compact bytecode files and REAL support for versioningChris Lattner2003-03-06
* s/Method/Function in variable and method namesChris Lattner2003-03-06
* Continue simplifying error handling, s/method/functionChris Lattner2003-03-06
* Cleanup error handling constructsChris Lattner2003-03-06
* Pull common code outChris Lattner2003-03-06
* Use the std namespace explicitlyChris Lattner2003-03-06
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* - Fix a really nasty bug in the bytecode reader that caused it to failChris Lattner2002-10-23
* Wow, for some reason, when reading bytecode from stdin, we were only readingChris Lattner2002-10-22
* There is no way to guarantee that constants are not forward referenced.Chris Lattner2002-10-14
* - Change Function's so that their argument list is populated when they areChris Lattner2002-10-13
* - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner2002-10-13
* Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemi...Anand Shukla2002-09-20
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-13
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-22
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-22
* Emit an obnoxious warning message for bytecode that includes load/storeChris Lattner2002-08-21
* Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llxChris Lattner2002-08-19
* Turn off a debugging optimization that just slows bytecode reading downChris Lattner2002-08-18
* Fix stupid oversight of missing #include.Chris Lattner2002-08-17
* - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner2002-08-17
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-14
* Cleanup ConstantExpr handling:Chris Lattner2002-07-30
* Break line to fit 80 columnsChris Lattner2002-07-25
* *** empty log message ***Chris Lattner2002-07-23
* ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner2002-07-18
* added std:: to pairAnand Shukla2002-07-16
* added std:: to vectorAnand Shukla2002-07-16
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-14