aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* PR12696: Attribute bits above 1<<30 are not encoded in bitcodeMeador Inge2012-05-281-14/+2
* Random BitcodeReader cleanups.Benjamin Kramer2012-05-281-49/+25
* PR1255: Case RangesStepan Dyatkovskiy2012-05-281-4/+7
* switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner2012-05-281-1/+1
* revert r156383: removal of TYPE_CODE_FUNCTION_OLDNuno Lopes2012-05-231-0/+20
* SwitchInst cosmetics: renamed "Hash" method to "hash"Stepan Dyatkovskiy2012-05-141-1/+1
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-121-7/+75
* remove autoupgrade code for old function attributes format.Nuno Lopes2012-05-081-31/+1
* remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma...Nuno Lopes2012-05-081-20/+0
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-081-75/+7
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-081-7/+75
* Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcodeDerek Schuff2012-02-291-0/+6
* Enable streaming of bitcodeDerek Schuff2012-02-061-65/+140
* [unwind removal] Remove the 'unwind' instruction parsing bits.Bill Wendling2012-02-061-4/+0
* Test commit; also removes some trailing whitespaceDerek Schuff2012-02-061-3/+3
* Improve the bitcode reader's handling of constant strings to useChris Lattner2012-02-051-22/+6
* Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner2012-01-301-0/+59
* smallvectorize.Chris Lattner2012-01-271-6/+6
* Extend Attributes to 64 bitsKostya Serebryany2012-01-201-11/+13
* Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola2012-01-021-0/+10
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-171-1/+6
* Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier2011-12-071-0/+51
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-271-3/+0
* remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supportsChris Lattner2011-11-271-3/+0
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-271-274/+0
* Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier2011-11-031-2/+38
* Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for ...Bill Wendling2011-10-051-0/+3
* Fix a typo in the bitcode reader in the handling of atomic stores. Reported ...Eli Friedman2011-09-191-1/+1
* Don't forget to add the landingpad and resume instructions to the Instruction...Bill Wendling2011-09-011-0/+2
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-121-0/+38
* switch to use the new api for structtypes.Chris Lattner2011-08-121-6/+6
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-091-2/+47
* Fix 80-column violations.Chad Rosier2011-08-091-3/+3
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-0/+8
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-40/+0
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-0/+59
* The personality function should be a Function* and not just a Value*.Bill Wendling2011-07-281-1/+2
* Make sure that the landingpad instruction takes a Constant* as the clause's v...Bill Wendling2011-07-281-1/+1
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-0/+39
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-0/+33
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-1/+1
* Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.Jay Foad2011-07-211-4/+3
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-4/+3
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-181-4/+4
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-45/+45
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-3/+2
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-131-4/+2
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-2/+2
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-2/+2
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-2/+2