summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
...
* Have the inst emitter add the !srcloc mdnode to the machine instr.Chris Lattner2010-04-07
* various cleanups from danielChris Lattner2010-03-15
* tidy up and expound more on how half-float works.Chris Lattner2010-03-14
* Document fp16 intrinsicsAnton Korobeynikov2010-03-14
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-11
* Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng2010-03-08
* Add metadata example.Devang Patel2010-03-04
* attributes are not part of types anymore, patch by James Woodyatt!Chris Lattner2010-03-02
* PerformTailCallOpt was renamed to GuaranteedTailCallOpt toDan Gohman2010-03-02
* Fix spelling.Dan Gohman2010-03-01
* Fix HTML.Bill Wendling2010-02-25
* Fix a typo.Dan Gohman2010-02-25
* Clarify the description of pointer types, and move theDan Gohman2010-02-25
* Update LangRef to match the code; pointers default to being 64-bit.Dan Gohman2010-02-23
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-16
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-12
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* move "Metadata Nodes and Metadata Strings" section to the right place in theChris Lattner2010-01-15
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* mention that unwind isn't to be trusted, patch by Dustin LaurenceChris Lattner2010-01-15
* Add top level section for named metadata.Devang Patel2010-01-11
* Improve unclear bits and inaccuracies in structure and insertvalueJeffrey Yasskin2010-01-11
* Clarify the requirements for a "tail call" to actually be optimized into aJeffrey Yasskin2010-01-09
* improve documentation for linkonce to be less confusing.Chris Lattner2010-01-09
* Grammar thinko.Eric Christopher2010-01-08
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-05
* Update docs for bitcode changes. For object size checking we won'tEric Christopher2009-12-23
* More updates to objectsize intrinsic docs.Eric Christopher2009-12-05
* Update per Bill's comments. Work in progress.Eric Christopher2009-12-01
* First pass at llvm.objectsize documentation.Eric Christopher2009-11-30
* Vector types are no longer required to have a power-of-two length.Duncan Sands2009-11-27
* These code generator limitations have been removed.Duncan Sands2009-11-27
* The inbounds keyword isn't relevant to overindexing ofDan Gohman2009-11-09
* Remove the "special case" for zero-length arrays, and rephrase thisDan Gohman2009-11-09
* add the ability for TargetData to return information about legal integerChris Lattner2009-11-07
* Add missing end-tag.Bill Wendling2009-11-02
* Some formatting changes.Bill Wendling2009-11-02
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-01
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-31
* use metavariable <result> instead of SSA name %result for consistencyGabor Greif2009-10-28
* ooops, SSA name should not be part of the linkGabor Greif2009-10-28
* advertise new syntax for unnamed instructionsGabor Greif2009-10-28
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-28
* typoChris Lattner2009-10-27
* you can't take the address of the entry block of a function.Chris Lattner2009-10-27
* improvements from gabor.Chris Lattner2009-10-27
* fix things pointed out by Dan!Chris Lattner2009-10-27
* document the forthcoming blockaddress constant.Chris Lattner2009-10-27
* fix pasto pointed out by RafaelChris Lattner2009-10-27