summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert tabs to spacesChris Lattner2002-06-301-4/+4
| | | | llvm-svn: 2805
* changes to make it compatible with 64bit gccAnand Shukla2002-06-253-10/+12
| | | | llvm-svn: 2790
* MEGAPATCH checkin.Chris Lattner2002-06-254-45/+40
| | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2778
* Fix constness problemChris Lattner2002-06-051-2/+2
| | | | llvm-svn: 2759
* Fix constness problems now that the cast operators preserve the constnessChris Lattner2002-06-052-5/+5
| | | | | | of their argument llvm-svn: 2758
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-063-3/+3
| | | | llvm-svn: 2486
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-294-4/+0
| | | | llvm-svn: 2397
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-284-7/+6
| | | | llvm-svn: 2378
* Remove unneccesary #includeChris Lattner2002-04-281-1/+0
| | | | llvm-svn: 2352
* Make debugging code not use getStrValueChris Lattner2002-04-181-2/+1
| | | | llvm-svn: 2295
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-092-2/+3
| | | | | | be 'Argument' instead of FunctionArgument. llvm-svn: 2216
* s/method/functionChris Lattner2002-04-081-1/+1
| | | | llvm-svn: 2177
* llvm/Assembly/Writer.h is unneccesary except for extreme outputChris Lattner2002-04-081-2/+1
| | | | | | isLabelType is obsolete llvm-svn: 2176
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-072-14/+11
| | | | | | | because the slot calculator is already part of the VMCore library. * Rename incorporateMethod and purgeMethod to *Function llvm-svn: 2154
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-4/+4
| | | | | | | class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144
* Enable better debug output. When debugging the type system, print out theChris Lattner2002-04-071-1/+3
| | | | | | type tables after reading a bytecode file to make sure they are ok llvm-svn: 2126
* s/MethodType/FunctionTypeChris Lattner2002-04-042-8/+8
| | | | llvm-svn: 2115
* Add debug supportChris Lattner2002-04-041-0/+4
| | | | llvm-svn: 2105
* s/Method/FunctionChris Lattner2002-03-295-28/+28
| | | | llvm-svn: 2035
* Change references from Method to FunctionChris Lattner2002-03-262-12/+12
| | | | | | change references from MethodARgument to FunctionArgument llvm-svn: 1991
* Rename Method to FunctionChris Lattner2002-03-231-6/+0
| | | | llvm-svn: 1957
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
| | | | | | | Method::inst_* is now in llvm/Support/InstIterator.h GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h llvm-svn: 1746
* Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner2002-01-211-1/+0
| | | | llvm-svn: 1519
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-208-54/+64
| | | | llvm-svn: 1503
* Remove unsized array supportChris Lattner2001-12-142-9/+4
| | | | llvm-svn: 1461
* Add pointer indexing supportChris Lattner2001-12-141-9/+12
| | | | llvm-svn: 1460
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-045-12/+12
| | | | | | | Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-037-60/+59
| | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-034-7/+7
| | | | llvm-svn: 1405
* Move support directoryChris Lattner2001-11-291-1/+1
| | | | llvm-svn: 1401
* Implement internal method supportChris Lattner2001-11-264-10/+18
| | | | llvm-svn: 1374
* Implement array indexingChris Lattner2001-11-261-26/+47
| | | | llvm-svn: 1337
* Remove debug info :(Chris Lattner2001-11-121-3/+1
| | | | llvm-svn: 1280
* Fix bug in new assertionChris Lattner2001-11-121-4/+7
| | | | llvm-svn: 1279
* Add an assertion checkChris Lattner2001-11-121-0/+2
| | | | llvm-svn: 1276
* I don't know what I was thinkingChris Lattner2001-11-121-1/+1
| | | | llvm-svn: 1275
* Fix obscure nasty bug with bytecode writing that could cause the last byte ↵Chris Lattner2001-11-041-2/+5
| | | | | | to be dropped. llvm-svn: 1123
* Fix major bugs in type resolutionChris Lattner2001-11-031-2/+8
| | | | llvm-svn: 1092
* Frivolous cleanupsChris Lattner2001-10-241-18/+16
| | | | llvm-svn: 973
* Dang it, do NOT check in code that enables debugging. Bad chrisChris Lattner2001-10-241-1/+1
| | | | llvm-svn: 972
* Changes to get some meaningful feedback from the bytecode reader. At some ↵Chris Lattner2001-10-242-18/+56
| | | | | | point this stuff should all be exception driven, but for now it is not. llvm-svn: 970
* Oops, didn't mean to check in enabled debugging support. :(Chris Lattner2001-10-231-1/+1
| | | | llvm-svn: 962
* Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out ↵Chris Lattner2001-10-233-41/+65
| | | | | | to be an endian problem that only shows up with type 0 instructions in LARGE programs. llvm-svn: 961
* Allow unresolved/opaque types to be read and written to bytecode filesChris Lattner2001-10-231-0/+5
| | | | llvm-svn: 959
* Fix another annoying bug that took forever to track down. This one involves ↵Chris Lattner2001-10-231-0/+5
| | | | | | abstract type resolution at a bad time that broke symbol tables. llvm-svn: 958
* Fix problem with a cast instruction that must be expanded to type 0Chris Lattner2001-10-212-5/+16
| | | | llvm-svn: 929
* Dang, we were losing the Constant bit on globals. Fix thisChris Lattner2001-10-181-1/+1
| | | | llvm-svn: 885
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get ↵Chris Lattner2001-10-154-9/+9
| | | | | | tired typing that much llvm-svn: 822
* External methods shouldn't have argument listsChris Lattner2001-10-141-0/+4
| | | | llvm-svn: 807
* * Use new style casts moreChris Lattner2001-10-133-25/+41
| | | | | | | | * Add real support for global variable addresses initializing constants * Fix encoding/decoding of VarArgs calls * Support the Invoke instruction llvm-svn: 761
OpenPOWER on IntegriCloud