summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer
Commit message (Expand)AuthorAgeFilesLines
* Prologue supportPeter Collingbourne2014-12-032-5/+20
* Add and use Type::subtypes. NFC.Rafael Espindola2014-11-241-3/+2
* Pass a reference to ValueEnumerator.Rafael Espindola2014-11-173-37/+36
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-112-5/+5
* IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()Duncan P. N. Exon Smith2014-11-032-5/+5
* IR: Reorder metadata bitcode serialization, NFCDuncan P. N. Exon Smith2014-10-211-12/+14
* IR: Remove dead code in metadata bitcode writing, NFCDuncan P. N. Exon Smith2014-10-213-16/+12
* correct const-ness with auto and dyn_castSanjay Patel2014-10-151-3/+3
* Use 'auto' for easier reading; no functional change intended.Sanjay Patel2014-10-151-6/+3
* Introduce LLVMWriteBitcodeToMemoryBuffer C API function.Peter Collingbourne2014-10-141-0/+8
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-3/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* UseListOrder: Handle self-usersDuncan P. N. Exon Smith2014-07-311-3/+3
* UseListOrder: Don't give constant IDs to GlobalValuesDuncan P. N. Exon Smith2014-07-311-3/+6
* UseListOrder: Visit global valuesDuncan P. N. Exon Smith2014-07-301-4/+3
* Reapply "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith2014-07-301-14/+55
* UseListOrder: Fix undefined behaviourDuncan P. N. Exon Smith2014-07-301-2/+7
* Revert "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith2014-07-291-55/+14
* UseListOrder: Order GlobalValue uses after initializersDuncan P. N. Exon Smith2014-07-291-14/+55
* UseListOrder: Create a struct around OrderMap, NFCDuncan P. N. Exon Smith2014-07-291-1/+9
* IR: Create the use-list order shuffle vector in-placeDuncan P. N. Exon Smith2014-07-291-4/+3
* Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith2014-07-291-0/+3
* IR: Optimize size of use-list order shuffle vectorsDuncan P. N. Exon Smith2014-07-281-6/+5
* Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith2014-07-283-94/+234
* Bitcode: Don't optimize constants when preserving use-list orderDuncan P. N. Exon Smith2014-07-251-0/+6
* IPO: Add use-list-order verifierDuncan P. N. Exon Smith2014-07-251-7/+2
* Add a dereferenceable attributeHal Finkel2014-07-181-0/+2
* Rename AlignAttribute to IntAttributeHal Finkel2014-07-181-1/+1
* Roundtrip the inalloca bit on allocas through bitcodeReid Kleckner2014-07-161-2/+9
* IR: Add COMDATs to the IRDavid Majnemer2014-06-273-1/+54
* Convert a few loops to use ranges.Rafael Espindola2014-06-171-18/+15
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-0/+1
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-2/+2
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+2
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-281-1/+3
* Convert a few loops to use ranges.Rafael Espindola2014-05-261-54/+51
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-201-0/+2
* [IR] Make {extract,insert}element accept an index of any integer type.Michael J. Spencer2014-05-011-2/+4
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-241-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-1/+1
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-2/+0
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-1/+3
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-092-14/+6
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-19/+9
* Store a DataLayout in Module.Rafael Espindola2014-02-251-3/+3
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-4/+15
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-15/+4
OpenPOWER on IntegriCloud