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