summaryrefslogtreecommitdiff
path: root/docs/BitCodeFormat.rst
AgeCommit message (Expand)Author
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-12-07Update BitCodeFormat.Evgeniy Stepanov
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne
2017-04-03Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.Peter Collingbourne
2016-10-14[docs] Update some obsolete information in BitCodeFormat docs.Mehdi Amini
2016-07-19This code block breaks the docs build (http://lab.llvm.org:8011/builders/llvm...Aaron Ballman
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-05-31Add support for metadata attachments for global variables.Peter Collingbourne
2016-05-17docs: Update and clean up BitCodeFormat.rst.Peter Collingbourne
2016-04-05Swift Calling Convention: add swiftcc.Manman Ren
2016-02-29Rename embedded bitcode section in MachOSteven Wu
2015-12-04[CXX TLS calling convention] Add CXX TLS calling convention.Manman Ren
2015-09-12Fix typos.Bruce Mitchener
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-02-04Misc documentation/comment fixes.Peter Collingbourne
2014-12-03Prologue supportPeter Collingbourne
2014-09-18Fix sphinx warning.Peter Collingbourne
2014-09-18LTO: introduce object file-based on-disk module format.Peter Collingbourne
2014-05-09Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola
2014-03-13Test commit - remove trailing whitespaceStephan Tolksdorf
2014-01-31[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner
2014-01-17Add two new calling conventions for runtime callsJuergen Ributzka
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck
2014-01-11[anyregcc] Fix callee-save mask for anyregccJuergen Ributzka
2013-09-16Implement function prefix data as an IR feature.Peter Collingbourne
2013-01-11docs: Fix long standing linking antipattern.Sean Silva
2012-11-20Better 80cols... *sigh*Joe Abbey
2012-11-20Fixing a broken link.Joe Abbey
2012-10-15Fix a typo in bitcode docs, from 165814.Jan Wen Voung
2012-10-12Add bitcode instruction encoding documentation for module versionJan Wen Voung
2012-06-28Sphinxify the bitcode format document.Bill Wendling