aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader
Commit message (Expand)AuthorAgeFilesLines
* Add support to the bytecode reader/writer for the new linkage typesChris Lattner2003-04-162-14/+42
* Add new linkage types to support a real frontendChris Lattner2003-04-162-4/+12
* * Bug fixes:Chris Lattner2003-03-193-172/+207
* Infrastructure for more compact bytecode files and REAL support for versioningChris Lattner2003-03-062-9/+47
* s/Method/Function in variable and method namesChris Lattner2003-03-063-16/+16
* Continue simplifying error handling, s/method/functionChris Lattner2003-03-062-60/+48
* Cleanup error handling constructsChris Lattner2003-03-061-37/+47
* Pull common code outChris Lattner2003-03-061-16/+14
* Use the std namespace explicitlyChris Lattner2003-03-063-47/+41
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-2/+2
* - Fix a really nasty bug in the bytecode reader that caused it to failChris Lattner2002-10-231-10/+11
* Wow, for some reason, when reading bytecode from stdin, we were only readingChris Lattner2002-10-221-1/+1
* There is no way to guarantee that constants are not forward referenced.Chris Lattner2002-10-143-29/+37
* - Change Function's so that their argument list is populated when they areChris Lattner2002-10-131-8/+3
* - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner2002-10-131-2/+2
* Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemi...Anand Shukla2002-09-201-1/+1
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-131-2/+8
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-4/+4
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-221-1/+1
* Emit an obnoxious warning message for bytecode that includes load/storeChris Lattner2002-08-213-10/+34
* Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llxChris Lattner2002-08-191-1/+2
* Turn off a debugging optimization that just slows bytecode reading downChris Lattner2002-08-181-1/+1
* Fix stupid oversight of missing #include.Chris Lattner2002-08-171-0/+1
* - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner2002-08-174-378/+292
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-142-8/+4
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-22/+22
* Break line to fit 80 columnsChris Lattner2002-07-251-1/+2
* *** empty log message ***Chris Lattner2002-07-231-2/+0
* ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner2002-07-181-2/+2
* added std:: to pairAnand Shukla2002-07-161-0/+1
* added std:: to vectorAnand Shukla2002-07-161-2/+2
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-142-38/+112
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-141-32/+111
* Convert tabs to spacesChris Lattner2002-06-301-4/+4
* changes to make it compatible with 64bit gccAnand Shukla2002-06-252-9/+11
* MEGAPATCH checkin.Chris Lattner2002-06-251-3/+2
* Fix constness problems now that the cast operators preserve the constnessChris Lattner2002-06-052-5/+5
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-062-2/+2
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-292-2/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-282-2/+2
* Remove unneccesary #includeChris Lattner2002-04-281-1/+0
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+2
* llvm/Assembly/Writer.h is unneccesary except for extreme outputChris Lattner2002-04-081-2/+1
* Enable better debug output. When debugging the type system, print out theChris Lattner2002-04-071-1/+3
* s/MethodType/FunctionTypeChris Lattner2002-04-041-6/+6
* Add debug supportChris Lattner2002-04-041-0/+4
* s/Method/FunctionChris Lattner2002-03-293-24/+24
* Change references from Method to FunctionChris Lattner2002-03-261-4/+4
* Rename Method to FunctionChris Lattner2002-03-231-6/+0
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1