2013-01-10 |
Jakub Staszak | Fix include guards so they exactly match file names. |
tree | commitdiff |
2012-12-09 |
Michael Ilseman | Have the bitcode reader/writer just use FPMathOperator... |
tree | commitdiff |
2012-12-03 |
Chandler Carruth | Sort the #include lines for the include/... tree with... |
tree | commitdiff |
2012-11-28 |
Bill Wendling | Add back support for reading and parsing 'deplibs'. |
tree | commitdiff |
2012-11-27 |
Bill Wendling | Remove the dependent libraries feature. |
tree | commitdiff |
2012-11-27 |
Michael Ilseman | Fast-math flags for the bitcode |
tree | commitdiff |
2012-11-25 |
Joe Abbey | Code Custodian: |
tree | commitdiff |
2012-11-15 |
Michael Ilseman | Remove trailing whitespace |
tree | commitdiff |
2012-10-11 |
Jan Wen Voung | Change encoding of instruction operands in bitcode... |
tree | commitdiff |
2012-09-27 |
Sylvestre Ledru | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviatio... |
tree | commitdiff |
2012-09-27 |
Sylvestre Ledru | Fix a typo 'iff' => 'if' |
tree | commitdiff |
2012-09-18 |
Craig Topper | Mark unimplemented copy constructors and copy assignmen... |
tree | commitdiff |
2012-09-17 |
Craig Topper | Mark unimplemented copy constructors and copy assignmen... |
tree | commitdiff |
2012-09-05 |
Chad Rosier | [ms-inline asm] Enumerate the InlineAsm dialects and... |
tree | commitdiff |
2012-09-05 |
Chad Rosier | [ms-inline asm] Add support for the nsdialect keyword... |
tree | commitdiff |
2012-08-23 |
Dmitri Gribenko | Fix a bunch of -Wdocumentation warnings. |
tree | commitdiff |
2012-08-21 |
Duncan Sands | Pacify PVS-Studio by changing the type rather than... |
tree | commitdiff |
2012-08-21 |
Duncan Sands | PVS-Studio noticed that EmitVBR64 would perform undefin... |
tree | commitdiff |
2012-08-10 |
Rafael Espindola | Remove references to compression in llvm-ar. It has... |
tree | commitdiff |
2012-06-20 |
Chandler Carruth | Remove 'static' from inline functions defined in header... |
tree | commitdiff |
2012-05-23 |
Nuno Lopes | revert r156383: removal of TYPE_CODE_FUNCTION_OLD |
tree | commitdiff |
2012-05-08 |
Nuno Lopes | remove TYPE_CODE_FUNCTION_OLD type code. it is no longe... |
tree | commitdiff |
2012-03-21 |
Jan Sjödin | Fix windows compilation warning. Patch by Micah. |
tree | commitdiff |
2012-03-03 |
Benjamin Kramer | Enable the small vector POD optimization for BitCodeAbb... |
tree | commitdiff |
2012-02-29 |
Daniel Dunbar | BitstreamWriter: Use SmallVector::append instead of... |
tree | commitdiff |
2012-02-29 |
Daniel Dunbar | BitstreamWriter: Change primary output buffer to be... |
tree | commitdiff |
2012-02-29 |
Daniel Dunbar | BitstreamWriter: Isolate access to the underlying buffer. |
tree | commitdiff |
2012-02-29 |
Daniel Dunbar | BitcodeWriter: Expose less implementation details ... |
tree | commitdiff |
2012-02-29 |
Daniel Dunbar | Bitcode: Don't expose WriteBitcodeToStream to clients. |
tree | commitdiff |
2012-02-07 |
NAKAMURA Takumi | Bitcode/BitstreamReader.h: Tweak for big endian hosts. |
tree | commitdiff |
2012-02-06 |
Nick Lewycky | System headers after llvm headers. |
tree | commitdiff |
2012-02-06 |
Derek Schuff | Enable streaming of bitcode |
tree | commitdiff |
2012-02-06 |
Bill Wendling | [unwind removal] Remove a the obsolete 'unwind' enum... |
tree | commitdiff |
2012-02-05 |
Craig Topper | Convert assert(0) to llvm_unreachable |
tree | commitdiff |
2012-01-30 |
Chris Lattner | Add bitcode reader and writer support for ConstantDataA... |
tree | commitdiff |
2012-01-23 |
Rafael Espindola | The iteration order over a std::set<Module*> depends... |
tree | commitdiff |
2012-01-10 |
Chandler Carruth | Add 'llvm_unreachable' to passify GCC's understanding... |
tree | commitdiff |
2012-01-10 |
David Blaikie | Remove unnecessary default cases in switches that cover... |
tree | commitdiff |
2011-12-17 |
Dan Gohman | The powers that be have decided that LLVM IR should... |
tree | commitdiff |
2011-12-14 |
Chad Rosier | Per discussion on the list, remove BitcodeVerify pass... |
tree | commitdiff |
2011-12-12 |
Chad Rosier | Begin sketching out a bitcode verifier pass. Idea... |
tree | commitdiff |
2011-12-08 |
Chad Rosier | Fix 80-column. |
tree | commitdiff |
2011-12-08 |
Chad Rosier | Fix comments. |
tree | commitdiff |
2011-12-07 |
Chad Rosier | Fix comments. |
tree | commitdiff |
2011-12-07 |
Chad Rosier | Begin adding experimental support for preserving use... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove support for reading llvm 2.9 .bc files. LLVM... |
tree | commitdiff |
2011-11-03 |
Chad Rosier | Remove some cruft from the BitcodeWriter, while still... |
tree | commitdiff |
2011-08-12 |
Bill Wendling | Initial commit of the 'landingpad' instruction. |
tree | commitdiff |
2011-08-09 |
Eli Friedman | Representation of 'atomic load' and 'atomic store'... |
tree | commitdiff |
2011-07-31 |
Bill Wendling | Add the 'resume' instruction for the new EH rewrite. |
tree | commitdiff |
2011-07-30 |
Bill Wendling | Revert r136253, r136263, r136269, r136313, r136325... |
tree | commitdiff |
2011-07-28 |
Eli Friedman | LangRef and basic memory-representation/reading/writing... |
tree | commitdiff |
2011-07-27 |
Bill Wendling | Merge the contents from exception-handling-rewrite... |
tree | commitdiff |
2011-07-25 |
Eli Friedman | Initial implementation of 'fence' instruction, the... |
tree | commitdiff |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
tree | commitdiff |
2011-07-09 |
Chris Lattner | fix a really bad bug that would cause nested cursors... |
tree | commitdiff |
2011-06-25 |
Nick Lewycky | Enhance the sanity check for block sizes; check that... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | Drop the "2" suffix on some enums. |
tree | commitdiff |
2011-06-17 |
Chris Lattner | remove support for a bunch of obsolete instruction... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | Remove some "2" suffixes from the metadata enums now... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | remove bitcode reader support for LLVM 2.7 metadata... |
tree | commitdiff |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
tree | commitdiff |
2011-04-10 |
Bill Wendling | Revert r129235 pending a vetting of the EH rewrite. |
tree | commitdiff |
2011-04-10 |
Bill Wendling | Beginning of the Great Exception Handling Rewrite. |
tree | commitdiff |
2011-03-01 |
Dan Gohman | Revert PathV2 changes, as sys::fs::unique_file is not... |
tree | commitdiff |
2011-02-06 |
Chris Lattner | enhance vmcore to know that udiv's can be exact, and... |
tree | commitdiff |
2011-01-16 |
Michael J. Spencer | UnRevert "Revert "Archive: Replace all internal uses... |
tree | commitdiff |
2011-01-16 |
Michael J. Spencer | Revert "Archive: Replace all internal uses of PathV1... |
tree | commitdiff |
2011-01-15 |
Michael J. Spencer | Archive: Fix spelling. |
tree | commitdiff |
2011-01-15 |
Michael J. Spencer | Archive: Replace all internal uses of PathV1 with PathV... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-10-06 |
Bill Wendling | Remove tabs. |
tree | commitdiff |
2010-10-06 |
Bill Wendling | Provide a fast "get me the target triple from the modul... |
tree | commitdiff |
2010-09-10 |
Dale Johannesen | Add X86 MMX type to bitcode and Type. |
tree | commitdiff |
2010-09-09 |
Dan Gohman | Discard metadata produced by LLVM 2.7. The value enumer... |
tree | commitdiff |
2010-09-02 |
Dan Gohman | Remove obsolete comments about throwing exceptions. |
tree | commitdiff |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
tree | commitdiff |
2010-08-18 |
Chris Lattner | don't emit zero bit fields with Emit, fixing undefined... |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Don't special-case stdout in llvm::WriteBitcodeToFile... |
tree | commitdiff |
2010-04-19 |
Benjamin Kramer | Don't write into MemoryBuffers. |
tree | commitdiff |
2010-04-03 |
Chris Lattner | Add special case bitcode support for DebugLoc. This... |
tree | commitdiff |
2010-02-12 |
Chris Lattner | Add support for a union type in LLVM IR. Patch by... |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-10 |
Victor Hernandez | Compute isFunctionLocal in MDNode ctor or via argument... |
tree | commitdiff |
2010-01-01 |
Ted Kremenek | Remove old header. |
tree | commitdiff |
2009-12-31 |
Ted Kremenek | Remove derelict serialization code. |
tree | commitdiff |
2009-12-15 |
Chris Lattner | Remove isPod() from DenseMapInfo, splitting it out... |
tree | commitdiff |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
tree | commitdiff |
2009-10-28 |
Chris Lattner | bitcode writer support for blockaddress. |
tree | commitdiff |
2009-10-28 |
Chris Lattner | rename indbr -> indirectbr to appease the residents... |
tree | commitdiff |
2009-10-27 |
Chris Lattner | Random updates to passes for indbr, I need blockaddress... |
tree | commitdiff |
2009-10-27 |
Chris Lattner | add enough support for indirect branch for the feature... |
tree | commitdiff |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
tree | commitdiff |
2009-09-18 |
Devang Patel | Write and read metadata attachments. |
tree | commitdiff |
2009-09-02 |
Dan Gohman | Add const qualifiers for isBitcodeWrapper, and add... |
tree | commitdiff |
2009-08-27 |
Gabor Greif | Clean up the minor mess I caused with removing iterator... |
tree | commitdiff |
2009-08-24 |
Daniel Dunbar | Add StringRef based APIs to BitstreamWriter. |
tree | commitdiff |
2009-08-24 |
Chris Lattner | remove the last *stream> #include from a public header. |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the std::ostream forms of the bitcode writing... |
tree | commitdiff |
next |