| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bitcode: Don't expose WriteBitcodeToStream to clients. | Daniel Dunbar | 2012-02-29 | 1 | -4/+0 |
* | Bitcode/BitstreamReader.h: Tweak for big endian hosts. | NAKAMURA Takumi | 2012-02-07 | 1 | -4/+6 |
* | System headers after llvm headers. | Nick Lewycky | 2012-02-06 | 1 | -1/+1 |
* | Enable streaming of bitcode | Derek Schuff | 2012-02-06 | 2 | -52/+86 |
* | [unwind removal] Remove a the obsolete 'unwind' enum value. | Bill Wendling | 2012-02-06 | 1 | -1/+1 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 3 | -7/+5 |
* | Add bitcode reader and writer support for ConstantDataAggregate, which | Chris Lattner | 2012-01-30 | 1 | -1/+2 |
* | The iteration order over a std::set<Module*> depends on the addresses of the | Rafael Espindola | 2012-01-23 | 1 | -1/+1 |
* | Add 'llvm_unreachable' to passify GCC's understanding of the constraints | Chandler Carruth | 2012-01-10 | 1 | -0/+2 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -1/+0 |
* | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman | 2011-12-17 | 1 | -1/+1 |
* | Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre... | Chad Rosier | 2011-12-14 | 1 | -6/+2 |
* | Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file and | Chad Rosier | 2011-12-12 | 1 | -2/+6 |
* | Fix 80-column. | Chad Rosier | 2011-12-08 | 1 | -1/+3 |
* | Fix comments. | Chad Rosier | 2011-12-08 | 1 | -1/+1 |
* | Fix comments. | Chad Rosier | 2011-12-07 | 1 | -1/+1 |
* | Begin adding experimental support for preserving use-list ordering of bitcode | Chad Rosier | 2011-12-07 | 1 | -1/+7 |
* | remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b... | Chris Lattner | 2011-11-27 | 1 | -10/+5 |
* | Remove some cruft from the BitcodeWriter, while still maintaining backward | Chad Rosier | 2011-11-03 | 1 | -2/+4 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -2/+3 |
* | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 1 | -1/+5 |
* | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -1/+2 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -5/+3 |
* | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -1/+24 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -2/+3 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -1/+19 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -20/+37 |
* | fix a really bad bug that would cause nested cursors to break, | Chris Lattner | 2011-07-09 | 1 | -0/+1 |
* | Enhance the sanity check for block sizes; check that the resulting pointer is | Nick Lewycky | 2011-06-25 | 1 | -2/+4 |
* | Drop the "2" suffix on some enums. | Chris Lattner | 2011-06-17 | 1 | -3/+3 |
* | remove support for a bunch of obsolete instruction encodings | Chris Lattner | 2011-06-17 | 1 | -11/+6 |
* | Remove some "2" suffixes from the metadata enums now that "1" is gone. | Chris Lattner | 2011-06-17 | 1 | -4/+4 |
* | remove bitcode reader support for LLVM 2.7 metadata encoding. | Chris Lattner | 2011-06-17 | 1 | -8/+4 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Revert r129235 pending a vetting of the EH rewrite. | Bill Wendling | 2011-04-10 | 1 | -3/+2 |
* | Beginning of the Great Exception Handling Rewrite. | Bill Wendling | 2011-04-10 | 1 | -2/+3 |
* | Revert PathV2 changes, as sys::fs::unique_file is not finished yet. | Dan Gohman | 2011-03-01 | 1 | -3/+2 |
* | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 1 | -4/+4 |
* | UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T... | Michael J. Spencer | 2011-01-16 | 1 | -2/+3 |
* | Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa... | Michael J. Spencer | 2011-01-16 | 1 | -3/+2 |
* | Archive: Fix spelling. | Michael J. Spencer | 2011-01-15 | 1 | -3/+3 |
* | Archive: Replace all internal uses of PathV1 with PathV2. The external API st... | Michael J. Spencer | 2011-01-15 | 1 | -2/+3 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 2 | -2/+2 |
* | Remove tabs. | Bill Wendling | 2010-10-06 | 1 | -2/+2 |