aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-184-9/+25
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-092-5/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-235-61/+78
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-026-232/+207
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-9/+16
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-294-14/+15
* Update to LLVM 3.5a.Stephen Hines2014-04-245-21/+65
* Add addrspacecast instruction.Matt Arsenault2013-11-151-1/+2
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-231-1/+2
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-261-0/+41
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-171-524/+0
* Remove the LLVM specific archive index.Rafael Espindola2013-06-141-19/+4
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-3/+2
* Rewrite assert to avoid warning when the record element type is byte-sized.Jordan Rose2013-05-091-1/+2
* Whitespace cleanupJoe Abbey2013-04-012-19/+19
* use memcpy instead of dubious union to type pun two values,Chris Lattner2013-02-131-8/+9
* Add code for emitting the attribute groups.Bill Wendling2013-02-101-8/+8
* ok, ok, stop fighting type punning warnings by just using a union.Chris Lattner2013-02-101-6/+9
* hopefully "really" fix a type punning warning by defining the buffer asChris Lattner2013-02-101-3/+4
* attempt to defeat a gcc warning that is breaking a -Werror buildbot.Chris Lattner2013-02-101-1/+1
* This is the correct version of r174802.Chris Lattner2013-02-091-2/+2
* Fix a nasty off-by one error that only manifests with 64-bit word size (which isChris Lattner2013-02-091-1/+1
* Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner2013-02-091-2/+2
* recommit r173072 (preparing bitstream reader to read a machine word at a time,Chris Lattner2013-02-091-21/+51
* Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling2013-02-041-1/+6
* r173072 is causing some regressions on big endian hosts, I don't have time to...Chris Lattner2013-01-211-49/+21
* rework the Bitstream reader to actually work a machine word at a time, instea...Chris Lattner2013-01-211-21/+49
* Fix a heinous inefficiency introduced in r149918, wherein reading each byte of aChris Lattner2013-01-211-6/+0
* rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...Chris Lattner2013-01-211-3/+3
* trivial micro-optimization: lazily call the virtual method instead of eagerly...Chris Lattner2013-01-201-2/+1
* switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner2013-01-201-16/+1
* add an option to not auto-process abbreviations in advance()Chris Lattner2013-01-201-4/+11
* stringref'ize readRecord and properly capitalize it. Add a compatibility met...Chris Lattner2013-01-201-2/+13
* move some private methods out of line, add a skipRecord() method.Chris Lattner2013-01-201-26/+9
* add some optional flags to affect the way advance works.Chris Lattner2013-01-191-4/+9
* Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner2013-01-191-6/+91
* BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner2013-01-191-226/+12
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-103-6/+6
* Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman2012-12-091-10/+0
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-281-0/+3
* Remove the dependent libraries feature.Bill Wendling2012-11-271-1/+0
* Fast-math flags for the bitcodeMichael Ilseman2012-11-271-0/+10
* Code Custodian:Joe Abbey2012-11-254-71/+72
* Remove trailing whitespaceMichael Ilseman2012-11-151-8/+8
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-111-1/+1
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-7/+7
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-7/+7
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-3/+3