summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/Reader.h
Commit message (Expand)AuthorAgeFilesLines
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-0/+9
* For PR1146:Reid Spencer2007-04-091-0/+4
* the bytecode reader supports dematerializeFunctionChris Lattner2007-03-291-4/+22
* Use a SmallVector to reduce heap traffic. This speeds up bcreader 10%Chris Lattner2007-02-131-1/+1
* avoid creating a temporary string when reading the symbol table for aChris Lattner2007-02-121-0/+1
* move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. NowChris Lattner2007-02-071-8/+0
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-4/+3
* Move compressor out of the core Reader.cpp file.Chris Lattner2007-02-071-0/+4
* Eliminate std::vectors from the bcanalyzer interface.Chris Lattner2007-02-071-2/+2
* For PR411:Reid Spencer2007-02-051-3/+5
* Bye, Bye Compaction Tables. The benefit compaction tables provides doesn'tReid Spencer2007-01-301-26/+0
* For PR1064:Reid Spencer2007-01-121-0/+14
* For PR411:Reid Spencer2007-01-061-2/+6
* Remove backwards compatibility goop. This is now handled by llvm-upgrade.Reid Spencer2006-12-031-38/+0
* For PR950:Reid Spencer2006-11-271-6/+7
* Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer2006-11-141-75/+2
* For PR998:Reid Spencer2006-11-111-1/+1
* Bump the bytecode version number to 7. Implement upgrade of version 6 andReid Spencer2006-11-081-7/+17
* For PR950:Reid Spencer2006-10-261-0/+19
* Fix massive resource leaks in the bytecode reader. Reading a bytecode fileChris Lattner2006-10-121-6/+6
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-011-1/+1
* For PR797:Reid Spencer2006-08-251-19/+8
* For PR797:Reid Spencer2006-08-221-3/+8
* Fix a bug in my previous patch which broke building llvm/runtime when using l...Chris Lattner2006-07-071-1/+1
* Change the ModuleProvider interface to not throw exceptions.Chris Lattner2006-07-061-5/+20
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-271-3/+3
* add bc reader/writer support for inline asmChris Lattner2006-01-251-2/+2
* Add a flag to identify bytecode files that have intrinsic functions thatReid Spencer2006-01-191-0/+7
* Use a map to cache the ModuleType information, so we can do logarithmicChris Lattner2005-10-031-0/+6
* This is a dummy, it doesn't matter what the ValueType isChris Lattner2005-08-161-1/+1
* remove some dead (always dynamically false) flagsChris Lattner2005-05-061-15/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-28/+28
* Adjust to changes in User class and minor changes in instruction ctors.Chris Lattner2005-01-291-8/+13
* Remove a dead field, make the map go to integer type ID to hash better andChris Lattner2004-12-091-2/+2
* Cleanups. Null out pointer after freeing it for paranoiaChris Lattner2004-11-151-5/+5
* Simplify handling of decompressionReid Spencer2004-11-141-15/+4
* Add comments per CL code review.Reid Spencer2004-11-071-2/+6
* Add support for compressed bytecodeReid Spencer2004-11-061-2/+15
* Add support for undef, unreachable, and function flagsChris Lattner2004-10-161-3/+15
* Fit to 80 colsChris Lattner2004-10-141-7/+6
* Add boolean file format flags in preparation for version 5 bytecode.Reid Spencer2004-08-211-3/+18
* Bytecode File Format Changes:Reid Spencer2004-08-171-2/+5
* Make getGlobalTableValue not use getTypeSlot, this speeds up the bc readerChris Lattner2004-08-041-2/+3
* Do not do a linear std::find to reconstruct information we had, but later threwChris Lattner2004-08-031-12/+14
* Don't create a backwards compatibility flag for something that was aReid Spencer2004-07-251-4/+0
* bug 263:Reid Spencer2004-07-251-0/+35
* User ValueListTy as the type of the ValueList. This avoides the ValueListReid Spencer2004-07-181-1/+1
* - Rename two methods to give them more meaningReid Spencer2004-07-111-2/+8
* Error Handling Cleanup:Reid Spencer2004-07-091-0/+2
* Remove definition and use of OtherVal enumerator. This just fixes a thinko.Reid Spencer2004-07-061-1/+1
OpenPOWER on IntegriCloud