| Commit message (Expand) | Author | Age | Files | Lines |
* | use memcpy instead of dubious union to type pun two values, | Chris Lattner | 2013-02-13 | 1 | -8/+9 |
* | Add code for emitting the attribute groups. | Bill Wendling | 2013-02-10 | 1 | -8/+8 |
* | ok, ok, stop fighting type punning warnings by just using a union. | Chris Lattner | 2013-02-10 | 1 | -6/+9 |
* | hopefully "really" fix a type punning warning by defining the buffer as | Chris Lattner | 2013-02-10 | 1 | -3/+4 |
* | attempt to defeat a gcc warning that is breaking a -Werror buildbot. | Chris Lattner | 2013-02-10 | 1 | -1/+1 |
* | This is the correct version of r174802. | Chris Lattner | 2013-02-09 | 1 | -2/+2 |
* | Fix a nasty off-by one error that only manifests with 64-bit word size (which is | Chris Lattner | 2013-02-09 | 1 | -1/+1 |
* | Fix the underlying problem that was causing read(0) to be called: sometimes the | Chris Lattner | 2013-02-09 | 1 | -2/+2 |
* | recommit r173072 (preparing bitstream reader to read a machine word at a time, | Chris Lattner | 2013-02-09 | 1 | -21/+51 |
* | Initial cleanups of the param-attribute code in the bitcode reader/writer. | Bill Wendling | 2013-02-04 | 1 | -1/+6 |
* | r173072 is causing some regressions on big endian hosts, I don't have time to... | Chris Lattner | 2013-01-21 | 1 | -49/+21 |
* | rework the Bitstream reader to actually work a machine word at a time, instea... | Chris Lattner | 2013-01-21 | 1 | -21/+49 |
* | Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a | Chris Lattner | 2013-01-21 | 1 | -6/+0 |
* | rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ... | Chris Lattner | 2013-01-21 | 1 | -3/+3 |
* | trivial micro-optimization: lazily call the virtual method instead of eagerly... | Chris Lattner | 2013-01-20 | 1 | -2/+1 |
* | switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of | Chris Lattner | 2013-01-20 | 1 | -16/+1 |
* | add an option to not auto-process abbreviations in advance() | Chris Lattner | 2013-01-20 | 1 | -4/+11 |
* | stringref'ize readRecord and properly capitalize it. Add a compatibility met... | Chris Lattner | 2013-01-20 | 1 | -2/+13 |
* | move some private methods out of line, add a skipRecord() method. | Chris Lattner | 2013-01-20 | 1 | -26/+9 |
* | add some optional flags to affect the way advance works. | Chris Lattner | 2013-01-19 | 1 | -4/+9 |
* | Add a new BitstreamEntry concept, and add two helper methods for walking | Chris Lattner | 2013-01-19 | 1 | -6/+91 |
* | BitstreamReader hasn't aged well. It's been hacked on by various people and | Chris Lattner | 2013-01-19 | 1 | -226/+12 |
* | Fix include guards so they exactly match file names. | Jakub Staszak | 2013-01-10 | 3 | -6/+6 |
* | Have the bitcode reader/writer just use FPMathOperator's fast math enum directly | Michael Ilseman | 2012-12-09 | 1 | -10/+0 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
* | Add back support for reading and parsing 'deplibs'. | Bill Wendling | 2012-11-28 | 1 | -0/+3 |
* | Remove the dependent libraries feature. | Bill Wendling | 2012-11-27 | 1 | -1/+0 |
* | Fast-math flags for the bitcode | Michael Ilseman | 2012-11-27 | 1 | -0/+10 |
* | Code Custodian: | Joe Abbey | 2012-11-25 | 4 | -71/+72 |
* | Remove trailing whitespace | Michael Ilseman | 2012-11-15 | 1 | -8/+8 |
* | Change encoding of instruction operands in bitcode binaries to be relative | Jan Wen Voung | 2012-10-11 | 1 | -1/+1 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -7/+7 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -7/+7 |
* | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper | 2012-09-18 | 1 | -3/+3 |
* | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper | 2012-09-17 | 1 | -3/+3 |
* | [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to | Chad Rosier | 2012-09-05 | 1 | -1/+1 |
* | [ms-inline asm] Add support for the nsdialect keyword in the Bitcode | Chad Rosier | 2012-09-05 | 1 | -2/+5 |
* | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko | 2012-08-23 | 1 | -4/+4 |
* | Pacify PVS-Studio by changing the type rather than doing a cast, a tweak | Duncan Sands | 2012-08-21 | 1 | -1/+1 |
* | PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the | Duncan Sands | 2012-08-21 | 1 | -1/+3 |
* | Remove references to compression in llvm-ar. It has been a long time since we | Rafael Espindola | 2012-08-10 | 1 | -15/+7 |
* | Remove 'static' from inline functions defined in header files. | Chandler Carruth | 2012-06-20 | 1 | -9/+9 |
* | revert r156383: removal of TYPE_CODE_FUNCTION_OLD | Nuno Lopes | 2012-05-23 | 1 | -0/+3 |
* | remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma... | Nuno Lopes | 2012-05-08 | 1 | -3/+0 |
* | Fix windows compilation warning. Patch by Micah. | Jan Sjödin | 2012-03-21 | 1 | -1/+1 |
* | Enable the small vector POD optimization for BitCodeAbbrevOp. | Benjamin Kramer | 2012-03-03 | 1 | -1/+3 |
* | BitstreamWriter: Use SmallVector::append instead of multiple push_back calls. | Daniel Dunbar | 2012-02-29 | 1 | -4/+6 |
* | BitstreamWriter: Change primary output buffer to be a SmallVector instead of an | Daniel Dunbar | 2012-02-29 | 1 | -2/+3 |
* | BitstreamWriter: Isolate access to the underlying buffer. | Daniel Dunbar | 2012-02-29 | 1 | -20/+32 |
* | BitcodeWriter: Expose less implementation details -- make BackpatchWord private | Daniel Dunbar | 2012-02-29 | 1 | -11/+9 |