summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/InstructionReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Squelch compile-time warning (profile build).Misha Brukman2004-04-281-1/+1
* Fix warning building in optimized modeChris Lattner2004-04-271-0/+1
* Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner2004-04-051-4/+29
* Remove a bunch of cruft that was used to be backwards compatible with the lastChris Lattner2004-04-031-61/+18
* Read select instrs from bytecodeChris Lattner2004-03-121-0/+5
* Start using the new and improve interface to FunctionType argumentsChris Lattner2004-02-091-10/+10
* Change all of the bytecode reader primitives to throw exceptions instead ofChris Lattner2004-01-151-14/+6
* Inching our way towards fixing PR82Chris Lattner2004-01-091-1/+4
* Minor efficiency improvements, finegrainify namespacificationChris Lattner2003-11-191-11/+16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-2/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-1/+1
* * New revised variable argument handling supportChris Lattner2003-10-181-50/+127
* Reserve space for PHI nodes when we read them in. This provides a VERYChris Lattner2003-10-091-0/+1
* Use the version of getValue that takes the type plane instead of the typeChris Lattner2003-10-091-16/+16
* Pass a vector around to reduce dynamic allocationChris Lattner2003-10-091-11/+13
* Major refactoring of the bytecode reader. This includes the followingChris Lattner2003-10-091-242/+140
* Significantly clean up parsing of instructions. This exceptionizes andChris Lattner2003-10-091-138/+103
* This patch substantially simplifies and cleans up handling of basic blocksChris Lattner2003-10-081-20/+17
* Various cleanups and simplifications. This speeds up reading a bytecode fileChris Lattner2003-10-081-18/+18
* Stop returning bool and pass Instruction by reference;Misha Brukman2003-09-231-133/+144
* Fixed spelling and grammar.Misha Brukman2003-09-111-1/+1
* Fix bugChris Lattner2003-09-081-1/+2
* Add support for the unwind instructionChris Lattner2003-09-081-0/+3
* Read volatile loads/storesChris Lattner2003-09-081-2/+4
* Remove a gross hack that was there to support bytecode files that are over a ...Chris Lattner2003-09-081-63/+10
* Fix reading of invoke instrsChris Lattner2003-09-051-22/+23
* Whoa, we were misreading invoke instructions "normal" destinations quite badly.Chris Lattner2003-09-051-2/+2
* Rename SwitchInst::dest_push_back -> addCaseChris Lattner2003-08-231-2/+2
* Fix bug: Assembler/2003-06-17-InvokeDisassemble.llxChris Lattner2003-06-171-10/+14
* Eliminate the uchar typedef, use unsigned char explicitlyChris Lattner2003-05-221-2/+4
* Add support for the new va_arg instructionChris Lattner2003-05-081-1/+5
* Use the std namespace explicitlyChris Lattner2003-03-061-31/+29
* - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner2002-10-131-2/+2
* 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-211-8/+30
* - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner2002-08-171-59/+58
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-141-7/+2
* Fix constness problems now that the cast operators preserve the constnessChris Lattner2002-06-051-4/+4
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-1/+1
* s/MethodType/FunctionTypeChris Lattner2002-04-041-6/+6
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+5
* Add pointer indexing supportChris Lattner2001-12-141-9/+12
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-4/+4
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-1/+1
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-3/+3
* Implement array indexingChris Lattner2001-11-261-26/+47
* Remove debug info :(Chris Lattner2001-11-121-3/+1
OpenPOWER on IntegriCloud