aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-232-3/+3
* Remove explicit const qualifiersChris Lattner2003-07-231-10/+10
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-304-12/+12
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-182-2/+2
* Fix bug: Assembler/2003-06-17-InvokeDisassemble.llxChris Lattner2003-06-171-10/+14
* Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llxChris Lattner2003-05-221-16/+25
* Do not assert fail or crash when a bytecode parse fails!Chris Lattner2003-05-222-0/+4
* Eliminate the uchar typedef, use unsigned char explicitlyChris Lattner2003-05-224-38/+56
* Fix Bug: Assembler/2003-05-12-MinIntProblem.llxChris Lattner2003-05-121-9/+3
* Add support for the new va_arg instructionChris Lattner2003-05-082-5/+9
* Fixed 'prevalent'.Misha Brukman2003-04-232-2/+2
* Add support for reading and writing pointersize/endianness to and from bytecodeChris Lattner2003-04-222-2/+7
* Preserve module source information in the ModuleIDChris Lattner2003-04-224-13/+19
* Initial support for reading standard .a filesChris Lattner2003-04-192-0/+332
* Add support for reading unaligned bytecode buffersChris Lattner2003-04-191-0/+11
* Fix a big bad bug I checked in yesterday :(Chris Lattner2003-04-181-1/+1
* Add support to the bytecode reader/writer for the new linkage typesChris Lattner2003-04-163-20/+48
* Add new linkage types to support a real frontendChris Lattner2003-04-162-4/+12
* * Change the order that globals and constants are processed inChris Lattner2003-03-191-36/+45
* Changes to the V2 bytecode format:Chris Lattner2003-03-193-48/+54
* * 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
* Don't keep track of # big vs #small instructions seperatelyChris Lattner2003-01-211-8/+3
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-203-12/+9
* - 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
* Clean up code a bit, no functionality changes.Chris Lattner2002-10-141-10/+10
* There is no way to guarantee that constants are not forward referenced.Chris Lattner2002-10-143-29/+37
* Minor cleanups, no changes to functionalityChris Lattner2002-10-141-9/+8
* - 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
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-012-5/+5
* Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemi...Anand Shukla2002-09-201-1/+1
* On the quest of eliminating unnecessary includes.Misha Brukman2002-09-141-2/+0
* 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-3/+4