summaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
Commit message (Expand)AuthorAge
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-17
* Remove the LLVM specific archive index.Rafael Espindola2013-06-14
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* Rewrite assert to avoid warning when the record element type is byte-sized.Jordan Rose2013-05-09
* Whitespace cleanupJoe Abbey2013-04-01
* use memcpy instead of dubious union to type pun two values,Chris Lattner2013-02-13
* Add code for emitting the attribute groups.Bill Wendling2013-02-10
* ok, ok, stop fighting type punning warnings by just using a union.Chris Lattner2013-02-10
* hopefully "really" fix a type punning warning by defining the buffer asChris Lattner2013-02-10
* attempt to defeat a gcc warning that is breaking a -Werror buildbot.Chris Lattner2013-02-10
* This is the correct version of r174802.Chris Lattner2013-02-09
* Fix a nasty off-by one error that only manifests with 64-bit word size (which isChris Lattner2013-02-09
* Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner2013-02-09
* recommit r173072 (preparing bitstream reader to read a machine word at a time,Chris Lattner2013-02-09
* Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling2013-02-04
* r173072 is causing some regressions on big endian hosts, I don't have time to...Chris Lattner2013-01-21
* rework the Bitstream reader to actually work a machine word at a time, instea...Chris Lattner2013-01-21
* Fix a heinous inefficiency introduced in r149918, wherein reading each byte of aChris Lattner2013-01-21
* rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...Chris Lattner2013-01-21
* trivial micro-optimization: lazily call the virtual method instead of eagerly...Chris Lattner2013-01-20
* switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner2013-01-20
* add an option to not auto-process abbreviations in advance()Chris Lattner2013-01-20
* stringref'ize readRecord and properly capitalize it. Add a compatibility met...Chris Lattner2013-01-20
* move some private methods out of line, add a skipRecord() method.Chris Lattner2013-01-20
* add some optional flags to affect the way advance works.Chris Lattner2013-01-19
* Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner2013-01-19
* BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner2013-01-19
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman2012-12-09
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-28
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Fast-math flags for the bitcodeMichael Ilseman2012-11-27
* Code Custodian:Joe Abbey2012-11-25
* Remove trailing whitespaceMichael Ilseman2012-11-15
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-11
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-05
* [ms-inline asm] Add support for the nsdialect keyword in the BitcodeChad Rosier2012-09-05
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* Pacify PVS-Studio by changing the type rather than doing a cast, a tweakDuncan Sands2012-08-21
* PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if theDuncan Sands2012-08-21
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-10
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-20
* revert r156383: removal of TYPE_CODE_FUNCTION_OLDNuno Lopes2012-05-23
* remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma...Nuno Lopes2012-05-08